body {
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #6B9CD4;
}

/*--------------------*/
#container {
	position: relative;
	margin: 0 auto;
	width: 925px;
	background-color: #FFFFFF;
}

/*--------------------*/
#header {
	position: absolute;
	top: 0;
	width: 925px;
	height: 167px;
	background: url('images/header.gif') top left no-repeat;
}
#headerLogo {
	position: absolute;
	top: 16px;
	left: 38px;
}	
#headerInfo {
	position: relative;
}

/*--------------------*/
#content {
	position: relative;
	padding-top: 180px;
}

/*--------------------*/
#mainNav {
	float: left;
	width: 199px;
}
#mainNav ul {
	margin: 0;
	padding: 0;
	font: normal 20px "Times New Roman", Times, serif;
	text-align: right;
	text-transform: lowercase;
}
#mainNav li {
	list-style-type: none;
}
#mainNav a {
	display: block;
	padding: 5px 10px 5px 15px;
}
#mainNav a:link, #mainNav a:visited {
	color: #A5C6E6;
	text-decoration: none;
}
#mainNav a:hover, #mainNav a:active {
	color: #336699;
	text-decoration: none;
	background: url('images/mainNav_over.gif') 100% 70% no-repeat;
}
#sideContent {
	position: relative;
	margin: 15px auto 10px;
	text-align: center;
}
#sideContent a {
	padding: 0;
	border-bottom: none;
}
/*--------------------*/
#contentText {
	float: right;
	margin: 0;
	padding: 0 20px 70px;
	width: 684px;
	border-left: 2px solid #A5C6E6;
}
#contentText h1 {
	margin: 0;
	padding: 0;
	font: bold 18px "Times New Roman", Times, serif;
	color: #336699;
}
#contentText h2 {
	margin: 0;
	padding: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #336699;
}
#contentText p {
	line-height: 14px;
	font: normal 14px "Times New Roman", Times, serif;
	color: #336699;
}
#contentText ul, #contentText ol {
	font: normal 14px "Times New Roman", Times, serif;
	color: #336699;
	line-height: 18px;
}
#contentText a:link, #contentText a:visited {
	color: #A5C6E6;
	text-decoration: underline;
}
#contentText a:hover, #contentText a:active {
	color: #336699;
	text-decoration: underline;
}
.bgYellFlow {
	background: url('images/yellowFlower.gif') bottom right no-repeat;
}
.bgCarrierMan {
	background: url('images/carrierMan.jpg') bottom right no-repeat;
}
.bgFace {
	background: url('images/corner_face.jpg') bottom right no-repeat;
}
.bgAC {
	background: url('images/bgAC.jpg') bottom right no-repeat;
}
.bgFinance {
	background: url('images/money.jpg') bottom right no-repeat;
}
.bgContact {
	background: url('images/corner_puppy.jpg') bottom right no-repeat;
}
.bgService {
	background: url('images/corner_baby.jpg') bottom right no-repeat;
}
#productLine {
	border-bottom: 1px solid #336699 !important;
}
#contentWeather {
	position: relative;
	margin: 10px auto;
	padding: 0;
	width: 130px;
}

/*--------------------*/
#footer {
	position: relative;
	padding: 7px 10px;
	width: 905px;
	height: 31px;
	background-color: #003366;
}
#footerInfo {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 905px;
	text-align: center;
	line-height: 14px;
	font: normal 13px "Times New Roman", Times, serif;
	color: #FFFFFF;
}
#footerInfo a:link, #footerInfo a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footerInfo a:active, #footerInfo a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Content Float Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
