* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body {
	margin: 0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
}

#container {
	width:769px;
	margin:auto;
	text-align:center;
	border:1px solid #A6A6A6;
}

#top {
	width:769px;
	background-color:white;
	text-align:left;
}

#darkgreyline {
	width:769px;
	height:24px;
	background-color:#313131;
}

#darkblueline {
	width:769px;
	height:14px;
	background-color:#060F8F;
}

#banner {
	width:769px;
}

#content {
	width:769px;
}

.nav {
	background-color:#E8E8E8;
	width:140px;
	background-image:url(images/heading_links.jpg);
	background-repeat:no-repeat;
	padding-left:19px;
	text-align:left;
	padding-top:30px;
}

.contentarea {
	background-color:#F1F1F1;
	margin-left:28px;
	margin-right:28px;
	text-align:left;
}

#abovefooter {
	width:769px;
}

#footer {
	width:750px;
	background-color:#313131;
	color:white;
	font-size:11px;
	text-align:left;
	padding-left:19px;
	padding-top:20px;
	padding-bottom:20px;
}

#footer a {
	color:white !important;
	font-weight:bold;
	text-decoration:underline;
}




a {
	color:#020B86 !important;
	font-weight:bold;
	text-decoration:underline !important;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
}

p {
	margin-top:0px;
}

td {
	vertical-align:top;
	text-align:left;
}


.Head {
	font-family:Verdana, Arial;
	font-size:20px;
	color:#020B86;
	margin-left:28px;
}

.SkinObject a {
	text-decoration:underline !important;
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
}

.SkinObject  {
	color:white !important;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif !important;
	font-size:14px;
	font-weight:bold;
	color:black;
	font-style:italic;
}



/* Overrides settings for FCK Editor */
#fckbody {
	background-color:white;
	background-image: none !important;
	text-align:left;
}
/* Styles background of gallery, and link editors */
.FCKImageGalleryContainer,  .FCKLinkGalleryContainer, #fckiinstanceoptions_tblEditorOptions td  {
	background-color:#d3d3d3;
	background-image:none;
}




/* -------- 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:bottom;
}

/* 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: 120px;
	font-size: 0px;
	vertical-align:bottom;
	font-family: Arial, Verdana, Helvetica !important; 
}

.NavMenu_MenuBar
{
	cursor: pointer;
	background-color: Transparent;
}

.NavMenu_RootMenuItemActive {}

/* Root table cell */
tr.NavMenu_RootMenuItem td
{
	line-height:24px;
	font-size: 12px;
	color:#000000;
	text-align:left;
	vertical-align:bottom;
	font-weight:normal;

}

/* Root table cell that is selected (click/hover)*/
tr.NavMenu_RootMenuItemSel td
{
	line-height:24px;
	color:#000987;
	font-size: 12px;
	background-color:transparent;
	text-align:left;
	vertical-align:bottom;
	text-decoration:underline;
}

.NavMenu_RootSeparator
{
}

.NavMenu_MenuItem
{
	cursor: pointer;
	color: #000000; 
	font-family: Arial, Verdana, Helvetica !important; 
	font-size: 12px; 
	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;
	
}

.NavMenu_MenuItem td {

}

.NavMenu_MenuIcon
{
	background-color: #E8E8E8; 
	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_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;
}

.NavMenu_MenuSel
{
	background-color: transparent; 
	cursor: pointer;
	color: #000000; 
	font-family: Arial, Verdana, Helvetica; 
	font-size: 12px; 
	font-weight: normal; 
	font-style: normal;
}

.NavMenu_MenuBreak
{
	height: 4px;
	padding: 0px;
	margin: 0px;
}

.NavMenu_MenuBreak table
{
	display: none;
}

.NavMenu_SubMenu
{
	background-color: #E8E8E8; 
	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;
}


.NavMenu_SubMenuSel
{
	background-color: #000987;
	cursor: pointer;
	color: white; 
	font-family: Arial, Verdana, Helvetica; 
	font-size: 12px; 
	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;
	
}


.MainMenu_SubMenuItemActive{
	color:#00A3E8;
}

.MainMenu_RootMenuItemSelected{
	color:#00A3E8;
}




