body {
	background: #d9d9d9 url(/images/bg-site.jpg) repeat-x;
	font: 12px/21px Lucida Grande, Helvetica, Verdana, Arial, sans-serif Georgia Times, serif ;
	color: #333;
}

#content p, form {
	padding: 10px 0 10px 10px;
}

img {
	vertical-align: middle;
	
}

a {
	outline: none;
	
}

h1 {
	font: bold 25px Lucida Grande, Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
	color: #4c456d;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 13px;
	border-bottom: 1px solid #9f9f9f;
}

h1 sup {
	font-size: 12px;
	vertical-align: top;
}

h2 {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #4c456d;
	padding: 5px 0 5px 0;
}

h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #4c456d;
	padding: 5px 0 5px 0;
}

.clearfloats {
	clear: both;
}
	
#sitewrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

#mastheadwrapper {
	width: 1000px;
	height: 346px;
	background: url(/images/bg-masthead.jpg) no-repeat;
}

#logo {
	float: left;
	width: 260px;
	height: 116px;
	padding-right: 19px;
}

/***********************************************************
 FEATURES FADER
************************************************************/


#innerfade {
	width:1000px;
	height:230px;
	overflow: hidden;
	clear: both;
}

#innerfade ul, #imgfade li{
	margin:0px;
	padding:0px;
	list-style:none;
}

#slider {
	width:1000px;
	height:230px;
	padding: 0;
	margin: 0;
}

.featuresphoto {
	float: left;
	width: 380px;
	height: 230px;
	padding-left: 100px;
}

.featurescopy {
	float: left;
	width: 475px;
	height: 144px;
	padding-right: 45px;
}

.featurescopy h1 {
	font: bold 30px Lucida Grande, Helvetica, Arial, serif;
	text-transform: capitalize;
	letter-spacing: -1px;
	color: white;
	padding: 30px 0 5px 0;
	margin: 0;
	border: 0;
}

.featurescopy p {
	font: bold 12px/18px Lucida Grande, Helvetica, Arial, serif;
	color: white;
}

.featurescopy img {
	float: right;
	padding-top: 5px;
}

/***********************************************************
 CONTENT AREA
************************************************************/

#contentwrapper {
	width: 1000px;
}

#content {
	float: left;
	width: 600px;
	padding-left: 100px;
	padding-right: 20px;
	background: white;
}

#content img {
	background-color: white;
	padding: 7px;
	margin: 0 10px 5px 0;
	border: #81799f 1px solid;
}

#content ul {
	margin: 0px 5px 5px 20px;
}

#content li {
	margin-left: 10px;
	list-style: disc outside;
}

.whocallout {
	width: 500px;
	height: 40px;
	margin: 20px auto 20px auto;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	background: #70a7a6 url(/images/bg-whocallout.gif) repeat-x left bottom;
	border: 2px solid #3e7673;
	font-size: 14px;
	font-weight: bold;
	color: white;
	border-radius: 10px;  
	-moz-border-radius: 10px;  
	-webkit-border-radius: 10px;
	box-shadow: 2px 2px 10px #ccc;  
	-moz-box-shadow: 2px 2px 10px #ccc;  
	-webkit-box-shadow: 2px 2px 10px #ccc; 
}

#sidebar {
	float: right;
	width: 250px;
	min-height: 485px;
	background: url(/images/bg-sidebar.jpg) no-repeat;
	padding-top: 15px;
	padding-left: 30px;
	margin-bottom: 50px;
	font-size: 10px;
}

/***********************************************************
 SIDEBAR
************************************************************/

#sidebar h3 {
	width: 250px;
	height: 47px;
	padding: 0;
	text-indent: -9999px;
	background: url(/images/servicesweprovide.jpg) no-repeat;
}

#sidebar p {
	padding-right: 40px;
}

#sidebar ul {
	margin: 0 5px 5px 20px;
}

#sidebar li {
	margin-left: 10px;
	list-style: disc outside;
}

#sidebar img {
	padding: 15px 0 0 0;
}

#sidebar .right {
	padding-left: 135px;
}

/***********************************************************
 FOOTER
************************************************************/

#footerwrapper {
	width: 1000px;
	min-height: 225px;
	background: #38615f url(/images/bg-footer.jpg) no-repeat;
	clear: both;
	font-size: 10px;
	line-height: 16px;
	color: white;
}

.footeraddress {
	float: left;
	margin-top: 25px;
	padding-left: 50px;
	width: 250px;
	height: 150px;
	border-right: 1px solid #5fb2b0;
}

.footernav {
	float: left;
	margin-top: 25px;
	padding-left: 20px;
	width: 325px;
	height: 150px;
	border-right: 1px solid #5fb2b0;
}

