*
{
	margin:0;
	padding:0;
}

html, body
{
	font-size:12pt;
	text-align:center;
	font-family:Geogia, Times New Roman, serif;
	width:100%;
	height:100%;
	font-weight: normal;
}

body
{
	background-attachment: fixed;
	background-image: url(../resources/images/ui/mainbg.png);
	background-repeat: repeat-y;
	background-position:center top;
}


/* LAYOUT */


table#wrapper
{
	width:100%;
	background:url(../resources/images/ui/bg.jpg) repeat-x;
	background-position:left 200px;
	text-align:center;
}

td#header
{

}

table#header_table
{
	width:960px;
	height:200px;
	background-image:url(../resources/images/header.jpg);
	margin:0 auto;
	padding:0 15px;
}

table#header_table td.headerTaglineCell
{
	vertical-align:bottom;
}

table#header_table span.headerTagline
{
	text-align:left;
	display:block;
	color:#EFECCA;
	padding-bottom:5px;
}

td#fornav
{
	text-align:right;
}

td#nav_search
{
	
}

table#nav_search_table
{
	width:960px;
	margin:0 auto;
	background:url(../resources/images/ui/navbg.jpg) repeat-x;
	background-position:-13px top;
}

div.searchPane
{
	float:right;
	position:relative;
	margin-right:105px;
	margin-top:13px;
}
div.searchPane input, textarea
{
	margin:0;
}

div.searchPane span
{
	margin-top:12px;
	float:left;
	display:block;
}

div.searchPane span label
{
	padding:0 5px;
}

div.searchPane label
{
	font-size:.8em;
	line-height:.8em;
	color:#fff;
}

div.searchPane input.NormalTextBox
{
	position:absolute;
	left:24px;
	top:0;
	height:18px;
	font-size:10px;
	border:0;
	width:150px;
	background:0;
	font-family:Verdana;
}

div.searchPane a
{
	display:none;
}

td#middle
{
	padding:0 12px;
}

table#middle_table
{
	width:960px;
	margin:0 auto;
}

td#side_nav
{
	background: #023140; /*navy*/
	width:172px;
	margin:0;
}

td#section_main
{
	width:788px;
	margin:0;
	background:#fff;
	
}

div.mainContainer
{
	width:960px;
	margin:0 auto;
	top:59px;
	position:relative;
}
td#section_main table
{
	display:block;
}

td#main
{
	width:960px;
	margin:0 auto;
}


td.mainImg
{

}

td#content
{
	width:100%;
}

#main td#content
{
	padding:0;
}

td#rightcontent
{

	
}

.contentPane
{
	
}

td#footer
{
	color:#fff;
	z-index: -2;
	background-image: url(../resources/images/ui/footerbg.jpg);
	background-repeat: no-repeat;
}

td#footer table
{
 height:23px;
}

td#footerLeft
{
	width: 205px;
	height:23px;
	line-height:23px;
}

td#footerContent
{
	width: 540px;
	color:#fff;
	font-size:.8em;
	text-align:center;
	height:23px;
	line-height:23px;
}

td.footerRight
{
	color:#fff;
	text-align:center;
	height:23px;
	line-height:23px;
	font-size:.8em;
}

a:active.loginFooter, a:link.loginFooter, a:visited.loginFooter 
{
	color:#fff;
	padding-left:15px;
	padding-right: 20px
	font-size:.5em;
}

