﻿body{
	background-color:#666666;
	margin:0px 0 0px 0px;
	background-image:url(../images/home/gradient.gif);
	background-repeat:repeat-x;
}

#Main {
	margin-left: auto;
	margin-right: auto;
	width: 984px;    
}

#SubMain {
	width: 984px;   
	height: 576px;
	background-image:url(../images/home/home-background.jpg);
	background-repeat:no-repeat;
}

#Testimonial 
{
	float:left;
	width:335px;
	height:113px;
	margin:50px 40px 0 95px ;
	color:#222;
	font-size:13px;
	font-family:Arial, sans-serif;
}
#Tesimonial blockquote 
{
	float:left;
}
#Testimonial .author 
{
	float:right;
	clear:left;
	margin:12px 0 0 0;
	font-size:12px;
}
#Testimonial .location 
{
	float:right;
	clear:right;
	font-size:12px;
}
#Testimonial .readmore
{
	float: right;
	clear:right;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}

#Glass 
{
	float:left;
	margin: 122px 0 0 144px;
	width:335px;
	height:234px;
	
}

#HomeLinks {
	z-index:1001;
	clear:left;
	float:right;
	margin:30px 55px 0 0;
}

#HomeLink1 {
	float:left;
	width:177px;
	height:135px;
	cursor: pointer;
}
#HomeLink2 {
	float:left;
	width:177px;
	height:135px;
	margin:0 0 0 20px;
	cursor: pointer;
}

#Footer 
{
    color:#cccccc;
	font-size:10px;
	font-family:Arial, Helvetica;
	margin: 0 0 0 50px;
}

#Footer a:link,a:visited,a:active{
	color:#cccccc;
	font-size:10px;
	text-decoration:none;
}
#Footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}

/*FORM ELEMENTS*/
form{margin:0px;padding:0px;}
.formholder{height:auto;font-size:11px;padding:10px 10px 10px 10px;background-color:#ffffff;position:relative;
	width:auto;margin: 0 auto 0 auto;border:1px solid #434546;}

.formholder fieldset {
  /* clear:both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  background-color:inherit;
  border-color: #e9e6e6;
  border-width: 1px;
  border-style: solid;
  padding: 10px 10px 10px 10px;        /* padding in fieldset support spotty in IE */
  margin:0px;
 
}
.formholder p{font-size:11px;margin-top:15px;}





.formholder fieldset legend {color:#000000;font-size:11px;font-weight:bold;padding-bottom:5px;padding-top:5px;
/* bump up legend font size, not too large or it'll overwrite border on left *//* be careful with padding, it'll 
shift the nice offset on top of border  */

}


.formholder label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;font-weight:bold; 
}

#DropDownList3{
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.formholder input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px;
	background:#ffffff; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
.formholder input, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px;
	background:#ffffff; /* set margin on left of form elements rather than right of label aligns textarea better 
in IE */
}
.checkbox{padding: 10px;margin: 0px;width:auto;
}
.checkbox span{padding: 0px;margin: 0px;display:inline;float:left;width:auto;font-size:9px;
}
.checkbox input{padding: 0px;margin: 0px;float:left;width:35px; 
}
.checkbox br{clear:both;
}
#formholder input#reset {margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
textarea {overflow: auto;
}

.formholder small {display: block;margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right 
column inputs */padding: 1px 3px;font-size: 88%;
}
.formholder .required{font-weight:bold;color:Red; font-size:20px;} /* uses class instead of div, more efficient */

.formholder br {clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.submit a{color:#000000;}
.submit a:hover{color:#0066cc;}



.formholder a{font-size:9px;color:#000000;text-decoration:none;}
.formholder a:hover{color:#CC0000;text-decoration:underline;}
