@charset "utf-8";
/* CSS Document */

body {
	font-family:"Lucida Grande", Trebuchet MS, Tahoma;
	color:#555;
	background-color:#EFEFEF;
	margin:0px;
	padding:0px;
	text-align:center;
	line-height:14px;
}
p {line-height:14px;}
a {
	color:#295890;
}
a img {border:none;}
input, select, textarea {border:solid 1px #295890; font-family:Trebuchet MS, Tahoma; font-size:11px; padding-left:2px;}

/*** Layout Styles ***/
#container {
	width:970px;
	margin:auto;
	border: solid 1px #CCC;
	padding:10px;
	background-color:#FFF;
	text-align:left;
}
#innerContainer {
	width:770px;
	margin:auto;
	min-height:450px;
	height:auto !important;
	height:450px;
}
#header {
	margin-top:30px;
	border-bottom:solid 1px #295890;
}
#header img {
	margin:0px;
	padding:0px;
}
#content {
	font-size:11px;
	margin-bottom:20px;
}
#footer {
	margin-top:30px;
	border-top:solid 1px #295890;
	padding:5px 0px 0px 0px;
}


/*** Content/Header Styles ***/
#contactDetails{
	font-family:"Century Gothic", Verdana;
	padding:5px 0px 0px 0px; 
	color:#a6a6a6; 
	font-size:12px; 
	float:left;
	line-height:14px;
}

.introText p {
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	text-transform:uppercase;
	text-align:justify;
}
.introTextLower p {
	font-size:11px;
	font-weight:bold;
	line-height:16px;	
	text-align:justify;
}

/*** Footer Styles ***/
.miniNav {
	color:#555;
	font-size:10px;
	float:left;
}
.miniNav a{
	text-decoration:none;
}
.miniNav a:hover {
	text-decoration:underline;
}
.copy {
	color:#CCC;
	font-size:10px;
	float:right;
}


/* Other Styles */
.innerContent{margin-bottom:15px; margin-top:15px;}

.subTitle, h1 {font-weight:bold; font-size:12px;}
.caps { text-transform:uppercase; line-height:16px;}

.errorMsg{border:solid 1px #CC0000; padding:5px;color:#CC0000; background-color:#F7BDEF;}
.defaultMsg{border:solid 1px #555; padding:5px;color:#555; background-color:#EFEFEF;}
.successMsg{border:solid 1px #008000; padding:5px;color:#008000; background-color:#A5EEB8;}

.sitemapNode {float:left; width:140px; padding:5px; margin:0px 1px 0px 1px;}
.sitemapNode  h1{font-size:12px; font-weight:bold;}

.admin_menu {border: 1px solid #CCC; padding:10px; margin:10px 0px 10px 0px;}
.admin_imagesTable{border: 1px solid #CCC; padding:5px; margin:5px 0px 5px 0px;}
.admin_imagesTable td{font-size:11px; line-height:14px;}

/*** // END CSS ***/

/* Image lists */
.imageList {width:150px; float:left; margin-bottom:20px;}
.imageList a {margin-bottom:5px;}

.imageListExhibition {width:255px; float:left; margin-bottom:20px;}
.imageListExhibition a {margin-bottom:5px;}

/* Tooltip */
div#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#efefef;
	padding:2px 5px;
	color:#333;
	display:none;
	font-size:11px;
}