td#terms p
{
	color: #aaa;
	font-size: xx-small;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

/* END LAYOUT */



/* CORNER CONTENT */

div.cornerContentBtn, div.cornerContentNewsBtn, div.cornerContentDestinedBtn
{
	
	position:absolute;
	top:1px;
	right:0;
	width:166px;
	height:166px;
	z-index:480 !important;
}

div.cornerContentNewsBtn, div.cornerContentDestinedBtn
{
	display:none;
}

.cornerContentBtnDestined
{
	
}

div.up, div.down
{

	position:absolute;

}

div.up:hover, div.down:hover
{
	cursor:pointer;
}

div.up
{
	top:110px;
	right:15px;
	z-index:10000;
	background: url(../resources/images/ui/corner2up.jpg) no-repeat;
	width:16px;
	height:16px;
}

div.down
{
	right:15px;
	top:290px;
	background: url(../resources/images/ui/corner2down.jpg) no-repeat;
	width:16px;
	height:16px;
}

div.cornerContent1
{
	position:absolute;
	top:1px;
	right:0;
	width:500px;
	height:291px;
	background:#002b2b;
	display:none;
	padding:15px;
	text-align:left;
}


div.cornerContent2Holder
{
	display:none;
	position:absolute;
	top:1px;
	right:0;
	width:500px;
	height:291px;
	background:#f0ecc9;
	padding:15px;
	overflow:hidden;
}

div.cornerContent2Scrollable
{
	right:0;
	top:0;
	position:absolute;
	width:500px;

	padding:15px 0;
	
}

div.cornerContent2
{
	width:440px;
	
}


/* END CORNER CONTENT */


/* ADMIN NAVIGATION */

div#admin_nav
{
	position:absolute;
	top:145px;
	left:35px;
}

/* END ADMIN NAVIGATION */















/* MAIN NAVIGATION */


ul#MainNav
{
	
}

ul#MainNav a:link, ul#MainNav a:visited, ul#MainNav a:active
{
	color:#fff;
	display:block;
	padding-top:2px;
	padding-bottom:32px;
	text-transform: uppercase;
	font-size:.8em;
}

ul#MainNav  a:hover
{
	text-decoration: none;
}

ul#MainNav 
{
	width:750px;
}

ul#MainNav li.mainNavItem 
{
	float:left;
	list-style: none;
	position: relative;
	margin:0;
	padding:10px 0 0 36px;
}

div.mainSubNavShadow
{
	padding-top:33px;
	padding-bottom:15px;

	width:172px;
	background: url(../resources/images/ui/subnavtop.jpg) no-repeat #046380; /*lighter navy*/
}

ul#MainNav li ul 
{
	position:absolute;
	z-index:500 !important;
	left:-999em;
	list-style:none;
	width:178px;
	margin-left:-16px;
	padding-bottom:6px;
	background: url(../resources/images/ui/shadowAlpha.png) bottom right no-repeat;
	list-style: none;
	color: #ccc;
}

ul#MainNav li ul li
{
}

ul#MainNav li:hover ul ul, ul#MainNav li.sfhover ul ul, ul#MainNav li:hover ul ul ul, ul#MainNav li.sfhover ul ul ul
{
	left: -999em;
}

ul#MainNav li:hover ul, ul#MainNav li li:hover ul, ul#MainNav li.sfhover ul, ul#MainNav li li.sfhover ul
{
	left: auto;
}

ul#MainNav li ul ul {
	
}

ul#MainNav li ul ul.mainSubbestNav {

}

ul#MainNav ul.mainSubNav {
		
}

ul#MainNav ul.mainSubberNav li a {

}

ul#MainNav li.mainSubNavItem {

}

ul#MainNav li.mainSubNavItem a:link, ul#MainNav li.mainSubNavItem a:visited, ul#MainNav li.mainSubNavItem a:active
{
	padding:5px 15px;
	text-transform:none;

}

ul#MainNav li.mainSubNavItem a:hover {
	color: #023140; /*navy*/
	background: #EFECCA; /*yellow*/
	
}

ul#MainNav li.mainSubNavItem li {
	
}


/* END MAIN NAVIGATION */













/* SIDE NAVIGATION */

div#SideNav
{
	text-align:left;
	background: url(../resources/images/ui/sidenavtop.jpg) no-repeat !important;
	font-family: Geogia, Times New Roman, serif;
	font-size:0.9em;
	padding-top:35px;
}

div#SideNav ul
{

}

div#SideNav li 
{
	font-size:.9em;
}

div#SideNav li:hover  
{

}

div#SideNav a:link, div#SideNav a:visited, div#SideNav a:active
{
	line-height: 2em;
	height:2em;
	font-family: Geogia, Times New Roman, serif;
	font-weight: normal;
    color:#ccc;
	text-decoration: none;
	width:142px;
	padding:0 15px;
	display:block;
}

div#SideNav a:hover
{
	color: #023140; /*navy*/
	text-decoration: none;
	background: #EFECCA;
}

div#SideNav.TabList {
	background: url() no-repeat;
}











div#SideNav ul li.Level2 a:link, div#SideNav ul li.Level2 a:active, div#SideNav ul li.Level2 a:visited 
{
	color:#aaa;
	display:block;
	font-size:.9em;
	padding-left:30px;
	width:127px;
}

div#SideNav ul li.Level2 a:hover 
{
	text-decoration:none;
	color:#023140;
}

div#SideNav ul li.Level1 a:link, div#SideNav ul li.Level1 a:active, div#SideNav ul li.Level1 a:visited 
{
	color:#ccc;
}

div#SideNav ul li.Level1 a:hover 
{
	text-decoration:none;
	color:#023140;
}

