/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/body-bg.gif);
	background-repeat: repeat-x;
}
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
	text-decoration: none;
}

/* Redefines the p tag */
p {
	font-size: 14px;
	color: #4C4F5B;
	text-transform: none;
	line-height: 24px;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

h1 {
	color: #00669A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97B1C2;
	font-size: 28px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	font-weight: normal;
	font-style: normal;
	padding-left: 0px;
	padding-right: 0px;
}

h2 {
	color: #00669A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #97B1C2;
	font-size: 24px;
	padding-bottom: 7px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	font-weight: normal;
	font-style: normal;
	padding-left: 0px;
	padding-right: 0px;
	text-align: left;
}

h3 {
	color: #00669A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #97B1C2;
	font-size: 26px;
	padding-bottom: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	font-weight: normal;
	font-style: italic;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}

address {
	font-style: normal;
}

address a:link, addressx a:visited {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
address a:hover {
	text-decoration: none;
	color: #7200C5;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #7CB00E;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 990px;
	height: 172px;
	background-image: url(images/header-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
}

/* Creates the div container for the site. */
div#container {
	width: 990px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/container-bg.gif);
	background-repeat: repeat-y;
}

/* Creates the div for the content */

div#content {
	width: 630px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
	float: left;
}

div#content2 {
	width: 650px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/content-bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

div#content3 {
	width: 650px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding: 0px;
}

div#content4 {
	width: 840px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding: 0px;
	background-image: url(images/content-bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

div#sidebarcontainer {
	width: 270px;
	float: left;
	background-image: url(images/sidebar-bg.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

div#sidebar {
	width: 270px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

div#sidebarflash {
	width: 240px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 180px;
	padding: 3px;
	border: 1px solid #97B1C2;
	background-color: #FFFFFF;
}

div#sidebarcalendar {
	width: 240px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 250px;
	padding: 3px;
	border: 1px solid #97B1C2;
	background-color: #FFFFFF;
}

div#sidebaremployment {
	width: 254px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
}

div#sidebar p {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #004477;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 35px;
	line-height: 18px;
}

div#sidebarhead {
	width: 270px;
	background-image: url(images/sidebar-head.gif);
	padding: 0px;
	height: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
}

div#sidebarfoot {
	width: 270px;
	background-image: url(images/sidebar-foot.gif);
	height: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	padding: 0px;
}

div#staffbox {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: auto;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #97B1C2;
	float: left;
	height: 50px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#staffbox2 {
	width: 145px;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: auto;
	float: left;
	padding: 0px;
	height: 50px;
}

div#staffanchorcontainer {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #97B1C2;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#referencescontainer1 {
	margin-top: 0px;
	margin-right: 82px;
	margin-bottom: 25px;
	margin-left: auto;
	float: left;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 14px;
	color: #003366;
	width: 225px;
}

div#referencescontainer2 {
	margin-top: 0px;
	margin-right: 82px;
	margin-bottom: 25px;
	margin-left: auto;
	float: left;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 14px;
	color: #003366;
	width: 225px;
}

div#referencescontainer3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: auto;
	float: left;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	line-height: 14px;
	color: #003366;
	width: 225px;
}

div#statescontainer {
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #97B1C2;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97B1C2;
	font-weight: bold;
}

div#listcol {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 75px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Creates the div for the address */
div#address {
	text-align: center;
	color: #333333;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 15px;
	text-transform: none;
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #97B1C2;
	width: 930px;
}


/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-image: url(images/footer.gif);
}

div#footer a:link, div#footer a:visited {
	color: #003366;
	font-weight: normal;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: uppercase;
}

div#footer a:hover {
	text-decoration: underline;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #999999;
	width: 970px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 0px;
}

div#copyright a {
	font-size: 9px;
	color: #00669A;
	font-weight: bold;
	text-align: center;
}

/* NAVIGATION */
div#nav {
	position: absolute;
	top: 142px;
	left: 22px;
	width: auto;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006699;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #010133;
	font-weight: normal;
	border-left-style: solid;
	border-left-color: #FF3300;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
}

div#nav li a {
	display:block;
	color:#00669D;
	text-decoration:none;
	font-weight: normal;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	height: auto;
	text-transform: uppercase;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

div#nav li a:hover {
	color: #010133;
	border-left-style: solid;
	border-left-color: #FF3300;
}

ul#list {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul#list li {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	margin-top: 0px;
	color: #00386A;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 24px;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

iframe {
	text-align: right;
}

.companyname {
	color: #00669A;
	text-transform: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.top {
	font-size: 10px;
}

.pagelinks {
	font-size: 10px;
	color: #00669A;
}

.important2 {
	font-size: 11px;
	color: #00669A;
	font-weight: bold;
}

.address {
	font-size: 11px;
	line-height: 14px;
}

.statelinks {
	font-size: 11px;
	color: #00669A;
}

.states {
	font-size: 21px;
	color: #00669A;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.title {
	font-size: 21px;
	color: #003366;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.subtitle {
	font-size: 18px;
	color: #00669A;
	text-transform: uppercase;
}

.bioname {
	color: #00669A;
	text-transform: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.biotitle {
	color: #003366;
	text-transform: none;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.important {
	color: #343F60;
	text-transform: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.imgcenter {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
}

.imgcenter2 {
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
}

.chartimg {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 0px;
	background-color: #717171;
}

.rightimg {
	float: right;
	padding: 4px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-color: #717171;
}

.leftimg {
	float: left;
	padding: 3px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	border: 1px solid #97b1c2;
}

div#icsc{
	position: absolute;
	top: 40px;
	height: 90px;
	width: 197px;
	margin: 0px;
	padding: 0px;
	right: 0px;
	left: 783px;
	bottom: 0px;
}
/* =========================== SUB NAV ==============================*/

.anylinkcss{
	position:absolute;
	visibility: hidden;
	z-index: 100;
	background-color: #FFFFFF;
	width: 185px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #006699;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006699;
	border-left-color: #006699;
	margin-left: 0px;
	line-height: 18px;
	margin-top: 8px;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	font-size:11px;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#010133;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #c4cdd3;
	font-size:11px;
	text-indent: 10px;
	text-decoration: none;
	font-weight: normal;
}
