body {
	margin: 0px;
	background-color: #f1f1f1;
	background-image: url(../images/bkgd_spring.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#container {
	width: 780px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

/*------------------------------------------*/
/*-----------------header-------------------*/
/*------------------------------------------*/

#header {
	width: 670px;
	height: 80px;
	margin-top: 20px;
	margin-bottom: 0px;
}
#logo {
	width:100%;
	height:27%;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	padding-top: 48px;
}
#logo a {
	color: #666666;
	text-decoration: none;
}
#logo a:hover {
	color: #90c591;
}
#iColor {
	width: 125px;
	height: 18px;
	position: absolute;
	left: -30px;
	top: 20px;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	border: 1px solid #7d9fb3;
}

#options {
	width: 400px;
	height: 150px;
	position: absolute;
	left: 30px;
	top: 20px;
	text-align: center; 
	z-index: 5;
	padding-left: 50px;
}

#options img {
	margin: 3px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}

#address {
	position: absolute;
	width: 250px;
	height: 50px;
	top: 35px;
	left: 422px;
	font-size: 12px;
	color: #90c591;
	text-align: right;
	font-weight: bold;
}

#headerFlash {
	width: 673px;
	height: 228px;
	position: absolute;
	top: 100px;
	left: 0;
	background-image: url(../images/top.gif);
	text-align: right;
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 0px;
}

#contactBtn {
	width: 127px;
	height: 272px;
	position: absolute;
	left: 673px;
	top: 62px;
	margin-bottom: 0px;
}

#contactBtn a {
	width: 127px;
	height: 272px;
	display: block;
}

#contactBtn a:link, #contactBtn a:visited {
	background-image: url(../images/contactBtn_spring.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#contactBtn a:hover, #contactBtn a:active {
	background-image: url(../images/contactBtn_spring.gif);
	background-repeat: no-repeat;
	background-position: -127px 0px;
}

.phone {
	color: #666666;
	font-size: 16px;
}
/*------------------------------------------*/
/*------------contentContainer--------------*/
/*------------------------------------------*/

#contentContainer {
	width: 780px;
	height: auto;
	background: url(../images/content.gif) repeat-y left top;
	position: absolute;
	top: 328px;
	left: 0px;
	margin: 0;
}

#contentTop {
	width: 772px;
	height: 8px;
	position: absolute;
	top: -1px;
	left: 3px;
}

#blogger-navigation{
	float:right;
	width:225px;
	height:auto;
	margin-left: 15px;
	margin-bottom: 10px;
}
#blogger-navigation h3{
}
#blogger-navigation ul{
}
#blogger-navigation ul li{
}
#blogger-navigation ul li a{
}
#blogger-navigation ul li a:link, #blogger-navigation ul li a:visited{
}
#blogger-navigation ul li a:hover, #blogger-navigation ul li a:active{
}
#blogger-navigation #powered-by{
}

/*------------------------------------------*/
/*-----------------sideNav------------------*/
/*------------------------------------------*/

#sideNav {
	width: 215px;
    height:auto;
	position: absolute;
	top: 25px;
	left: 10px;
}

#sideNav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: none;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;
	padding-bottom: 20px;
	margin: 0 0 35px 0;
	padding-right: 0px;
	padding-left: 0px;
}

#sideNav ul li {
	margin: 0px;
	
}

#sideNav a:link, #sideNav a:visited {
	font-weight: bold;
	color: #8d8d8d;
	text-decoration: none;
}

#sideNav a:hover, #sideNav a:active {
	color: #009933;
}
.nav-indent {
	margin-left:7px;
	color: #00FFFF;
}
/*------------------------------------------*/
/*-----------------content------------------*/
/*------------------------------------------*/

#content {
	min-height: 720px;
	width: 525px;
	margin-left: 225px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b0b0b0;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 25px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	
}

#content h1 {
	background-image: url(../images/h1.gif);
	background-repeat: no-repeat;
	background-color: #AFADAD;
	background-position: left top;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 12px;
	width: 490px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b0b0b0;
	margin: 0px;
}

#content h2 {
	font-size: 11px;
	font-weight: bold;
	color: #5c5c5c;

}

#content a:link, #content a:visited {
	color: #009933;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover, #content a:active {
	color: #90c591;
}

