body {
	margin: 0;
	padding: 0;
	font-family: verdana;
}

h1 {
	font-family: verdana;
	font-size: 26px;
	color: #a2a2a2;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;	
}

h2 {
	font-family: verdana;
	font-size: 14px;
	color: #a2a2a2;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;	
}

img.blue {
	border: 1px solid #2e5b7c;
}

#wrapper {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	
}

#header {
	float: left;
	width: 100%;
	height: 137px;
	margin: 0;
	padding: 0;
	background: url('../images/header_bg.png') 0 0 repeat-x;
}

#header_image {
	float: left;
	width: 100%;
	height: 137px;
	margin: 0;
	padding: 0;
	background: url('../images/image_top.jpg') top right no-repeat;
}

#logo {
	float: left;
	width: 383px;
	height: 137px;
	margin: 0;
	padding: 0;
	background: url('../images/logo.gif') 0 0 no-repeat;
}



.gray_border {
	float: left;
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;
	background-color: #c9c9c9;	
	font-size: 1px;
}

#main {
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 1px;
	padding: 0;
	background: url('../images/menu_bg.png') 0 0 repeat-y;
}

#content {
	margin-top: 10px;
	margin-left: 187px;
	margin-right: 20px;
	margin-bottom: 10px;
	color: #3c3c3c;
	font-size: 12px;
	font-family: trebuchet-ms;
}

#content a {
	color: #3c3c3c;
}

#left {
	position: relative;
	float: left;
	width: 164px;
	margin-left: 1px;
	display: inline;
}

#menu {
	float: left;
	width: 164px;
	border-top: 1px solid #fff;
	background-color: #1a4c70;
}

ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#nav li { 
	float: left;
	width: 157px;
	height: 38px;
	margin-top: 7px;
	margin-left: 3px;
	margin-right: 4px;
	display: inline;
	background: url('../images/btn_bg.gif') 0 0 repeat-x;
}

ul#nav li a {
	float: left;
	margin-left: 7px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	display: inline;
}

ul#nav li a:hover {
	text-decoration: underline;	
}

#rcis {
	position: absolute;
	bottom: 0;
	left: 1px;
	width: 164px;
	height: 75px;
	border-top: 1px solid #fff;
	background: url('../images/rics.png') 0 0 no-repeat;
}

#rcis a {
	float: left;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#footer {
	float: left;
	width: 100%;
	height: 112px;
	margin-top: 1px;
	padding: 0;
	color: #3c3c3c;
	font-size: 10px;
	font-family: verdana;
	background: url('../images/footer_bg_.gif') 0 0 repeat-x;
	
}

#footer a {
	color: #3c3c3c;
		
}

#container {
	float: right;
  	width: 100%;
  	margin-left: -187px;
}

#whitebox {
	float: left;
	width: 164px;
	height: 75px;
	margin-top: 1px;
}

.field {
	width: 200px;
	border: 1px solid #2e5b7c;	
}

#contact_box {
	float: right;
}

#content_box {
	float: left;
}