/* LAYOUT STRUCTURE */
body{
	font-size: 15px;
	font-family: arial;
	background-color: #D9D9D9;
	margin: 0px;
	padding: 0px;
	color: #5C5858;
	text-align: center;
}

#outer{
	background-color: #FFFFFF;
	width: 950px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	text-align: left;
}

#outerTopLeftCurve{
	position: absolute;
	left: 0px;
	top: 0px;	
	z-index: 1;
}

#outerTopRightCurve{
	position: absolute;
	right: 0px;
	top: 0px;	
	z-index: 1;
}

#outerBottomLeftCurve{
	position: absolute;
	left: 0px;
	bottom: 0px;	
	z-index: 1;
}

#outerBottomRightCurve{
	position: absolute;
	right: 0px;
	bottom: 0px;	
	z-index: 1;
}

/* HEADER STYLE */
#header{
	width: 100%;	
	height: 100px;
	position: relative;
	z-index: 2;
}

#headerLeft{
	width: 425px;
	margin: 0px;
	padding: 0px;	
	padding-left: 15px;
	float: left;
}

#headerRight{	
	width: 510px;
	margin: 0px;
	padding: 0px;
	text-align: right;	
	float: left;
}

#contactUs{
	margin-right: 6px;	
	margin-top: 4px;
}

/* NAVIGATION */

#navigation{
	padding: 0px;	
	margin: 0px;	
	margin-top: 7px;
	margin-right: 15px;
	width: 425px;	
	height: 25px;
	font-size: 18px;
	float: right;
	position: relative;
}

#navigation .menuOption{
	float: left;
	width: 105px;	
	list-style-type: none;
	text-align: center;
	border-right: 1px solid #8EB4E3; 
	line-height: 18px;
	position: relative;	
}

#navigation .menuOption a{
	color: #FAC090; 	
}

#navigation .menuOption a:hover{
	color: #FF8040;		
	text-decoration: none;
}

#navigation .menuOption .current, #navigation .last .current{
	color: #FF8040;	
	font-weight: bold;
}

#navigation .last{
	border-right: none;	
	float: left;
	width: 105px;	
	list-style-type: none;
	text-align: center;
	border-right: 1px solid #8EB4E3; 
	line-height: 18px;	
	position: relative;
}

#navigation .last a{
	color: #FAC090; 		
}

#navigation .last a:hover{
	color: #FF8040;	
	text-decoration: none;		
}

#navigation .menuOption ul, #navigation .last ul{
	position: absolute;	
	border: 2px solid #8EB4E3;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin: 0px;
	top: 18px;
	left: 0px;	
	width: 130px;
	background-color: #FFFFFF;
	list-style-type: none;
	font-size: 14px;
	text-align: left;
	z-index: 5;
	display: none;
}

#navigation .menuOption ul .subLink, #navigation .last ul .subLink{
	border-top: 1px solid #D9D9D9;
	padding-top: 2px;
	padding-bottom: 2px;	
	width: 130px;	
}

#navigation .menuOption ul .subLink a, #navigation .last ul .subLink a{
	color: #505050;
	width: 130px;
}

#navigation .menuOption ul .subLink a:hover, #navigation .last ul .subLink a:hover{
	background-color: #FAC090; 
	width: 130px;
	text-decoration: none;
}

#navigation .menuOption ul .subLink:hover, #navigation .last ul .subLink:hover{
	background-color: #FAC090; 
}

.navHeader{
	padding-top: 15px;	
	color: #FF8040;	
	font-weight: bold;
	height: 20px;
	font-size: 13px;
}

/* CONTENT BORDER */
#contentBorder{
	width: 932px;
	height: 10px;
	margin: 5px;	
	border-top: 4px solid #8EB4E3;
	position: relative;		
}

#contentTopLeftCurve{
	position: absolute;
	left: -4px;
	top: -4px;	
	z-index: 0;	
}

#contentTopRightCurve{
	position: absolute;
	right: -4px;
	top: -4px;	
	z-index: 0;
}

/* CONTENT REGION */

#commonContent{
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 0px;
	width: 100%;
	clear: both; 
	clear: all;
}

#commonContentLeft{
	float: left;
	width: 205px;
	padding-left: 30px;
	position: relative;
}

#commonContentLeft img{
	z-index: 2;
	margin: 0px;
	padding: 0px;
}

#commonContentLeft ul{
	margin: 0px;
	margin-left: 15px;
	margin-right: 15px;
	padding: 0px;	
}

#commonContentLeft ul li{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	padding-bottom: 5px;	
	color: #FF8040;	
	text-decoration: none;
	border-bottom: 1px dotted #8EB4E3;
	list-style-type: none;	
}

#commonContentLeft ul .navLast{
	border-bottom: 0px dotted #8EB4E3;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#commonContentLeft ul li a{
	color: #FAC090; 
	font-weight: bold;
}

