@charset "utf-8";
/* CSS Document */

/* start main container holder */
#container {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	height: auto;
}
/* end of main container holder */

/* start of banner area */
#banner {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: auto;
}

.banner_logo {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 204px;
}

.banner_photo {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 550px;
	height: 204px;
}
/* end of banner area */

/* start of navigation area */
#navigation {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: auto;
}

.nav_ends {
	float: left;
}

.nav_menu {
	width: 700px;
	background-color: #eb6601;
	float: left;
	height: 50px;
}

/* start of navigation menu */
.menu {
	width:700px;
	height:50px;
	position:relative;
	z-index:100;
	font-family:tahoma, arial, sans-serif;
	color:#fff;
	background:#eb6601;
	font-size:14px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	width:140px;
	border:1px solid #000;
	border-width:1px 1px 0 1px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left; 
	position:relative;
}

/* style the links for the top level */
.menu li a {
	display:block;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	width:87px;
	height:50px;
	border-right:1px solid #fff;
	background:#eb6601;
	text-align:center;
	font-weight:bold;
	line-height:50px;
}

.menu li a.split {
	display:block;
	font-size:14px;
	text-decoration:none;
	color:#fff;
	width:87px;
	height:42px;
	border-right:1px solid #fff;
	background:#eb6601;
	text-align:center;
	padding-top:8px;
	font-weight:bold;
	line-height:16px;
}

.menu a.split:hover {
	background:#02234e;
}

.menu li a.last {
	width:84px;
	border:0;
}

/* style the second level background */
.menu ul ul a.drop {
	width:120px;
	background:#999 url(arrow.gif) no-repeat 130px center;
}

/* style the second level hover */
.menu ul ul a.drop:hover {
	background:#02234e url(arrow.gif) no-repeat 130px center;
}

.menu ul ul :hover > a.drop {
	background:#02234e url(arrow.gif) no-repeat 130px center;
}

/* style the third level background */
.menu ul ul ul a {
	background:#999;
}

/* style the third level hover */
.menu ul ul ul a:hover {
	background:#02234e;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:50px;
	left:-28px;
	width:140px;
}

/* position the third level flyout menu */
.menu ul ul ul {
	left:140px;
	top:-1px;
	width:140px;
}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-142px;
}

.menu ul ul ul.left a {
	width:120px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}

/* style the second level links */
.menu ul ul a {
	background:#999;
	color:#fff;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:120px;
	border:0;
	text-align:left;
	border-bottom:1px solid #000;
	font-size:11px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	background:#02234e;
}

.menu :hover > a, .menu ul ul :hover > a {
	background:#02234e;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul { 
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	 visibility:visible;
}
/* end of navigation menu */
/* end of navigation area */

/* start of content div */
#content {
	clear: both;
	margin: 0px;
	padding: 5px;
	width: 790px;
	height: auto;
}

.sub_content {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 790px;
	height: auto;
	background-color: #0099FF;
}

.content_news {
	clear: both;
	float: left;
	margin-right: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 380px;
	height: auto;
	background-color: #FFFF00;
}

.content_video {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 390px;
	height: auto;
	background-color: #33CC00;
}

/* end of content div */

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: auto;
	background-color: #FF00FF;
}