/* CSS Document */

html, body {
	height: 100%;         /* required */
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #222;
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bg-sub.gif);
	background-repeat: repeat-x;
	background-position: top center;
	letter-spacing: 1px;
	word-spacing: 1px;
}

a:link { color: #222; text-decoration: underline; }
a:visited { color: #222; text-decoration: underline; }
a:hover { color: #50b1eb; text-decoration: underline; }
a:active { color: #50b1eb; text-decoration: underline; }

#wrap { margin: 0 auto; width: 900px; height:100%; }


/*-------------------------------------------
	header
-------------------------------------------*/


#header {
	width: 900px; 
	height: 210px; 
	margin: 0 auto; 
	position: relative; 
	text-align: left;
}

.home {
	float: left;
}

#allnav {
	width: 490px;
	margin: 100px 0 0 0;
	padding: 0;
	float: right;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
}

#nav {
    width: 490px; height: 100px;
    background: url(images/nav.gif);
    margin: 0; padding: 0;
    position: relative;
}

#nav li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#nav li a { height: 0px; display: block; padding-top: 100px; overflow: hidden; }

#nav1 { left: 0; width: 125px; }
#nav2 { left: 125px; width: 165px; }
#nav3 { left: 290px; width: 105px; }
#nav4 { left: 395px; width: 95px; }

#nav1 a:hover { background: transparent url(images/nav.gif) 0 -100px no-repeat; }
#nav2 a:hover { background: transparent url(images/nav.gif) -125px -100px no-repeat; }
#nav3 a:hover { background: transparent url(images/nav.gif) -290px -100px no-repeat; }
#nav4 a:hover { background: transparent url(images/nav.gif) -395px -100px no-repeat; }

#nav1 a.selected { background: transparent url(images/nav.gif) 0 -100px no-repeat; }
#nav2 a.selected { background: transparent url(images/nav.gif) -125px -100px no-repeat; }
#nav3 a.selected { background: transparent url(images/nav.gif) -290px -100px no-repeat; }
#nav4 a.selected { background: transparent url(images/nav.gif) -395px -100px no-repeat; }

#snav {
	width: 900px; 
	height: 45px; 
	margin: 0 auto;
	padding-top: 22px; 
	position: relative; 
	text-align: left;
	font-size: 12px;
}

/*-------------------------------------------
	page structure
-------------------------------------------*/

#mainContent {
	width: 780px;
	padding: 0px;
	margin: 0 auto;
	text-align: center;
}

#subContent {
	width: 900px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
}

#subContentonly {
	width: 900px;
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	line-height: 1.5em;
}

.callout { 
	font-style: italic;
	font-size: 16px;
}

#mainContent p {
  line-height: 1.7em;
}

#xsubContent p {
  line-height: 1.7em;
}

#subContent li {
  line-height: 1.3em;
  padding-bottom: 10px;
}

.copy {
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 16px;
}

#mainDivider .column {
  position: relative;
  float: left;
}

#a_left {
  width: 590px;
  padding: 0px;
  margin: 0;
  text-align: left;
  line-height: 1.5em;
}

#a_right {
  width: 275px;
  padding: 0px;
  margin: 0 0 0 35px;
  text-align: left;
  font-size: 12px;
}

#c_left {
  width: 300px;
  padding: 0px;
  margin: 0;
  line-height: 1.7em;
  text-align: left;
}

#c_right {
  width: 400px;
  padding: 0px;
  margin: 0 0 0 10px;
  line-height: 1.7em;
  text-align: left;
}

.bluelink:link { color: #50b1eb; text-decoration: underline; }
.bluelink:visited { color: #50b1eb; text-decoration: underline; }
.bluelink:hover { color: #50b1eb; text-decoration: underline; }
.bluelink:active { color: #50b1eb; text-decoration: underline; }

.brownlink:link { font-size: 12px; color: #000; text-decoration: underline; }
.brownlink:visited { font-size: 12px; color: #000; text-decoration: underline; }
.brownlink:hover { font-size: 12px; color: #50b1eb; text-decoration: underline; }
.brownlink:active { font-size: 12px; color: #50b1eb; text-decoration: underline; }

.required {
	font-size:10px;
	font-weight:normal;
	color:#666;
	letter-spacing: 1px;
	word-spacing: 1px;
}

.input { 
	width: 330px;
	padding-left: 5px;
	margin: 0;
	border-style: solid;
	border-width: thin;
	border-color: #e7e7e7;
	background-color: #e7e7e7;
}

.input400 { 
	width: 380px;
	padding-left: 5px;
	margin: 0;
	border-style: solid;
	border-width: thin;
	border-color: #e7e7e7;
	background-color: #e7e7e7;
}


/*-------------------------------------------	
	Clear
-------------------------------------------*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*-------------------------------------------	
	Footer
-------------------------------------------*/

#footer {
	width: 900px;
	height: 50px;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	text-align: left;
	font-size:10px; font-weight:normal; color:#666;
	letter-spacing: 1px;
	word-spacing: 1px;
	background-image: url(images/break-footer.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