.footernav ul {
	float: left;
	list-style: disc;
	list-style-position: inside;
}

ul.services {
	padding: 0 0 0 50px;
}

.greenbar {
	background: green;
}

.footercontact {
	float: left;
	margin-top: 23px;
	padding-left: 20px;
	width: 300px;
	height: 150px;
}

.footercontact img {
	padding-left: 5px;
	vertical-align: top;
}


/***********************************************************
 CONTACT FORM
************************************************************/

label.question {
	font-weight: bold;
}

td.response {
	padding-bottom: 10px;
}
	
/***********************************************************
 NAVIGATION
************************************************************/
	
ul#navigation-menu {
	width: 721px; 
	float: left;
	z-index: 100;
	position: relative;
}

ul#navigation-menu li {
	display: inline;
	float: left;
}
	
ul#navigation-menu li a {
	display: block;  
	height: 96px;
}

/***********************************************************
 SERVICE SUB MENU
************************************************************/

ul#services {
	position: absolute;
	top: 60px;
	left: 315px;
	background: #e6e6e6;
	border: 1px solid #666;
	width: 200px;
	font: bold 10px Lucida Grande, Helvetica, Arial, serif;
	color: #666;
	display: none;
	z-index: 9999;
}

ul#services li {
	float: none;
	display: inherit;
	z-index: 9999;
	border-bottom: 1px solid #ccc;
}

ul#services li:last-child {
	border-bottom: none;
}

ul#services li a {
	height: 15px;
	display: block;
	width: 100%;
	padding: 5px;
	z-index: 9999;
}

ul#services li.sub {
	padding-left: 10px;
	z-index: 9999;
} 

/***********************************************************
 WHO WE HELP SUB MENU
************************************************************/

ul#who {
	position: absolute;
	top: 60px;
	left: 130px;
	background: #e6e6e6;
	border: 1px solid #666;
	width: 200px;
	font: bold 10px Lucida Grande, Helvetica, Arial, serif;
	color: #666;
	display: none;
	z-index: 9999;
}

ul#who li {
	float: none;
	display: inherit;
	z-index: 9999;
	border-bottom: 1px solid #ccc;
}

ul#who li:last-child {
	border-bottom: none;
}

ul#who li a {
	height: 15px;
	display: block;
	width: 100%;
	padding: 5px;
	z-index: 9999;
}

ul#who li.sub {
	padding-left: 10px;
	z-index: 9999;
}

/***********************************************************
 HOW WE HELP SUB MENU
************************************************************/

ul#how {
	position: absolute;
	top: 60px;
	left: 225px;
	background: #e6e6e6;
	border: 1px solid #666;
	width: 200px;
	font: bold 10px Lucida Grande, Helvetica, Arial, serif;
	color: #666;
	display: none;
	z-index: 9999;
}

ul#how li {
	float: none;
	display: inherit;
	z-index: 9999;
	border-bottom: 1px solid #ccc;
}

ul#how li:last-child {
	border-bottom: none;
}

ul#how li a {
	height: 15px;
	display: block;
	width: 100%;
	padding: 5px;
	z-index: 9999;
}

ul#how li.sub {
	padding-left: 10px;
	z-index: 9999;
} 

/***********************************************************
 SPRITES
************************************************************/

ul#navigation-menu li a.home {
	width: 57px; background-position: 0 0;
	background-image: url(/images/navigation-sprite.jpg);
	text-indent: -9999px;	
}

body#home ul#navigation-menu li a.home {
	width: 57px; background-position: 0 -96px;
	background-image: url(/images/navigation-sprite.jpg);
	text-indent: -9999px;	
}
	
ul#navigation-menu li a.aboutus {
	width: 66px; background-position: -57px 0;
	background-image: url(/images/navigation-sprite.jpg);
	text-indent: -9999px;	
}

body#aboutus ul#navigation-menu li a.aboutus {
	width: 66px; background-position: -57px -96px;
	background-image: url(/images/navigation-sprite.jpg);
	text-indent: -9999px;	
}
	
ul#navigation-menu li a.whowehelp {
	width: 94px; background-position: -123px 0;
	background-image: url(/images/navigation-sprite.jpg);
	text-indent: -9999px;	
}

body#whowehelp ul#navigation-menu li a.whowehelp {
	width: 94px; background-position: -123px -96px;
	background-image: url(/images/navigation-sprite.jpg);
	text-indent: -9999px;	
}
	
ul#navigation-menu li a.howwehelp {
	width: 91px; background-position: -217px 0;
	background-image: url(/images/navigation-sprite.jpg);
	text-indent: -9999px;	
}

