@charset "utf-8";
body  {
	font: 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 130%;
	margin: 0; 
	padding: 0;
	background-color: #ffffff;
	background:url(images/drop_shadow_bkg.png) repeat-y center;
	color: #666666;
}
.twoColFixLtHdr #container { 
	width: 794px;  
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;
	background-color:#FFFFFF; 
} 
.twoColFixLtHdr #header { 
	background: #ffffff;
	background:url(images/banner_background.png) no-repeat;
	height: 258px;
} 
.twoColFixLtHdr #header h1 h2 h3 h4{
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #header p {
   margin: 0;
   padding: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 210px; 
	background: #ffffff;
	padding: 0px 10px 15px 20px;
	font: 85% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	color: #B80C0C;
}

a:hover {
	color:#000000;
	text-decoration: none;
}
	

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 100px; 
	padding: 0 20px 20px 20px; 
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/banner_backg_ft.png) no-repeat;
	height: 233px;
	line-height:90%;	
} 

.twoColFixLtHdr #footer a {
    color:#999999;
	}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*---------contact----------*/
#form {
	padding: 0px;
	margin: 0px;
	font: "Trebuchet MS", Arial, Helvetica, sans-serif
	text color: #666666;
	
}
#fields label {
	width: 200px;
	display: block;
	padding: 0px;
}
#fields input {
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	width: 200px;
}
#fields textarea {
	border: 1px solid #C8D2D9;
	margin: 0 0 3px 0;
	width: 200px;
	height: 63px;
}
#send input {
	width: 64px;
	height: 20px;
	margin: 0px;
}
ul {
	margin: 0 0 20px 0;
	padding: 0px;
	list-style-type: none;
}
.contact_info{
float:right;
padding: 5px;
}

/*sidebar navigation*/
