/*--------------------------------------------------------------------------------------------------------
				HTML General classes
--------------------------------------------------------------------------------------------------------*/

body {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(../images/BG.gif);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top:30px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	background-color:#001b32;
}
	td{font-size:10px}
h1 {
	font-size:20px;
	color:#CCCCCC;
}

h2 {
	font-size:16px;
	color:#CCCCCC;
	margin-bottom:2px;
}

h3 {
	font-size:13px;
	color:#CCCCCC;
	margin:11px;
}

h4 {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:italic;
	color:#CCCCCC;
	margin:11px;
	font-style:normal;
}

a {
	color:#CCCCCC;
}

.celltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	padding-top:4px;
	padding-bottom:4px;
}

img {
	border:0;
}


/*--------------------------------------------------------------------------------------------------------
				Document/Formatting classes
--------------------------------------------------------------------------------------------------------*/

.oneColFixCtr #container {
	width: 792px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #e7dbcb;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom:10px;
	border:4px solid #FFFFFF;
}

#mainContent {
	min-height:450px;
	height:auto !important;
	height:450px;
	width:792px;
}

.oneColFixCtr #mainbody {
	background-image:url(../images/Watermark.gif);
	background-repeat:no-repeat;
	background-color:#173149;
	width:514px;
	min-height:442px;
	height:auto !important;
	height:442px;
	padding:10px 15px 10px 10px;
	float:left;
	border-right:4px solid #FFFFFF;
}

.oneColFixCtr #mainbodynocta {
	background-image:url(../images/Watermark-nocta.gif);
	background-repeat:no-repeat;
	background-color:#173149;
	width:766px;
min-height:442px;
	height:auto !important;
	height:442px;
	padding:10px 15px 10px 10px;
	float:left;
	border-right:4px solid #FFFFFF;
}

#headerContainer {
	width:792px;
	height:225px;
	border-bottom:4px solid #FFFFFF;
	background-color:#FFFFFF;
}

#rightContentContainer {
	width:247px;
	text-align:center;
	background-color:#e7dbcb;
	min-height:450px;
	height:auto !important;
	height:450px;
	margin-bottom:4px;
	float:right;
}

.oneColFixCtr #callToAction {
	background-color:#e7dbcb;
	width:247px;
	text-align:center;
	padding-top:30px;
	padding-bottom:10px;
}



/*--------------------------------------------------------------------------------------------------------
				Footer classes
--------------------------------------------------------------------------------------------------------*/
#mainFooter {
	clear:both;
	width:792px;
	border-top:4px solid #FFFFFF;
}

#mainFooterNav {
	background-color:#001B32;
	color:#DDDDDD;
	padding-top:7px;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	height:18px;
}

.webo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}


/*--------------------------------------------------------------------------------------------------------
				Controls for drop down menu
--------------------------------------------------------------------------------------------------------*/
/* main container for the menu bar */
div.menuBar {
	padding: 0px 0px 0px 0px;
	text-align: left;
}

/* Off state for the links in the main menu bar */
div.menuBar a.menuButton {
	color: #000000;
	cursor: default;
	left: 0px;
	margin: 1px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
	}
	
/* On state for the links in the main menu bar */
div.menuBar a.menuButtonActive, div.menuBar a.menuButtonActive:hover, div.menuBar a.menuButton:hover {
	text-decoration: underline;
	}
	
/* container for the drop down menu */
div.menu {
	filter: alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95;
	background-color: #3a526b;
	border:1px solid #ffffff;
	left: 0px;
	padding: 0px 1px 1px 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
	text-align:left;
	cursor:pointer;
	margin-top:0px;
	}
	
/* menu items for the drop down menu */
div.menu a.menuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	cursor: default;
	display: block;
	padding: 1px 20px 1px 24px;
	margin:0px 0px 0px 0px;
	text-decoration: none;
	white-space: nowrap;
	background:url(../images/sub-arrow.gif) left center no-repeat;
	}
	
/* menu items for the drop down menu (hover state) */
div.menu a.menuItem:hover {
	background-color:#0f1c27;
	/*background:url(../images/arrow.gif) left center no-repeat;*/
	cursor:pointer;
	}
	
/* menu item seperators */
div.menu div.menuItemSep {
	border-top: 1px solid #ffffff;
	margin: 1px 0px 0px 0px;
	}

.actionButton {
	background-color:#849218;
	color:#FFFFFF;
}