@charset "UTF-8";

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_examples.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 /* common styling */
.menu1 {
z-index: 4;
position:absolute;
float:left; 
width:100%; 
font-family: verdana, arial, sans-serif; 
font-size:12px;
background:url(images/menu1.gif) repeat-x top left; 
border-top:0px solid #4c597f;  
border-bottom:0px solid #4c597f;
margin:0 0 0 0; /* for this demo only */ 
}
.menu1 ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu1 ul li {
float:left; 
position:relative; 
background:url(images/divider1.gif) no-repeat top right;
}
.menu1 ul li a, .menu1 ul li a:visited {

float:left; 
display:block; 
text-decoration:none;
color:#ddf; 
padding:0px 16px; 
line-height:25px; 
height:30px; 
border-bottom:3px solid #CEC9CF; 
}

.menu1 ul li:hover {width:auto;}

.menu1 ul li a.menu1one:hover {border-color:#000066; color:#000066;}
.menu1 ul li a.menu1two:hover {border-color:#000066; color:#000066;}
.menu1 ul li a.menu1three:hover {border-color:#000066; color:#000066;}
.menu1 ul li a.menu1four:hover {border-color:#000066; color:#000066;}
.menu1 ul li a.menu1five:hover {border-color:#000066; color:#000066;}
.menu1 ul li a.menu1six:hover {border-color:#000066; color:#000066;}

.menu1 ul li:hover a.menu1one {border-color:#FFF; color:#ccc;}
.menu1 ul li:hover a.menu1two {border-color:#FFF; color:#ccc;}
.menu1 ul li:hover a.menu1three {border-color:#FFF; color:#ccc;}
.menu1 ul li:hover a.menu1four {border-color:#FFF; color:#ccc;}
.menu1 ul li:hover a.menu1five {border-color:#FFF; color:#ccc;}
.menu1 ul li:hover a.menu1six {border-color:#FFF; color:#ccc;}

.menu1 ul li ul {
display: none;
}
.menu1 table {
margin:0; border-collapse:collapse; font-size:12px; position:absolute; top:0; left:0;
}

/* specific to non IE browsers */
.menu1 ul li:hover ul {
display:block;position:absolute;top:32px;margin-top:1px; left:0;width:154px;border-bottom:1px solid #000;
}
.menu1 ul li:hover ul.endstop {
left:-92px;
}
.menu1 ul li:hover ul li ul {
display: none;
}
.menu1 ul li:hover ul li a {
display:block;background:#FFFFFF;color:#000;height:auto;line-height:15px;padding:4px 16px; width:120px; border:1px solid #000; border-bottom:0;
}
.menu1 ul li:hover ul li a.drop {
background:#ccd url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li:hover ul li a:hover {
color:#000; background: #ccd url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li:hover ul li a:hover.drop {
background: #ccd url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li:hover ul li:hover ul {
display:block; position:absolute; left:153px; top:-1px;
}
.menu1 ul li:hover ul li:hover ul.left {
left:-153px;
}



/* specific to IE5.5 and IE6 browsers */
.menu1 ul li a:hover ul {
display:block;position:absolute;top:30px; t\op:33px; background:#fff;left:0; border-bottom:1px solid #000;
}

.menu1 ul li a:hover ul.endstop {
left: -92px;
}
.menu1 ul li a:hover ul li a {
display:block;background:#fff;color:#000; height:1px; line-height:15px; padding:4px 16px; width:154px; w\idth:120px; border:1px solid #000; border-bottom:0;
}
.menu1 ul li a:hover ul li a.drop {
background:#ccd url(images/bullet1.gif) no-repeat 3px 8px; padding-bottom:4px;
}
.menu1 ul li a:hover ul li a ul {
visibility:hidden; position:absolute; height:0; width:0;
}
.menu1 ul li a:hover ul li a:hover {
color:#000; background: #ccd url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li a:hover ul li a:hover.drop {
 background: #ccd url(images/bullet1.gif) no-repeat 3px 8px;
}
.menu1 ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; top:0;color:#000; left:153px;
}
.menu1 ul li a:hover ul li a:hover ul.left {
left:-153px;
}


/* Background-Styles */
body {
	margin:0px; padding:0px;
	background-color:#000066;
	font-family: tahoma, helvetica;
	color:#000000;
	font-size:13px;
	line-height:19px; 
}
.text_block_top_l img{
	padding:2px;
	background:#000000;
	margin:10px;
}
#main {
	background-color:#000066;
	margin:0 auto;	
	
}
#main .container {
	background-color:#000066;
	background-repeat:no-repeat;
	min-height:400px;
	margin:0 auto;	
}
#footer {
	color:#AFAFAF;
	font-size:10px;
	text-align: center;
}
.container {
	width:900px;
	margin:0 auto;

}
.backer {
	width:900px;
	height:390px;
	margin:0 auto;

	background-image:url(images/bgs/background-image.jpg);
}
.centralized {
	width:710px;
	margin:0 auto;

	
}
#header {
	padding-top:0px;

	height:40px;
}
#logo h1, #logo small {
	margin:0px;
	display:block;
	text-indent:-9999px;
}
#logo {
	background-image:url(images/top_banner.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:80px;
}

/* 
	Block-Styles 
*/

.block_top { 
	display:block; 
	border:0px solid red
	padding:0px;
	overflow:auto;
	height:165px;
}
.block {
	margin-bottom:0px;
}
.block_top_s { 
	position:relative;
	top:10px;
	border:0px solid #ffffff;
	background: url(images/top_block.png) no-repeat;
	width: 710px;
	height: 165px;
	padding:0px;
	overflow:auto;
}
.text_block_top_s {
	position:relative;
	top:28px;
	left:14px;
	border:0px solid red;
	height: 123px;
	width: 680px;
	overflow:hidden;
}
.text_block_top_s_link {
	position:relative;
	top:20px;
	left:5px;
	border:0px solid red;
	height:20px;
	width:675px;
	margin-right:0 auto;
	margin-left:0 auto;
}
.block_top_l {
	position:relative;
	top:10px;
	display:block; 
	border:0px solid #ffffff;
	background: url(images/top_block_L.png) no-repeat;
	width: 710px;
	height: 350px;
	padding:0px;
	overflow:auto;
	
}
.form {
	background-color:#000066;
}
.block_top_l_photo {
	position:relative;
	top:10px;
	display:block; 
	border:0px solid #ffffff;
	background: url(images/top_block_L.png) no-repeat;
	width: 710px;
	height: 350px;
	padding:0px;
	overflow:auto;
	
}
.block_second { 
	position:relative;
	top:20px;
	display:block; 
	border:0px solid #ffffff;
	width: 710px;
	height: 165px;
	overflow:auto;
}
.text_block_top_l_title {
	position:relative;
	top:10px;
	left:14px;
	border:0px solid red;
	height: 20px;
	width: 680px;
	margin-right:0 auto;
	margin-left:0 auto;
	COLOR: #3c3c3c;
	font-size:18px;
	border-bottom:3px solid #8F8F8F;

}
.text_block_top_l_date {
	position:relative;
	top:10px;
	left:14px;
	height: 20px;
	width: 680px;
	margin-right:0 auto;
	margin-left:0 auto;
	COLOR: #3c3c3c;
	font-size:10px;
	border:0px solid red;
}
.text_block_top_l {
	position:relative;
	top:12px;
	left:14px;
	border:0px solid red;
	height: 265px;
	width: 680px;
	margin-right:0 auto;
	margin-left:0 auto;
	overflow:auto;
}
.photo_block_top_l {
	position:relative;
	top:12px;
	left:14px;
	height: 275px;
	width: 680px;
	margin-right:0 auto;
	margin-left:0 auto;
	overflow:auto;
	text-align:center;
	border:0px solid red;

}
.text_block_top_l_link {
	position:relative;
	top:19px;
	left:14px;
	border:0px solid red;
	height:20px;
	width:680px;
	margin-right:0 auto;
	margin-left:0 auto;
	COLOR: #AFAFAF;
	font-size:10px;

}
.time_block_top_l_link {
	position:relative;
	top:41px;
	left:14px;
	border:0px solid red;
	height:20px;
	width:680px;
	margin-right:0 auto;
	margin-left:0 auto;
	COLOR: #AFAFAF;
	font-size:10px;

}
.photo_block_top_l_link {
	position:relative;
	top:30px;
	left:14px;
	border:0px solid red;
	height:20px;
	width:680px;
	margin-right:0 auto;
	margin-left:0 auto;
	COLOR: #AFAFAF;
	font-size:10px;

}
.text_block_left {
	margin-right:0px;
	float: left;
	background: url(images/N_block.png) no-repeat;
	height: 165px;
	width: 345px;
}

.text_block_right {

	margin-left:0px;
	float: right;
	background: url(images/M_block.png) no-repeat;
	height: 165px;
	width: 345px;
	text-align: center;
}
.text_text_block_right  {
	position:relative;
	top:89px;
	font-size:20px;

}
.text_text_block_left_title  {
	position:relative;
	top:35px;
	left:14px;
	width:322px;
	border:0px solid red;
	COLOR: #3c3c3c;
	font-size:16px;
	font-weight:bold;
	border-bottom:2px solid #8F8F8F;
}
.text_text_block_left_date  {
	position:relative;
	top:35px;
	left:14px;
	width:322px;
	border:0px solid red;
	COLOR: #3c3c3c;
	font-size:10px;
	border-bottom:2px solid #8F8F8F;
}
.text_text_block_left  {
	position:relative;
	top:35px;
	left:14px;
	width:322px;
	height:64px;
	overflow:hidden;
	border:0px solid red;
}
.text_text_block_left_link  {
	position:relative;
	top:37px;
	left:5px;
	width:322px;
	height:20px;
	COLOR: #AFAFAF;
}
.text_block {
	float:left;
	width:430px;
	margin-left:0px;
	padding-top:0px;
}
.header_left {
	position:relative;
	float:left;
	width:500px;
}
.header_right {
	z-index: 4;
	position:relative;
	top:11px;
	float:right;
	width:416px;
	text-align: right;
	border-bottom:3px solid #CEC9CF;
}
h2 { 
	font-family: tahoma, helvetica;
	font-size: 16px; 
	color: #000000;
	font-weight: bold;
	border-bottom: solid #6c6c6c;
	border-top-width: 1px;
}
		img {
	border: 0;
	}

.text_block_top_s_link a:link, .text_text_block_left_link  a:link, .text_block_top_l_link  a:link, .photo_block_top_l_link  a:link, .text_block_top_s_link a:active, .text_text_block_left_link  a:active, .text_block_top_l_link  a:active, .photo_block_top_l_link a:active, .text_block_top_s_link a:visited, .text_text_block_left_link  a:visited , .text_block_top_l_link  a:visited, .photo_block_top_l_link  a:visited, .time_block_top_l_link a:visited, .time_block_top_l_link a:link, .time_block_top_l_link a:active{
COLOR: #AFAFAF;
text-decoration: none;
font-weight: bold;
font-size: 10px;	
}
.text_block_top_s_link a:hover, .text_text_block_left_link  a:hover, .text_block_top_l_link  a:hover, .photo_block_top_l_link   a:hover, .time_block_top_l_link a:hover{
COLOR: #AFAFAF;
text-decoration: none;
font-style: italic;
font-size: 10px;	 
}

.text_block_top_l A:link , .text_block_top_l A:visited,.text_block_top_l A:active {
COLOR: #000000;
text-decoration: none;
font-weight: bold;
}
.text_block_top_l A:hover {
COLOR: #000000;
text-decoration: none;
font-style: italic;
}
.footer A:link, .footer A:visited , .footer A:active{
color:#AFAFAF;
font-size:10px;
text-decoration: none;
font-weight: bold;
}
.footer A:hover {
color:#AFAFAF;
font-size:10px;
text-decoration: none;
font-style: italic;
}