body {
	background-color:black;
	/*background-image:url(images/background_repeat.jpg);
	background-position: top center;
	background-repeat: repeat-x;*/
}
body, input, textarea {
	font:11px/14px Arial, Helvetica, sans-serif;
	color:#4D4D4D;
}
body, h1, h2, h3, h4, p, form, ul, ol, li, form, input {
	margin:0px;
	padding:0px;
}
ul {
	list-style-type:none;
}
ul, li {
	border: 0 none;
}
h2 {
	font-size:12px;
	line-height:18px;
	margin-bottom:4px;
}
h3 {
	font-size:11px;
	line-height:14px;
	margin-bottom:4px;
}
a {
	color:#0000FF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#title-print {
	display:none;
}
#top.hidden {
	display:none;
}
.inputfield {	
	/*font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #EE924D;
	background-color: #000000;*/
	font-size: 12px;
	border-color:#CBDEDF;
	border-width:thin;
	height: 18px;
	margin: 1px;
	width: 240px;
}

#banner_back {
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	/*background-image:url(images/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	*/
}
#window {
	top: 40px;
	background-color:#FFFFFF;
	position:relative;
	width:845px;
	margin:0px auto;
	/*border:1px solid #CBDEDF;*/
}

/* START HEADER */
#header {
	margin: 0px;
	position:relative;
	height:257px;
	width: 845px;
	/*margin-bottom:15px;*/
	z-index:100;
	/*background:url(images/banner.jpg) center;*/
}
#header_banner {
	margin: 0px;
	position:relative;
	top:0px;
	width: 845px;
	height: 257px;
}

#main {
	position:relative;
	z-index:1;
	margin:0px auto;
	width:845px;
	padding-top:0px;
	background-color:#FFFFFF;
	/*margin-left:140px;
	margin-right:21px;
	margin-bottom:52px;*/
}
#main .tabs {
	position:absolute;
	z-index:2;
}

#details {
	margin:10px;
	padding:0px;
	color:#666666;
}
#details h1 {
	color:#E88A1C;
	font-size:12px;
	font-weight:normal;
	margin-bottom:4px;
}
#details a {
	color:#CCCCCC;
	font-weight:normal;
}

#left {
	position:absolute;
	top:127px;
	left:0;
	width:126px;
	z-index:99;
}
#right {
	position:absolute;
	top:127px;
	right:0;
}

#title {
	position:absolute;
	top:0;
	left:0;
}
#title a {
	display:block;
	width:135px;
	height:112px;
}
#title span {
	display:none;
}





/* main menu*/
.menu,
.menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
.menu {
	position:absolute;
	left:0px;
	top:127px;
	width:134px;
}
.menu li {
	display:block;
	margin:0;
	padding:0;
	margin-bottom:1px;
}
.menu a {
	display:block;
	padding:2px 10px;
	color:#000;
	background-color:#127882;
	text-decoration:none;
}
.menu a:hover /*,
.menu a:focus,
.menu a:active*/ {
	color:white;
	background-color:#2DABBC;
}
.menu ul li {
}
.menu ul a {
	display:block;
	padding-left:20px;
	background-color:#D5EEF2;
}
.menu ul a:hover /*,
.menu ul a:focus,
.menu ul a:active*/ {
	color:white;
	background-color:#2DABBC;
}
.hidden {display:none;}

#sel {
	color:white;
	background-color:#6CC4D0;
}





#util {
	border:1px solid #CBEAEE;
	border-left:0;
	border-bottom:0;
	width:116px;
	padding:12px 4px 0 14px;
}
#util a:hover {
	color:#EF1216;
	text-decoration:none;
}
#util input.text {
	width:106px;
	border:1px solid #CBEAEE;
	padding:2px 4px;
	color:#21808A;
	font-size:12px;
	position:relative;
	left:-5px;
}
#login {
	display:block;
	font-weight:bold;
	font-size:12px;
	margin-bottom:6px;
}

#footer {
	position:relative;
	margin:0px auto;
	width:805px;
	color:#666666;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	/*margin-left:140px;
	padding:7px 14px;*/
}
#copyright, #copyright a {
	color:#989898;
	font-size:10px;
}
a#top {
	display:block;
	position:absolute;
	right:50px;
	top:-23px;
	text-transform:lowercase;
	color:#EF1216;
	background-image:url(../img/top.gif);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:16px;
}

#content {
	position:relative;
	color:#000000;
	background-color:#FFFFFF;
	font: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	/*line-height:20px;*/
	/*width: 842px;*/
	margin-top:0px;
	margin-bottom:16px;
	margin-left:70px;
	margin-right:70px;
	list-style-type:none;
	
/*	margin:0;
	border:1px solid #A4D0D6;
	padding:13px;*/

		
}

#content h1 {
	color:#000000;
	font-size:22px;
	margin-top:14px;
	margin-bottom:22px;
	font-style:italic;
	letter-spacing: 4px;
}
#content h2 {
	color:#333333;
	font-size:12px;
	line-height:12px;
}

#main #content a {
	color:#0000FF;
	text-decoration:none;
}
#main #content a:hover {
	text-decoration:underline;
}


