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

body {
	background: #2f6591 url(images/bg.gif) top repeat-y;
	margin: 0;
	padding:0;
}
#wrapper {
	width:835px;
	padding:2px 26px 0;
	margin:0 auto;
}

/*----------------- HEADER -------------------*/

.header {
	width:835px;
	height:95px;
	background:url(images/headerbg.gif) bottom repeat-x;
	margin:0px auto;
	padding:20px 16px 0;
}

.topnav {
	display:block;
	height:30px;
	margin:0;
	padding:0;
}
.topnav ul{
	list-style:none;
	margin:0 auto;
	padding:0;
}
.topnav li{
	float:left;
	list-style:none;
}
.topnav li a{
	float:left;
	display:block;
	color:#3475bf;
	font: bold 14px/2em Arial, Helvetica, sans-serif;
	padding:0 22px 0;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:3px solid #8fb6e7;
	border-left:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;
}
.topnav li a:hover {
	color:#004da4;
	border-bottom:3px solid #FF0000;
	background:#fff;
}
.top_phone {
	margin:5px 0 13px 0;
	font:normal 12px Arial, Helvetica, sans-serif;
	text-align:right;
	color:#939494;
}
.top_phone span {
	font:bold 18px Arial, Helvetica, sans-serif;
	color:#13558b;
}
/*---- END HEADER ----*/


/*----------------- GRAPHIC -------------------*/
#graphic {
	display:block;
	margin:0;

}
/*---- END GRAPHIC ----*/


/*----------------- CONTENT -------------------*/
#content {
	margin:10px 0;
	padding:0;
}

.minor {
	padding:15px 0 0 0;
	width:200px;
	border-right:1px solid #ffc5c5;
}
.minor img {
	text-align: center;
	margin:0 auto;
}
.minor h1 {
	margin:0;
	font:normal 18px/2em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#b2172e;
}
.sidebar {
	margin:0 0 20px 0;
}
.sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
	font:bold 12px/2.6em Arial, Helvetica, sans-serif;
}
.sidebar li a {
	display:block;
	width:170px;
	float:left;
	color:#004da4;
	text-decoration:none;
	border-bottom: 1px solid #ddd; /*#ffc5c5*/
	border-left:5px solid #ddd;
	padding:0 8px 0;
	margin:2px 0 0 0;
}
.sidebar li a:hover {
	background: #eee;
	border-left:5px solid #ccc;
}

/**/

.major {
	width: 590px;
	padding:15px;
}
.major h1 {
	margin:0;
	font:normal 18px/2em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#b2172e;
}
.major ul li {
	font:normal 12px/16px Arial, Helvetica, sans-serif;
	color:#4d4d4d;
}
.title {
	border-bottom:1px solid #666666;
	margin:0 0 10px 0;
}
.major p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#4d4d4d;
}

.twocolumn {
	float:left;
	width:288px;
}
.twocolumn ul li{
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	margin:5px;
}


.contentBot {
	background: url(images/bottomframe.gif) top no-repeat #f00;
	height:20px;
	margin:0;
}


/*---- END CONTENT ----*/

#footer {
	border-top:1px dashed #CCCCCC;
	width:800px;
	height:50px;
	padding:10px 30px 20px;
	margin:0 auto 10px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	text-align:left;
}


/*----------------- MISC PROPERTIES -------------------*/

.fltlt {
	float:left;
}
.fltrt {
	float:right;
}


.serviceList ul {
	float:left;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#4d4d4d;
	width:280px;
	list-style: none;
	margin:5px 0 0 10px;
	padding:0;
}
.serviceList li {
	background: url(images/list-arrow.gif) left top no-repeat;
	padding-left: 14px;
	margin: 0 0 5px 0;
}

.serviceList ul li {
	font:bold 12px/16px Arial, Helvetica, sans-serif;
}
.serviceList span {
	line-height:normal;
}
hr {
	border:0;
	height:1px;
	background:#ffc5c5;
	color:#ffc5c5;
}

h2 {
	font:bold 16px Arial, Helvetica, sans-serif;
	color:#0169a3;
}
h3{
}
-->

.sectionSep {
	min-height:280px;
	margin:0 0 20px 0;
	clear:both;
}
.sectionSep ul li{
	margin:2px;
	list-style:none;
}

.imgList {
	margin-right:10px;
}

.emItalic p{
	text-align:center;
	font:italic 20px Arial, Helvetica, sans-serif;
}