/* 

Layout.css handles all layout-specific styles - it is included into every page that needs the layout.

*/

body {
	background-image: url(/images/layout/background.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#header {
	width:100%;
	height:80px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-position:left;
	text-align:center;
	background-image:url(/images/layout/header_900.jpg);

	background-repeat:no-repeat;	
}

#header h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-style: italic;
	font-weight: bold;
}

#content_container {
	width:100%;
	height: 100%;
}

#content {
	width:100%;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align:left;
	vertical-align:top;
}

#footer {
	width:100%;
	height:50px;
	background-color:#82BDFF;
}

#footer_searchbox {
	background-color:#71D3D5;
	text-align:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.rowHighlight {
	background-color: #B2BDFF;
}

.rowAlternate {
	background-color: #DAFDFF;
}

.formheader {
	background-position:top;
	background-color: #82BDFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	border: 1px solid #000000;
}

td.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #000000;
	padding: 3px;
	background-color: #275EAE;
	background-repeat:repeat-x;
}
a.title:link{
	text-decoration:none;
	color:#FFFFFF;
}
a.title:visited{
	text-decoration:none;
	color:#FFFFFF;
}
a.title:active{
	text-decoration:none;
	color:#FFFFFF;
}
a.title:hover{
	text-decoration:none;
	color:#FFFFFF;
}
#thumb {
	margin: 3px;
	height: auto;
	float: left;
	text-align: center;
	border: 1px solid #000000; 
	background-color:#FFFFFF;
	height: 144px;
	width: 145px;
	overflow:hidden;
}	

#thumb img{
	display: inline;
}

#thumb .photoActions{
	vertical-align:middle;
	margin-bottom: 4px;
}

#thumb .photoActions a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}

#thumb .photoActions a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	text-decoration: underline;
}

.phototitle {
	text-align: center;
  	font-weight: normal;
  	width: 99%;
	height: 100%;
	background-color:#FFFFFF;
	background-image:url(/images/layout/photo_gallery_caption_fade.gif);
	background-repeat:repeat-x;
}
