body{
margin:0;
padding:0;
line-height: 1.5em;
background: #0172AB;
}

h1{
display: block;
font-family:Arial,Helvetica,sans-serif;
font-size:30px;
line-height: 40px;
color: #FFFF00;
margin-top: 0px;
font-weight: normal;
clear: both;
}

h2{
font-family:Arial,Helvetica,sans-serif;
font-size:26px;
color: #FFFFFF;
margin-top: 0px;
}

h3{
font-family:Arial,Helvetica,sans-serif;
font-size:22px;
color: #FFFFFF;
margin-top: 0px;
}

h4{
font-family:Arial,Helvetica,sans-serif;
font-size:22px;
color: #FFFF00;
margin-top: 0px;
margin-bottom: 10px;
font-weight: normal;
}

p{
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
line-height: 22px;
color: #FFFFFF;
margin-top: 5px;
}

b{
color: #FFFF00;
}

#topsection{
background: #0172AB;
height: 90px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: right;
width: 100%;
margin-left: -650px; /*Set left margin to -(leftColumnWidth + RightColumnWidth)*/
}

#contentcolumn{
margin-left: 650px; /*Set left margin to (leftColumnWidth + RightColumnWidth)*/
color: #FFFF80;
padding: 20px;
min-width: 300px;
text-align: justify;
border-left: solid 1px #FFFF00;
min-height: 660px;
}

#contentcolumn a{
color: #FFFF00;
}

#contentcolumn a:hover{
color: #FFCC00;
}

#contentcolumn ul{
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#contentcolumn>ul {
	margin-left: -30px;
}
#contentcolumn ul li{
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
color: #FFFFFF;
line-height:30px;
list-style-type:none;
background:url(../assets/bullet.gif) left 5px;
background-repeat:no-repeat;
padding:0px 0px 0px 30px;
}

#leftcolumn{
float: left;
width: 300px; /*Width of left column in pixels*/
background: #0172AB;
}

#logo {
}

#logo img{
border: none;
}

#rightcolumn{
float: left;
width: 350px; /*Width of right column in pixels*/
height: 650px;
background: #0172AB;
margin-bottom: 0px;
padding-bottom: 0px;
}

#head{
font-family:Arial,Helvetica,sans-serif;
font-size:40px;
color: #FFFF00;
padding-top: 20px;
padding-right: 20px;
font-weight: bold;
float: right;
width: 400px;
height: 100px;
text-align: right;
background: transparent url(../assets/phone.gif) no-repeat 50px 5px;
}

#head .email{
font-size:12px;
color: #FFFFFF;
font-weight: normal;
padding-top: 20px;

}

#flash{
width: 350px;
height: 650px;
margin: 0px;
}

#footer{
clear: both;
width: 100%;
height: 80px;
background: #0172AB;
border-top: solid 1px #FFFF00;
border-bottom: solid 1px #FFFF00;
}

#footer a{
color: #FFFF00;
}
#footer a:hover{
color: #FFCC00;
}

#footerlinks{
display: block;
font-family:Arial,Helvetica,sans-serif;
font-size:26px;
font-style: italic;
color: #FFFF00;
margin-top: 30px;
margin-left: 20px;
width: 100%;
}

#copyright{
clear: both;
width: 98%;
color: #FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
margin-top: 20px;
margin-right: 20px;
margin-bottom: 20px;
padding-right: 20px;
text-align: right;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px;
}

.floater_right{
float: right;
margin-bottom: 10px;
margin-left: 10px;
background: #FFFF00 url(../assets/floater-top.gif) no-repeat left top;
}
.floater_content{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-style:italic;
color: #0172AB;
line-height: 14px;
font-weight: bold;
width: 140px;
padding: 5px;
}
.floater_content .name{
text-align: left;
font-weight: normal;
font-style:normal;

}

.floater_right_bottom{
width: 150px;
height: 6px;
clear: both;
background: transparent url(../assets/floater-bottom.gif) no-repeat left bottom;
}

#valid{
clear: both;
width: 100%;
background: #0172AB;
}

#valid .cont{
float: right;
padding-top: 10px;
}
#valid .cont img{
border: none;
}

/* left navigation */
#left-nav {float: left; display: block; width: 300px; position: absolute; margin-top: 0px; margin-right: 0px; margin-bottom: 10px; background: #0172AB; clear:both;}
#left-nav ul {
	display: block;
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
	float: left;
	background: #0172AB;
	
}
#left-nav ul li {
	width: 260px;
}
.nav a{
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
	text-align: right;
	display: block;
	width: 260px;
	height: 30px;
	padding: 0px 40px 0px 0px;
	background: transparent url(../assets/nav.gif) no-repeat top right;
}
.nav a:hover {
	color: #FFFF00;
	text-decoration:none;
	background-position: 0px -30px;
}
.nav a.selected {
	color: #FFFF00;
	text-decoration:none;
	background-position: 0px -30px;
}

/* end left nav */

/* contact us page */
#contact{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height: 17px;
color: #FFFFFF;
width: 400px;
margin-top: 0px;
margin-bottom: 10px;
}
#contact input, textarea{
margin-top: 10px;
width: 250px;
margin-left: 10px;
}
#contact textarea{
width: 350px;
height: 200px;
}
.button_contact{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
color: #FFFF00;
width: 260px;
background: #0172AB;
border: solid 1px #FFFF00;
margin-top: 4px;
}
.button_contact:hover{
color: #0172AB;
background: #FFFF00;
cursor: pointer;
}
#contact .respect{
line-height: 30px;
}

/* quick contact form */
form{
margin: 0px;
padding: 0px;
}

#qc{
width: 225px;
}

#quick_contact{
float: right;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height: 17px;
color: #FFFFFF;
width: 225px;
border: solid 1px #FFFF00;
padding: 5px;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 10px;
}
#quick_contact input, textarea{
margin-top: 4px;
margin-right: 0px;
margin-left: 10px;
width: 150px;
}
#quick_contact textarea{
margin-top: 4px;
margin-right: 0px;
margin-left: 10px;
width: 150px;
}
.button_qc{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
color: #FFFF00;
width: 160px;
background: #0172AB;
border: solid 1px #FFFF00;
margin-top: 4px;
margin-right: 0px;
}
.button_qc:hover{
color: #0172AB;
background: #FFFF00;
cursor: pointer;
}
#quick_contact .respect{
font-size:10px;
}

.line{
clear: both;
width: 90%;
height: 1px;
border-top: solid 1px #FFFF00;
margin-top: 15px;
margin-bottom: 20px;
}
