@import url(menu.css);

html, html body {
	height: 100%;
	min-height: 100%;
	margin-bottom: 1px; /* Always Show Vertical Scrollbar */
}
/*html {overflow: -moz-scrollbars-vertical;}  Always Show Vertical Scrollbar in Firefox  */

body {
	margin:0 ;
	padding:0;
	font: 0.7em Verdana,Tahoma,Arial,sans-serif;
	background: #F3F3F3 url(/images/bg.gif) top center repeat-y;
	color:#303030;
}

.png { behavior: url('/js/iepngfix.htc'); }

h3 {
	font-size:1.3em;
	margin: 10px 0 10px 0;
}
h3.pagetitle {
	margin-top: 0;
	padding:0;
	padding-left: 14px;
	color: #334297;
	background: url('/images/arr_hh_01.gif')  no-repeat left center;
}
h5 {
	font-size:1.2em;
	margin: 10px 0 5px 0;
	padding:0;
	color:#27368A;
}

.readmore {
	display: inline;
	line-height: 2em;
	padding: 0;
	padding-right: 12px;
	background: url('/images/arr_ml_02.gif')  no-repeat right center;
}

a {
	text-decoration:none;
	color:#334297;
}
a:hover{
	text-decoration:underline;
	color:#334297;
}

#wrap {
	min-height: 100%;
	width:780px;
	margin:0 auto;
	margin-bottom: -30px;
	padding:0;
	background:#ffffff;
	color:#303030;
}
* html #wrap {height: 100%;} /* IE hack */

.emptyContainer {
	clear: both;
	height: 30px;
	overflow:hidden;
}

#header{
	position: relative;
	clear:both;
	margin:0;
	padding:0;
	height:115px;
}

#site_title {
	height:15px;
	/*background: #F3F3F3;*/
	padding: 0 10px 0 0;
	text-align: right;
	color: #27368A;
	font-size: 1.0em;
	font-weight: bold;
	letter-spacing: 2px;
}

#logo {
	display: block;
	position: absolute;
	top: 20px;
	right: 10px;
}

#c_wrap {
	float: left;
	overflow:hidden;
}
#content {
	position: relative;
	margin: 0 0 20px 140px;
	padding: 0 15px;
	text-align:left;
}
#img_map {
	position: relative;
	text-align: center;
}
.map_menu {
	margin: 0px;
	padding: 7px 0 3px 0;	
}
.map_menu a {
	font-weight: bold;
	padding: 0 7px 0 14px;
	background: url('/images/new_window.gif')  no-repeat left center;
}

#print {
	top:0px;
	right: 10px;
	position: absolute;
	float: right;
	margin: 0;
	text-align: right;
}
#print a,
#print a:link,
#print a:visited,
#print a:hover {
	color: #888888;
	font-weight: normal;
	text-decoration: none;
}
#print img {
	padding-left: 5px;
}

#footer {
	position: relative;
	clear: both;
	width: 780px;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
	font-size:11px;
	color:#334297;
	background-color: #ffffff;
	border: 0px solid red;
}
.footerTopLine {
	display: block;
	height: 2px;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-size:11px;
	background-color: #334297;
	overflow: hidden;
}
.footerLeft {
	position: relative;
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px 5px;
	font-size:11px;
	text-align: left;
}
.footerRight {
	position: relative;
	float: right;
	width: 240px;
	margin: 0px;
	padding: 0px 5px;
	font-size:11px;
	text-align: right;
}
.footerCenter {
	position: relative;
	width: 300px;
	margin: 0px;
	margin-left: 210px;
	padding: 0px 5px;
	font-size:11px;
	text-align: center;
}

/* Style for gallery pages navigation buttons */
div.galleryNavigationLinks {
	margin: 10px;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}

div.galleryNavigationLinks .current, div.galleryNavigationLinks a {
	padding: 10px;
	background-color: #f0f0f0;
	display: inline;
	text-decoration: none;
}
div.galleryNavigationLinks a:link, div.galleryNavigationLinks a:visited {
	text-decoration: none;
}
div.galleryNavigationLinks a:hover, div.galleryNavigationLinks a:active {
	background-color: #e0e0e0;
	text-decoration: none;
}

/* Info about SQL queries and time spent */
#statsInfo {
	display: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	color: Gray;
}

/* Articles */
.article {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	padding-bottom: 10px;
	border-bottom:1px solid #F0F0F0;
}
.article h5 a {
	color:#27368A;
}
.article .date {
	float: right;
	font-size: 0.8em;
	color:#808080;
	font-weight:normal;
}


/* forms */
form {margin:0;}
input, select {background-color:#ffffff; font-family:Courier New; font-size:12px;}
/*input {font-family:Courier New;font-size: 10px; background-color:#ffffff; border:#dddddd 1px; }*/
textarea, .textarea {font-family:Courier New; font-size:12px;}
input.buttons {font-family: tahoma,verdana,arial; font-size: 12px;}
.form_success {font-weight:bold; color: #58810C;}
.form_error {padding:5px; text-align:center; font-weight:bold; color: #ff0000;}

/* Multipages */
td.navMultipagesListHeader {background:#e0e0e0}
td.navMultipagesList {background:#f8f8f8}

a.navMultipagesList:link, a.navMultipagesList:visited, a.navMultipagesList:active {font-size:11px; color:#00356F; font-weight:normal; text-decoration:none}
a.navMultipagesList:hover {font-size:11px; color:#FF6633; font-weight:normal; text-decoration:none}
a.navMultipagesListOn:link, a.navMultipagesListOn:visited {font-size:11px; color:#FF6633; font-weight:normal; text-decoration:none}

/* Gallery List */
div.GallListTitle { margin-top: 0px;text-decoration: none; color:black; font-weight:bold; }
div.GallListTitle .count {font-size:11px; color:#acacac; font-weight:normal;}

/* Gallery Images */
.galleryTitleLink a:link,
.galleryTitleLink a:visited,
.galleryTitleLink a:active,
.galleryTitleLink a:hover,
	{color:#4682B4; text-decoration:none}
.galleryTitleLink .arrow {font-size:11px;}

.GallImage {}
.GallImage img {border: solid 10px #f0f0f0 }

/* Old site style */
.a8 {font-family: Arial, Verdana; font-size: 8pt;}

font.header {
	display:block;
	margin-top: 0;
	padding:0;
	padding-left: 14px;
	font-size: 1.2em;
	font-weight: bold;
	color: #334297;
	text-align:left;
	background: url('/images/arr_hh_01.gif')  no-repeat left center;
}