div#SideNav ul li.Level3 a:link, div#SideNav ul li.Level3 a:active, div#SideNav ul li.Level3 a:visited 
{
	color:#ccc;
	display:block;
	font-size:.8em;
	padding-left:45px;
	width:112px;
}

div#SideNav ul li.Level3 a:hover, div#SideNav ul li.Level4 a:hover, div#SideNav ul li.Level5 a:hover {
	text-decoration:none;
	color:#023140 !important;
}

div#SideNav ul li.Level4 a:link, div#SideNav ul li.Level4 a:active, div#SideNav ul li.Level4 a:visited 
{
	color:#ccc;
	display:block;
	font-size:.8em;
	padding-left:60px;
	width:97px;
}

div#SideNav ul li.Level5 a:link, div#SideNav ul li.Level5 a:active, div#SideNav ul li.Level5 a:visited 
{
	color:#ccc;
	display:block;
	font-size:.8em;
	padding-left:75px;
	width:82px;
}

div#SideNav ul li.Level0 a:link, div#SideNav ul li.Level0 a:active, div#SideNav ul li.Level0 a:visited 
{
	display:block;
	color:#ccc;
	text-decoration:underline;
	font-size:1.1em;
}

div#SideNav ul li.Level0 a:hover {
	text-decoration:underline;
	color:#023140;
}

/* END SIDE NAVIGATION */


/* MODULE CONTAINER */

.ModuleTitle_MenuContainer 
{

}

.ModuleTitle_MenuBar div.Head
{
	
}

.ModuleTitle_MenuItem {
	color:#333 !important;
	font-size:.8em !important;	

}
.ModuleTitle_MenuItem span {

	display:inline;
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
	border:1px solid #023140;
	background:#fff;
	color:#333;	
	width: 145px;
}

.cornerContent1 .ModuleTitle_SubMenu, .cornerContent2 .ModuleTitle_SubMenu 
{
	position:relative !important;
	top:0 !important;
	left:0 !important;
	width: 145px;
}

.ModuleTitle_MenuBreak, .ModuleTitle_MenuBreak td {
	height:2px;
}

.ModuleTitle_MenuItemSel {
	background:#023140;

}
.ModuleTitle_MenuItemSel span {
	color:#fff;
}
.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}


/* END MODULE CONTAINER */


/* NEWS & EVENTS RSS */


.rss_box 					/*defines the bounding div for the entire display- use to define borders, fill, etc.*/
{
	color:#fff;
	padding:15px;
	
}

.rss_title 					/*the title of the feed and link style if displayed. */
{
	
}

.rss_items					/*defines the unordered list <ul>...</ul> for the feed items- use to define the padding/margins for items.*/
{
	width:350px;
	padding-bottom:15px;
	
}

.rss_item					/*display of each feed item <li>...</li> description and title.*/
{

	line-height:1.2em;
	font-size:.8em;
	border-bottom: none;
	padding:5px 0;
	text-align:left;
}
.rss_item .rss_item
{
	font-size:1.2em !important;
}

.rss_item a					/*variant for the item title and link style*/
{
	color:#EFECCA !important; /*yellow */
	font-size:1em !important;
	font-weight:bold !important;
}

.rss_item div
{
	
}

.rss_date					/*defines the display of item posting dates*/
{
	font-size:.7em;
	color:#ccc !important;
	font-family:Verdana, sans-serif;
	text-transform:uppercase;
	display:block;
	padding-top:5px;
	
}

/* END NEWS & EVENTS RSS */























/* TYPOGRAPHY */

.yellow
{
	color:#EFECCA;
	font-size: 1.3em;
	font-weight: bold;
}

.aqua
{
	color:#046380; /*aqua*/
	font-size: 1.3em;
	font-weight: bold;
}

.forSubject
{
	padding-left:15px;
}


.forSubject a:link, .forSubject a:active, .forSubject a:visited
{
	text-decoration:none;
}
.for
{
	/*color:#EFECCA;*/ /*yellow*/
	color:#64382A; /*wine*/
	font-size: 1.0em;
	font-weight: bold;
}

.subject
{
	color:#64382A; /*wine*/
	font-size: 1.0em;
	font-weight: bold;
}

p
{
	padding-bottom:1.5em;
}


/* END TYPOGRAPHY */









/* MISCELLANEOUS */

ul, li
{
	list-style: none !important;
}
table td
{
	vertical-align:top;
}
input, textarea
{
	margin:5px;
	font-family:Verdana, sans-serif;
}
.ModuleTitle_MenuItem
{
	padding:0 10px;

}

/* END MISCELLANEOUS */
