/* cascading style sheet - last edit: 09 apr 08 */
				
html {
	height: 99%;
	}
		
* html #wrapper {
	height: 100%;
	}
				
p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}

/* -- wrap, wrap, wrap... they call it the wrapper -- */

#topWrapper {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	clear: both;
	min-height: 100%;
	background-color: #FFFFFF;
	width: 960px;
}

/* -- header stuff -- */

#header {
	float: left;
	background: url(../_images/top_back.png) no-repeat scroll 0px;
	background-position: 0px 0px;
	width: 960px;
	height: 139px;
}

#headerLogo a {
	float: left;
	overflow: hidden;
	text-indent: -1000em;
	width: 300px;
	height: 105px;
	margin: 10px 0px 0px 40px;
}

#utilities {
	float: right;
	position: relative;
	width: 131px;
	height: 21px;
	margin: 14px 15px 0px 0px;
}

.searchtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #A5ACB2;
}

/* -- main nav -- */

#navWrapper {
	padding: 0px;
	margin:  0px;
	position: relative;
	clear: both;
	height: 50px;
	width: 960px;
	background: url(../_images/nav_back.png) repeat-x scroll 0px;
	background-position: 0px 0px;
}
	
#mainNav {
	clear: both;
	height: 50px;
	width: 882px;
	padding: 0px;
	margin: 0px 38px 0px 40px;
	}	
	
#mainNav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}

#mainNav li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
#mainNav li a {
	text-indent: -1000em;
	display:block;
	float:left;
	height:50px;
	overflow:hidden;
	cursor: pointer;
	}

#mainNav_01 a {
	width: 103px;
	background: url(../_images/b_sprite.png) no-repeat scroll 0px;
	background-position: -0px 0px;
	}
	
#mainNav_02 a {
	width: 124px;
	background: url(../_images/b_sprite.png) no-repeat scroll 0px;
	background-position: -103px 0px;
	}
	
#mainNav_03 a {
	width: 146px;
	background: url(../_images/b_sprite.png) no-repeat scroll 0px;
	background-position: -227px 0px;
	}
	
#mainNav_04 a {
	width: 148px;
	background: url(../_images/b_sprite.png) no-repeat scroll 0px;
	background-position: -373px 0px;
	}
	
#mainNav_05 a {
	width: 108px;
	background: url(../_images/b_sprite.png) no-repeat scroll 0px;
	background-position: -521px 0px;
	}
	
#mainNav_06 a {
	width: 136px;
	background: url(../_images/b_sprite.png) no-repeat scroll 0px;
	background-position: -629px 0px;
	}
	
#mainNav_07 a {
	width: 117px;
	background: url(../_images/b_sprite.png) no-repeat scroll 0px;
	background-position: -765px 0px;
	}
	
#mainNav_01 a:hover {
	background-position: -0px -50px;
	}
	
#mainNav_02 a:hover {
	background-position: -103px -50px;
	}
	
#mainNav_03 a:hover {
	background-position: -227px -50px;
	}
	
#mainNav_04 a:hover {
	background-position: -373px -50px;
	}
	
#mainNav_05 a:hover {
	background-position: -521px -50px;
	}
	
#mainNav_06 a:hover {
	background-position: -629px -50px;
	}
	
#mainNav_07 a:hover {
	background-position: -768px -50px;
	}
	
/* -- side nav -- */

#navCell {
	padding: 0px 6px 0px 26px;
	margin: 0px;
	width: 215 px;
	}
	
td.menuon01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #583674;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 8px 8px 6px 16px;
	margin: 0px;
	cursor: pointer;
	background: url(../_images/2nav_back01b.png) no-repeat;
	} 
	
td.menuoff01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 8px 8px 6px 16px;
	margin: 0px;
	cursor: pointer;
	background: url(../_images/2nav_back01a.png) no-repeat;
	}
	
td.menuon02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #583674;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 8px 8px 6px 16px;
	margin: 0px;
	cursor: pointer;
	background: url(../_images/2nav_back02b.png) no-repeat;
	} 
	
td.menuoff02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 8px 8px 6px 16px;
	margin: 0px;
	cursor: pointer;
	background: url(../_images/2nav_back02a.png) no-repeat;
	}
	
td.menuon03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #583674;
	padding: 8px 8px 12px 16px;
	background-color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	cursor: pointer;
	background: url(../_images/2nav_back03b.png) no-repeat;
	} 
	
td.menuoff03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 8px 8px 12px 16px;
	margin: 0px;
	cursor: pointer;
	background: url(../_images/2nav_back03a.png) no-repeat;
	}

