/* CSS Document */

/*always show a vertical scroll-bar in firefox to stop page shift*/
html {overflow-y: scroll;}

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#fff;	
}	

/*never really want boarders on images*/
img{border:0px;}

#centercol{
	display:block;
	width:960px;
	margin:0 auto;
	xbackground-image:url(../images/site/layout.jpg);	
}

#banner{
}

#topnav{
	display:block;
	height:27px; /*27 + 6p + 5m = 38*/
	width:652px; /*652 + 308 = 960*/
	background-image:url(../images/site/nav_bar.jpg);
	background-repeat:no-repeat;
	margin:5px 0 3px 0;
	padding:6px 0 0 308px;
}

#topnav a{
	display:block;
	width:105px; /*105 + 1 + 1 = 107*/
	margin:4px 1px 0px 1px;
	text-align:center;
	text-decoration:none;
	float: left;
}

/*style all text for navigation*/
#topnav a, .navbutton, .navbutton a, .redbutton a, .searchbutton{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#7e242e;
	font-size:14px;
}

#leftnav{
	display:block;
	display: inline; /*to fix double margin on floated elements bug in IE6*/
	width:190px; /*190 + 3 + 5 = 198*/
	margin:0 3px 5px 0px;
	padding:0px;
	float:left;	
}

.redbutton a, .navbutton a, .searchbutton{
	display:block;
	width:174px; /*174+8+8=190*/
	height:17px; /*17+9+7+7+7=47*/
	padding:9px 8px 7px 8px; /*if you didn't want the padding to reduce the clickable area you could wrap the text in a <p> and padd that*/
	margin:7px 0 7px 0;	
	background-image:url(../images/site/blank_button.jpg);
	background-repeat:no-repeat;
}

.redbutton a{
	background-image:url(../images/site/red_blank_button.jpg);
	color:#FFF;	
}

.searchbutton{
	background-image:url(../images/site/search_button.jpg);
}

.submenu{
	display:block;
	width:auto;
	height:auto;
	padding:0px;
	margin:0px 0px 10px 20px;
	line-height:14px;
}

.submenu a{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#7e242e;
	text-decoration:none;
	margin:0 0 10px 0;
}

#mainpage{
	display:block;
	float:left;
	width:760px; /*760 + 7 = 767*/
	margin:8px 0px 0px 7px;
}

#footer_bar{
	display:block;
	width:960px;
	height:10px;
	margin:0px;
	padding:0px;	
	background-image:url(../images/site/footer_bar.jpg);
	background-repeat:no-repeat;
}

#footer_top_left, #footer_top_right, #footer_bottom_left, #footer_bottom_right{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#444;
}

#footer_top_left a, #footer_top_right a, #footer_bottom_left a, #footer_bottom_right a{
	text-decoration:none;
	color:#444;	
}

#footer_top_left{
	margin:30px 0 0 0;
	padding:0px;
	float:left;
}

#footer_top_right{
	margin:48px 0 0 0;
	float:right;	
}

#footer_bottom_left{
	float:left;
}

#footer_bottom_right{
	text-align:right;
	float:right;	
}

.clear{
	display:block;
	clear:both;
}

/* Typography */

.breadcrumbs, .breadcrumbs a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#939598;
	text-decoration:none;
}
.breadcrumbs a:hover{
	text-decoration:underline;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	color:#222;
	font-size:12px;
	padding:0;
	margin:12px 0 0 12px;
}

a{
	color:#7e242e;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}	


H1, H2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#7e242e;
	font-size:22px;
	padding:0;
	margin:12px 0 0 12px;
}

H2{
	font-size:18px;
	color:#777;	
	margin:12px 0 0 12px;
	font-weight:normal;	
}

.indent{
	display:block;
	margin:0 0 0 24px;
}

.less_width{
	display:block;
	width:550px;
	margin:0 0 0 0px;
}

.less_width a{
	color:#008080;
	font-weight:bold;
	text-decoration:none;
}

.less_width a:hover{
	text-decoration:underline;
}

.big_link{
	font-size:16px;
	color:#008080;
}

.big_link a{
	color:#008080;
	font-weight:bold;
	text-decoration:none;
}

.big_link a:hover{
	text-decoration:underline;
}

table{
	font-family:Arial, Helvetica, sans-serif;
	color:#222;
	font-size:14px;
	padding:0;
	margin:12px 0 0 12px;	
}

th,td{
	color:#444;
	padding:5px;
}

th{
	background-color:#DDD;
	text-align:left;
}
.error{
	color:#CC0000;
}
.smaller_table_font {
	font-size:12px;
}

.force_link_teal{
	color:#008080;
	font-weight:bold;
}

.force_link_teal a{
	color:#008080;
	font-weight:bold;
	text-decoration:none;
}

.force_link_teal a:hover{
	text-decoration:underline;
}
.about_box_heading{
	display:block;
	width:168px; /*168 + 10 + 10 = 188*/
	height:auto;
	margin:0px;
	padding:10px;	
	background-color:#9f192c;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
.about_box{
	display:block;
	width:188px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;	
}
.about_box p{
	display:block;
	width:168px; /*168 + 10 + 10 = 188*/
	height:auto;
	margin:0px;
	padding:10px;	
	font-size:12px;	
	color:#000;	
	background-color:#DDD;
}