/*@import url('menu.css') all;*/
@import url('menuTop.css') all;
@import url('menuJS.css') all;

@import url('gallery.css') all;


.oPrint{display:block;}
.oNavi{display:none;}
.printInfo{display:none;}

body ,html{
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: calibri, tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	background-color: #182983;
	color: #ffffff;
}

/*BEGIN Link Deafult*/
a:link{
	color: #ffffff;
	text-decoration: none;
}

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

a:visited{
	color: #ffffff;
	text-decoration: none;
}
/*END*/

input[type=text]{
	border: solid 1px #ffffff;
}

input[type=password]{
	border: solid 1px #ffffff;
}

input[type=submit]{
	border: solid 1px #ffffff;
	background-color: transparent;
	color: #ffffff;
	font-weight: bold;
}

textarea{
	border: solid 1px #ffffff;
	font-family: calibri, tahoma, verdana, arial, sans-serif;
	font-size: 13px;
}


.center{
	margin: 0 auto;
	width: 860px;
}

#top{
	background-color: #ffffff;
}

#logo_top{
	width: 228px;
	height: 41px;
	background: url('../media/logo_top.gif') top no-repeat;
	float: left;
}

#menu_top{
	float: right;
	width: 632px;
	height: 41px;
}

#top_left{
	float:left;
	width: 366px;
	/*height: 41px;*/
	padding-top: 10px;
}
#top_right{
	float:right;
	width: 266px;
	/*height: 41px;*/
	padding-top: 10px;
}

#sound{
	width: 20px;
	height: 20px;
	margin-left: 20px;
	float:left;
}

.menu{
	padding-left: 228px;
}

.banner{
	clear: both;
	width: 860px;
	height: 261px;
}

.clear {clear: both;}

#bannerLeft{
	background-color: #bc273b;
	height: 3px;
	margin-top: 34px;
}

#bannerRight{
	background-color: #e60418;
	height: 6px;
}

#bannerBox{
	width: 860px;
	height: 261px;
}

#menu{
	background: #c70018 url('../media/menu.gif') top repeat-x;
	height: 49px;
}

#content{
	background-color: #182983;
}

#menu_left{
	float: left;
	width: 228px;
	margin-top: -33px;
}

.menuLeft{
	border-top: solid 5px #ffffff;
	background-color: #101e6b;
	color: #ffffff;
	margin-bottom: 15px;
	padding: 10px 6px 2px 6px;
}

#text{
	float: right;
	width: 632px;
}

.text{
	padding: 15px 0px 0px 15px;
	color: #ffffff;
}


#footer{
	clear: both;
	background-color: #101e6b;
	height: 54px; /*49*/
	padding-top: 5px;
}

#bottom_left{
	float: left;
	width: 228px;
	height: 49px;
	
}

#copy{
	color: #ffffff;
	padding-top: 15px;
	font-size: 11px;
}

#bottom_right{
	float: right;
	width: 632px;
	height: 49px;
	background: url('../media/bottom_bg.gif') top repeat-x;
}

#logo_bottom{
	background: url('../media/logo_bottom.gif') top right no-repeat;
	height:49px;
	width:632px;
	color: #ffffff;
	font-size: 11px;
	padding-top: 8px;
}
#logo_bottom a{color: #ffffff; text-decoration: none;}

.news{
	border-bottom: 1px dotted #ffffff;
	padding-top: 10px;
	margin-bottom: 2px;
}
.newsTitle{
	font-size: 14px;
	font-weight: bold;
}

.newsTitle:first-letter{
	text-transform: uppercase;
}

.newsText{
	/*padding-left: 10px;*/
}

.viewMore{
	margin-right: 4px;
}

.news_pipe{
	float: left;
	width: 8px;
	height: 8px;
	background-color: #ff0000;
}

.news_body{
	margin-left: 15px;
}

.news_more{
	text-align: right;
	padding-bottom: 5px;
}
.news_more a{
	color: #ffffff;
	text-decoration: none;	
	text-transform: lowercase;
}

#newsletterTitle{
	font-size: 14px;
	font-weight: bold;
}
#newsletterTitle:first-letter{text-transform: uppercase;}

#newsletterInput{
	width: 120px;
	border: solid 1px #ffffff;
}

#newsletterBottom{
	background-color: #0a175e;
	width: 228px;
	height: 22px;
	padding-top: 4px;
	margin-top: 20px;
	margin-left: -6px;
	margin-bottom: -15px;	
}

#newsletterSubmit{
	margin-right: 6px;
	color: #ffffff;
	border: 0;
	background-color: transparent;
	font-weight: bold;
}

label{text-transform: lowercase;}

img{border:0;}

.searchInput{
	border: solid 1px #ededed;
	background-color: #ededed;
	width: 200px;
}

.searchSubmit2[type=submit]{
	border: 0;
	background-color: transparent;
	color: #e3001b;
	font-size: 11px;
	font-weight: normal;
}


@media aural, braille, handheld, tty{
	.oNavi{
		display:	inline;
	}
}

@media print, embossed{
	.oPrint{
		display:	none;
	}
	#content{
		width:		100%;
	}
	#rightColumn1{
		width:		100%;
	}
	.printInfo{
		display:	block;
	}
	a:link{
		color:		blue;
		text-decoration:underline;
	}
	a:visited{
		color:		blue;
		text-decoration:underline;
	}
}