/* -- body stuff -- */

#bodyWrapper {
	width: 960px;
	background: url(../_images/body_back.png) repeat-x scroll 0px;
	background-position: 0px 0px;
	position: relative;
	clear: both;
	margin-bottom: 2em;
}

#homeWrapper {
	width: 960px;
	position: relative;
	clear: both;
	margin-bottom: 2em;
	padding: 0px;
	margin-bottom: 2em;
	background: url(../_images/home.jpg) no-repeat scroll;
	background-position: 0px 0px;
}

#contentCell {
	padding: 20px 0px 10px 0px;
	margin: 0px;
	}
	
#contentPad  {
	padding: 0px 30px 0px 30px;
	margin: 0px;
	}
	
#nav2Pad  {
	background-color: #D4E1D9;
	padding: 25px 0px 10px 0px;
	margin: 0px;
	}
	
.ul {
	margin-top: -1px;
	margin-bottom: 10px;
	}
	
.img {
	margin: 2px 0px 20px 20px;
	}
	
tr.headercells  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background: #044F22;
	}
	
.headercells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	}

.headercells a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

.headercells a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}

.headercells a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	}

.headercells a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	}
	
tr.contentcells  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background: #9AD3B3;
	}
	
.contentcells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	}

.contentcells a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

.contentcells a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

.contentcells a:hover{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	}

.contentcells a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}
	
tr.content2cells  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background: #C9E4D6;
	text-indent: 16px;
	}
	
.content2cells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	}

.content2cells a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

.content2cells a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

.content2cells a:hover{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	}

.content2cells a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}
	
tr.content3cells  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background: #E1F0E9;
	text-indent: 30px;
	}
	
.content3cells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	}

.content3cells a:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

.content3cells a:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}

.content3cells a:hover{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
	}

.content3cells a:active {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	}
	
#homecell_01 {
	padding: 20px 10px 0px 32px;
}

.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #b2b2b2;
	}
	
.submitBtn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	cursor: pointer;
	}
	
.headerInt {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #936fb1;
	margin: 0px;
	padding: 6px 16px 4px 0px;
	}
	
.subHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #044F22;
	}
	
.testimonialText  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}
	
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	}

.mainText a:link {
	color: #044F22;
	text-decoration: none;
	font-weight: bold;
	}

.mainText a:visited {
	color: #317D44;
	text-decoration: none;
	font-weight: bold;
	}

.mainText a:hover{
	color: #044F22;
	text-decoration: underline;
	font-weight: bold;
	}

.mainText a:active {
	color: #317D44;
	text-decoration: none;
	font-weight: bold;
	}
	
.cell_line_btm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-bottom: solid #333333 1px;
}

.cell_line_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-top: solid #333333 1px;
}
	
.homeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #08451e;
	}

.homeText a:link {
	color: #6b3b94;
	text-decoration: none;
	font-weight: bold;
	}

.homeText a:visited {
	color: #6b3b94;
	text-decoration: none;
	font-weight: bold;
	}

.homeText a:hover{
	color: #6b3b94;
	text-decoration: underline;
	font-weight: bold;
	}

.homeText a:active {
	color: #6b3b94;
	text-decoration: none;
	font-weight: bold;
	}

.signup_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	}
	
.navlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	margin: -1px 0px 0px 3px; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	}
	
.navlist a:link {
	color: #FFFFFF;
	text-decoration: none;
	}

.navlist a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

.navlist a:hover{
	color: #FFFFFF;
	text-decoration: underline;
	}

.navlist a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	}
	
.navlist il {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	}
	
.style1 {
	color: #ff0000;
}

.error_message {
	display: none;
	color: #FF0000;
	padding:5px;
}

.formRequired {
	color: red;
}

.form_element {
	border: solid #CCCCCC 1px;
	background-color: #FFFFFF;
}

.form_error {
	border: solid #FF0000 1px;
	background-color: #FFFFFF;
}

.column1 {
	width: 250px;
}

.column2 {
	width: *;
}

/* -- footer stuff -- */

#bottomWrapper {
	position: relative;
	clear: both;
	padding: 0px;
	margin: -2em auto 0em auto;
	background-image: url(../_images/footer_back.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 33px;
}

#footerWrapper {
	width: 960px;
	background-image: url(../_images/footer_back01.png);
	background-repeat: repeat-x;
	margin: 0em auto;
	padding-top: 10px;
	height: 33px;
}

.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.footerText a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.footerText a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.footerText a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.footerText a:active {
	text-decoration: none;
	color: #FFFFFF;
}
