/* ------ START CSS FILE ------------------------------------------- */
/* ----------------------------------------------------------------- */
/* ------ this global file defines layout, colors and fontstyles --- */
/* ------ for all content files ------------------------------------ */
/* ----------------------------------------------------------------- */

/* ------ GLOBAL --------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 100.01%;
}

/* ------ BODY ----------------------------------------------------- */

body {
	color: #333333;
	background: url("../images/bg_main.gif") repeat-x #d1d1d1;
	text-align: center; /* center tag 1 for IE 5.x */
}

/* ------ MAIN LAYOUT ---------------------------------------------- */

#wrapper {
	position: relative;
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/bg_content.gif") repeat-y #ffffff;
	text-align: left; /* center tag 2 for IE 5.x */
}

#header {
	width: 974px;
	height: 255px;
	background: #00285f;
}

#mainmenu {
	margin: 0 22px;
	padding: 0 0 0 35px;
	width: 895px;
	height: 25px;
	color: #ffffff;
	background: url("../images/bg_mainmenu_outside.gif") no-repeat top right #00285f;
}

#contentarea {
	position: relative;
	margin: 0 22px;
	width: 930px;
}

#content {
	float: left;
	padding: 30px 0 20px 35px;
	width: 615px;
}

#submenu {
	float: left;
	padding: 0 0 35px 35px;
	width: 230px;
}

#wrapperbottom {
	padding: 0 0 50px 0;
	position: relative;
	width: 100%;
	background: url("../images/bg_footer.gif") repeat-x bottom left;
}

#footer {
	position: relative;
	padding: 0 22px;
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/bg_footer_content.gif") repeat-y bottom left #eeeeee;
	text-align: left; /* center tag 2 for IE 5.x */
}

#footerend {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 974px;
	height: 14px;
	background: url("../images/bg_footer_content_end.gif") no-repeat;
}

#outside {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 45px;
	width: 858px;
	text-align: left; /* center tag 2 for IE 5.x */
}

.cleanerboth {
	clear: both;
}

/* ------ HEADER --------------------------------------------------- */

#header h1 {
	display: none;
}

/* ------ MAIN MENU ------------------------------------------------ */

#mainmenu ul {
	list-style-type: none;
}

#mainmenu li {
	display: inline;
}

#mainmenu .menulist a {
	float: left;
	padding: 5px 8px 0 8px;
	display: block;
	height: 20px;
	text-decoration: none;
	font-size: 75%;
	font-weight: bold;
	color: #ffffff;
	background: url("../images/bg_mainmenu.jpg") 0 0 no-repeat;
}

#mainmenu .menulist a:hover {
	color: #ffffff;
	background: url("../images/bg_mainmenu.jpg") 0 -25px no-repeat;
}

#mainmenu .menulist .menu_stay, #mainmenu .menulist .menu_stay:hover {
	color: #00285f;
	background: url("../images/bg_mainmenu.jpg") 0 -50px no-repeat;
}

/* ------ SUB MENU ------------------------------------------------- */

#submenu ul {
	width: 220px;
	padding: 12px 0 11px 0;
	margin: 0 0 15px 0;
	border-left: 5px solid #eeeeee;
	border-right: 5px solid #eeeeee;
	border-bottom: 5px solid #eeeeee;
	background: #ffffff;
}

#submenu li {
	display: inline;
}

#submenu .menulist a {
	display: block;
	padding: 12px 8px 0 8px;
	height: 23px;
	text-decoration: none;
	font-size: 75%;
	font-weight: bold;
	color: #00285f;
	background: url("../images/bg_submenu.gif") 0 0 no-repeat;
}

#submenu .menulist a:hover {
	color: #00285f;
	background: url("../images/bg_submenu.gif") 0 -35px no-repeat;
}

#submenu .menulist .menu_stay, #submenu .menulist .menu_stay:hover {
	color: #00285f;
	background: url("../images/bg_submenu.gif") 0 -70px no-repeat;
}

/* ------ NEWSBOX -------------------------------------------------- */

h3.newsbox_header {
	padding: 20px 20px 0 20px;
	height: 30px;
	font-size: 75%;
	font-weight: bold;
	color: #00285f;
	background: url("../images/bg_newsbox.gif") 0 0 no-repeat #000000;
}

.newsbox_area {
	margin: 0 0 15px 0;
}

.newsbox {
	width: 220px;
	margin: 0 0 15px 0;
	padding: 0.7em 0 0 0;
	border-left: 5px solid #eeeeee;
	border-right: 5px solid #eeeeee;
	border-bottom: 5px solid #eeeeee;
	background: #ffffff;
}

.newsbox p {
	padding: 0 15px 1em 15px;
	font-size: 70%;
	line-height: 140%;
}

.newsbox .dateline {
	padding: 0 15px 1em 29px;
	background: url("../images/bullet.gif") 15px 0 no-repeat;
}

.newsbox .spacer {
	margin: 0 0 0.7em 0;
	border-bottom: 1px solid #eeeeee;
}

