@charset "UTF-8";

/*-----------------------------------------------
Basic Style Sheet
 
author: 	Stephanie Bates
email:		stephanie@resinstudios.com
created:	May 2008
-----------------------------------------------*/

 
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:150%;
	background-color: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	font:bold 1.85em/100% Arial, Helvetica, sans-serif;
	color: #000;
}
	
h2, h3 {
	font:bold 1.75em/130% Arial, Helvetica, sans-serif;
	color: #000;
}

h4 {
	font-size: 115%;}
	
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #bbb;
	text-align: left;
	position: relative;
	height: 1%;
}

html { 
min-height: 100%; 
margin-bottom: 1px; 
} 

* html ul { position: relative; }
	
/*HEADER BEGIN================================================================*/
	 
#header {
	background-color: #FFFFFF;
	margin:0;
	padding: 0;
	width: 780px;
	position: relative;
	top: 0px;
	text-align: center;
	z-index: 30;
	height: 140px;

}
	 
#logo {
	float:left;
	width:170px;
	height:140px;
	border:0;
	margin:0;
	z-index: 30;
	position: relative;}
	
#headergraphic {
	float:right;
	width:610px;
	height:140px;
	padding:0;
	margin:0;
	z-index: 30;}
	
#nav td    {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	border: thin outset #FFFFFF;
	margin: 4px;
	padding: 0px 2px;
	color: #FFFFFF;
	background-color: #c2c86c;
	text-align: center;
}
#nav tr {
	width: 780px;
	height: 16px;
	padding: 4px 2px 2px 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#nav td a:link {
	color: #000000;
}

#nav td a:hover {
	color: #FFFFFF;
}


table {
	width: 780px;
	position: absolute;
	height: 34px;
	left: 0px;
	top: 140px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #c2c86c;
	margin: 0px;
	padding: 0px;
	z-index: 40;
}

#nav #current {
	color: #FFFFFF;
	background-color: #dee1b1;
}

li a:link {
	color:#000;
	text-decoration: none; }
		
li a:visited {
	color:#000 }
	
li a:hover {
	color:#fff; }
	

/*MAIN NAVIGATION END HERE================================================================*/

	
/*	SIDEBAR 1 BEGIN================================================================*/

/*this is the original sidebar1 style...*/	
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 193px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	margin-top: 20px;
	display: inline;
	display: block;
}

/*this is the sidebar1 style from partners page*/
.subsequentpage {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #FFFFFF;
	background-image: url(Images/sidenav_bkgrd.gif);
	background-repeat: no-repeat; 
	padding: 20px 0px 15px 0px; 
	margin-top: 27px;
	clear: both;
	height: 350px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	display: inline;
}

.subsequentpage_res {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #FFFFFF;
	background-image: url(Images/sidenav1_res.gif);
	background-repeat: no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	margin-top: 27px;
	clear: both;
	height: 405px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	display: inline;	
}

.subsequentpage_bus {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #FFFFFF;
	background-image: url(Images/sidenav1_bus.gif);
	background-repeat: no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 0px 15px 0px; /* padding keeps the content of the div away from the edges */
	margin-top: 27px;
	clear: both;
	height: 405px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	display: inline;	
}

#quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 1.75em;
	margin-right: 45px;
	margin-left: 20px;
	margin-top: 60px;
	color: #757575;
}

#quoteattrib {
	margin-left: 20px;
	margin-top: -20px;
	padding-top: 10px;
}

#sidebar1 ul {
	list-style-type: none;
	list-style-image: none;
	margin-left: -20px;
	line-height: 1.25em;
	position: relative;
	margin-top: 60px;
}

	
#sidebar1 li {
	line-height: 2em;
	position: relative;
}
	
a:link  {
	color: #8F8F8F;
	text-decoration: none;
	border-width: 0px;
	border-style: none;
}

a:visited {
	color: #000000;
	text-decoration: none;}

a:hover {
	color: #FFFFFF;
	text-decoration: none;}

a:active {
	color: #000000;
	border-style: none;
	border-width: 0px;
}
	
/*	SIDEBAR 1 END HERE================================================================*/

/*	SIDEBAR 2 BEGIN================================================================*/
	
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #c2c86c;
	background-image:url(Images/sidebar_bkgrd.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 120px 0px 20px;
	margin-top: 32px;
	line-height: 125%;
	z-index: 30;
	clear: both;
	margin-bottom: 0px;
	display: inline;
	height: 1%;	
}

