﻿@charset "utf-8";
/* CSS Document */

html {
overflow: -moz-scrollbars-vertical;
}

body{
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
padding: 0;
margin: 0;
border: solid #ccc;
border-width: 5px 0 0 0;
}

h1{
margin: 0;
padding: 0;
}

h2{
margin: 0;
padding: 0;
}

p{
margin: 0;
padding: 0;
}

ul{
margin: 0;
padding: 0;
list-style: none;
}

#mainContent .question{
font-size: 13px;
margin: 0;
/*font-weight: bold;*/
color: #007cc5;
}

#page{
width: 800px;
margin: 15px auto;
}

#wrapper{
width: 750px;
padding: 5px 15px;
background-color: #fff;
}

#branding{
width: 750px;
height: 75px;
background-image: url(images/masthead.jpg);
background-position: top left;
background-repeat: no-repeat;
background-color: #fff;
}

#home #branding{
width: 750px;
height: 75px;
background-image: url(images/mastheadHome.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#branding ul{
float: right;
margin: 10px 18px 0 0px;
border: solid #666;
border-width: 0;
background-color: #ddd;
height: 26px;
width: 241px;
padding-top: 4px;
background-image: url(images/navBkgrd.gif);
background-repeat: no-repeat;
}

#branding li{
float: left;
}

#branding a:link, #branding a:visited{
display: block;
height: 22px;
line-height: 22px;
float: left;
padding: 0 8px;
color: #fff;
font-size: 11px;
text-decoration: none;
/*border-right: 1px solid #eee;*/
text-shadow:0 1px 1px #333;
}

#branding a:hover{
color: #ddd;
}

#mainFeature{
width: 750px;
height: 187px;
background-image: url(images/feature.jpg);
background-repeat: no-repeat;
background-color: #993333;
background-color: #fff;
}

#mainFeature h1{
width: 300px;
font-size: 26px;
line-height: 27px;
padding: 65px 0 0 50px;
color: #fff;
text-shadow:0 1px 3px #000000;
}

#subFeature{
width: 800px;
height: 112px;
background-color: #fff;
}

#home #mainContent{
float: left;
width: 750px;
color: #333;
background-image: url(images/subFeature.jpg);
background-repeat: no-repeat;
background-color: #fff;
}

#mainContent{
	width: 750px;
}

#mainContent h1{
font-size: 20px;
color: #007cc5;
margin: 0 0 5px 0;
}

#mainContent h2{
font-size: 14px;
color: #007cc5;
margin: 5px 0 0 0;
}

#mainContent p{
line-height: 15px;
margin: 0 0 10px 0;
text-align: justify;
}

#mainContent ul{
margin: 0 0 10px 10px;
}

#mainContent li{
padding: 0 0 0 20px;
margin: 0 0 3px 0;
background-image: url(images/bullet.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#mainContent a:link, #mainContent a:visited{
color: #007cc5;
text-decoration: none;
} 

#mainContent a:hover{
color: #007cc5;
text-decoration: underline;
}

#home .largeColL{
float: left;
width: 385px;
min-height: 250px;
margin: 30px 0 0 0px;
padding: 10px 0px 10px 25px;
border: none;
}

.largeColL{
width: 670px;
min-height: 250px;
margin: 10px auto;
padding: 15px;
}

.smallColR{
float: right;
width: 180px;
margin: 5px 0 0 0;
padding: 10px;
}

#home .smallColR h2{
/*text-align: right;*/
font-size: 22px;
font-weight: normal;
padding: 3px 0 0 5px;
color: #fff;
background-color: #008be0;
background-image: url(images/featuresBkgrd.gif);
background-repeat: repeat-x;
}

#home .smallColR{
float: right;
width: 275px;
min-height: 250px;
margin: 95px 15px 0 0;
padding: 5px;
}

#footer{
clear: both;
width: 715px;
margin: 2px auto;
font-size: 10px;
color: #666666;
border-top: 7px solid #008be0;
}

#footer p{
float: left;
margin: 2px 0 0 0px;
}

#footer ul{
float: right;
margin: 2px 2px 0 0;
border: solid #666;
border-width: 0;
}

#footer li{
float: left;
}

#footer ul a:link, #footer ul a:visited{
float: left;
padding: 0 0 0 20px;
color: #666;
font-size: 10px;
text-decoration: none;
}

#footer a:hover{
color: #999;
text-decoration: underline;
}

#features{
padding: 5px 5px 0 0;
border: 3px solid #008be0;
background-color: #fff;
}

#features li{
height: 55px;
/*border-bottom: 1px solid #007cc5;*/
padding: 10px 0 0 85px;
background-image: none;
line-height: 14px;
}

#features li.step1{
background-image: url(images/step1.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#features li.step2{
background-image: url(images/step2.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#features li.step3{
background-image: url(images/step3.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#features li.step4{
background-image: url(images/step4.jpg);
background-position: top left;
background-repeat: no-repeat;
}

.steps{
float: left;
font-size: 22px;
color: #007cc5;
margin: 3px 4px 0 0;
font-weight: bold;
}

/* -------------------------------------------------------------------FORMS */

/* Web Form Styles */

fieldset{
border: 1px solid #cccccc;
margin: 10px 0;
padding: 10px;
}

fieldset.inner{
border: 1px solid #cccccc;
margin: 0;
padding: 10px;
background-image: url('fieldsetBkgrd.jpg');
background-repeat: repeat-x;
background-position: left bottom;
}

#fieldset h2{
margin: 10px 0 0 0;
}

legend{
font-size: 20px;
font-weight: bold;
color: #007cc5;
padding: 0 5px 0 0;
}

label{
float: left;
width: 300px;
margin: 0;
}

label.long{
width: 100%;
}

#checkbox{
width: 100%;
}

fieldset.contact li{
float: left;
clear: left;
width: 100%;
padding: 0;
background-image: none;
}

fieldset.art li{
clear: left;
width: 100%;
padding: 0 0 10px 0;
}

fieldset.art{
clear: left;
text-align: left;
}

fieldset.rest li{
clear: left;
width: 100%;
padding: 0 0 10px 0;
}

fieldset.rest p{
clear: left;
width: 100%;
padding: 0 0 10px 0;
}

fieldset.submit{
border: none;
background-image: none;
text-align: center;
}

#form li{
background-image: none;
background-repeat: no-repeat;
background-position: top left;
padding: 0;
text-indent: 0;
}

.doubleCol{
	width: 330px;
	margin: 0 0 10px 0;
}

.left{
	float: left;
}

.right{
	float: right;
}







#sitemap h1{
clear: left;
font-size: 16px;
line-height: 20px;
margin: 0 0 5px 0;
}

#sitemap h2{
font-size: 14px;
line-height: 22px;
margin: 0 0 5px 0;
}

#sitemap #mainColL img{
float: left;
margin: 0;
padding: 0;
}

#sitemap .related ul{
margin: 0;
padding: 0;
}

.related li{
list-style: none;
}

#subCol2{
display: inline;
float: left;
width: 281px;
min-height: 178px;
padding: 5px;
/*border: 1px solid #999;
background-color: #eee;*/
margin: 0 0 5px 5px;
}

#subCol3{
display: inline;
float: right;
width: 281px;
min-height: 178px;
padding: 5px;
/*border: 1px solid #999;
background-color: #eee;*/
margin: 0 5px 5px 0;
}

#images img{
	float: left;
	margin: 0;
	padding: 0;
}

#images{
height: 200px;
	padding: 0 0 10px 5px;
}




