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

/********** page layout *********************/
* {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	color:#333;
}
img, a img {
	border:none;
}
body {
	background-color:#CCCCCC;
}
#wrapper {
	min-width:970px;
}
#header {
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
	height:109px;
	min-width:970px;
}
	#logo {
		margin-left:40px;
	}
	#header_banner {
		width:652px;
		height:109px;
		background-image:url(../images/header_banner.jpg);
		background-repeat:no-repeat;
		background-position:right;
		float:right;
	}
	#search 			{	margin:85px 50px 0 370px; }
		#search label 	{	color:#FFF !important; }
		#search_btn 	{	margin-bottom:-5px;	}

#nav_container {
	background-color:#FFF;
	padding-top:2px;
}
#nav_top {
	min-width:970px;
	height:27px;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
}
	#nav_top ul {
		width:910px;
		list-style-type:none;
		margin-left:40px;
		padding:6px 0 0 0;
	}
	#nav_top ul li {
		float:left;
	}
	#nav_top ul li:first-child {
		border-left:1px solid #C7C7C7;
	}
	#nav_top ul li a {
		display:block;
		line-height:19px;
		color:#FFF;
		text-transform:uppercase;
		text-align:center;
		padding:0 13px;
		text-decoration:none;
		border-right:1px solid #C7C7C7;
	}
#page {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding:10px 40px 10px 40px;
	background-color:#FFF;
}	
	#panel_left {
		background-image:url(../images/divider.jpg);
		background-position: right 10px;
		background-repeat:no-repeat;
		width: 223px;
		min-height: 570px;
		height: auto !important;
		height: 570px;
		float:left;
	}
		.block {
			background-image:url(../images/left_block_bg.jpg);
			background-repeat:no-repeat;
			background-position:bottom left;
			padding:5px 10px;
			margin:10px 0;
			width:160px;
		}
		#nav_left, #nav_left ul {
			list-style-type:none;
			width:200px;
		}
		#nav_left li .title {
			padding-bottom:2px;
			border-bottom:1px solid #E5E5E5;
		}
		#nav_left li a {
			display:block;
			width:184px;
			padding:6px 8px 6px 8px;
			background-image:url(../images/left_heading_bg.jpg);
			background-repeat:repeat-y;
			color:#666666;
			font-size:13px;
			font-weight:bold;
			text-decoration:none;
			text-transform:capitalize;
		}
			#nav_left ul {
				margin-bottom:5px;
			}
			#nav_left ul li {
				border-bottom:1px solid #F2F2F2;
			}
			#nav_left ul li a {
				background:none;
				color:#999999;
				font-weight:normal;
				padding:5px 8px 5px 8px;
				font-size:12px;
			}
	#content {
		margin-left:250px;
	}
#footer {
	height:25px;
	background-color:#B2B2B2;
	width:100%;
}
	#footer_menu {
		border-bottom:1px solid #CCC;
		height:25px;
	}
		#footer_menu ul {
			margin:0 auto;
			width:630px;
			list-style-type:none;
		}
		#footer_menu ul li {
			float:left;
		}
		#footer_menu ul li a {
			display:block;
			padding:2px 20px 0 20px;
		}
	#footer_menu, #copyright {
		line-height:22px;
		color:#FFF;
		font-size:10px;
		margin:0 40px;
	}
	#copyright {
		text-align:center;
	}
		
	
/********** formatting *********************/
#footer a {
	line-height:22px;
	color:#FFF;
	font-size:10px;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
h1, h2 {
	color:#781127;
	font-weight:bold;
	text-transform:capitalize;
	margin:15px 0 5px 0;
}
h1 { font-size:16px; }
h2 { font-size:14px; }
p {
	margin:5px 0 10px 0;
	line-height:17px;
}
a {
	color:#781127;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.button {
	background-image:url(../images/member_buttons.jpg);
	background-repeat:no-repeat;
	text-align:center;
	background-color:#FFF;
	border:none;
	width:158px;
	height:47px;
	color:#666666;
	font-size:13px;
	font-weight:bold;
}
.block h2 {
	font-size:13px !important;
	color:#666666;
	text-transform:capitalize;
	margin:0 0 5px 0;
}
.block p {
	margin:0;
}
.block a {
	color:#781127;
	text-decoration:none;
}
.block a:hover {
	text-decoration:underline;	
}
#page ol, #content ul {
	margin:20px;	
}
#page ol li, #content ul li {
	margin:10px 0;	
}

/* 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) */