@charset "UTF-8";

/* GENERAL */

body {
	background-image: url(images/bg_fade.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #191e26;
	background-color: #648eba;
}
.edge {
	border: 2px solid #162647;
}
a:link {
	color: #1052a9;
	text-decoration: underline;
}
a:visited {
	color: #1052a9;
	text-decoration: underline;
}
a:hover {
	color: #1052a9;
	text-decoration: none;
}

h1 {
	font-size: 14px;
	line-height: 22px;
	color: #3b6292;
	text-transform: uppercase;
	margin-bottom: 22px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #3b6292;
}
li {
	line-height: 24px;
	list-style-type: square;
}
.callOutBox {
	width: 380px;
	border: 1px solid #142646;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	margin-left: 30px;
	background-color: #bdcfe5;
}



/** Main Menu Bar **/
.nav {
	font-family: Helvetica, Arial;
	font-size: 13px;
	color: #FFF;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 60px;
}
.nav a:link {
	color: #FFF;
	text-decoration: none;
}
.nav a:visited {
	color: #FFF;
	text-decoration: none;
}
.nav a:hover {
	color: #3D6293;
	text-decoration: none;
}



/* HOME PAGE */

.HomeLeft {
	float: left;
	width: 232px;
	margin-top: 20px;
	margin-right: 16px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.HomeCenter {
	float: left;
	width: 240px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #172647;
	border-left-color: #172647;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}
.HomeRight {
	float: left;
	width: 232px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 16px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.HomeMainText {
	width: 525px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 50px;
	margin-left: 20px;
}
.HomeAddress {
	float: right;
	width: 240px;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 20px;
	text-align: right;
	line-height: 18px;
	font-size: 13px;
	color: #a60d13;
	padding-top: 30px;
}
.HomeAddress a {
	color: #a60d13;
	text-decoration: none;
}
.HomeQuote {
	font-size: 16px;
	color: #152240;
	line-height: 24px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	text-align: right;
}




/** Inside Pages **/
.mainText {
	width: 525px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
	margin-left: 20px;
}

.address {
	text-align: left;
	vertical-align: top;
	float: right;
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #142646;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
.address a {
	text-decoration: none;
	color: #191e26;
}	
.header {
	background-image: url(images/sm_header.jpg);
	background-repeat: no-repeat;
	height: 134px;
	width: 875px;
}
.RightCol {
	text-align: left;
	vertical-align: top;
	float: right;
	width: 200px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #142646;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	padding-bottom: 60px;
	font-size: 15px;
	color: #a60d13;
	font-family: "Times New Roman", Times, serif;
	line-height: 20px;
}
.lineheight {
	line-height: 20px;
}
.RightColList {
	text-align: left;
	vertical-align: top;
	float: right;
	width: 190px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #142646;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 15px;
	margin-right: 40px;
	margin-bottom: 15px;
	padding-bottom: 60px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #142646;
	line-height: 22px;
}





/* FOOTER */

.footer {
	color: #000033;
	text-align: center;
	padding-top: 20px;
}
.footer a:link {
	color: #000033;
	text-decoration: none;
	font-weight: normal;
}
.footer a:visited {
	color: #000033;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover {
	color: #faf8ea;
	text-decoration: none;
	font-weight: normal;
}

