@charset "utf-8";
/* CSS Document */
html,body { 		
	background-color:##F6F6F5; 
	margin:0;		
}
#container {
	margin:auto;
	width:814px;
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-y;	
}
#header {
	margin:auto;
	width:800px;		
}
#navtop {
	padding-top:10px;	
}
#icons {
	width:170px;
	height:80px;
	float:left;
	text-align:right;
}
#toplinks {
	width:330px;
	height:40px;
	padding-top:40px;
	float:left;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;	
	text-align:center;
}
#top {
	width:795;
	height:20px;	
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;	
	text-align:right;
	padding-right:5px;
}
#phone {
	width:300px;
	height:44px;
	padding-top:36px;
	float:left;
	color:#BCBDC0;
	font-size:22px;
	font-family:Helvetica, Arial, sans-serif;
	font-style:italic;
}
#links {
	width:800px;
	line-height: 24px;
	background-image:url(images/navgradient.jpg);
	background-repeat:repeat-y;
	font-size:12px;
	color:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;	
	text-align:center;
	vertical-align:middle;
}
#topblue {
	width:800px;
	height:15px;
	background-image:url(images/topblue.jpg);
	background-repeat:repeat-y;
	margin:auto;
}
#bottomblue {
	width:800px;
	height:7px;
	background-image:url(images/bottomblue.jpg);
	background-repeat:repeat-y;
	margin:auto;
}
#bluebar {
	width:800px;
	height:19px;
	background-image:url(images/bluebar.jpg);
	background-repeat:no-repeat;
	margin:auto;
}
#fbanner {
	width:800px;
	height:174px;
	margin:auto;
}
#content {
	margin:auto;
	width:800px;
	color:#69696B;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	
}
.title {
	color:#09347A;
	font-family:Helvetica, Arial, sans-serif;
	font-size:15px;
	font-weight:bold;	
}
.heading {
	color:#BCBDC0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:bold;
}
.headingRed {
	color:#B0063A;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;	
	font-weight:bold;
}
.copy {	
	color:#69696B;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;	
}
.navlinks {
	font-size:12px;
	color:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-decoration: none;
	
}
#content_left {
	width:380px;
	float:left;	
	background-image:url(images/line.jpg);
	background-position:right;
	background-repeat:repeat-y;
	margin-left:10px;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#content_right {
	width:380px;
	float:left;	
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}

a:hover{ text-decoration:underline}




#footer {
	width:800px;
	margin:auto;
}
#clear {
	clear:both;
}