body {
	height: 100%; 
	margin-bottom: 1px;	
}
a:link.nounder,
a:visited.nounder,
a:hover.nounder {
	text-decoration: none;
}
a#active_menu:link,
a#active_menu:visited {
	color: #FFFFFF;
}
li.active_menu a:link,
li.active_menu a:visited {
  color: #FFFFFF !important;
}
div.wrapper {
	width: 845px;  /* control the width here */
	margin: 0 auto;
	position: relative;
	padding-bottom: 1px;
	background: White;
}

#iheader {
	position: relative;
	height: 107px;
	font-family: Arial, Helvetica, sans-serif;

}

#logo {
	/* see primary style css */
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 451px;
	height: 107px;
	border: 0;
	background: url(../images/primary/gator/logo.jpg) no-repeat;
}
#scroller {
	position: absolute;
	width: 350px;
	height: 28px;
	line-height: 28px;
	overflow:hidden;
}

#header_spotlight {
	/* see primary style css */
	position: absolute;
	height:  107px;
	right: 0;
	width: 398px;
	background: url(../images/primary/gator/header_spotlight.jpg) repeat-x;
}

#searchbox {
	position: absolute;
	height: 28px;
	width: 100%;
	margin-top: 2px;
}

#searchbox div.search {
	float: right;
	margin-top: 2px;
	margin-right: 10px;
}

div.thedate {
	float:  left;
	line-height: 28px;
	height: 28px;
	color: #fff;
	font-weight: bold;
	padding:  0 10px 0 5px;
}

#searchbox form#searchform {
	margin-left: 49px;
	margin-top: 2px;
}

#topbox {
	position: absolute;
	top: 28px;
	width: 100%;
	height: 78px;
}

/* @group tab menu */

#safari {
	height: 53px;
	position: relative;
}

#nav {
	position: absolute;
	top: 0;
	height: 28px;
	width: 100%;
	background: url(../images/topmenu_bg.png) repeat-x;
}

#nav ul {
	padding: 0;
	margin: 0;

}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	background: none;
}



#nav a {
	display: block;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 16px 0 14px;
	text-decoration: none;
	cursor: pointer;
	background: url(../images/topmenu_sep.png) 100% 0 no-repeat;
	font-weight: normal;
	font-size: 90%;
	font-weight: bold;
	font-family: Arial Narrow, Helvetica, sans-serif;
}

#nav a:link,
#nav a:visited {
	color: #fff;
}

#nav a:hover {
	color: #FEBC5A;
}

/* @end */

/* @group sub menu */

#menu_horiz {
	position: absolute;
	top: 28px;
	height: 25px;
	width: 100%;
	background: #2F55B9 url(../images/submenu_bg.png) repeat-x;
	overflow: hidden;
}

#menu_divider {
	height: 5px;
	overflow: hidden;
	background: #666;
	border-bottom: 1px solid #333;
}

ul.submenu {
	padding: 0;
	margin: 0;
}

div#menu_horiz ul.submenu{
	margin: 0 0 0 0px;
	padding: 0;
	padding-left:  1px;
	float:  left;
	
}

div#menu_horiz ul.submenu li {
	float:  left;
	background:  none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

div#menu_horiz ul.submenu li a {
	padding: 0 10px;
	color: #ddd;
	font-size: 95%;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	font-weight: bold;;
}

div#menu_horiz ul.submenu a:hover {
	color: #fff;
}

div#menu_horiz ul.submenu ul {
  display: none;
}

div#menu_horiz ul.submenu ul ul {
  display: none;
}

/* @end */

div#footer {
	/* see body style css */
	height: 31px;
	line-height: 31px;
	text-align: center;
	border: 1px solid #464646;

	background: #333333;

	color: #ccc;
	margin-top: 10px;
}
div#footer a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif ;
	color: #FE7418;
}
div#footer a:hover {
	color: #FEBC5A;	
}
div#footer table {
	width:auto;
	margin: 0 auto;
}
div#footer table td {
	padding-top: 6px;
}
div#footer a.mainlevel {
	display: inline;
	width: auto;
	padding: 0 5px;
	border: 0;
}