/* layout.css */

html {
	height:100%;
}
body{
	background-image:url(/img/bg_tile.gif);
	background-repeat:repeat;
	padding:0;
	margin:0;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:0.7em;
	height:100%;
}
#bg_container{
	margin-left:auto;
	margin-right:auto;
	width:968px;
	height:100%;
	position:relative;
}
#fade_wrap{
	width:968px;
	height:auto;
	min-height:100%;
	background-image:url(/img/fade.png);
	background-repeat:repeat-y;
	float:left;
}
#logo_area{
	width:870px;
	height:90px;
	margin-left:49px;
	border-bottom:1px dotted #D2D2D2;
}
#logo{
	width:143px;
	height:51px;
	background-image:url(/img/logo.gif);
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	top:20px;
	left:49px;
}
/* left area */
#left_col{
	width:208px;
	height:auto;
	min-height:100%;
	margin-left:49px;
	margin-top:20px;
	float:left;
}
#address_wrap{
	color:#666666;
	border-top:1px dotted #D2D2D2;
	padding-top:20px;
	font-weight:bold;
}
#address_wrap a{
	color:#004b8d;
}
#address_line{
	height:1px;
	width:100%;
	border-top:1px dotted #D2D2D2;
	background-color:#FFFFFF;
}
/* right area */
#right_col{
	width:650px;
	height:auto;
	min-height:100%;
	margin-right:49px;
	margin-top:20px;
	float:right;
	position:relative;
}
#banner_img{
	width:650px;
	height:215px;
	background-color:#CCCCCC;
	float:left;
}
#left_cms_content{
	float:left;
	margin-top:15px;
	width:430px;
	height:auto;
	min-height:100%;
	/*color:#918f8f;*/
}
#left_cms_content ul{
	margin-left:-24px;
	margin-bottom:4px;
}
#left_cms_content li{
	list-style:disc;
	color:#004b8d;
	padding-bottom:2px;
}
#left_cms_content a{
	color:#004b8d;
	text-decoration:none;
}
#left_cms_content a:hover{
	color:#004b8d;
	text-decoration:underline;
}
#left_cms_content b, #left_cms_content strong{
	color:#004b8d;
}
#left_cms_content h1, #left_cms_content h2, #left_cms_content h3{
	padding:0;
	margin:0;
	color:#004b8d;
}
#left_cms_content td b, #left_cms_content td strong{
	color:#000000;
}
#right_cms_content{
	float:right;
	margin-top:15px;
	width:208px;
	height:auto;
	min-height:100%;
}
#footer_links{
	float:left;
	margin-top:20px;
	width:430px;
	height:24px;
	border-top:1px dotted #D2D2D2;
	padding-top:6px;
	color:#999999;
	font-size:1em;
	font-weight:bold;
}
#footer_links a{
	color:#999999;
	padding-right:6px;
}
#footer_links a:hover{
	color:#004b8d;
}
#bottom_spacer{
	width:100%;
	height:30px;
	background-color:#FFFFFF;
	bottom:0px;
	clear:left;
}

/* single col is used on the template for terms and sitemap */
#single_col{
	float:left;
	margin-left:49px;
	margin-top:20px;
	width:870px;
	height:auto;
	padding-bottom:30px;
}
#single_col ul{
	margin-left:-24px;
}
#single_col li{
	padding-top:4px;
}
#single_col a{
	color:#000000;
}
#single_col a:hover{
	color:#999999;
}
#single_col h1, #single_col h2, #single_col h3{
	padding:0;
	margin:0;
}