@import 'reset.css';
html, body, #wrapper {
	height: 100%;
}

.clear {
	clear: both;
}

body {
	background: #FFFFFF url(../img/bg.jpg) repeat-x;
	line-height: 1.65em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 879px;
	margin: 0 auto;
	background-color: #FFFFFF;
	color: #666666;
}

#header img.logo {
	margin: 24px 87px 0 55px;
	float: left;
}

#header p {
	float: left;
	display: block;
	width: 566px;
	line-height: 47px;
	background-color: #013299;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #FFFFFF;
}

#header ul.navigation {
	margin-top: 2px;
	border-top: 5px solid #B89F8C;
	border-bottom: 5px solid #B89F8C;
	height: 35px;
}

#header ul.navigation li {
	float: left;
	background-image: url(../img/nav-bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 14px;
}

#header ul.navigation li a {
	display: block;
	line-height: 35px;
	padding: 0 10px 0 15px;
	text-decoration: none;
	color: #003399;
	font-variant: small-caps;
	font-size: 15px;
}

#header ul.navigation li.active {
	background-image: url(../img/nav-bullet-active.gif);
}

#header ul.navigation li.active a {
	color: #B89F8C;
}

#content {

	background-color: #FFFFFF;
}

#content p.blurb {
	display: block;
	width: 568px;
	margin: 10px auto;
	text-align: center;
	font-size: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #B89F8C;
}

#main {
	width: 580px;
	float: left;
	border-right: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#main strong {
	font-weight: bold;
}

#main em {
	font-style: italic;
}

#main h1 {
	width: 420px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 16px;
	color: #003399;
	font-weight: bold;
	border-bottom: 1px solid #003399;
	background-image: url(../img/h1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 35px;
	padding-top: 41px;
}

#main p, #main ul, #main ol {
	width: 453px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#main ul {
	margin-left: 100px;
}

#main ul li {
	list-style-type: disc;
}

#main ol li {
	list-style-type: decimal;
}

#right {
	width: 298px;
	float: left;
	background-color: #FFFFFF;
}

#right div.sidebox {
	width: 250px;
	margin: 10px auto 0 auto;
	clear: both;
}

#right div.sidebox h2 {
	color: #003399;
	font-size: 14px;
	border-bottom: 1px solid #003399;
	width: 250px;
	background-image: url(../img/h2.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 30px;
}

#right div.sidebox img {
	float: left;
}

#right div.sidebox p {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	width: 250px;
	float: left;
	line-height: 1.35em;
	margin: 3px;
}

#right div.sidebox p.more {
	width: 250px;
	text-align: right;
}

#right div.sidebox p.more a {
	color: #B89F8C;
	text-decoration: underline;
	font-style: italic;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
}

#footer {
	clear: both;
	float: left;
	width: 880px;
	height: 130px;
	background-color: #003399;
	margin-top: 40px;
}

#footer ul.navigation {
	margin-top: 10px;
}

#footer ul.navigation li {
	display: block;
	float: left;
	padding: 0 13px;
}

#footer ul.navigation li a {
	color: #FFFFFF;
	font-variant: small-caps;
	font-size: 15px;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 13px;
	margin: 5px 10px;
}

#footer p.copyright {
	float: left;
	width: 115px;
	margin-top: 55px;
	clear: left;
}

#footer p.address {
	float: right;
	width: 130px;
	text-align: right;
}

#footer p.tel {
	float: right;
	clear: right;
}