* {
	font-family:Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	background-color:#949494;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

#container {
	width:957px;
	text-align:center;
	margin:auto;
	border:3px solid white;
}

#top {
	width:957px;
}

#banner {
	width:957px;
	border-bottom:8px solid #fdb812;
}

#subscribe {
	width:957px;
	height:69px;
	background-image:url(images/bg_subscribe.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	text-align:left;
	padding-top:11px;
	border-top:3px solid #c0c0c0;
}

#subscribeinside {
	width:957px;
	height:69px;
	background-image:url(images/bg_subscribeinside.jpg);
	background-repeat:no-repeat;
	font-size:11px;
	text-align:left;
	padding-top:11px;
	border-top:3px solid #c0c0c0;
}

.newsletter {
	text-align: center;
}

#content {
	width:957px;
	text-align:left;
	background-image:url(images/bg_content.gif);
	background-repeat:repeat-y;
	font-size:12px;
	color:#444444;
	padding-bottom:12px;
}

#contentinside {
	width:957px;
	text-align:left;
	background-image:url(images/bg_contentinside.gif);
	background-repeat:repeat-y;
	font-size:12px;
	color:#444444;
	padding-bottom:12px;
}

.nav {
	padding-left:14px;
}

.maincontent {
	padding-left:30px;
	padding-right:30px;
	padding-top:6px;
}

.rightcontent {

	padding-right:5px;
	padding-top:6px;
	
	background-repeat:no-repeat;
}

#footer {
	width:957px;
	background-image:url(images/bg_footer.jpg);
	background-repeat:repeat-x;
	height:82px;
	color:white;
	font-size:10px;
	line-height:20px;
	padding-top:30px;	
}

#footer a {
	color:white;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}




p {
	margin-top:0px;
}	

td {
	vertical-align:top;
}

a:link {
	color:#115fa6;
	font-weight:bold;
	text-decoration:underline;
}

.Head {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#0F559D;
	font-weight:normal;
}

.Normal {
	font-size:12px;
	line-height:19px;
	color:#444444;
	font-family:Arial, Helvetica, sans-serif;
}


.SkinObject {
	color:white;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}




/* -------- MENU LINKS ---------- */



/* Main nav menu classes */
.NavMenu_MenuContainer
{
	
	height: 0px; /* Ensures the menu doesn't come down to far pushing other elements around */
	vertical-align:top;
	
}

/* FIX for rendering issue in IE. There's an empty cell at the end that IE renders has having height,
   this makes it render smaller. This font setting is over written for all other menu items. */
.NavMenu_MenuContainer td
{
	width: 164px;
	font-size: 0px;
	vertical-align:top;	
}

.NavMenu_MenuBar
{
	cursor: pointer;
	background-color: Transparent;	
	
}

.NavMenu_RootMenuItemActive {
	font-size: 13px;
	background-image:url(images/bg_arrow.gif);
	background-repeat:repeat-y;
	padding-left:14px;
}



/* Root table cell */
tr.NavMenu_RootMenuItem td
{
	line-height:30px;
	font-size: 13px;
	color:#000000;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	line-height:25px;
	background-image:url(images/bg_arrow.gif);
	background-repeat:repeat-y;
	padding-left:14px;
}

/* Root table cell that is selected (click/hover)*/
tr.NavMenu_RootMenuItemSel td
{
	line-height:25px;
	color:#fdb813;
	font-size: 13px;
	background-color:transparent;
	text-align:left;
	vertical-align:top;
	padding-left:14px;
	background-image:url(images/bg_arrow.gif);
	background-repeat:repeat-y;
}

.NavMenu_RootSeparator
{
}


.NavMenu_MenuItem
{
	cursor: pointer;
	color: #000000; 
	font-family: Trebuchet MS, Arial, Verdana, Helvetica; 
	font-size: 13px; 
	font-weight:normal;
	font-style: normal; 
	background-color:#transparent;
	text-align:left;
	/* bottom only, SubMenu gets top, left right, we put the !important on to couteract a 1px transparent 
	border that is added by the nav menu as an inline style*/
	border-bottom: solid 1px white !important;
	vertical-align:middle;
}


/* VERY IMPORTANT TO INCLUDE - FOR DROP DOWN MENU SIZE */
.NavMenu_MenuItem td {
	font-size: 13px !important;
	line-height:25px; 
	padding-left:14px;
}


.NavMenu_MenuIcon
{
	background-color: #D3D3D3; 
	cursor: pointer;
	text-align: center; 
	width: 5px; 
	height: 20px;
	/* bottom only, SubMenu gets top, left right, we put the !important on to couteract a 1px transparent 
	border that is added by the nav menu as an inline style*/
	border-bottom: solid 1px white !important;
}

.NavMenu_RootMenuArrow {
	display: none;
}

.NavMenu_MenuArrow
{
	/* bottom only, SubMenu gets top, left right, we put the !important on to couteract a 1px transparent 
	border that is added by the nav menu as an inline style*/
	border-bottom: solid 1px white !important;
	width:8px;
	border-right:none !important;
	padding: 0px 5px 0px 10px;
	vertical-align:middle;
}

.NavMenu_MenuSel
{
	background-color: transparent; 
	cursor: pointer;
	color: white; 
	font-family: Trebuchet MS, Arial, Verdana, Helvetica; 
	font-size: 13px; 
	font-weight: normal; 
	font-style: normal;
	
}

.NavMenu_MenuBreak
{
	height: 4px;
	padding: 0px;
	margin: 0px;
	
}

.NavMenu_MenuBreak table
{
	display: none;
	
}

.NavMenu_SubMenu
{
	background-color: #D3D3D3; 
	z-index: 1000; 
	cursor: pointer;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3);
	border-top: solid 1px white;
	border-left: solid 1px white;
	border-right: solid 1px white;
	text-align:left;
	vertical-align:middle !important;
	color: #000000 !important; 
	line-height:10px;
	font-size: 13px;
}


.NavMenu_SubMenuSel
{
	background-color: #fdb813;
	cursor: pointer;
	color: white; 
	font-family:  Trebuchet MS, Arial, Verdana, Helvetica; 
	font-size: 13px; 
	font-weight: normal; 
	font-style: normal;
	/* bottom only, SubMenu gets top, left right, we put the !important on to couteract a 1px transparent border that is added by the nav menu as an inline style*/
	border-bottom: solid 1px white !important;
	vertical-align:middle;
	line-height:10px;
}


.MainMenu_SubMenuItemActive{
	color:#00A3E8 !important;
	font-size: 13px;
}

.MainMenu_RootMenuItemSelected{
	color:#00A3E8 !important;
	font-size: 13px;
}
