

*{
margin:0;
padding:0;
}

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #B7B7B7;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	line-height:20px;
}


.elyot #container {
	width: 800px;  
	margin: 0 auto; 
	text-align: left; 
}
.elyot #container #header { 
	background: #1d1d1d;
	width:800px;
	height:83px;
} 

.elyot #header #logo{
	padding:3px 0 0 7px;
}

.elyot #header #logo img{
	border:0;
	text-decoration:none;
}

.elyot #topMenu{
	height:26px;
	clear:both;
	font-size:12px;
	background:url(../images/top_menu_bg.gif) repeat-x;
}

.elyot #topMenu ul{
	margin: 0px;
	padding:0;	
	list-style:none;
}

.elyot #topMenu ul li{
	display:inline;
}

.elyot #topMenu ul li a{
	float:left;
	height:21px;
	text-align:center;
	color:#FFFFFF;
	text-decoration:none;
	padding: 5px 20px 0px 20px;
	}
	
.elyot #topMenu ul li .current{
	background:url(../images/top_menu_bg2.gif) repeat-x;
	color:#FFFFFF;
	}	
	
.elyot #banner{
background:#1d1d1d;
font-size:0px;
}	

.elyot #container #mainContent {
	background: url(../images/bg_content.gif) repeat-y;
	color:#FFFFFF;
	font-size:12px;
}
.elyot #mainContent .content{
	background: url(../images/container_bg.gif) repeat-x;
	margin:0 10px 0 10px;
	padding:0px 10px 5px 10px;
	}

.elyot #mainContent .content h2{
	color:#fcb216;
	font-size:18px;
	margin-bottom:4px;
}

.elyot #container #mainContent .top{
	background:url(../images/bg_content_top.gif);
	height:36px;
}

.elyot #container #mainContent .bottom{
	background:url(../images/bg_content_bottom.gif);
	height:32px;
}

.elyot #container #mainContent a{
	text-decoration:underline;
	color:#fcb216;
}

.elyot #container #mainContent .contentText{
	color:#FFFFFF;
	text-decoration:none;
}

.elyot #footer { 
	font-size:10px;
	text-align:center;
	color:#000000;
} 
.elyot #footer p {
	margin: 0; 

}


/* Contact Us form*/

/* Left Column Style */
.contactformLeftColumn {
 padding-right:5px;
 padding-bottom:5px;
}

/* Right Column Style */
.contactformRightColumn {
 padding-right:5px;
 padding-bottom:5px;
}

/* Text Field Style */
.contactformTextField {
 width:150px;
 border: 1px solid #999999;
 color:#333333;
 padding-left:2px;
}

/* Text Area Style */
.contactformTextArea {
 width:150px;
 height:80px;
 border: 1px solid #999999;
 color:#333333;
 padding-left:2px;
}

/* Check Box Style */
.contactformCheckBox {
}

/* Submit Button Style */
.contactformSubmit {
 border: 1px solid #999999;
}

/* Errors Block Style */
.contactformErrors {
 color:#FF0000;
}

/* Thank You Message Style */
.contactformThankYou {
}

