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

body
{
	background: #c0c0c0;
	font-family: Verdana, Geneva, sans-serif;
	text-align:center;
	font-size: 12px;
	color: #000;
	background-image:url(images/background.jpg);
	background-position: center top;
	margin: 0px;
}

#menu
{
	width: 800px;
	height: 34px;
	background-image: url(images/button1.jpg);
	background-repeat: repeat-x;
}

#menu ul
{
	padding: 0px;
	margin: 0px;
	height: 34px;
	color: #fff;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#menu ul li { display: inline; }

#menu ul li a
{
	padding: 9px 20px 0px 20px;
	height: 25px;
	background-image: url(images/menu_divide.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #fff;
	text-decoration: none;
	float: left;
}

#menu ul li a:hover
{
	background: #F78F30;
}

h1
{
	font-weight:normal;
	font-size: 26px;
	font-weight: bold;
	padding: 5px 0px;
	margin: 0px;
	color:#165171;
}

h1.first
{
	font-weight:normal;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color:#165171;
}


h2
{
	font-size: 12px;
	color: #165171;
	padding-bottom: 10px;
}

h3
{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}

h4
{
	font-weight: normal;
	font-size: 20px;
	color: #5BCBF1;
}

#shell
{
	width:800px;
	text-align:left;
	margin:0 auto;
	padding:0px 100px 0 100px;
	background-image:url(images/shell_background.jpg);
	background-repeat:repeat-y;
}

#header
{
	background:url(images/logo.jpg) left no-repeat #fff;
	height:96px;
	text-align:right;
	padding-top:30px;
}

#sub_header {
	background:url(images/sub_header.jpg);
	background-repeat:no-repeat;
	height:77px;
}

#content
{
	padding: 10px 10px 0px 10px;
}

#left
{
	width:255px;
	float:left;	
}

.box {
	background:#1d1d1d;
	padding:25px 30px;
	color:#fff;
	margin-bottom:10px;
	border-top:10px solid #074868;
}

#right
{
	width:505px;
	float:right;
	margin-bottom:25px;
	padding: 10px 0px 0px 10px;
}

#col
{
	width:235px;
	float:left;
	margin-bottom:25px;
	margin-right: 10px;
	padding:0px 10px 0px 0px;
	overflow:hidden;
}

#col2
{
	width:235px;
	float:left;
	margin-bottom:25px;
	padding:0px 10px 0px 0px;
	overflow:hidden;
}

#col p
{
	padding-bottom:10px;
}

#col2 p {
	padding-bottom:10px;
}

#right p {
	padding-bottom:10px;
}

#footer
{
	clear: both;
	color: #fff;
}

#ems
{
	color: #ffffff;
	width:780px;
	margin:0 auto;
	text-align: right;
	padding:10px 120px 10px 100px;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-y;
}
#ems img
{
	border:none;
}
#ems a
{
	color:#fff;
	text-decoration:none;
}
#ems a:hover
{
	color:#999;
}

/* the form */

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