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


/* BODY ------------------------------------------------------- */

body {
background: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #303a40;
}

html, body {
width: 100%;	
}


/* TEXT -------------------------------------------------------- */

* {

}

.blue { color: #005580 !important; }
.green { color: #659e1a; }
.grey { color: #373737; }

a {
text-decoration:none;
color: #005580;
} 

a:hover {
text-decoration:none;
}

h1,h2,h3,h4,h5,h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
font-weight: normal;
}

strong {
font-weight: bold;
}

em {
font-style: oblique;
}
	
/* GERNERAL CRAP ---------------------------------------- */

.clear {
clear:both;
display: block;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

.clear10 {height:10px; clear:both;}
.clear15 {height:15px; clear:both;}
.clear20 {height:20px; clear:both;}
.clear30 {height:30px; clear:both;}
.clear45 {height:45px; clear:both;}
.clear60 {height:60px; clear:both;}

.right { float: right !important; }
.left { float: left !important; }

.textRight { text-align: right; }
.textLeft { text-align: left; }

.inlinePhoto {
margin: 0 0 10px 14px;
}


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



#header {
width: 100%;
background: url(../images/bgHeader.png) repeat-x bottom;
}

	#headerTitle {
	width: 960px;
	margin: 0 auto;
	padding-top: 28px;
	position: relative;
	}
	
		#headerTitle h1 {
		font-size: 60px;
		color: #fff;

		display: block;
		margin-bottom: 5px;
		}
		
			#headerTitle h1 a {
			color: #fff;	
			}
			
		#headerTitle h2 {
		font-size: 18px;
		color: #72b21d;

		margin-bottom: 15px;
		}
		
		#headerTitle #headerPhotoSm {
		position: absolute;
		left: 853px;
		top: -4px;
		width: 111px;
		height: 144px;
		padding: 11px 0 0 17px;
		background: url(../images/bgHeaderPhotoSm.png) no-repeat;
		}
		
			#headerTitle #headerPhotoSm img {
			display: block;
			width: 90px;
			height: 120px;
			}

		#headerTitle #headerPhotoLg {
		position: absolute;
		left: 818px;
		top: 23px;
		width: 137px;
		height: 185px;
		padding: 11px 0 0 22px;
		background: url(../images/bgHeaderPhotoLg.png) no-repeat;
		}
		
			#headerTitel #headerPhotoLg img {
			display: block;
			width: 120px;
			height: 160px;
			}


	#headerNav {
	width: 100%;
	height: 41px;
	padding-top: 27px;
	background: url(../images/bgNav.png) repeat-x;
	}
	
		#headerNav ul {
		width: 960px;
		margin: 0 auto;
		}

			#headerNav li {
			float: left;
			display: inline;
			margin-right: 35px;
			}
			
			#headerNav li a {
			font-size: 15px;
			text-transform: uppercase;
			font-weight: bold;
			}
			
			#headerNav li a:hover, #headerNav li a.active {
			color: #659e1a;	
			}
		
	#headerText {
	display: block;
	height: 57px;
	width: 960px;
	margin: 0 auto;
	}
	
		#headerText img {
		float: left;
		margin-right: 15px;
		}
		
		#headerText span {
		float: left;
		color: #DBDBDB;
		text-transform: none;
		padding-top: 2px;
		line-height: 19px;
		font-size: 11px;
		}
		
			#headerText span strong {
			font-size: 13px;	
			}
	
	#headerBar {
	width: 960px;
	padding: 21px 12px 30px 11px;
	margin: 0 auto;
	//background: url(../images/bgHeaderBar.png) no-repeat 0 10px;
	}
	
		#headerBar img {
		width: 960px;
		}
	
/* FOOTER ---------------------------------------- */

#footer {
padding: 30px 0 60px;
width: 100%;
background: #f0f0f0;
border-top: 1px solid #dbdbdb;
}

	.footer {
	width: 960px;
	margin: 0 auto;
	}
	
	#footer .left {
	width: 600px;	
	}
	
		#footer ul {
		margin-bottom: 15px;
		}
	
			#footer li {
			margin-right: 20px;
			float: left;
			}
		
			#footer li a {
			font-weight: bold;	
			}
			
				#footer li a:hover, #footer li a.active {
				color: #659e1a;
				}
				
		#footer .left small a {
		float: left;
		margin-right: 12px;
		}
	
	#footer .right {
	width: 300px;	
	}
	
		#footer .right span {
		display: block;
		margin-bottom: 15px;
		}
		
	#footer small {
	font-size: 12px;	
	}

	#footer * {
	color: #303a40;
	text-transform: uppercase;
	}

	

/* CONTENT CONTAINER ---------------------------------------- */


#content {
width: 960px;
margin: 10px auto 45px;
}



/* SIDEBAR ---------------------------------------- */