body#howwehelp ul#navigation-menu li a.howwehelp {
	width: 91px; background-position: -217px -96px;
	background-image: url(/images/navigation-sprite.jpg);
	text-indent: -9999px;	
}
	
ul#navigation-menu li a.services {
	width: 126px; background-position: -308px 0;
	background-image: url(/images/navigation-sprite.jpg);
	text-indent: -9999px;	
}

body#services ul#navigation-menu li a.services {
	width: 126px; background-position: -308px -96px;
	background-image: url(/images/navigation-sprite.jpg);
	text-indent: -9999px;	
}

ul#navigation-menu li a.gettingstarted {
	width: 110px; background-position: -434px 0;
	background-image: url(/images/navigation-sprite.jpg);
	text-indent: -9999px;	
}

body#getstarted ul#navigation-menu li a.gettingstarted {
	width: 110px; background-position: -434px -96px;
	background-image: url(/images/navigation-sprite.jpg);
	text-indent: -9999px;	
}

ul#navigation-menu li a.resources {
	width: 80px; background-position: -544px 0;
	background-image: url(/images/navigation-sprite.jpg);
	text-indent: -9999px;	
}

body#resources ul#navigation-menu li a.resources {
	width: 80px; background-position: -544px -96px;
	background-image: url(/images/navigation-sprite.jpg);
	text-indent: -9999px;	
}

ul#navigation-menu li a.contactus {
	width: 97px; background-position: -624px 0;
	background-image: url(/images/navigation-sprite.jpg);
	text-indent: -9999px;	
}

body#contactus ul#navigation-menu li a.contactus {
	width: 97px; background-position: -624px -96px;
	background-image: url(/images/navigation-sprite.jpg);
	text-indent: -9999px;	
}	
	
ul#navigation-menu li a.home:hover, ul#navigation-menu li a.home:focus {
	background-position: 0 -96px;	
}
	
ul#navigation-menu li a.aboutus:hover, ul#navigation-menu li a.aboutus:focus {
	background-position: -57px -96px;	
}
	
ul#navigation-menu li a.whowehelp:hover, ul#navigation-menu li a.services:focus {
	background-position: -123px -96px;	
}
	
ul#navigation-menu li a.howwehelp:hover, ul#navigation-menu li a.conditions:focus {
	background-position: -217px -96px;	
}
	
ul#navigation-menu li a.services:hover, ul#navigation-menu li a.services:focus {
	background-position: -308px -96px;	
}

ul#navigation-menu li a.gettingstarted:hover, ul#navigation-menu li a.gettingstarted:focus {
	background-position: -434px -96px;	
}

ul#navigation-menu li a.resources:hover, ul#navigation-menu li a.resources:focus {
	background-position: -544px -96px;	
}

ul#navigation-menu li a.contactus:hover, ul#navigation-menu li a.contactus:focus {
	background-position: -624px -96px;	
}

/***********************************************************
 MAIN LINK STYLES
************************************************************/

a:link {
	color: black;
	text-decoration: underline;
}

a:visited {
	color: black;
	text-decoration: underline;
}
	  
a:hover {
	color: black;
	text-decoration: none;
}
	  
a:active {
	color: black;
	text-decoration: underline;
}

/***********************************************************
 WHO CALLOUT LINK STYLES
************************************************************/

.whocallout a:link {
	font: italic 16px/18px "Georgia", "serif";
	color: white;
	text-decoration: underline;
}

.whocallout a:visited {
	font: italic 16px/18px "Georgia", "serif";
	color: white;
	text-decoration: underline;
}
	  
.whocallout a:hover {
	font: italic 16px/18px "Georgia", "serif";
	color: white;
	text-decoration: none;
}
	  
.whocallout a:active {
	font: italic 16px/18px "Georgia", "serif";
	color: white;
	text-decoration: underline;
}

/***********************************************************
 DROP DOWN LINK STYLES
************************************************************/

ul#navigation-menu li ul a:link {
	color: #666;
	text-decoration: none;
}

ul#navigation-menu li ul a:visited {
	color: #666;
	text-decoration: none;
}
	  
ul#navigation-menu li ul a:hover {
	color: black;
	text-decoration: none;
}
	  
ul#navigation-menu li ul a:active {
	color: #666;
	text-decoration: none;
}

/***********************************************************
 FOOTER LINK STYLES
************************************************************/

#footerwrapper a:link {
	color: white;
	text-decoration: underline;
}
	  
#footerwrapper a:visited {
	color: white;
	text-decoration: underline;
}
	  
#footerwrapper a:hover {
	color: white;
	text-decoration: none;
}
	  
#footerwrapper a:active {
	color: white;
	text-decoration: underline;
}