@charset "utf-8";

/* -- RESET STYLES -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: inherit; */
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;

}



FORM TABLE TR TD { 
	padding-left: 5px; 
	padding-right: 20px; 
	font-weight: bold;
	border: 1px solid #ffffff;
	background-color: #d7e5ef;
	vertical-align: middle;
}

FORM TABLE TR TD  INPUT, FORM TABLE TR TD  SELECT, FORM TABLE TR TD TEXTAREA { 
	border: 1px solid #aec4de;
	margin-left: 0;
	width: 100%;
}

FORM TABLE TR TD INPUT.checkbox {
	width: 10px;
}

FORM TABLE TR TD INPUT.text {
	width: 100%;
}
FORM TABLE TR TD INPUT.submit:hover {
	width: 100%;
	background: #d7e5ef;
}

FORM TABLE { 
	width: 100%;
	font-size: 1.2em;
	border: 1px solid #aec4de;
}

span.mandatory {
	color: red;
}

form tr td.col_first {
	width: 180px;
}

H1 {
	color: #0065b3;
	font-size: 2.7em;
	font-weight: normal;
}

H2 {
	color: #0065b3;
	font-size: 2em;
	font-weight: normal;
}

H3 {

	font-size: 1.5em;
	font-weight: normal;
}

body {
	background: #6183ad url(../images/background.gif) center repeat-y;
	color: #616161;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 69%;
	text-align: center;
}

a {
	color: #6799b1;
	text-decoration: underline;
}

a:hover {
	color: #838f96;
	text-decoration: none;
}

acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}

input {
	background: #ffffff;
	margin: 2px 20px;
	width: 140px;
}

#wrap {
	background-image: url(../images/background.gif);
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: -5000px -5000px;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#header {

/*	color: #e0e0e0;
	font-size: 327%;
	font-weight: bold;
	height: 130px;
	line-height: 120px;
	text-indent: 140px;
	letter-spacing: 3px; */
	width: 800px;
	height: 130px;
	float: left;
}

ol, ul {
	list-style: none;
}

#navigation {
	float: left;
	margin-right: 10px;
	text-align: center;
	line-height: 20px;
	width: 180px;
	margin-left: 1px;
}

#navigation li {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
}

#navigation li ul li {
	background-color: #395686;
	font-size: .8em;
	font-weight: normal;
	margin-bottom: 0px;
	border-right: 3px solid #699cef;
}

#navigation a,
#navigation a:link,
#navigation a:visited {
	border-bottom: 1px solid #c9dcea;
	color: #ffffff;
	display: block;
	padding: 4px 2px 2px 2px;
	text-decoration: none;
}

#navigation a:hover,
#navigation a:focus,
#navigation a:active {
	background: #b1cfe6;
}

#navigation li.active {
	background: #b1cfe6;
}


#navigation li ul li.active {
	background: #b1cfe6;
	border-color: #a1c30f;
}

#navigation li ul li.active a,
#navigation li ul li.active a:link,
#navigation li ul li.active a:visited {
	border-bottom: 1px solid #b1cfe6;
	color: #ffffff;
}

#navigation li ul li ul {
	background-color: #ffffff;
	border-left: 3px solid #699cef;
}

#navigation li ul li.active ul li a,
#navigation li ul li.active ul li a:link,
#navigation li ul li.active ul li a:visited {
	border-bottom: 1px solid #b1cfe6;
}

#content img {
/*	border: 1px solid #b1cfe6;*/
	margin: 5px 10px;
	padding: 10px 10px;
}

#content {
	width: 540px;
	/*float: right !important;*/
	/*float: right;*/
	padding: 12px 30px 30px 9px;
	float: left;
	min-height: 475px;
	color: #000000;
}

#content p {
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 0 0 15px;
}

#content .block {
	margin-bottom: 20px;
}

#content .block .teaser {
	border-bottom: 1px solid #aec4de;
	border-left: 2px solid #aec4de;
}

#content .gallery_nav_title {
	color: #ff0000;
	font-weight: bold;
}

#content strong {
	font-weight: bold;
}

#content .ce_text table {
	margin-top: 20px;
}

#content .ce_text table .col_last {
	font-weight: bold;
	padding-left: 15px;
}

#table_22 {
	margin-left: 30px;
	margin-top: 10px;
}

#content .image_container {
float: left;
}

#content .image_container IMG {
	margin: 0;
	padding: 1px;
	border: 1px solid #aec4de;
}

#content .img_sub {
	font-size: 0.8em;
	text-align: right;
}

#content .img_sub IMG {
	border: 0;
	margin-right: 2px;
}

#content .caption {
	float: left;
	margin: 20px 0;
	
}

#content .caption ul{
	background: #D7E5EF;
	border: 1px solid #aec4de;
	margin: 0;
	text-align: left;
}

#content .caption  li{
	list-style: none;
	line-height: 1.6em;
	border-right: 3px solid #699cef;

}
#content .caption li a,
#content .caption li a:link,
#content .caption li a:visited {
	border-bottom: 1px solid #c9dcea;
	color: #000000;
	display: block;
	padding: 4px 4px 2px 0px;
	text-decoration: none;
}
#content .caption li a:hover,
#content .caption li a:focus,
#content .caption li a:active {
	background: #b1cfe6;
	text-decoration: none;
	border-color: #a1c30f;
}

#links div {
	float: left;
	width: 140px;
}
#links div li {
	list-style: none;
}
#links div li a {
	background: url(../Images/arrow_outline.gif) left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#links div li a:hover {
	background-image: url(../Images/arrow.gif);
	color: #ac835c;
	text-decoration: underline;
}

#content ul {
	margin: 10px 0;
}

#content li {
	color: #000000;
	list-style: square inside;
	text-indent: 10px;
}

#footer {
	clear: both;
	color: #999999;
	font-size: 9px;
	padding: 30px 0 10px 0;
	text-align: center;
}
#footer a {
	text-decoration: underline;
}

#footer li {
	display: inline;
	margin-left: 5px;
}