.sidebar {
float: right;
display: inline;
width: 300px;
padding-top: 3px;
}

	.sideAdd {
	float: right;
	margin-bottom: 15px;
	}

	.sideBox {
	background: #f0f0f0;
	border: 1px solid #dbdbdb;
	padding: 14px 14px 4px;
	width: 270px;
	display: block;
	}
	
	
	

		.sideHeading {
		width: 260px;
		height: 29px;
		line-height: 31px;
		padding-left: 10px;
		display: block;
		background: url(../images/bgSideNav.png) no-repeat top;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: bold;
		color: #fff;
		text-shadow: 1px 1px 0 #696969;
		overflow: hidden;
		}
		
			.sidebar li.active .sideHeading {
			background-position: bottom;
			text-shadow: 1px 1px 0 #013a57;
			}
			
			

		.sidebar ul.sideNav li {
		margin-bottom: 10px;
		}
	
		
			.sidebar ul.sideNav li div {
			display: none;
			}
			
				.sidebar ul.sideNav li.active div {
				display: block;	
				}
			
				.sidebar ul.sideNav li div a {
				display: block;
				font-size: 13px;
				font-weight: bold;
				color: #303a40;
				padding: 7px 10px;
				background: url(../images/bgSideNavLine.png) repeat-x bottom;
				}
				
					.sidebar ul.sideNav li div a:hover, .sidebar .sideBlog li a:hover {
					background-color: #f5f5f5;
					}

		.sidebar .sideContact h3 {
		text-transform: uppercase;
		font-size: 15px;
		font-weight: bold;
		text-shadow: 1px 1px 0 #ccc;
		margin-bottom: 10px;
		color: #005580;
		}
		
		.sidebar .sideContact span {
		display: block;
		line-height: 19px;
		}
		
	#sideCall {
	display: block;
	height: 103px;
	margin: 20px 0;
	position: relative;
	}
	
		#sideCall a {
		display: block;
		position: absolute;
		left: -11px;
		top: 0;
		}
		
	
/* MAIN ---------------------------------------- */

.main {
float: left;
display: inline;
width: 600px;
padding-top: 30px;
}

	.mainLeft {
	float: left;
	display: inline;
	width: 420px;
	}
	
	.mainRight {
	float: right;
	display: inline;
	width: 210px;
	}
	
	.main .half {
	width: 270px;
	}

	.main p {
	margin-bottom: 1em;
	text-align: justify;
	}

	.main p,
	.main li {
	line-height: 1.4em;
	}
	
	.main h2 {
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
	}
	
		
		.main h2 a {
		font-weight: bold;
		}

		.main h2 span.featurelink a {
		font-weight: bold;
		font-size: 14px;
		}

	.main h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 6px;
	}
	
	.main h4 {
	margin-bottom: 0.5em;	
	font-size: 13px;
	}
	
		.main h4 a {
		font-weight: bold;
		font-size: 13px;
		}
	
	.main img.left {
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
	ul.p {
	margin-bottom: 1em;
	}
	
		ul.p li {
		background: url(../images/iconListArrow.png) no-repeat left 4px;
		padding-left: 16px;
		margin-bottom: 3px;
		}
		
	.main ol {
	margin-bottom: 1em;
	}
	
		.main ol li {
		list-style-type: decimal;
		margin-left: 20px;
		margin-bottom: 3px;
		}
		
	.main blockquote {
	padding: 5px 0 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #dbdbdb;
	background: url(../images/bgQuote.png) no-repeat 0 1px;
	}
	
		.main blockquote p {
		text-indent: 35px;	
		font-family: Georgia,'Times New Roman',serif;
		line-height: 24px;
		font-size: 15px;
		}
		
		.main blockquote span {
		display: block;
		text-align: right;
		font-size: 13px;
		}
		
.applyContact, .applyContact2 {
background: url(../images/bgContactCall.jpg) no-repeat;
width: 210px;
height: 65px;
padding: 195px 0 0;
color: #fff;
font-size: 14px;
line-height: 21px;
text-align: center;
}

	.applyContact2 {
	background: url(../images/bgContactCall2.jpg) no-repeat;	
	}

.applyFax {
background: url(../images/boxApplyFax.png) no-repeat;
width: 195px;
height: 30px;
padding-top: 100px;
text-align: center;
font-size: 14px;
color: #fff;
}


/* CALCULATORS ---------------------------------------- */

div.calc {
}

div.calc div {
padding-left: 40px;
background: url(../images/iconCalc.png) no-repeat 0 0;
margin-bottom: 30px;
	min-height: 30px;

}

	div.calc div.calcfeat {
	background: url(../images/iconCalcFeat.png) no-repeat 0 0;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	}

	div.calc a {
	font-weight: bold;
	display: block;
	}
	
		div.calc .calcfeat a {
		padding-top: 7px;
		font-size: 15px;
		text-transform: uppercase;
		}

