@charset "utf-8";
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #2c4361 url(/images/bg.jpg) repeat-x top left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img,
a img {
	border: none;
}

.thumbnail {
	float: left;
	position: relative;
	padding: 1em;
}

.thumbnail .delete {
	position: absolute;
	top: .5em;
	right: .5em;
}

.details {
	line-height: 2em;
	list-style: none;
	padding: 0;
}

.details span {
	display: block;
	float: left;
	min-width: 175px;
	padding-right: 1em;
	font-weight: bold;
}

.messages, .errors, .successes {
	padding: 1em;
	margin-bottom: .5em;
	line-height: 1em;
}

.messages p, .errors p, .successes p {
	padding: 0;
}

.messages ul, .errors ul, .successes ul {
	padding: 1em 0;
}

.messages li, .errors li, .successes li {
	padding: .25em 0;
}

.messages {
	background: #F5F8FF;
}

.errors {
	background: #FFEBE8;
}

.successes {
	background: #F4FFF3;
}

.center {
	text-align: center;
}

.pad1 {
	padding:1em;
}

#container {
	width:971px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#nav {  
	background: #fcfcfc url(/images/bg_header.jpg) no-repeat top left;
	width:971px;
	height:51px;
	text-align:right;
	font-size:17px;
	color:#333;
} 

#nav ul {
padding:0;
margin:0;
position:relative;
top:15px;
}

#nav li {
display: inline;
list-style-type: none;
border-right:1px solid #333;
padding:0px 15px;
}	

#nav a {
color:#333;
text-decoration:none;
}

#nav a:hover {
text-decoration:underline;
}


#mainFeature {  
	background: #fcfcfc url(/images/bg_feature.jpg) no-repeat top left;
	width:971px;
	height:363px;
} 


#featureText {
	width:372px;
	height:363px;
	float:left;
	color:#fff;
	font-size:15px;
}

#featureText h1{
	color:#b9d2e9;
	font-size:30px;
	margin:0 25px;
}

#featureText h2{
	margin:15px 0 0 25px;
}

#featureText img{
	/*float:right;*/
	margin-right:25px;
}

#featurePhoto {
	width:594px;
	height:363px;
	float:left;
}


#mainContent {  
border:1px solid #586e8b;
border-top:1px solid #AAA;
width:957px;
margin-left:7px;
background-color:#fff;
padding:15px 0;
} 

#mainContent h1{  
color:#336699;
font-size:28px;
} 

#rightNav {
	width:150px;
	float:left;
	margin-left:25px;
	color:#1d3655;
}

#rightNav ul {
margin-top:5px;

}

#rightNav li{
	color:#000;
}

#contentArea {
	width:850px;
	float:left;
	background-color:#fff;
	margin-left:50px;
}

#search {  
	background: #1e2329 url(/images/bg_search.jpg) no-repeat top left;
	width:971px;
	height:224px;
} 

#searchSecondary {  
	clear:both;
	background-color: #1e2329;
	width:957px;
	margin-left:7px;
	height:190px;
	margin-bottom:15px;
	border:1px solid;
} 

#searchSecondary #searchForm table{
	margin-left:20px;
	width:900px;
}

#searchForm {
	width:542px;
	float:left;
}

#searchForm table{
	margin-left:20px;
	width:530px;
}

#searchForm td{
	color:#98a5b5;
	text-align:right;
	vertical-align:top;
}

#searchForm input[type="text"]{
	width:160px;
}

#searchForm select{
	width:162px;
}

#searchForm h1{
	color:#c6332d;
	font-size:25px;
	font-weight:normal;
	margin:10px 0 5px 25px;
}

#textArea {
	width:380px;
	float:left;
	color:#98a5b5;
	margin-left:25px;
	line-height:17px;
	padding-top:15px;
}

#textArea p{
	margin:0;
}

#textArea a{
	color:#fff;
	font-weight:bold;
}

#textArea strong{
	font-size:16px;
}

#footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	background-color:transparent;

} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	color:#a8b7ca;
	font-size:11px;
}

#footer a {
	color:#FFF;
}