/* CSS Document */

body {
 font-family: Arial, Helvetica, sans-serif;
 color: #47535B;
 font-size: 12px;
 background-color: #C2B39A;
}

#container

{
	margin: 0 auto;

	width: 1000px;

	background: #fff;
}

#header

{
	height:200px;
	margin:0 0 0px 0;
	background-repeat: no-repeat;
	background-position: center center;


	padding:  0px;

}

#riseshinelogo{
	position:absolute;
	left:50%;
	margin-top:70px;
	margin-left:-430px;
	}

#solelogo{
  position:absolute;
	right:50%;
	margin-top:90px;
	margin-right:-460px;
  }

#header h1 { margin: 0; }

hr {
   color: #C2B39A;
   background-color: #C2B39A;
   height: 4px;
   }
.borderedbox {
    border: 3px double #C2B39A;
	width: 540px;
	}

.photo {
  border: 2px solid #8FA4B3;
  margin-bottom: 15px;
   }

#navigation
{
	float: left;
	width: 1000px;
	background: #8FA4B3;
}

#navigation ul
{
	margin: 0 0 0 17px;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;

	letter-spacing: 1px;
	border-right: 1px solid #fff;
}

#navigation li a:hover { background: #C2B39A; }


#navigation li #current
    {background: #C2B39A;
	}

img.center { display: block; 
             margin-left: auto;
			 margin-right: auto;
			 padding: 20 0;}


.mainnav {
 list-style: none;
}

ul.mainnav li a:link, ul.mainnav li a:visited {
 display: block;
 text-decoration: none;
 width: 160px;
 padding: 4px 0px 4px 7px;
 color: #8FA4B3;
 border-bottom: 1px solid #E9E9E9;
 text-align: left;
}
li.border-top {
 border-top: 1px solid #E9E9E9;
}

ul.mainnav li a:hover {
 display: block;
 text-decoration: none;
 padding: 4px 0px 4px 7px;
 color: #fff;
 width: 160px;
 background-color: #8FA4B3;
}

#content-container

{
	float: left;
	width:1000px;
    background-color: #fff;
	}

/*these are the links for the center/main page text*/  
.textlink a:link,
.textlink a:visited {
	color: #8FA4B3;
         }

.textlink a:active,
.textlink a:hover {
	color: #fff;
	background-color: #8FA4B3;
	text-decoration: none;
         }

#section-navigation

{

	float: left;

	width: 180px;

	padding: 20px 0;

	margin: 0 20px 0 10px;

	display: inline;
	}



#section-navigation ul

{

	margin-bottom: 20px;

	padding: 0;

}



#section-navigation ul li

{

	margin: 0 0 1em;

	padding: 0;

	list-style-type: none;

}



#content

{   float: left;

	width: 560px;

	padding: 15px ;

	margin: 0 0 0 10px;
	background: #fff;
	
}

#content h2 {
	margin-top: 10px;
	padding: 5px;
	font-size: 170%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background-color: #C2B39A;
	}
#content h3 {
    font-size: 140%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8FA4B3;
	font-style: italic;
	}
#content h4 {
	margin-top: 30px;
	padding: 5px;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background-color: #C2B39A;
	}
#content h5 {
    font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8FA4B3;
	font-style: italic;
	}
#content h6 {
    font-size: 125%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background-color: #C2B39A;
	padding: 2px;
	width: 50%;	
	}
   
		
	
/*this is for a generic bulleted list like the one at the top of "whatscoaching"*/    
#missionst ul {
	padding: 0px;
	margin-left: 30px;
	}
.missionst li {
	list-style-type: square;
	color: #47535B;
	font-size: 100%;
	line-height: 150%;
}
/*this is for the testamonial text on "About Jo Anne"*/   
.testam {
   font-style: italic;
   color: #8FA4B3;
   }
.testam-source {
   font-size: 95%;
   color: #DB997C;
   }

#aside

{

	float: right;

	width: 190px;

	padding: 20px 0;

	margin: 0  0px 0 0;

	display: inline;
	background: #fff;
	}



#aside h3 {
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8FA4B3;
	text-align: center;
   }
 #aside h4 {
	margin: 0 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	color: #C2B39A;
	text-align: center;
   }
.asidequote {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-right: 15px;
	color: #8FA4B3;
	line-height: 20px;
	text-align: left;
   }

#socialnetlinx {
  width: auto;
  padding: 5px 0 5px 20px;
  }
 #socialnetlinx ul {
    list-style-type: none;
	line-height:150%;
	}
 #socialnetlinx ul li {
    border: 0;
	margin-bottom: 5px;
	}

#footer

{

	clear: left;

	background: #8FA4B3;

	text-align: right;

	padding: 20px;

	height: 1%;

}
