body, html {
	margin: 0;
	padding: 0;
	font-family: Times New Roman, Times, serif;
	background-color: #143047;
}
p, h1, h2, h3, ul, li, ol {
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
}
p {
	color: #859eaf;
	line-height: 1.5;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
h1 {
	color: #122632;
	font-size: 26px;
	margin: 0;
}
h2 {
	color: #859eaf;
	font-size: 26px;
	margin: 0;
}
h3 {
	color: #122632;
	font-size: 24px;
	margin: 0;

}
a {
	color: #859eaf;
	text-decoration: none;
	
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
li {
	margin: 0;
	color: #2f2f2f;
	font-size: 11px;
}
/*hr  {
	border: 0;
	height: 1px;
	color: #e5e5e5;
	background-color: #e5e5e5;
	width: 100%;
}
div.hr {
	border: 0;
	padding: 0;
	margin: 12px 0 12px 0;
	height: 1px;
	color: #e5e5e5;
	background-color: #e5e5e5;
	clear: both;
	overflow: hidden;
}
div.hr hr{
	display: none;
}*/
.clear {
	clear: both;
}
.hidden {
	visibility: hidden;
}

/* MAIN =============================================================== */

#main {
	border-top: 4px solid;
	border-color: #143047;
	
}
#mainHome {
	border-top: 4px solid;
	background-color: #143047;
	padding-top: 100px;
	background-image:url(images/splash_bg.gif);
}
	
/* HEADER ========================================================= */
#headerContainer  {
	width: 960px;
	height: 200px;
}
#headerLeft  {
	width: 260px;
	height: 200px;
	float: left;
}
#headerRight  {
	width: 700px;
	height: 200px;
	float: right;
	background-image: url(images/header_lineBG.gif);
	background-position: bottom;
	background-repeat: no-repeat;

}
#headerContent {
	width: 310px;
	height: 170px;
	float: right;
	text-align: left;
	padding-top: 30px;
}


/* GLOBAL NAV ========================================================= */
#navContainer {
	width: 960px;
	height: 50px;
}
#navContainerInner {
	float: right;
	width: 700px;
}
.navItem a{
	float: left;
	margin-left: 31px;
	display: inline;
	font-size: 20px;
	margin-top: 12px;
	height: 26px;

}
.navItem a:hover {
	border-bottom: 4px solid #ed1c24;
	text-decoration: none;

}
/* SUB NAV ========================================================= */
#Subnav_Container {
	width: 260px;
	float: left;
	padding-top: 34px;
	text-align: left;
}
.sub_navItem a {
	text-align: left;	
	display: block;
	font-size: 18px;
	margin-bottom: 8px;
}
.sub_navItem a:hover {
	text-decoration: none;
	background-color: #143047;
	color: #FFFFFF;

}

/* CONTENT ============================================================ */

#contentContainer  {
	width: 960px;
	margin-top: 30px;

}
#contentLeft  {
	width: 260px;
	float: left;
	display: inline; 
}
#contentMid {
	width: 390px;
	float: left;
	display: inline;
}
#contentRight {
	width: 310px;
	float: right;
	display: inline;
}
#contentRight_Container {
	width: 700px;
	float: right;
}
#contentTitle_1Column {
	width: 671px;
	float: left;
	display: inline;
	height: 34px;
	text-align: left;
	margin-left: 29px;
	border-bottom: 1px solid;
	border-color: #859eaf;
}
#content_1Column {
	width: 671px;
	float: left;
	display: inline;
	text-align: left;
	margin-left: 29px;
	padding-top: 34px;

}
#contentTitle_Left {
	width: 260px;
	float: left;
	display: inline;
	height: 34px;
	text-align: left;
	border-bottom: 1px solid;
	border-color: #859eaf;
}
#contentTitle_Mid {
	width: 344px;
	float: left;
	display: inline;
	height: 34px;
	text-align: left;
	margin-left: 29px;
	margin-right: 17px;
	border-bottom: 1px solid;
	border-color: #859eaf;
}
#contentTitle_Mid_Content {
	width: 361px;
	float: left;
	display: inline;
	height: 34px;
	text-align: left;
	margin-left: 29px;
	border-bottom: 1px solid;
	border-color: #859eaf;
}
#contentTitle_Right {
	width: 296px;
	float: right;
	display: inline;
	height: 34px;
	text-align: left;
	margin-left: 14px;
	border-bottom: 1px solid;
	border-color: #859eaf;
}
#contentTitle_Right_C {
	width: 310px;
	float: right;
	display: inline;
	height: 34px;
	text-align: left;
	margin-left: 0px;
	border-bottom: 1px solid;
	border-color: #859eaf;
}
#contentText_Mid {
	width: 344px;
	text-align: left;
	margin-left: 29px;
	margin-right: 17px;
	padding-top: 34px;
}

#contentText_Right_H {
	width: 296px;
	float: right;
	display: inline;
	text-align: left;
	margin-left: 14px;
	padding-top: 26px;
}
#contentText_Right {
	width: 296px;
	float: right;
	display: inline;
	text-align: left;
	margin-left: 14px;
	padding-top: 34px;
}
.largeLinks a{
	font-size: 24px;
	text-decoration: underline;
	line-height: 1.7;

}
.largeLinks a:hover {
	text-decoration: none;
	background-color: #143047;
	color: #FFFFFF;

}



/* FOOTER ============================================================= */

#footerContainer  {
	width: 960px;
	margin-top: 30px;
	border-top: 3px solid;
	border-color: #143047;

}
#footerLeft  {
	width: 800px;
	float: left;
	display: inline;
	padding-top: 10px; 
}
#footerRight {
	width: 160px;
	float: right;
	display: inline;
	padding-top: 10px;
}
.navItem_Footer a{
	float: left;
	display: inline;
	margin-right: 20px;
}
.navItem_Footer_Right a{
	float: right;
	display: inline;
	margin-left: 20px;
	color: #ed1c24;
	font-style: italic;
	text-decoration: underline; 

}
.navItem_Footer_Right a:hover{
	text-decoration: none; 

}
/* FORMS ============================================================= */

.formTable {
	font-color: #143047;
	font-weight: none;
	font-style: italic;
}
.formText {
	width: 260px;
	font-family: "Times New Roman", Times, serif;
	color: #4c7596;
	font-weight: 12px;
	border: 1px solid;
	background-color: #dae2e7;
	border-color: #ced8df;
	font-style: normal;
	margin-bottom: 10px;
	height: 20px;

}
.formdropdown {
	width: 200px;
	font-family: "Times New Roman", Times, serif;
	color: #4c7596;
	font-weight: 12px;
	border: 1px solid;
	background-color: #dae2e7;
	border-color: #ced8df;
	font-style: normal;
	margin-bottom: 10px;
	height: 20px;

}
.formText_Area {
	width: 260px;
	font-family: "Times New Roman", Times, serif;
	color: #4c7596;
	font-weight: 12px;
	border: 1px solid;
	background-color: #dae2e7;
	border-color: #ced8df;
	font-style: normal;
	margin-bottom: 10px;

}
/* FORMS ============================================================= */
	
#flashContainer {
	width: 400px;
	height: 400px; 
}

#headerByline {
        width: 320px;
        height: 170px;
        float: right;
        text-align: left;
        padding-top: 30px;
        margin-right: 30px;
        display: inline;
}
#headerByline {
        width: 320px;
        float: right;
        text-align: left;
        margin: 16px 30px 0 0;
        display: inline;
                text-align: left;
}
#contentContainer { overflow: hidden; position: relative; }
.temp-badge { position: absolute; bottom: 0; right: 0; }
