/*
	CSS Definitions for Whole Life Coaching
	www.wholelifecoaching.us
	Thornton Prayer
	
	Developed by: Tina Martinez, www.dharmainternet.com
	
	Site Colors:
	
	Nav bg color: #5F202B
	Text Color: #884551;
	Background: #F2F6F8
	Links (green/teal): #006633
*/


body {
	margin-top: 18px;
	margin-left: 265px;
	font-family: Arial, Helvetica, sans-serif;
	color: #884551;
	font-size: 62.5%;
	background-image: url(/images/bg_page.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #F2F6F8;
}

a {  
	color: #006633; 
	text-decoration: none; 
}

a:hover {  
	color: #884551; 
	text-decoration: underline;
}

h1 {
	font-size: 1.8em;
}

h2 {  
	font-size: 1.6em;
}

h3 {  
	font-size: 1.4em;
}

h4 {  
	font-size: 1.2em;
}

h1, h2, h3, h4 {margin: 5px; color: #5F202B;}

/* Main Area Section Definitions */

#container {width: 700px;}
#topNav {width: 100%; background-color: #5F202B; color: #FFFFFF; font-size: 1.3em; font-weight: bold; padding-top: 10px; padding-bottom: 10px;}
#mainContent {margin-top: 15px; width: 470px;}
#copy {font-size: 1.2em; line-height: 1.5em;}
#copy p, #copy table {margin-left: 15px;}
#rightColumn {margin-top: 15px; width: 200px; background-image: url(../../images/bg_rightColumn.gif); background-repeat: repeat-y}
#lowerNav {padding-top: 15px;}
#footer {width: 100%; font-size: .9em; border-top: 1px solid #999999;}
#footer a{color: #5F202B;}

/* positional classes */

.clear {clear: both;}
.back {float: left;}
.forward {float: right;}


/* additional classes */

a.topNavLinks {color: #FFFFFF; padding-left: 25px; padding-right: 25px; padding-top: 8px; padding-bottom: 5px; text-align:center;}
a:hover.topNavLinks {color: #FFFFFF;}

.sidebox {
width: 190px; 
margin: 0 0 0 5px; 
background-image: url(/images/sideBoxes/bg.gif); 
background-repeat: repeat-y;
}

.sideboxTop {
height: 9px; 
width: 190px; 
margin:0; 
border:0; 
padding: 0; 
line-height: 11px; 
background-image: url(/images/sideBoxes/top.gif); 
background-repeat: no-repeat;
}

.sideboxContent { 
padding-left: 15px;
}

.sideboxBottom {height: 15px; width: 190px; background-image: url(/images/sideBoxes/bottom.gif); background-repeat: none;}
.wlcTable {font-size: 1.0em; line-height: 1.5em;}
