html, body {
    height: 100%;
	}

body{
	font: 14px Arial, Helvetica, sans-serif;
	background-color:#A6B5FD;
	margin:0;
	padding:0;
}

.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 */
a{
	color: #000099;
	text-decoration:none;
}

a:hover{
    color: #FF0000;
	}

#quote_table table {
    border: solid thin #666666;
	}

#quote_table td {
    border: solid thin #000000;
	}

a.quotes {
    color: #000099;
	font-size: 12px;
	padding: .5em;
	text-align: center;
	}

a.quotes:hover {
    color: #CC3300;
	}
	
#paging {
    border: none;
	}

a:hover{
	text-decoration:none;
}

.headerImg {
    padding: 0;
	}

img {
    border: none;
	padding: 1em;
	}

#main{
	#background:#7c7c7c;
	margin:0px auto;
	width:850px;
	min-height: 100%;
}

#main {
   height: 100%;
   }

#header{
	border-bottom:1px solid #474747;
}

#header a.links{
	margin:15px 10px 0;
	padding:2px 0 0 20px;
	color:#ffffff;
	font-size:12px;
}

#header .links em{
	font-style:normal;
}

#tabs{
	background:transparent url('/images/template/tabs_bg.gif') left top repeat-x;
	border-bottom: ridge #B0AEAC;
}

.services li {
    list-style: none;
    padding: 1em;
	border: solid thin #666666;
	text-decoration: underline;
	margin: 3em 3em 3em 0;
	}

ul, li {
    list-style:circle;
	text-align:left;
	}

#tabs ul, #tabs li{
	list-style: none;
	margin: 0;
}

#tabs ul{
	text-align: right;
	padding: 10px 0;
	font-size:13px;
}

#tabs li{
	display: inline;
}

#tabs li.sep{
	background: url('/images/template/tabs_sep.gif') left top repeat-x;
	padding:10px 0 10px 1px;
}

#tabs li a{
	padding:10px 30px;
	text-transform:uppercase;
	color:#ffffff;
	font-weight: bold;
}

#tabs li a:hover{
	padding:10px 30px;
	background:transparent url('/images/template/tabs_hover_bg.gif') left top repeat-x;
}

#tabs li.current a{
	padding:10px 30px;
	background:transparent url('/images/template/tabs_current_bg.gif') left top repeat-x;
}

#content{
	background-color:#E6E3DE;
	min-height: 100%;
}

.col_left{
	float:left;
	width:425px;
}

.center {
   width: 100%;
   }

#indexTopLeft {
   vertical-align:top;
   }

#indexTopLeft p {
   padding: 0 2em;
   }

h1, h2, h3{
	border-bottom:1px solid #474747;
	margin:0 0 10px;
	padding:0 0 5px;
}
#content h2{
	color:#ffcc00;
	font-size:16px;
	margin-bottom:5px;
	padding-bottom:0px 0 5px;
}
.col_left h2{
	border:0px;
}

#tableCenter {
    width: 100%;
	height: 100%;
}

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

label {
    text-align: right;
	text-decoration: underline;
	font-weight: bold;
	float: left;
	width: 8em;
    display: block;
	margin: 0 .5em;
}
	
.name {
    width: 100px;
}
	
input {
	background: #D7D7D7;
	border: solid 2px #666666;
}

textarea {
	background: #D7D7D7;
	border: solid 2px #666666;
	width: 250px;
}

input.submit {
	background:transparent url('/images/button.png') left top repeat-x;
	cursor: pointer;
	padding: .5em;
	font-weight: bold;
	border: none;
	margin: .5em;
}

input.submit:hover {
	background:transparent url('/images/button_over.png') left top repeat-x;
}

fieldset {
    border: #000066 solid thin;
	margin: .5em;
	width: 400px;
}

legend {
    border: solid medium #000000;
	background:#666666;
	color:#FFFFFF;
	font-weight: bold;
	padding: .25em;
	margin-left: 2em;  
}

legend.required {
    color:#FF0000;
	font-size:10px;
	border:thin;
	margin-left: 25em;
	background: none;
	}

#td {
    vertical-align: top;
	width: 50%;
	}
	
td.about_us {
    width="150px";
	padding:2em;    
	}

p.intro{
	color:#ffcb01;
	padding:15px 15px 20px 0;
	line-height:1.8em;
}

.col_right{
	float:right;
	width:280px;
	margin-left:50px;
}

#contact {
    background: url(../images/template/contact_info.png) center no-repeat;
	border: solid #E6E3DE;
	}
	
#contactInfo {
    font-size:12px;
    padding: 2em;
	margin: 0 0 0 6em;
    }    

#footer{
    background: url('/images/template/tabs_bg.gif') left top repeat-x;
	padding: 1em;
	color:#ffffff;
	text-align:center;
	font-size:10px;
}
#footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: underline overline;
}

#captcha_form label{
	display:block;
	width:120px;
}


