body {
	background-color: #FFFFFF;
	margin: 0px;
	paddding: 0px;
}
#header {
	width: 100%;
}
#headerContainer {
	postion: relative;
	width: 1000px;
	margin: auto;
}
#logo {
	float: left;
	margin-top: 12px;
}
#riskfree {
	float: right;
	margin-top: 12px;
}
sup {
	font-size: .4rem;
	vertical-align: top;
}

#contact {
	position: relative;
	float: left;
	width: 570px;
	height: 118px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3333CC;
	text-align:center;
	margin-top: 15px;
}
#navContainer {
	position:relative;
	clear:both;
	width: 100%;
	background-color: #3333CC;
	background: -webkit-linear-gradient(#FFFFFF, #E9ECF3); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(#FFFFFF, #E9ECF3); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#FFFFFF, #E9ECF3); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#FFFFFF, #E9ECF3); /* Standard syntax */
	border-bottom: solid 1px #333333;
	border-top: solid 1px #333333;
	overflow:hidden;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.45);
	z-index: 100;
	text-align: center;	
}
#navBar {
	width: 1000px;
	margin: auto;
	text-align: center;
	overflow:hidden;
}
#navBar ul {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
#navBar ul li {
	margin: 8px 18px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline-block;
}
#navBar ul li:first-of-type {
	margin-left: 0px;
}
#navBar ul li:last-of-type {
	margin-right: 0px;
}
#navBar ul li a {
	color: #333333;
	text-decoration:none;
	
}
#navBar ul li a:hover {
	color: #AAAAAA;
	text-decoration:none;
	
}
#mainContainer {
	position: relative;
	width: 100%;
	margin: auto;
	overflow: hidden;
	background-color: #D8DCE5;
}
#mainArea {
	position: relative;
	width: 1000px;
	min-height: 430px;
	margin: auto;
	overflow: hidden;
}
#mainAreaInside {
	position: relative;
	width: 1000px;
	height: auto;
	margin: auto;
	overflow: hidden;
}
#leftColumnTop {
	float: left;
	width: 480px;
}
#rightColumnTop {
	float: right;
	width: 500px;
}
#leftColumn {
	float: left;
	width: 630px;
}
#rightColumn {
	float: right;
	width: 350px;
}
#leftColumnRS {
	float: left;
	width: 600px;
}
#rightColumnRS {
	float: right;
	width: 380px;
}
#contactForm {
	width: 300px;
	height: 350px;
	margin: 10px auto;
	padding: 10px 15px;
	border: solid 4px #FFFFFF;
	border-radius: 8px;
	background-color: #015FC9;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.45);
	background: -webkit-linear-gradient(#015FC9, #3333CC); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(#015FC9, #3333CC); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#015FC9, #3333CC); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#015FC9, #3333CC); /* Standard syntax */	 
}
#contactForm h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	letter-spacing: -.02em;
	text-align: center;
	word-spacing: -.05em;
	margin: 0px;
	padding: 0px;
}
#contactForm .largetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;	
}
#contactForm .mediumtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
		
}
#contactForm p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	color: #FFFFFF;
	text-decoration: none;
		
}
#contactForm select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding: 6px;
	width: 100%;
		
}
#contactForm input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px;
	width: 100%;
	border: solid 2px #FFFFFF;
	box-shadow: 4px 4px 5px rgba(0,0,0,0.45);
	background: -webkit-linear-gradient(#FF9900, #FF3300); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(#FF9900, #FF3300); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#FF9900, #FF3300); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#FF9900, #FF3300); /* Standard syntax */
}
#lowerArea {
	position: relative;
	width: 1000px;
	margin: auto;
	overflow: hidden;
}
#footerContainer {
	position: relative;
	bottom: 0px;
	left: 0px;
	width: 100%;
	min-height: 150px;
	margin-top: 2px;
	overflow: hidden;
	background-color: #015FC9;
	background: -webkit-linear-gradient(#3E3ECB, #3333CC); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(#3E3ECB, #3333CC); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#3E3ECB, #3333CC); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#3E3ECB, #3333CC); /* Standard syntax */	
}
#footer {
	position: relative;
	width: 1000px;
	margin: auto;
	overflow: hidden;
	display:table;
}
#footer .left {
	width: 15%;
	display: table-cell;
}
#footer .middle {
	width: 30%;
	display: table-cell;
	text-align: center;
	vertical-align:middle;
}
#footer .right {
	width: 55%;
	display: table-cell;
}
#footer ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: circle;
}
#footer ul li {
	line-height: 21px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;	
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #3333CC;
	text-decoration: none;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	letter-spacing: -.02em;
	word-spacing: -.03em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #3333CC;
	text-decoration: none;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	letter-spacing: -.03em;
	word-spacing: -.05em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #CC1100;
	margin: 0px 2px;
	padding: 0px;
	text-decoration: none;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.25);
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #3333CC;
	text-decoration: none;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.25);
	letter-spacing: -.03em;
	word-spacing: -.05em;
}

.largetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #000000;
	text-decoration: none;	
}
.mediumtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-decoration: none;	
}
.mediumtxt a {
	color: #000000;
	text-decoration: underline;	
}
.basictxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;	
}
.smalltxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;	
}
.smallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;	
}
.clearBoth {
	clear:both;
}
.gallery {

}
.gallery img {
	border: solid 1px #333333;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.45);
}
#freeQuote {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 900;
}
#formQuote {
	width: 600px;
	height: auto;
	margin: 40px auto;
	display: none;
	padding: 16px;
	background-color:#FFFFFF;
	border: solid 4px #0000CC;
	border-radius: 25px;
	z-index: 999;
	box-shadow: 5px 5px 10px rgba( 0,0,0,0.3);
}
#formQuote p {
	margin-top: 0px;
	margin-bottom: 9px;
}
#xClose {
	cursor: pointer;
}
.moreInfo {
	border: solid 1px #FFFFFF;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.45);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC0000;
	padding: 5px 12px;
	border-radius: 15px;
}
.moreInfo:hover {
	border: solid 1px #FFFFFF;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.45);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #D99D9D;
	padding: 5px 12px;
	border-radius: 15px;
}
.regButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00486A;
	padding: 6px 12px;
	text-decoration: none;
	text-align
}
.regButton:hover {
	background-color: #497387;
}