
/* colors blue:112f91, grey:6a6d6f, orang: ff9100, rt side bar blue: 475eac; */

* {margin: 0; padding: 0; border: 0;}

table {
background-color:#999999;
}

body {
text-align: center; 
min-width: 700px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 62.5%;
color: #ffffff;
background-color: #6a6d6f;
}

ul li {
	list-style-image: none;
	list-style-type: none;
}

p {
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
}

a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FF9100;
	text-decoration: underline; 
}



/* wrapper holds left faux column tab */
/* nn6/7 will put content out of scrollable reach if auto is used unless the min-width is on body */
#wrapper {
	text-align: left;
	width: 95%;
	margin: 0 auto;
	background-color: #112f91;
	border: thin solid #FFFFFF;
	background-image: url(../images/bg_rightSideBar-168.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

#header, #menuwrap, #footer {
color: #fff;
clear: both; 
width: 100%;
}

#header {height: 150px;}

.hidden {
	position: absolute;
	left: -999999px;
	top: 5px;
}

.headwrap {
	background-image: url(../images/bg_header-rightExpandable.jpg);
	background-repeat: no-repeat;
	background-position: 600px top;
	height: 150px;
	width: 100%;
}

.headswf {
	float:left;
}

.headContact {
	float:right;
	margin-top: 30px;
	margin-right: 30px;
	padding: 5px;
	border: thin solid #FFFFFF;
	background-color: #112f91;
}


#subnav {
	background-image: url(../images/bg_menuBar-greyFull_29x54.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 54px;
	width: 100%;
}

#menuwrap {
	background-image: url(../images/bg_menuBar-greyFull_29x54.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 54px;
	width: 100%;
}

.menutop {
	background-image: url(../images/bg_menuBar-Black_18x22.jpg);
	height: 22px;
	width: 100%;
}


ul.tabs a:link, ul.tabs a:visited, ul.tabs a:active {
	text-decoration:none;
}


ul.tabs a {
	display:block;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom:3px;
	padding-top: 3px;
}

ul.tabs a:hover {
	text-decoration:underline;
	background-image: url(../images/bg_menuBar-Dwn-Grey_18x22.jpg);
	background-repeat: repeat-x;
	background-position: left 2px;
}


ul.tabs {
	float:left;
	width:100%;
	padding:0;
}

ul.tabs li {
	float:left;
}

ul.tabs li.selected {
	padding-top: 3px;
	background-image: url(../images/bg_menuBar-Dwn-Grey_18x22.jpg);
	background-repeat: repeat-x;
	background-position: left 2px;
	margin-bottom:-3px;
	height: 22px;
}

.submenu {
	width:100%;
	text-align:center;
	padding-top: 3px;
	background-color:6a6d6f;
}

.submenu p {
	font-size:1.0em;
	font-weight: bold;
}

.footerMenu {
	width:100%;
	text-align:center;
	padding-top: 30px;
}

.footerMenu p {
	font-size:1.0em;
	font-weight: bold;
}


#footer {
	background: #465eab;
	padding-top:5px;
	padding-bottom:5px;
	font-size: .8em;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


#floatholder {/* right faux column tab */
	float: left;
	width: 100%;
	background-image: url(../images/borderLine-left.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#contentfloatholder {/* right faux column tab */
background: url(sidebar.gif) repeat-y 100% 0;
float: left;
width: 100%;
}

#contentfloatholder a {
	color:#FF9100;
}


#contentfloatholder:after {
 /* this is for NN6 to clear floats */
    content: "."; 
    display: block; 
		height: 0px;
    clear: both; 
    visibility: hidden;
}

#center {
margin: 20px 180px 0 220px;
}

#center h1, #center h2, #center h3 {
	color: #ff9100;
	padding-bottom:10px;
	font-weight: bold;
}

#center h1 {
	font-size: 1.8em;
}

#center p {
	padding-bottom:10px;
}

#center ul {
	margin-left:10px;
	padding-bottom:10px;
}

#center li {
	font-size: 1.2em;
	list-style-type: disc;
	list-style-position: outside;
}




#centerwrap {
  float:left;
  width: 100%; 
	margin: 0 -95% 0 0;
}

#left {
	float:left;
	width: 200px;
	margin: 0 0 0 -5%;
	text-align:center;
}

#right {
	float:right;
	width: 150px;
	margin: 20px 0 0 0;
}

#right h3{
	padding-bottom:10px;
}


.formwrap {
	background-color: #112f91;
}

/*utilities*/

.name {color: #FF9100; font-weight:bold;}

.bold {
	font-weight: bold;
}


.fltLt {
	float:left;
}

.fltRt {
	float:right;
}

.clear {
	clear: both;
}

.block {
	display: block;
}

.center {
	text-align:center;
}

.divide {
	height: 1px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.link {
	text-align:center;
	margin-left:-20px;
}

.link img {
	border: none;
}

.links {
	padding-bottom:20px;
}

.links img{
	float: left;
}

.links p, .links h3{
	margin-left: 120px;
}

.layout p {
padding-right:10px;
}

.contactformlabel {
	font-size: 1.2em;
	margin-right: 10px;
}

.required {
	color: #FF0000;
	font-size: 1.6em;
	font-weight: normal;
}

.notrequired {
	line-height: 1.8em;
	margin-right: 18px;
}

/* spacers */

.spacer5 {
	padding-bottom:5px;
}

.spacer10 {
	padding-bottom:10px;
}

.spacer15 {
	padding-bottom:15px;
}

.spacer20 {
	padding-bottom:20px;
}

.spacer30 {
	padding-bottom:30px;
}

.spacer50 {
	padding-bottom:50px;
}

.spacer70 {
	padding-bottom:70px;
}

.spacer100 {
	padding-bottom:100px;
}

.spacer125 {
	padding-bottom:125px;
}

.spacer150 {
	padding-bottom:150px;
}

.spacer125 {
	padding-bottom:175px;
}

.spacer200 {
	padding-bottom:200px;
}

.spacer300 {
	padding-bottom:300px;
}

.spacer350 {
	padding-bottom:350px;
}

.spacer400 {
	padding-bottom:400px;
}

.spacer450 {
	padding-bottom:450px;
}

.spacer500 {
	padding-bottom:500px;
}

.spacer550 {
	padding-bottom:550px;
}

.spacer600 {
	padding-bottom:600px;
}

.spacer650 {
	padding-bottom:660px;
}

.spacer700 {
	padding-bottom:700px;
}

.spacer750 {
	padding-bottom:750px;
}

.spacer800 {
	padding-bottom:800px;
}

.spacer850 {
	padding-bottom:850px;
}

.spacer900 {
	padding-bottom:900px;
}


.spacer1000 {
	padding-bottom:1000px;
}

.spacer1300 {
	padding-bottom:1300px;
}

.spacer1350 {
	padding-bottom:1350px;
}

.spacer1400 {
	padding-bottom:1400px;
}

.spacer1500 {
	padding-bottom:1500px;
}

