/*********Horizontal Template Styles*********/

td, th {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	text-decoration: none;
	font-size: 10px;
}

.hidden {
	display: none;
}

#startContent {
	display: none;
}

#bodyFramehorizontal {
	width: 820px;
}

#headContainer {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

/*#topNavhorizontal defines the links and menu above the banner*/

#topNavhorizontal {
	height: 12px;
	padding: 5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	background: #244A9F;
	font-size: 11px;
	font-weight: bold;
	top: 0px;
	float: left;
	width: 820px;
}

#topNavhorizontal a:link, #topNavhorizontal a:visited {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 5px 0 5px;
	text-decoration: none;
	color: white;
}

#topNavhorizontal a:hover, #topNavhorizontal a:active {
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #A7B7D9;
}

/*this tag floats the contact and site map links to the right*/

#topNavhorizontal .right {
	float:right;
}

/*HorizontalNav applies to the elements below the banner. The Horizontal Navigation and Search Box are both nested within this Horizontal Nav*/

#horizontalNav {
	color: white;
	background-color: #244A9F;
	font-size: 11px;
	font-weight: bold;
	top: 3px;
	width: 820px;
}

#horizontalNav .searchBox {
	float: left;
	background-color: #244A9F;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 300px;
	height: 40px;
}

/*#horizontalMenu defines the actual navigation links/menu below the banner*/

#horizontalMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	background-color: #244A9F;
	float: right;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 505px;
	height: 40px;
}

#horizontalMenu a:link, #horizontalMenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

#horizontalMenu a:hover, #horizontalMenu a:active {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #A7B7D9;
	font-weight: bold;
	}

/*#horzContent defines Horizontal Page Content*/

#horizContent {
	padding-top: 5px;
	padding-left: 5px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #244A9F;
	text-align: center;
	vertical-align: bottom;
	width: 600px;
	margin-left: 152px;
	font-size: 11px;
}

#footer a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #244A9F;
	text-decoration: none;
	font-size: 11px;
}

#footer a:hover, #footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #A7B7D9;
	text-decoration: underline;
	font-size: 11px;
	margin-top: 100px;
}

#Ssearch_form {
	width: 45px;
	float: left;
	vertical-align: middle;
}