@charset "UTF-8";

.center {
	width:760px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF; 
	border:thin solid #DDD6DE;
	display: table;
	/*box-shadow: 5px 5px 8px #999;*/
}



/*ADA Skiplink */
#skip a, #skip a:hover, #skip a:visited 
{ 
position:absolute; 
left:-10000px; 
top:auto; 
width:1px; 
height:1px; 
overflow:hidden;
} 

#skip a:active, #skip a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
}

  

#nospace {margin: 0;}
.nospace {margin: 0;}

/* Grid sections for header and footer (based on 960.gs system used for 960 Web templates) */
.grid_5 {
	width: 20%;
	float: right;
}

.grid_7 {
	width: 75%;
	float: left;
}





/*TEMPLATE HEADER*/
#header { height:63px; background:#7a0019 url(../../images/bg_header.gif) top left repeat-x; border-bottom: 1px solid #48000f; width: 360px; }


/*SEARCH AREA IN TEMPLATE HEADER*/
#search_area { width:400px; float:left; background:#7a0019 url(../../images/bg_header.gif) top left repeat-x; height: 63px; border-bottom: 1px solid #48000f; }

div#search_nav {
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 150px;
}

div#search_nav a {display:block;float:left;height:0;padding-top:25px;overflow:hidden;margin:0 6px 0 0;text-decoration: none;}


#bodytop {
	height: 186px;
	width: 571px;
}
#bodytop2 {
	float: left;
	height: 186px;
	width: 186px;
}
#bodytop3 {
	float: left;
	height: 148px;
	width: 194px;
}

#pagetop {
	width: 571px;
}





/*SITE SEARCH FORM*/
/*#gsearch {width:269px;height:22px;background:transparent url(/images/search_field.gif) top left no-repeat;margin:0;float: left;}

#gsearch input#search_field {width:196px;background:none;border:none;margin:4px 58px 0 0;font-size:0.85em;color:#666666;padding: 0;}

#gsearch label {height:22px;line-height:22px;color:#7a0019;font-size:0.7em;}

.search {float: right;padding: 3px 0px 0px 100px; display: inline;}
.right {float:right;}

.search_btn { float: right; margin: -18px 0 0 0; padding-top: 0px; }   */

/*Fix for Safari 3 browsers to counteract the fix below*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
.search_btn {float: right; margin: -16px 0 0 0; padding-top: 0px;}
}   */

/*Fix for Firefox 2 browsers to align search button with search field*/
/*.search_btn, x:-moz-any-link {float: right; margin: -16px 0 0 0;}
.search_btn, x:-moz-any-link, x:default {float: right; margin: -18px 10 0 0;}   */




/*FOOTER*/

#footer_right{
	font-size: 80%;
	float: right;
	width: 320px;
	text-align: right;
	background: #FFFFFF;
	line-height: 15px;
	margin-top: 0px;
	height: 65px;
	padding-right: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DDD6DE;
}
ul.footer_links { float:right; font-size:90%;}
ul.footer_links li {
	display:inline;
	padding-left: 0px;
}

ul.footer_links li a {color:#7a0019; text-decoration:none; border-bottom:1px solid #c2a9ae;}
ul.footer_links li a:link {color:#7a0019;}
ul.footer_links li a:visited {color:#900021;}
ul.footer_links li a:hover { color:#666666; border-bottom: 1px solid #666666; }
ul.footer_links li a:active {color:#666666;}

#footer_inner {
	padding:0;
	font-size: 90%;
	width:423px;
	background: #FFFFFF;
	line-height: 15px;
	margin-top: 0px;
	height: 65px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DDD6DE;
}

.copyright { float:left; margin-left: 10px; font-size:90%;}
