@import url("reset.css");

blockquote { margin: 0 0 0 25px; }

body {
	background: #E5E5E5;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #0D4381;
	margin-bottom: 20px;
	text-align: center;
}

body.large { font-size: 12px; }
body.xlarge { font-size: 13px; }
body.xxlarge { font-size: 14px; }

a { color: #0D4381; }

hr {
	border: 0 none;
	border-top: 1px solid #AAA;
	height: 1px;
}

.clear { clear: both; visibility: hidden; }

#wrapper {
	width: 965px;
	margin: 0 auto;
	text-align: left;
}

#top {
	background: #FFF url("../images/shadow.gif") right top repeat-y;
	text-align: right;
	padding: 5px 10px 5px 5px;
	margin: 0 0 10px 0;
}

#top a { text-decoration: none; }
#top a:hover { text-decoration: underline; }

#header {
	background: #FFF url("../images/shadow.gif") right top repeat-y;
	padding: 0 5px 0 0;
	margin: 0 0 20px 0;
}

#logo {
	background: url("../images/overall.gif") 0 0 no-repeat;
	display: block;
	float: left;
	width: 245px;
	height: 75px;
	margin: 10px 20px;
	outline: none;
}

#searchbox {
	float: right;
	font-weight: bold;
	margin: 65px 10px 0 0;
	white-space: nowrap;
}

#navigation {
	clear: both;
	position: relative;
	background: #003888 url("../images/fades.png") 0 0 repeat-x;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	height: 22px;
	padding: 8px 0 0 20px;
	cursor: default;
	overflow: hidden;
}

.navigation-menu {
	position: absolute;
	background: #1F54A1;
	text-align: left;
	border: 1px solid #FFF;
	display: none;
	padding: 0 0 5px 0;
}

.navigation-menu-item {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 3px 50px 0 5px;
}

a.navigation-menu-item:focus,
a.navigation-menu-item:hover { text-decoration: underline; }

.navigation-item {
	color: #FFF;
	text-decoration: none;
}

/* Body */

#body {
	background: #FFF url("../images/shadow.gif") right top repeat-y;
	margin: 0 0 10px 0;
	padding: 0 15px 30px 10px;
}

/* Center Menu */

#leftmenu {
	background: #3A6CB5 url("../images/fades.png") 0 -40px repeat-x;
	height: 280px;
	width: 200px;
	border-right: 1px solid #FFF;
	margin: 0 0 20px 0;
}

.leftmenu {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 10px;
	width: 180px;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
	cursor: pointer;
}

.leftmenu span { float: right; }

.leftmenu-menu {
	position: absolute;
	background: #1F54A1;
	text-align: left;
	border: 1px solid #FFF;
	display: none;
	padding: 0 0 5px 0;
}

.leftmenu-menu-item {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 3px 50px 0 5px;
}

a.leftmenu-menu-item:focus,
a.leftmenu-menu-item:hover { text-decoration: underline; }

#rightmenu {
	background: #5FA2A9 url("../images/fades.png") 0 -340px repeat-x;
	height: 280px;
	width: 200px;
	border-left: 1px solid #FFF;
	margin: 0 0 20px 0;
}

#rightmenu-title {
	color: #FFF;
	font-size: 24px;
	padding: 20px 20px;
	border-bottom: 1px solid #FFF;
}

.rightmenu {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 10px;
	border-bottom: 1px solid #FFF;
	text-decoration: none;
	cursor: pointer;
}

.rightmenu-menu {
	position: absolute;
	background: #1F54A1;
	text-align: left;
	border: 1px solid #FFF;
	display: none;
	padding: 0 0 5px 0;
}

.rightmenu-menu-item {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 3px 5px 0 5px;
}

/* CSS Size */

#css-larger,
#css-smaller {
	display: block;
	background: url("../images/overall.gif") no-repeat;
	float: right;
	width: 17px;
	height: 15px;
	margin: 0 0 0 5px;
}

#css-larger { background-position: 0 -125px; }
#css-smaller { background-position: -17px -125px; }

/* Breadcrumbs */

#breadcrumbs {
	margin: 0 0 30px 0;
	cursor: default;
}

#breadcrumbs a {
	color: #0D4381;
	text-decoration: none;
}

#breadcrumbs a:focus,
#breadcrumbs a:hover { text-decoration: underline; }

/* Sides */

#leftside {
	float: left;
	width: 200px;
}

#rightside {
	float: right;
	width: 200px;
}

.sidepanel1,
.sidepanel2 {
	color: #FFF;
	padding: 10px;
	margin: 0 0 15px 0;
}

.sidepanel1 { background: #3A6CB5 url("../images/fades.png") 0 -40px repeat-x; }
.sidepanel2 {background: #5FA2A9 url("../images/fades.png") 0 -340px repeat-x; }

.sidepanel-title {
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #FFF;
	cursor: default;
}

.sidepanel1 a,
.sidepanel2 a {
	color: #FFF;
	text-decoration: none;
}

.sidepanel1 a:focus,
.sidepanel1 a:hover,
.sidepanel2 a:focus,
.sidepanel2 a:hover { text-decoration: underline; }

/* Content */

#contentheader {
	background: #FFF center 0 no-repeat;
	margin: 0 1px 0 201px;
	width: 539px;
	padding: 0 0 20px 0;
}

#content {
	float: left;
	margin: 0 0 0 20px;
	width: 500px;
}

#content a { text-decoration: underline; }
#content a:hover { text-decoration: none; }

h1 {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 1.1em;
}

h2 {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.1em;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 10px;
}

h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

p { margin-bottom: 11px; }

ul {
	margin: 0 0 10px 0;
}

ol li {
	list-style: decimal;
	margin-left: 35px;
}

ul li {
	list-style: disc;
	margin-left: 35px;
}

ul li li { list-style: circle; }
ul li li li { list-style: square; }

/* Mail Forms */

.mailform {
	border-collapse: collapse;
	margin: 5px 0 10px 0;
}

.mailform td {
	padding: 1px 10px 2px 0;
}

.mailform .label {
	display: block;
	font-weight: bold;
	margin: 5px 0;
}

/* Footer */

#footer {
	background: url("../images/shadow.gif") right top repeat-y;
	padding: 0 5px 0 0;
}

#footer-inner {
	background: #003888 url("../images/fades.png") 0 0 repeat-x;
	color: #FFF;
	padding: 10px;
	cursor: default;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:focus,
#footer a:hover { text-decoration: underline; }

a#footer-right {
	float: right;
	color: #5481C1;
	text-decoration: none;
}

a#footer-right:focus,
a#footer-right:hover { text-decoration: underline; }

/* Controls */

.textbox {
	font-size: 11px;
	padding: 3px;
	border: 1px solid #C5DAE3;
}

.button {
	background: #003888 url("../images/fades.png") 0 0 repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 3px 5px;
	border: none;
	cursor: pointer;
}

.dropdown {
	font-size: 11px;
	padding: 3px;
	border: 1px solid #C5DAE3;
	margin: 0;
}