@charset "utf-8";

/*---typographic styles---*/

/*---resets all default margins and padding---*/

div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000;
	padding: 0;
	margin: 0;
	text-align: center;
}

/*always have a scroll on the page*/

html{
height: 100%;
margin-bottom: 0.01em;
}

/*html { overflow-y:scroll; }*/

a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #06F;
}
a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #00f;
	color: #FFF;
}
#wrapper {
	background: #fff;
	margin: 0 auto;
	text-align: left;
	width: 780px;
}
#header {
	margin: 0px;
	height: 95px;
	font-size: 5em;
	color: #ff0033;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#topNav {
	background-color: #Ff0033;
	height: auto;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-size: 1.3em;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
}
#topNav a {
	text-decoration: none;
	color: #FFF;
}
#topNav a:hover {
	text-decoration: none;
	background-color: #FFF;
	color: #000;
}
#topNav img {
	vertical-align: text-bottom;
	padding-top: 4px;
}
#botNav {
	margin: 0px;
	padding: 0px;
	color: #0000ff;
	text-align: center;
	font-size: 1em;
}
#botNav a {
	text-decoration: none;
	color: #00F;
}
#botNav a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #00F;
}
#copyright {
	margin: 0px;
	height: 35px;
	text-align: center;
	color: #0000ff;
	font-size: .9em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h1,h2,h3 {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: .4em;
}
h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
}
p {
	margin: 1em;
	line-height: 1.6em;
}
#mainContent {
	margin: 0px;
	padding: 0px;
	height: auto;
}

/*---area specific styles---*/

#content h1 {
	font-size: 1.8em;
	color:#666;
}
#content h2 {
	font-size: 1.4em;
	color:#999;
}

/*---Index Specific---*/

#pageTitle {
	width: 380px;
	float: left;
	height: 240px;
}
#pageTitle p {
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 17px;
	padding-right: 18px;
}
#pageTitle ul {
	margin-left: 55px;
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding: 0px;
}
#flashGallery {
	height: 200px;
	width: 380px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
}
#usMenu {
	text-align: center;
	height: auto;
	padding-top: 230px;
	padding-right: 10px;
}
#menuText {
	text-align: center;
	padding-top: 10px;
}
#usMap {
	text-align: center;
	height: 370px;
}

/*---State Page Specific---*/

#state a {
	text-decoration: none;
	color: #00F;
}
#state a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #00F;
}
#stateImg {
	padding-top: 30px;
	width: 300px;
	float: left;
	text-align: center;
}
#stateName {
	float: left;
	font-size: 4em;
	color: #00F;
	width: 480px;
	padding-top: 30px;
	text-align: center;
}
#stateTable {
	float: left;
}
#aboutPhoto {
	text-align: left;
}
#annuit {
	text-align: center;
	font-weight: bold;
}