#commonContentLeft ul li .sideNavHeader{
	color: #FF8040;	
	font-style: italic;
}

#commonContentLeft ul li a:hover{
	color: #FF8040;	
	text-decoration: none;
}

#commonContentMiddle{
	float: left;
	width: 475px;
}

#commonContentMiddle .contentTitle{
	left: -15px;
	position: relative;	
}

.justify{
	text-align: justify;	
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 20px;
}

#commonContentRight{
	float: left;
	width: 210px;
	padding-top: 35px;
	padding-left: 20px;
}

/* FOOTER STYLE */
#footer{
	width: 950px;
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#footer a{
	color: #FF8040;
	margin: 0px;
	padding: 0px;
}

#footer p{
	margin: 5px;
	padding: 0px;	
}

/* FONT STYLES */
.smallFont{
	font-size: 13px;
}

.bigOrangeFont{
	color: 	#FF8040;
	font-size: 32px;
}

.orangeFont{
	color: #FF8040;
}

.smallOrangeFont{
	color: #FF8040;	
	font-weight: bold;
	font-size: 13px;
}

.darkGreyFont{
	color: #4A4344;
	font-size: 22px;
}

.pipe{
	padding: 7px;
	margin: 0px;
	color: #8EB4E3;
}

.contentTitle{
	color: #8EB4E3;
	font-size: 26px;	
	margin: 0px;
	padding: 0px;
}

.sectionTitle{
	color: #8EB4E3;
	font-size: 22px;	
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
}

.greySectionTitle{
	color: #B0B0B0;
	font-weight: bold;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.greyItalic{
	color: #000000;
	font-style: italic;	
}

.italic{
	font-style: italic;	
}

.fancyBold{
	color: #777777;
	font-weight: bold;	
}

.blueBold{
	color: #8EB4E3;
	font-weight: bold;
}

.darkBlueFont{
	color: #365F91;
}

.bigBlueBold{
	color: #8EB4E3;
	font-weight: bold;
	font-size: 16px;
}

.quote{
	text-align: center; 
	padding-left: 45px; 
	padding-right: 45px;
}

.error{
	color: #E41B17;	
	font-weight: bold;
	font-style: italic;
}

.boxTitle{
	padding: 5px;
	background: url(../images/articles/header.png);
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.homewayFont{
	font-family: "Eras Demi ITC", Arial;	
}

.homewayFont .blueText{
	color: #37CBFF;
}

.homewayFont .greenText{
	color: #00E668;	
}

/* LINK STYLES */
a{
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;
}

a img{
	border: 0px;
}

#bannerText a:hover{
	text-decoration: none;	
}

/* LAYOUT STYLES */

.clearFloats{
	clear: both;
	clear: all;
}

.greyBox{
	background: url(../images/common/greyBox.png) no-repeat;
	width: 365px;
	height: 215px;
	margin: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 25px;
	position: relative;
}

.orangeBox{
	background: url(../images/common/orangeBox.png) no-repeat;	
	width: 190px;
	height: 200px;
	text-align: center;
}

.smallGreyBox{
	background: url(../images/common/smallGreyBox.png) no-repeat;	
	width: 190px;
	height: 190px;
	text-align: center;	
}

.webImage{
	margin-right: 10px;
}

.right{
	margin: 0px;
	padding: 0px;
	text-align: right;
}


/* TABLE STYLES */
.blueTable{
	width: 100%;
	border-collapse: collapse;	
	font-size: 13px;
}

.blueTable td{
	border-bottom: 1px solid #8EB4E3;	
	padding: 5px;
	vertical-align: top;
	color: #365F91;
}

.blueTable .rowHeader{
	font-weight: bold;
	width: 150px;
}

.blueTable .center{
	text-align: center;
	font-weight: bold;		
}

.blueTable th{
	text-align: center;	
	border-top: 1px solid #8EB4E3;
	border-bottom: 1px solid #8EB4E3;	
	color: #365F91;
	font-weight: bold;
	padding: 5px;
}

.blueTable .odd{
	background-color: #CFDDED;
}

/* ADDS */
#requestInfo p{
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	font-size: 16px;
}

#requestInfo p a{
	text-decoration: underline;
}

#requestInfo p a:hover{
	text-decoration: none;
}

#requestInfo #consultation{
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	font-size: 13px;
	font-weight: bold;
	color: #7F7F7F;
}

#requestInfo #phoneNum{
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	font-size: 20px;
}

#requestInfo #or{
	margin: 0px;
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 14px;	
	color: #7F7F7F;
}

#requestInfo hr{
	width: 25px;
	float: left;
}

#getTraffic{
	padding-top: 20px;
}

#getTraffic p{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

#getTraffic p a{
	text-decoration: underline;
}

#getTraffic p a:hover{
	text-decoration: none;
}

#getTraffic .trafficGrey{
	font-weight: bold;
	font-size: 14px;	
	color: #7F7F7F;
	padding-top: 2px;
}