.newsbox a:link, .newsbox a:visited, .newsbox a:active {
	color: #00285f;
	text-decoration: underline;
}
.newsbox a:hover {
	color: #cc6600;
	text-decoration: none;
}

/* ------ CONTENT -------------------------------------------------- */

#content p {
	margin: 0 0 1em 0;
	font-size: 75%;
	line-height: 140%;
}

#content .nobottomspace {
	margin: 0;
}

#content h2 {
	margin: 0 0 1em 0;
	font-size: 80%;
	line-height: 140%;
	color: #3f5e87;
}

#content ul {
	margin: 0 0 1em 3em;
	font-size: 75%;
	line-height: 140%;
	list-style-type: square;
	list-style-image: url(../images/bullet.gif);
}

#content .colholder {
	width: 615px;
}

/* two rows */
#content .left_col {
	float: left;
	width: 290px;
}

#content .right_col {
	float: left;
	margin: 0 0 0 35px;
	width: 290px;
}

/* two rows, left smaller */
#content .left_col_two {
	float: left;
	width: 115px;
}

#content .right_col_two {
	float: left;
	margin: 0 0 0 0;
	width: 465px;
}

.cleanerleft {
	clear: left;
}

#content .spacer {
	clear: left;
	margin: 1.3em 0 1em 0;
	border-bottom: 1px solid #bec9d6;
}

#content a:link, #content a:visited, #content a:active {
	color: #00285f;
	text-decoration: underline;
}
#content a:hover {
	color: #cc6600;
	text-decoration: none;
}

#content cite {
	color: #3f5e87;
	font-size: 190%;
	line-height: 120%;
	font-style: normal;
	text-decoration: none;
}

/* ------ CONTENT IMAGES ------------------------------------------- */

#content .image_left {
	float: left;
	margin: 5px 10px 5px 0;
	border: 1px solid #000000;
}

#content .image_right {
	float: right;
	margin: 5px 0 5px 10px;
	border: 1px solid #000000;
}

/* ------ FOOTER --------------------------------------------------- */

#footer ul {
	padding: 22px 0 35px 35px;
	list-style-type: none;
}

#footer li {
	display: inline;
}

#footer .menulist a {
	float: left;
	display: block;
	padding: 3px 8px;
	border: 1px solid #eeeeee;

	text-decoration: none;
	font-size: 65%;
	font-weight: bold;
	color: #00285f;
}

#footer .menulist a:hover {
	border: 1px solid #ffffff;
	color: #00285f;
	background: #f6f6f6;
}

#footer .menulist .menu_stay, #footer .menulist .menu_stay:hover {
	border: 1px solid #ffffff;
	color: #00285f;
	background: #bec9d6;
}

#footer p {
	width: 615px;
	margin: 0 0 0 35px;
	padding: 0 0 25px 0;
	color: #999999;
	font-size: 70%;
	line-height: 140%;
}

#outside p {
	width: 615px;
	margin: 0 0 0.5em 0;
	color: #333333;
	font-size: 70%;
	line-height: 140%;
}

.logos {
	margin: 27px 0 0 0;
	float: right;
}

.logos .logofloat {
	margin: 0 10px 0 0;
}

#footer .footertext a:link, #footer .footertext a:visited, #footer .footertext a:active {
	color: #999999;
	text-decoration: none;
}
#footer .footertext a:hover {
	color: #000000;
}

/* ------ CONTENT FORMS -------------------------------------------- */

#content form h4 {
	width: 530px;
	margin: 0 0 1em -5px;
	padding: 4px 4px;
	color: #ffffff;
	font-weight: normal;
	font-size: 75%;
	border: 5px solid #eeeeee;
	background: url("../images/bg_form_header.jpg") 0 -30px repeat #00285f;
}

#content .colholder_form {
	/* none */
}

/* two columns */
#content .left_col_form {
	float: left;
	margin: 0 10px 1em 0;
	width: 220px;
}

#content .right_col_form {
	float: left;
	width: 380px;
}

#content input {
	padding: 2px 3px;
	border: 1px solid #d1d1d1;
	background: #eeeeee;
}

#content input:hover {
	border: 1px solid #00285f;
	color: #00285f;
}

#content input:focus {
	border: 1px solid #00285f;
	background: #f8f8f8;
	color: #00285f;
}

#content .button, #content .button:hover {
	padding: 2px 3px;
	color: #ffffff;
	font-weight: bold;
	border-left: 2px solid #3f5e87;
	border-top: 2px solid #3f5e87;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background: #00285f;
}

#content select {
	padding: 2px 3px;
	border: 1px solid #d1d1d1;
	background: #eeeeee;
}

#content select:hover {
	border: 1px solid #00285f;
	color: #00285f;
}

#content select:focus {
	border: 1px solid #00285f;
	background: #f8f8f8;
	color: #00285f;
}

/* ------ END CSS FILE --------------------------------------------- */