@charset "utf-8";
/* CSS Document */

/************* layout ***************************************/	
*, body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color:#000000;
}
a, a img {
	border:none;
}
body {
	background-color:#800000;
}
#page_wrapper {
	width:970px;
	margin:0 auto;
}
	.shadow {
		float:left;
		width:23px;
		height:599px;
		background-repeat:no-repeat;
	}
		.s_left		{	background-image:url(images/fade_left.jpg); }
		.s_right	{	background-image:url(images/fade_right.jpg); }
	#page {
		width:924px;
		float:left;		
		min-height: 599px;
		height: auto !important;
		height: 599px;
		background-color:#FFFFFF;
	}
		#header {
			margin:0 auto 14px auto;
			height:121px;
			clear:both;
		}
			#header img {
				float:left;
				margin:0;
				padding:0;
			}
		#home {
			margin:-15px 0 10px 0;
		}
		#footer {
			width:918px;
			margin:10px auto 0 auto;
			padding:5px 0 10px 0;
			clear:both;
			border-top:2px solid #CCC;
		}
		#container {
			min-height: 440px;
			height: auto !important;
			height: 440px;
		}
		.short {
			min-height: 220px !important;
			height: auto !important;
			height: 220px !important;
		}
			.col2 {	background-image:url(images/page_bg_2.gif) !important;	}
			.col3 {	background-image:url(images/page_bg_3.gif) !important;	}
			.col2, .col3 {	background-repeat:repeat-y; }
			#panel_left, #panel_right {
				float:left;
				width:162px;
			}
				.panel_pink {
					width:138px;
					margin:0 auto 20px auto;
					border:2px solid #917751;
				}
			#panel {
				float:left;
				width:700px;
				margin:0 0 0 20px;
				padding:0 20px;
			}
				.sub_panel {
					float:left;
					width:220px;
				}
				.wide {
					width:300px !important;
				}
			#panel_middle {
				float:left;
				width:530px;
				margin:0 8px 0 20px;
				padding:0 20px;
			}

/************* menu *****************************************/	
#menu {
	list-style-type:none;
	margin-left:3px;
}
#menu a {
	display:block;
	width:131px;
	line-height:28px;
	border-bottom:2px solid #800000;
	text-decoration:none;
	text-align:right;
	padding:0 25px 0 0;
	background-image:url(images/square_grey.gif);
	background-position:140px 10px;
	background-repeat:no-repeat;
	font-size:13px;
}
#menu a:hover {
	background-image:url(images/square_black.gif);
}
	
/************* formatting ***********************************/	
#footer, #footer a {
	font-size:9px;
	color:#CCCCCC;
	text-align:center;
	text-decoration:none;
}
#footer a:hover {
	color:#AAAAAA;
	text-decoration: underline;
}
h1 {
	font-size:14px;
	font-weight:bold;
	color:#800000;
	margin:10px 0 10px -20px;
	padding-left:20px;
	background-image:url(images/square_black.gif);
	background-repeat:no-repeat;
	background-position:left;
}
h2 {
	margin:15px 0 5px 0;
	font-weight:bold;	
}
h3 {
	font-size:14px;
	font-weight:bold;
	color:#800000;
	clear:both;
	padding:20px 0 10px 0;
	margin-bottom:10px;
	border-bottom:2px solid #800000;
}
.clear {
	clear:both;
	line-height:1px;
	height:1px;
}
p {
	margin:10px 0;
	line-height:17px;
}

p.medium {
	font-size:13px;
}
.red {
	color:#800000;
}
.panel_pink h2 {
	margin:0 0 10px 0;
	padding:5px;
	background-color:#D6BA89;
	background-image:url(images/r_heading_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#FFF;
	font-size:14px;
}
.panel_pink p {
	margin:10px 5px;
}
.panel_pink p, .panel_pink strong  {
	color:#8E754F;
	font-size:11px;
}
.panel_pink strong {
	font-weight:bold;
}
.panel_pink a {
	text-decoration:none;
	font-weight:bold;
	color:#8E754F;
	font-size:11px;
}
.table {
	margin:10px 0;
	border-bottom:1px solid #8E754F;
	border-top:1px solid #8E754F;
}
td{
	vertical-align:top;
}
td, th, td strong, td p, th p {
	font-size:11px;
}
.table th {
	background-color:#D6BA89;
	background-image:url(images/r_heading_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	color:#FFF;
	border:none;
	padding:4px 4px;
}
.table td {
	padding:3px 4px;
}
.top th {	border-bottom:1px solid #8E754F;	}
.side th {	border-right:1px solid #8E754F;	}
.small { font-size:9px !important;}

#panel ul, #panel_middle ul {
	margin:10px 0 20px 0;
}
#panel ul li, #panel_middle ul li {
	list-style-type:none;
	background-image:url(images/square_grey.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding-left:15px;
	margin:5px 0;
}
.grey_line {
	border-bottom:2px solid #CCCCCC;
	line-height:1px;
	height:1px;
	clear:both;
}
#logos {
	margin:60px 20px 10px 3px;
}
#logos img {
	margin:10px 20px 10px 0;
}
.caption_photo {
	width:130px;
	float:right;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	margin:0 0 0 20px;
}
.caption_photo img {
	margin-bottom:10px;
}


em.thin { color:white; font-weight:normal; }
/* Hax (don't look here) */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/* END: Hax (don't look here) */
