body  {background:transparent url(images/top-bg.jpg) no-repeat top center; margin:0; padding:0; text-align:center; font-family:Arial; font-size:12px; color:#000;}

html {
   background:#000 url(images/main.jpg) repeat-x;
   height:100%;
}

html>body {
 min-height:100%;
 height:auto;
}

.wrapper {width:960px; margin:0 auto; text-align:left;}

/* Bottom Info / Form
----------------------------------------------------------------------------*/
#infoBox {
   width:960px;
   float:left;
   margin-top:499px;
}

#emailBox {
   width:560px;
   height:287px;
   float:left;
   background:transparent url(images/line-bg.jpg) no-repeat top right;
}
#emailBox h1 {font-size:20px; color:#91bbc6; font-family:"Trebuchet MS"; margin-top:26px; margin-bottom:0px; text-align:center; width:560px; font-weight:normal;}
#emailBox ul {list-style-type:none; padding:0px; margin:0px;}
#emailBox li {display:inline;}

#email {
   width:65px;
   float:left;
   margin-top:32px;
   font-weight:bold;
   font-family:"Trebuchet MS";
   color:#ccc;
   font-size:20px;
   text-align:right;
}

#field {
   width:351px;
   float:left;
   margin-top:22px;
   margin-left:15px;
}

#submit {
   width:128px;
   float:left;
   margin-top:21px;
}

#cbayLoc {
   width:370px;
   float:left;
   margin-top:30px;
   margin-left:30px;
}
#cbayLoc h2 {font-size:20px; color:#ccc; font-family:"Trebuchet MS"; margin-top:0px; margin-bottom:0px;}
#cbayLoc ul {list-style-type:none; padding:0px; margin:6px 0 0 0;}
#cbayLoc li {display:inline;}
#cbayLoc a {color:#ccc; text-decoration:none;}
#cbayLoc a:hover {color:#91bac5; text-decoration:none;}

#address {
   width:174px;
   font-size:14px;
   color:#ccc;
   font-family:"Trebuchet MS";
   float:left;
}
#thanks {
   font-size:20px;
   color:#ccc;
   font-family:"Trebuchet MS";
   width:560px;
   float:left;   
   text-align:center;
}
#phone {
   width:196px;
   font-size:14px;
   color:#ccc;
   font-family:"Trebuchet MS";
   float:left;
}

.contact-form {
	display:block;
	overflow:hidden;
	height:41px;
	width:94px;
	background-image:url(images/submit-btn.gif);
	background-repeat:no-repeat;
}
.contact-form:hover {
	height:41px;
	width:94px;
	background-image:url(images/submit-btn-on.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

/* Classes
----------------------------------------------------------------------------*/
.text_field {height:37px; width:335px; border:none; background:transparent url(images/field-bg.gif) repeat-x; font-size:24px;}
.blue {color:#91bac5;}
a img {border:none;}
form {padding:0px; margin:0px;}
