@charset "utf-8";
body {
	padding: 0px;
	margin: 0px;
	background-color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
#header {
	background-image: url(/images/header-back.jpg);
	background-repeat: repeat-x;
	height: 80px;
	background-position: center center;
}
#header-logo {
	width: 960px;
	height: 80px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	background-image: url(/images/top-image.jpg);
	height: 150px;
	width: 960px;
	background-repeat: no-repeat;
}

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#container .plasticbox {
	font-size: 1.3em;
	line-height: 3em;
	color: #CE832C;
	text-align: center;
}
#container .plasticbox a {
	color: #CE832C;
}

#menu {
	height: 34px;
	background-image: url(/images/menu-back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 20px;
	padding-left: 35px;
	padding-top: 1px;
}
#content {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	color: #ED9309;
	font-size: 3em;
	font-weight: normal;
	letter-spacing: -2px;
}
#content h2 {
	color: #162A48;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
}
#content p {
	font-size: 1.5em;
	line-height: 1.7em;
}
#content li {
	font-size: 1.5em;
	color: #ED9309;
	line-height: 1.7em;
}

#content p a {
	color: #162A48;
	font-weight: bold;
}
#content p a:hover {
	color: #ED9309;
}
.form {
	font-weight: normal;
	color: #5C6B7E;
	margin: 5px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #F9B90A;
}
.form-button {
	font-size: 1.3em;
	font-weight: bold;
}


.services {
	font-size: 0.8em;
	letter-spacing: -0.1em;
}
.services a:hover {
	color: #ED9309;
}



#footer {
	background-color: #162A48;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	color: #FFFFFF;
	font-size: 1.1em;
}
#footer a {
	color: #ED9309;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
#footer hr {
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #8C830A;
	border-top-width: 1px;
	border-top-color: #8C830A;
	margin-top: 10px;
	margin-bottom: 10px;
}