#sidebar2 ol {
	padding:0px 20px 20px 30px; }
.thrColFixHdr #container #sidebar2 li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.25em;
}
	
#sidebar2 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-left: 30px;
}
	

	
/*	SIDEBAR 2 END HERE================================================================*/

/*	MAIN CONTENT BEGIN================================================================*/
	
#mainContenthome {
	margin-left: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding-top: 80px;
	padding-left: 170px; 
	text-align: left;
	width: 377px;
 }
	
#mainContent {
	margin-left: 0px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 45px 30px 60px 30px;
	text-align: left;
	width: 527px;
	float: left;
}

#mainContent #intro {
	text-align: left;
	line-height: 1.5em;
	margin-top: 40px;
}

 /*intended for patti's photo...check partners page*/
 #mainContent img {
	clear: right;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	border:0;
}


.backtotop {
	font-size: 10px;
}

/*HOME PAGE ELEMENTS BEGIN HERE================================================================*/


#bottom_home {
height:100px;
}
	
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 25px;
	padding-top: 18px;
}
	
	
#napo {
	float:left;
	clear:both;
	text-decoration:none;
	border:none;
	position: absolute;
	width: 136px;
	top: 650px;
	left: 10px;
}

#napo a:link, a:visited, a:hover, a:active {
	border:0px solid #FFFFFF;
}
	
/*HOME PAGE ELEMENTS END HERE================================================================*/



.mbrlogos {
	width: 460px;
	height: 70px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 40px;
	float: left;
	clear: both;
}


.testimonials {
	text-align: center;
}
	
.partnerimage   {
	float: left;
	text-align: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 10px 10px 10px 0px;
	width: 95px;
}

#mainContent a:link  {
	color: #838383;
	text-decoration: none;
	border:none;
}

#mainContent a:visited {
	color: #838383;
}
	
#mainContent a:hover {
	color: #CCCCCC;
}
	
#mainContent a:active {
	color: #838383;
}

	
.partnerlogo {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
	padding-bottom: 25px;
	margin-left: 15px;
	float: left;
}
	

#footer {
	background:transparent url(Images/footer.jpg) no-repeat center center;
	text-align: center;
	vertical-align: middle;
	margin: 0;
	height: 100px;
}




/*BEGIN FORM HERE================================================================*/

#needsform {
	background-color: #DEE1B1;
	padding: 10px 10px 10px 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input {
	margin-left: 3em;
	margin-bottom: .2em;
	line-height: 1.4em;
}

label {
	padding-top:0.2em;
	margin-left: 3em;
	margin-bottom: .2em;
	line-height: 1.4em;
}

textarea {
	margin-left: 40px;
}

#form1 a  {
	text-decoration: underline;
}

#form1 a:hover  {
	color:#000;
}

/*END FORM HERE================================================================*/





/*AFFILIATES PAGE ELEMENTS BEGIN HERE================================================================*/
#resourcelogos {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	clear: both;
	padding: 0px;
	width: 340px;
	display: block;
	height: 1%;
	margin: 0px;
}

#resourcelogos img {
	float: left;
	clear: both;
	display: block;
	margin: 0px;
}

#resourcebook {
	float: left;
	clear: both;
}

#affillogos {
	width: 505px;
	height: 70px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 40px;
	float: left;
	clear: both;
}


#affillogos img {
	margin-right: 2px;
	padding: 0px;
}

/*AFFILIATES PAGE ELEMENTS END HERE================================================================*/





	
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;}
	
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;}
	
.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;}
	
/*END MAIN CONTENT HERE================================================================*/



/*BEGIN BOTTOM HERE================================================================*/

#bottom {
	height:50px;
	display: inline;
}
	
#leftcorner {
	padding: 10px 0px 0px;
	height: 40px;
	width: 36px;
	position: absolute;
	visibility: visible;
	left: 0px;
	bottom: 0px;
	display: inline;
	z-index: 5;
}

#rightcorner {
	height: 40px;
	width: 36px;
	margin: 0px;
	padding: 10px 0px 0px;
	position: absolute;
	visibility: visible;
	right: 0px;
	bottom: 0px;
	display: inline;
	z-index: 5;
}
	
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-align: center;
	z-index: 30;
	padding-top:10px;
	position: relative;
	height:
	bottom: 10px;
	background-position: center;
	left: auto;
	right: auto;
	clear: both;
}


/*END BOTTOM HERE================================================================*/

