BODY {
	background-color: #999;
	margin-top:25px;
	margin-bottom:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

.small {font-size:10px;}

a:link {
	color: #9f0000;
}

a:visited {
	color: #9f0000;
}

a:active {
	color: #9f0000;
}

a:hover {
	color: #9f0000;
	text-decoration: none;
}

h2 {font-size:18px;}


/* MENU */
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 791px;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/	
	z-index: 2;
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 35px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/

ul#topnav a.ed {
	background: url(images/layout/menu_ed.gif) no-repeat;
	width: 155px;
	height: 35px;
}
ul#topnav a.su {
	background: url(images/layout/menu_su.gif) no-repeat;
	width: 130px;
	height: 35px;	
}
ul#topnav a.ch {
	background: url(images/layout/menu_ch.gif) no-repeat;
	width: 76px;
	height: 35px;
}
ul#topnav a.ho {
	background: url(images/layout/menu_ho.gif) no-repeat;
	width: 78px;
	height: 35px;
}
ul#topnav a.sc {
	background: url(images/layout/menu_sc.gif) no-repeat;
	width: 115px;
	height: 35px;
}
ul#topnav a.vi {
	background: url(images/layout/menu_vi.gif) no-repeat;
	width: 140px;
	height: 35px;
}
ul#topnav a.do {
	background: url(images/layout/menu_do.gif) no-repeat;
	width: 97px;
	height: 35px;
}

ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 35px; left: 0;
	background: #9f0000; /*--Background gradient--*/
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 125px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	/*--background: url(navlist_arrow.png) no-repeat 5px 12px;--*/
	padding: 7px 5px 7px 5px;
	display: block;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	font-weight: bold;
}
ul#topnav .sub ul li a:hover {
	color: #fff;
	background-color:#999;
	background-position: 5px 12px ;/*--Override background position--*/
	text-decoration: none;	
}


/* SUB2 */

ul#topnav li .sub2 {
	position: absolute; /*--Important--*/
	top: 35px; right: 0;
	background: #9f0000; /*--Background gradient--*/
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .sub2 ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 125px;
	float: left;
}
ul#topnav .sub2 ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub2 ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	font-weight: normal;
}
ul#topnav .sub2 ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #fff;
	font-size: 10px;
	font-weight: normal;	
}
ul#topnav .sub2 ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	/*--background: url(navlist_arrow.png) no-repeat 5px 12px;--*/
	padding: 7px 5px 7px 5px;
	display: block;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;	
	font-weight: bold;	
}
ul#topnav .sub2 ul li a:hover {
	color: #fff;
	background-color:#999;
	background-position: 5px 12px ;/*--Override background position--*/
	text-decoration: none;
}


/* REEL SLIDER */
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:286px;	width: 770px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(images/layout/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
