@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	font-family: Times New Roman, Helvetica, sans-serif;
	line-height: 18px;
	background: #666666;
	font-size: 9pt;
}

#container2 {
	border: 2px solid #000;
	width: 900px;
	margin: 10px auto 0;
}

#container
{
	background: #fcf3e0;
	border-bottom: 30px solid #585858;
	padding: 0px 0px 20px 0px;	
}

#header
{
	background-image: url(images/title.png);
	width: 890px;
	height: 99px;
	color: #000;
	text-align: right;
	padding: 7px 10px 0px 0px;
}

#header a
{
	color: #000;
	text-decoration: none;
}

.orange
{
	color: #000;
	font-weight: bold;
}

#middle
{
	height: 279px;
	width: 900px;
	background: url(images/middle_image.png) no-repeat;
	border: 0px solid red;
}

#middlecontact {
	position: absolute;
	margin: 190px 0 0 700px;
	text-align: right;
	font-size: 11pt;
}

#middlecontact a {
	color: #FFF;
}

#logos {
	width: 900px;
	background: url('images/logos.png') top left no-repeat;
}

.box
{
	float: right;
	width: 185px;
	margin: 20px 12px 0px 0px;
	color: #fff;
}

.content
{ 
    
	margin: 20px 0px 0px 0px;
	border-left: 2px solid #e8d9ba;
	padding: 0px 15px 0px 20px;
	font-size: 11pt;
}

.box_p
{
	margin: 0px;
}

.box img {
	border: 1px solid #000;
}

h1
{
	font-size: 16pt;
	font-weight: bold;
	color: #000;
	font-family: Times New Roman;
}

h2
{
	font-size: 11pt;
	color: #000;
	margin: 5px 0px 5px 0px;
	text-align: center;
}


#left
{
	width: 290px;
	float: left;
	height: 273px;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	
}

#right
{
	width: 610px;
	float: left;
	
	
}

#menu
{
	height: 51px;
	background: #585858;
	background-image: url(images/menu_background.png);
	background-repeat: no-repeat;
}

#menu ul
{
	padding: 0;
	margin: 0;
	color: White;
	float: left;
	width: 100%;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	height: 35px;
	padding: 16px 25px 0px 25px;
	background-color: #585858;
	color: #fff;
	text-decoration: none;
	float: right;
	border-left: 1px solid #333;
}

#menu ul li a:hover
{
	background-color: #A9A9A9;
}

.ems
{
	text-align: center;
	padding: 5px;
}

.ems a
{
	color: #333;
	text-decoration: none;
}

.ems a:hover
{
	text-decoration: underline;
}

a {
	color: #333;
} 



label { width: 10em; float: left; font-size:12px; }
label.error { float: left; color: #C1630B;  vertical-align: top; width: 70%; padding-left: 10em; font-size:12px;}
form p { clear: both; }
.submit { margin: 0 0 10px 120px; position: relative; border: 1px solid #000; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; }
fieldset {margin-left: 0; width: 300px; text-align: left; float: left; border: 0px solid black; padding: 0px;}
#formtext{color: #000;}
textarea {border: 1px solid #ccc;}
input {border: 1px solid #ccc;}
form {border: none;}

