/* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS *//* HACKS */

/* _ something - picked up by IE 6 only - ex: _width:10px */

/* # something - picked up by IE 7 only - ex: #width:10px */

/* . something - picked up by IE 6 AND IE 7 - ex: .width:10px */
/* something expression - picked up by IE 6 AND IE 7 - ex: width:expression(10) */


/* DEFAULTS */
body {
	position: absolute;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: "Trebuchet MS, Arial", "Helvetica", "Verdana", "sans-serif";
	font-size: 13px;
	line-height:1.5em;
	color: #333;
	background-color: #003458;
	background-image: url(../images/newBodyBackground2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
table {
	.margin-top: 1.5em;
	xborder: red solid 1px;
}
p, ul {
	margin-bottom: 1.5em;
}
li {
	line-height:1.5em;
}
ul	{
	xmargin-top: -1em;
	x.margin-top: -.5em;
	xmargin-left: 0;
	xpadding-left: 1.5em;
	
}
h1, h2, h3, h4, h5 {
	xfont-family: "Times New Roman", Times, serif;
	xfont-style: italic;
	font-weight: bold;
	color: #004878;
	xmargin-top: 1.5em;
	font-size: 20px;
}
h1 {
	xtext-transform: uppercase;
}
h2 {
	font-size: 18px;
	margin-bottom: 0em;
}
h3 {
	font-size: 16px;
	margin-bottom: -.5em;
	.margin-bottom: -.75em;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
a, a:link {
	color: #004878;
	text-decoration: underline;
	outline:none;
}
a:hover {
	color: #8799a3;
	font-weight: normal;
	text-decoration: none;
}
a img {
	border: none;
}
p img, a img {
	vertical-align:middle;
	text-decoration: none;
}
img.ImageLeft {
	padding-right: 25px;
	padding-bottom:10px;
	float:left;
}
img.ImageRight {
	padding-left: 10px;
	padding-bottom:10px;
	float:right;
}
.ImageLeft {
	padding-right: 25px;
	padding-bottom:10px;
	float:left;
}
.ImageRight {
	padding-left: 10px;
	padding-bottom:10px;
	float:right;
}
div {
	margin: 0px;
	padding: 0px;
	xborder: solid red 1px;
	xborder-collapse: collapse;
}

/* BASIC LAYOUT *//* BASIC LAYOUT */

/* this div used to hadle centering left and right */
.Container {
	width: 798px;
	background-color: #FFF;
	xborder-right: 2px #004878 solid;
	xborder-left: 2px #004878 solid;
	margin: auto;
	/* the auto margins (in conjunction with a width) center the page */
	background-image: url(../images/newMenuShadow3.gif);
	background-repeat: no-repeat;
	background-position: center 168px;
	border-top: 1px #FFF solid;
}
.Container #target {

}

/* this div used to hadle up and down placement - hide/turn off if you want the page to go off screen and scroll */
.InnerContainer {
	position: relative;
	display: block;
	padding: 0px;
	top: 0px;
	width: 650px;
	margin: auto;
	background-color: transparent;
	xborder: solid red 1px;
	text-align:justify;
}


.Header {
	position: absolute;
	display: block;
	margin-top: 0px;
	margin-left: -1px;
	top: 0px;
	width: 801px;
	height: 170px;
	xborder-right: 2px #004878 solid;
	xborder-left: 2px #004878 solid;
	xbackground-color:#FFF;
	background-image: url(../images/newHeaderTagLine.jpg);
	background-repeat: no-repeat;
	background-position: right -2px;
}
.Header .logo {
	position: absolute;
	display: block;
	top: 8px;
	margin-left: 50px;
	xwidth: 865px;
	xheight: 125px;
	xborder: solid red 1px;
}
.Header .tagline{
	float:right;
}

.MainContent {
	xposition: relative;
	xdisplay: block;
	margin-top: 160px;
	xmargin-left: 25px;
	padding-top:25px;
	padding-bottom:30px;
}
.MainContent img {
}


.Footer {
	clear: both;
	margin: 0 auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #8799a3;
	xborder-bottom: dotted 1px #8799a3;
}
.Footer p {
	text-align:center;
	font-size: 10px;
	line-height: 1.5em;
	color: #222;
}

.MainMenu {
	position: absolute;
	display: block;
	left: 0px;
	width:801px;
	bottom: 0px;
	height: 30px;
	padding-top:4px;
	vertical-align: middle;
	padding-left:0px;
	line-height: 30px;
	xborder-top:3px #8799a3 solid;
	background-color:#004878;
	background-image: url(../images/MenuBackground.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.MenuItem {
	position: relative;
	display: block;
	_display: inline;
	line-height: 26px;
	font-size: 13px;
	text-align: center;
	padding-left: 9px;
	padding-right: 9px;
	xborder-right: solid 1px #8799a3;
	background-image: url(../images/MenuTick1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float:left;
}
.MIstart {
	margin-left: 4px;
}
.MIend {
	margin-right: 0px;
	border: none;
	background-image: none;
}
.CurrentItem {
	border-bottom:4px #8799a3 solid;
}
.MenuItem a, .MenuItem a:link, .MenuItem b, .SubMenuItem a, .SubMenuItem a:link, .SubMenuItem b {
	display: block;
	_display: inline;
	width: 100%;
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	text-transform:uppercase;
}
.MenuItem a:hover, .SubMenuItem a:hover {
	color: #8799a3;
	text-decoration: none;
}
.SubMenuItem a:hover {
}
.MenuItem b {
	text-decoration: none;
	color: #000;
}

.MenuItem div {
	xborder: solid red 1px;
	margin:none;
	.left:0px;
}
.SubMenu {
	background-color: #8799a3;
	xheight: 25px;
	xbottom: -25px;
	padding-top: 3px;
	margin:none;
	padding-bottom: 1px;
	margin-left: 10px;
	position: relative;
	xmargin-left: 0px;
	.width:100%;
	font-size: 13px;
}
.SubMenuBacker {

}
.SubMenuItem {
	font-size: 13px;
	line-height: 1em;
	float:none;
	text-align: left;
	xpadding-bottom:5px;
	border-bottom:dotted #CCC 1px;
}
.SIend {
	border:none;
 }
.SubMenuItem a, .SubMenuItem a:link, .SubMenuItem b { 
	color:#FFF;
	background-color:#8799a3;
	text-align: left;
	line-height:1.25em;
	padding:5px 10px;
	text-transform:capitalize;	
}
.SubMenuItem a:hover {
	text-decoration: none;
	background-color:#004878;
	color: #FFF;
}
.SubMenuItem b {
	text-decoration: none;
	color: #FFF;
}
.MenuItem .CurrentSubItem a {
	color:#004878;
}
.MenuItem .CurrentSubItem a:hover {
	color:#FFF;
}