#content .imgRight {
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	margin-right: 10px;
}
/*-------------------- Page 1 Forms <---------------------*/
#qc{
float:left;	
}
#qc form{
margin: 0px 0px 0px 25px;
	padding: 0;
}
#qc ul{
}
#qc ul li{
}
#qc div{
}
#qc input {
width: 133px;
	margin-bottom: 8px;
	border: 1px solid #009933;
	background-color: #FFFFFF;
	padding-left: 2px;
}
#qc textarea{
    width: 133px;
	height: 100px;
	margin: 5px 0px 0px 0px;
	padding-left: 2px;
}
#qc h6{
	margin: 0px 0px 10px 0px;
	font-size: 14px;
	text-align: center;
	background-color: #90c591;
	color: #FFFFFF;
}
#qc #button {
	margin: 0px 0px 0px 30px;
}
#qc input.select{
    width: 80px;
	margin-bottom: 8px;
	border: 1px solid #009933;
	background-color: #FFFFFF;
	padding-left: 5px;
}
#qc input.button{
    width: 80px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #009933;
	background-color: #90C591;
}
#qc input.orange-qc{
}
.req {
    padding-bottom: 5px;
}
#qc img {
    vertical-align:middle;
}
#qc .address2 {
    display:none;
}
#qc .valid {
    background-color: #90C591!important;
    color: #FFFFFF!important;
}
#qc .invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
}


/*-------------------- Page 1 Forms <---------------------*/
#contact{
}
#contact form{
}
#contact ul{
	list-style-type: none;
}
#contact ul li{
}
#contact div{
}
#contact input{
	height: 20px;
	width: 295px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 10px;
}
#contact textarea{
	height: 95px;
	width: 295px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 10px;
}
#contact input.select{
}
#contact input.button{
	height:30px;
	width:180px;
	cursor:pointer;
	background-color: #AAD3AB;
	/* background-image: url(../images/submit-button.jpg); */
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 5px;
}
#contact input.orange-main{
}

#contact img {
    vertical-align:middle;
}
.address2 {
    display:none;
}
.valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
}
.invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
}

#map {
    width:400px;
    height:400px;
}

#footer {
	background-color: #f1f1f1;
	background-image: url(../images/footerTop.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #90c591;
	font-weight: bold;
	width:100%;
}

#footer #Page1 {
	font-size: 10px;
	padding: 20px;
}

#footer a:link, #footer a:visited {
	color: #009933;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #90c591;
}


/*------------------------------------------*/
/*-------this is for the design!!!----------*/
/*------------------------------------------*/

#shadowRight1 {
	width: 8px;
	height: 199px;
	position: absolute;
	top: 258px;
	left: 775px;
	background-image: url(../images/right_shadow_spring.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#shadowRight2 {
	width: 8px;
	height: 199px;
	position: absolute;
	top: 468px;
	left: 775px;
	background-image: url(../images/right_shadow_spring.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#shadowLeft1 {
	width: 8px;
	height: 199px;
	position: absolute;
	top: 258px;
	left: -6px;
	background-image: url(../images/left_shadow_spring.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#shadowLeft2 {
	width: 8px;
	height: 199px;
	position: absolute;
	top: 468px;
	left: -6px;
	z-index: 10;
	background-image: url(../images/left_shadow_spring.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/*------------------------------------------*/
/*-------------main contact form------------*/
/*------------------------------------------*/

#mainContact {
	text-align: center;
	font-size: 12px;
}

#mainContact input {
	width: 150px;
	border: 1px solid #8EB5CC;
	margin: 5px;
}

#mainContact textarea {
	width: 150px;
	height: 100px;
	border: 1px solid #8EB5CC;
	margin: 5px;
}

#mainContactBtn input {
	text-align: center;
	width: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color: #8EB5CC;
	border: 1px solid #7EA1B6;
}

/* ASPX form/Captcha controls */
#lblErrors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#lblErrors ul {
}
#lblErrors li {
}
#pnlCaptcha {
	width: 350px;
	height: auto;
	margin-top: 10px;
	text-align: center;
	margin-left: 80px;
}
#pnlCaptcha label {
}
.captcha {
	margin: 15px 0 0 0px;
}
.captcha img {
}
.captcha div {
	margin: 10px 0 0 0;
}
.captcha span {
}
.captcha input {
	margin-left: 10px;
}
#btnSubmit {
	margin: 20px 0 5px 0px;
}

/* Add this to your CSS style sheet */

/* Clearfix from positioniseverything.net; http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac */

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */

/* Use a break with this class to clear float containers */

.brclear {
  clear:both;
  height:0;
  margin:0;
  font-size: 1px;
  line-height: 0;
}