/* CSS Document */

  /*--- reset stylesheet ---*/

.html, body, div, span, applet, object, iframe,
h1, h1, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

textarea, input {
	font-family: inherit;
	font-size: 1.1em;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	vertical-align: top;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.zoom {zoom:1;}

div, a {overflow: hidden; word-space: break-word;} /*consider these to get around IE itallics bug, also solves strings and urls too long for their containers */

input.button {overflow:visible} /* resolves padding issues on IE submit buttons - must have class button otherwise messes up input fields in ie6!!*/




body {
	background:#E7E7E8;
	font-family: arial;
	font-size: 62.5%; /*creates a 10px base which allows all subsequent font sizes to be easily calculated*/
}

/*Text*/

p {
	color:#FFFFFF;
	font-size:1.2em;
}

a {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
	background: #fff;
	color: #81c2e1;
}

h1 {
	color:#FFFFFF;
	font-size:24px;
	font-weight: 700;
	text-transform: lowercase;
}

h2 {
	color:#FFFFFF;
	font-size:14px;
	font-weight: 700;
}

ol, ul , li {
	color:#FFFFFF;
	font-size:12px;
}

td {
	color:#FFFFFF;
	font-size:12px;
}

.bolder {
	color:#000000;
	font-size:12px;
	font-weight:bolder;
}

.large {
	color:#FFFFFF;
	font-size:23px;
	font-weight:bold;
	text-decoration:none;
}

.bold {
	font-weight: 700;
}

.indented {
	margin-left:10px;
}

/*layout*/

#container {
	margin: 30px auto 10px auto;
	width:640px;
	background:#81c2e1;
	border:#666666 1px solid;
}

#imagecontainer {
	width:640px;
	height:83px;
	background-color:#FFFFFF;
	margin-bottom: 40px;
}

#wrap {
	width:640px;
	border-right:#666666 1px solid;
}

#content {
	width:420px;
	padding-right:20px;
}

#content h1, #content h2 {
	font-size: 2em;
	margin: 0 0 15px 0;
}

#content h1 {
	text-transform: capitalize;
}

#content h3 {
	font-size: 1.6em;
	margin: 0 0 5px 0;
	font-weight: 700;
	color: #fff;
}

.italic {
	font-style: italic;
}

#content p {
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

#affiliates {
	width:640px;
	height:55px;
	background-color:#FFFFFF;
	margin-top: 50px;
}

/* generic styles */

.clearFloat {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	height: 0;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* header */

#header {
	background: #fff;
	width: 640px;
}

h1 span, #siteLogo span {
	position:absolute;
	margin-left:-9999px;
	}

#siteLogo {
	margin: 16px 0 0 13px;
}

#siteLogo h1{
	margin:0;
	padding:0;
	line-height:0em;
	font-size:0em;
}

#siteLogo a{
	font-size:0em;
	line-height:0em;
}

#siteLogo a img{
	display:block;
}

	/* topNav */
	
#topNav {
	margin: 64px 0 10px 20px;
	float: left;
}

#topNav ul li {
	float: left;
	margin-right: 15px;
}

#topNav ul li a {
	color: #81c2e1;
	font-size: 1.6em;
	text-decoration: none;
}

#topNav ul li a:hover {
	color: #57585a;
}

#topNav ul li a.selected, #topNav li a.selected:active, #topNav li a.selected:hover, #topNav li a:focus {
	color: #57585a;
	}


/* subnav */

#subnavigation {
	width:133px;
	margin: 0 42px 0 25px;
	display: inline;
	float: left;
}

.contactSub {
	width:145px!important;
}

.contactContent {
	width:400px!important;
}

#subnavigation ul li {
	clear: both;
}

#subnavigation ul li a {
	display: block;
	padding: 3px 0 3px 5px;
	text-decoration: none;
	font-weight: 700;
	float: left;
	width:133px;
	margin-bottom: 3px;
}

#subnavigation ul li a:hover {
	color: #57585a;
}

#subnavigation ul li a.selected, #subnavigation li a.selected:active, #subnavigation li a.selected:hover, #subnavigation li a:focus {
	color: #57585a;
	background: #fff;
	}
	
a.subNav, a.subNavActive {
	padding-left: 20px!important;
	background: #9ed0e8;
}

a.subNavActive {
	color: #57585a;
}


/* contact */

#form {

	width: 400px;
	}

.frmRow {
	clear: both;
	margin-bottom: 12px;
}

.field, .textbox {
	border: 1px solid #666;
	width: 200px;
	font: 1.2em "Arial";
	height: 16px;
	float: left;
	}
	
.textbox {
	height: 60px;
}
	
#form label {
	width: 120px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 5px;
	font-size: 1.2em;
	color: #fff;
	padding-top: 3px;
	}

#form .button {
	border: none;
	font-size: 1.4em;
	background: #fa6c15;
	color: #fff;
	height: 20px;
	line-height: 20px;
	margin-left: 125px;
	padding-left: 4px;
	padding-right: 4px;
	}
	
.marginLeft10 {
	margin-left: 10px!important;
}
	
#form .button:hover {
	background: #666;
	color: #fff;
	}

.disclaimer {
	margin: 0 auto;
	width: 80px;
}

.disclaimer a {
	color: #81c2e1;
}

#disclaimerSub {
	width: 150px!important;
	float: left;
	height: 300px;
}