#content p {
	margin-bottom:8px;
}
#content a {
	color:#0000FF;
	text-decoration:none;
}
#content a:hover {
	text-decoration:underline;
}
#content p.figure {
	margin-top:0px;
	margin-bottom:35px;
}
#content ul {
	list-style-type:disc;
	margin-left:20px;
}
#content li {
	margin-bottom:10px;
}
#content ul.tight {
	margin-bottom:20px;
	margin-left:0;
	list-style-type:none;
	line-height:12px;
}
#content ul.nospace {
	margin-bottom:10px;
}
#content ul.tight li {
	margin-bottom:4px;
}
#content ul.nospace li {
	margin-bottom:0;
}
#content ul.tight a {
	color:#2DABBC;
}
#content h4 {
	font-size:11px;
	font-weight:normal;
}
#content .location,
#content .location a {
	color:#EF1216;
}
#content .shortcuts {
	margin-top:20px;
	margin-bottom:20px;
}
#content h3.top {
	margin-top:31px;
}
#content h3.caption {
	color:#2DABBC;
	line-height:12px;
	margin-top:30px;
	margin-bottom:4px;
}

* html ul ul li a { height: 1%; }
/** html #content { height: 1%; }*/





/* HOME ***********************************/


#tabs-top {
	top:0;
}
#tabs-bottom {
	position:fixed;
	margin-top:8px;
}
#main .tab {
	float:left;
}
#main .tab a {
	display:block;
	color:white;
	font-weight:bold;
	background:#2DABBC url(../img/corner.gif) no-repeat top right;
	margin-right:7px;
}

#tabs-top .tab a {
	width:174px;
	height:14px;
	padding:4px 15px;
}
#tabs-top .last a {
	width:173px;
}
#tabs-bottom .tab a {
	width:125px;
	height:32px;
	padding:16px 2px 0 6px;
	font-weight:normal;
}
#tabs-bottom .last a {
	width:126px;
}
#tabs-bottom .t03 a {
	background-color:#6CC4D0;
}
#tabs-bottom .t05 a {
	background-color:#127882;
}
#main #tabs-bottom .t03 a:hover {
	background-color:#2DABBC;
}
#main #tabs-bottom .t05 a:hover {
	background-color:#102247;
}
#main .last a {
	margin-right:0;
}
#main .tab a:hover {
	text-decoration:none;
	background-color:#127882;
}

a#top {
	display:none;
}

#copyright {
	top:2px;
}

/* END HOME *******************************/



/* SIDE *****************************/

ul#nav-side a,
#nav-quick a {
	color:#4D4D4D;
}
ul#nav-side a:hover,
#nav-quick a:hover {
	color:#3AB0C0;
}
ul#nav-side {
}
ul#nav-side li,
#nav-quick li {
	background:url(../img/arrows.gif) no-repeat 0 4px;
	font-weight:normal;
}
ul#nav-side,
#nav-quick,
#news {
	padding:12px 4px 12px 14px;
}
ul#nav-side,
#nav-quick {
	width:116px;
}

/* END SIDE ****************************/


.red_font {
	color:#FF0000;
}
img.bordered {
	border: 2px #000000 solid;
	background-color: #B5B5B7;
}

/*//////////////////////////////////////////////
NAVIGATION
//////////////////////////////////////////////*/

#sidenav .items a {
	font-family: Arial, Lucida Grande, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.5em;
	
	display: block;
	padding: 3px 18px 3px 18px;
	/*border-left: 1px solid #e3f0f8;
	border-top: 1px solid #e3f0f8;
	border-right: 1px solid #aad1e9;
	border-bottom: 1px solid #aad1e9;*/
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
#sidenav .items a:hover {
	/*border-left: 1px solid #aad1e9;
	border-top: 1px solid #aad1e9;
	border-right: 1px solid #aad1e9;
	border-bottom: 1px solid #aad1e9;*/
	color: #000000;
	background: #CCCCCC url(../imgs/sub_arrowOn.gif) no-repeat 0px 10px;
}

.navigation_Layers_Shows {
	position: absolute;
	margin-left: 238px;
	margin-top: -5px;
	z-index: 100;
	visibility: hidden;
}

#sidenav2 .items a {
	font-family: Arial, Lucida Grande, Geneva, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.5em;
	
	display: block;
	padding: 2px 16px 2px 16px;
	/*border-left: 1px solid #e3f0f8;
	border-top: 1px solid #e3f0f8;
	border-right: 1px solid #aad1e9;
	border-bottom: 1px solid #aad1e9;*/
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
#sidenav2 .items a:hover {
	/*border-left: 1px solid #aad1e9;
	border-top: 1px solid #aad1e9;
	border-right: 1px solid #aad1e9;
	border-bottom: 1px solid #aad1e9;*/
	color: #000000;
	background: #CCCCCC url(../imgs/sub_arrowOn.gif) no-repeat 0px 10px;
}

.side_Menu {
	position: absolute;
	margin-left: 10px;
	margin-top: 20px;
	z-index: 100;
}
.underline {
	text-decoration:underline;
}
img.bordered {
	border: 2px #000000 solid;
	background-color: #B5B5B7;
}

