/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #2D3451;
}
.bg_left {
	background-image: url(bg_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.bg_right {
	background-image: url(bg_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.tower{
background-image: url(towr_bg.jpg);
background-repeat: no-repeat;
background-position: top;
background-color: #EEE9D5;
}

.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #716C6C;
	line-height: 20px;
}

.body_text a{

	color: #661212;
}

.body_text a:hover{

	background-color: #A18B83;
	color:#FFFFFF;
}

.body_text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #716C6C;
	
}

.body_text_small a{

	color: #661212;
}

.body_text_small a:hover{

	background-color: #A18B83;
	color:#FFFFFF;
}


.blue_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #19375A;
}

.blue_small a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #19375A;
	text-decoration:none;
}

.news_date{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #676161;
	
}

.news_text_big {
	color: #002451;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	
}

.news_text_small {
	color: #002451;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.news_text_small a{
	color: #002451;
	text-decoration:none;
}
.news_text_tiny{
color: #6585AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}




.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: normal;
}

.footer_text a{
	color: #DA654A;
}
.footer_text a:hover{
	background-color: #FFD9D0;
}
.news_item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}

.news_item_on {
cursor:pointer;
	background-color: #737F8E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
}

.headline {
	color: #24456B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	
}


.headline_small {
	color: #24456B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.headline_blue {
	color: #376598;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

.headline_blue a{
	color: #376598;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-decoration:none;
}

.headline_blue a:hover{
	
	text-decoration:underline;
}
.field_bg {
	background-image: url(field_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #BFBFBF;	
	padding-left: 7px;
	font-size: 16px; 
	color: #666666;
}

.field_bg_on {
	background-color:#FBEDC8;
	border: 1px solid #BFBFBF;	
	padding-left: 7px;
	font-size: 16px; 
	color: #485D92;
}

.footer_blue {
	color: #376598;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.footer_blue a{
	color: #661212;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	
}

.footer_blue a:hover{
	
	background-color: #A18B83;
	color:#FFFFFF;
}

.cover {
visibility:hidden;
display:none;
}

.newsletter_button{

background-image: url(newsletter_button.gif);
background-repeat: no-repeat;
background-position: top;
background-color: #E9E9E9;
}

.picture_border {
padding: 5px;
border: 1px solid #CCCCCC;
 margin: 0px 0px 12px 12px;
}


/*--MENU NAV--------------------------------------*/

#navigation{
/*margin-top:30px;
float:left;
margin-left:40px;*/
padding: 0;
list-style: none;


}

#navigation li
{
float: left;
display: block;
margin: 0;
padding: 0;
margin-left:5px;
}


#navigation a
{
color: #404255;
font-size: 13px;
font-family:Arial, Helvetica, sans-serif;
text-decoration: none;
padding-left: 5px;
height:38px;
cursor: pointer;
}

#navigation a span
{
padding-right:15px;
padding-top: 12px;
padding-left:5px;
padding-bottom:10px;
height:38px;

}

#navigation a, #navigation a span
{
display: block;
float: left;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End IE5-Mac hack */

#navigation a:hover
{
color: #CCC;
text-decoration: none;
background: url("menu_bg_left.gif") left top no-repeat;
padding-left: 5px;
}

#navigation a:hover span
{
background: url("menu_bg_right.gif") right top no-repeat;

}



#navigation #current a{
color: #FFFFFF;
/*font-weight:bold;*/
background: url("menu_bg_left.gif") left top no-repeat;
text-decoration: none;
text-shadow:0px 1px 2px rgba(0, 0, 0, 0.9);
    }
  
#navigation  #current span {
background: url("menu_bg_right.gif") right top no-repeat;
padding-right: 15px
    }


/*---------END MENU NAV---------------*/