/* CSS Document */

div,table,body,td,img,span,p,span,form,input{
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 800px;
	margin: 0 15px;
	background-color: #FFFFFF;
	border: thin #cccccc solid;
}

/* HEAD STYLES */
#head {
	margin: 5px;
	width: 800px;
	background-color: #FFF;
}

#logo {
	float: left;
	width: 218px;
	margin-bottom: 10px;
}

#login {
	float: right;
	width: 582px;
	margin-bottom: 10px;
}

#head_search {
	margin-top: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
}

#main, #side {
	float: left;
}

/* MAIN STYLES */

#main {
	margin: 5px;
	width: 485px;
	padding: 0 0 0 30px;
}

#main_header {
	background-color: #CCCCCC;
	margin-bottom: 10px;
}

#main_subheader {
	margin-bottom: 10px;
	background-color: #efb31d;
}

#main_body {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #666666;
}

#main_signature {
	clear: both;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
}

/* SIDE STYLES */
#side {
	margin: 5px;
	width: 244px;
}

#side_video {
	margin-bottom: 10px;
}

#side_weeklyMsgHead {
	background-color: #6baddf;
}

#side_weeklyMsgBody {
	background-color: #d8e9d2;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}

#side_adminMenuHead {
	width: 244px;
	height: 37px;
	background-image: url(images/admin_link_hdr.jpg);
	background-repeat: no-repeat;
}

#side_addtlLinksHead {
	width: 244px;
	height: 37px;
	background-image: url(images/addtl_links_img.gif);
	background-repeat: no-repeat;
}

#side_addtlLinksBody {
	/** This height should always match the height of the main_header
	 *	or else spacing will be off
	 
	height: 139px;
	 */
	padding: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
	background-color: #dfebf8;
}

#side_addtlInfoHead {
	width: 244px;
	height: 37px;
	background-image: url(images/addtl_info_img.gif);
	background-repeat: no-repeat;
}

#side_addtlInfoBody {
	background-color: #d8ead3;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}

#side_addtl_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666666;
}

/*-------NAVIGATION-------*/
#topnav {
	clear: both;
	list-style-type: none;
	position: relative;
	width: 800px;
	height: 50px;
	padding: 0;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
}

#topnav ul {
	list-style-type: none;
	margin: 0;
}

#topnav a {
	display: block;
	width: 90px;
	height: 21px;
	/*text-indent: -9999px;*/
	text-decoration: none;
	overflow: hidden;
}

#topnav li {
	float: left;
	width: 90px;
	padding: 0;
	margin-top: 10px;
	text-align: center;
}
/* width: 132px;*/

li#nm_1 {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 90px;
}

li#nm_2 {
	position: absolute;
	top: 2px;
	left: 90px;
	width: 90px;
}

li#nm_3 {
	position: absolute;
	top: 2px;
	left: 180px;
	width: 90px;
}

li#nm_4 {
	position: absolute;
	top: 2px;
	left: 270px;
	width: 90px;
}

li#nm_5 {
	position: absolute;
	top: 2px;
	left: 360px;
	width: 90px;
}

li#nm_6 {
	position: absolute;
	top: 2px;
	left: 450px;
	width: 90px;
}

li#nm_7 {
	position: absolute;
	top: 2px;
	left: 540px;
	width: 90px;
}

li#nm_8 {
	position: absolute;
	top: 2px;
	left: 630px;
	width: 90px;
}

li#nm_1_live {
	position: absolute;
	top: 2px;
	left: 0px;
	width: 50px;
}

li#nm_2_live {
	position: absolute;
	top: 2px;
	left: 100px;
	width: 50px;
}

li#nm_3_live {
	position: absolute;
	top: 2px;
	left: 150px;
	width: 50px;
}

li#nm_4_live {
	position: absolute;
	top: 2px;
	left: 200px;
	width: 50px;
}

li#nm_5_live {
	position: absolute;
	top: 2px;
	left: 250px;
	width: 50px;
}

li#nm_6_live {
	position: absolute;
	top: 2px;
	left: 300px;
	width: 50px;
}

.sli {
	clear:both;
}
.sli .slih{
	visibility:hidden;
}
.sli:HOVER {
	cursor:default;
	background-color: #EEEEEE;
}
.sli:HOVER  .slih{
	visibility:visible;
}
.ssli {
	clear:both;
}
.ssli .sslih{
	visibility:hidden;
}
.ssli:HOVER {
	cursor:default;
	background-color: #FEFFFF;
}
.ssli:HOVER  .sslih{
	visibility:visible;
}
.error {
	color:red;
}

#nm_1, #nm_2, #nm_3, #nm_4, #nm_5, #nm_6, #nm_7, #nm_1_live, #nm_2_live, #nm_3_live, #nm_4_live, #nm_5_live, #nm_6_live {
	border-right-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
}

/*
 Move Page To Menu CSS
*/

#move_menu {
	position:relative;
	display:inline;
	cursor:default;
	font-weight:bold;
	border:1px groove grey;
	padding:2px;
	width:100px;
}
#move_menu div {
	display:none;
}
#move_menu:HOVER div {
	width:auto;
	border:1px solid grey;
	z-index:100;
	background-color:white;
	position: absolute;
	display:block;
}
