* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	background: #D2D2D2 url(images/bg.png) repeat-x;
	color: #001533;
    font: 12px arial,sans-serif;
}
a img {
	border: none;
}
a {
	color: #001533;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	color: #001533;
}
#root {
	width: 973px;
	margin: 0 auto;
}
#header {
	overflow: hidden;
	width: 973px;
	height: 157px;
	margin: 40px 0 0;
}
#logo {
	float: left;
	display: block;
	margin: 20px 0 0 10px;
}
#hRight {
	float: right;
}
#slogan {
	background: url(images/slogan.png) no-repeat;
	text-indent: -9000px;
	width: 469px;
	height: 93px;
	margin: 0 0 0 15px;
}
#menu {
	margin: 32px 0 0;
}
#menu ul {
	overflow: hidden;
	list-style: none;
}
#menu li {
	float: left;
	display: block;
}
#menu li ul {
	display:none;
	position:absolute;
	width: 156px;
	background: url(images/mouseover.png) 4px bottom no-repeat;
}
#menu li ul li {
	float:none;
	margin: 5px 0;
}
#menu li ul a {
	background: none;
}
#menu li:hover ul {
	display:block;
}
#menu li ul a {
	font-weight:normal;
}
#menu a {
	background: url(images/button.png) no-repeat;
	display: block;
	width: 152px;
	height: 32px;
	text-align: center;
	color: #FFF;
	line-height: 34px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 4px;
}
#content {
	background: url(images/content.png) no-repeat;
	height: 271px;
	width: 753px;
	margin: 15px 0 0;
	color: #001533;
	padding: 15px 30px 10px 190px;
	overflow: hidden;
}
#content h1 {
	border-bottom: 1px solid #bcbcbc;
	padding: 0 0 3px;
}
#content p {
	margin: 10px 0;
	line-height: 19px;
}
#footer {
	width: 973px;
	overflow: hidden;
	margin: 35px 0;
}
#footer .box {
	float: left;
	width: 220px;
	margin: 0 30px 0 0;
}
#footer .last {
	margin: 0;
}
#footer h3 {
	color: #eeeeee;
	background: #001534;
	text-align: center;
	font-size: 16px;
	padding: 3px 0;
}
#footer p {
	padding: 5px;
	line-height: 16px;
	text-align: justify;
}
form {
	margin: 0 0 0 50px;
}
#contactForm {
	float: left;
	width: 328px;
}
#contactText {
	float: right;
	width: 350px;
}
textarea, input[type=text], select {
    border: 1px solid #22315C;
    display: block;
    padding: 3px;
    width: 320px;
	font: 12px arial,sans-serif;
}
textarea:focus, input[type=text]:focus, select:focus {
    border: 1px solid #001433;
}
select {
	width: 328px;
}
option {
}
textarea {
    height: 75px;
}
.row {
    margin: 0 0 6px;
}
.row label {
    cursor: pointer;
    display: block;
}
input[type=submit] {
    background: #001433;
    border: 1px solid #22325C;
    color: #FFF;
    padding: 1px 3px;
}
.center {
	text-align:center;
}
