/* Nine9Design CSS Page Styles by Darren Street, Nine9 Ltd */

/* Version 1.0 for Well-Being Breaks */
/* Last Updated: 04/07/07  */

/* Special Thanks to A Sparber (Project VII) & E Meyer for their guidence   */
/* ------------------------------------------------------------ */

/* 1 - Body Styles */
/* ------------------------------------------------------------ */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	margin: 0px 0 0 0;
	padding: 0;
	margin: 0;
	background-color:#ACB592;
}

/* 2 - Wrapper Styles */
/* ------------------------------------------------------------ */


#wrap_outer {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0 0px;
	width: 963px;
	position:relative;
	background-color:#fff;
	}

#masthead {
	border: 0;
	width:963px;
	height:126px;
	background-image:url(../images/header1.gif);
	background-repeat:no-repeat;
	border-bottom: 1px solid #999999;
	background-color:#FFFFFF;
	}

/* hide from IE mac \*/
#masthead img {float: left;}
/* end hiding from IE5 mac */	


#inner_wrap {
	background-image:url(../images/sidebody.gif);
	background-repeat:repeat-y;
	background-position: top right;
	padding: 0;
	border: 0;
	
}

#navwrapper {
	float:left;
	width: 168px;
	padding: 0 0 0 0px;
	background-color: #fff;
 	}

#watermark {
	background-color:#fff;
	background-image:url(../images/watermark.gif);
	background-repeat:no-repeat;
	background-position: bottom left;
	margin: 10px 0 0 0px;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	min-height: 800px;
	width: 793px;
	float:left;
	padding: 0 0 0 0px
}

	
#contentwrapper{
	float:left;
	width: 765px;
	min-height: 600px;
	}

#content {
	background-image:url(../images/box-top.gif);
	background-repeat:no-repeat;
	padding: 10px;
	}
	

#footer-wrap {
	margin: -4px 0 0px 0;
	padding: 0 0 1px 0 ;
	}
	
#footer-content {
	text-align:center;
	width: 100%;
	}
#footer-content a {text-decoration:none;}
#footer-content a:visited {color: #000000;}
#footer-content a:hover  {text-decoration:underline;}



/* 7 - Misc Styles */
/* ------------------------------------------------------------ */


.clearfloats {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}


/* 8 - Font Styles */
/* ------------------------------------------------------------ */

h1, h2, h3, h4, h5 {color: #4a8ab5;}

h1 {font-size: 1.5em;}		

h2 {font-size: 1.4em;}		

h3 {font-size: 1.3em;}

h4 {font-size: 1.2em;}

h5 {font-size: 0.9em;}

h6 {font-size: 0.7em;}

p, ol, tr {
	font-size:0.75em;
	line-height: 1.8em;
	color: #333;
	}
ol {margin: 0 0 0 60px;}

a {color:#4a8ab5;
	text-decoration:none;}


a:hover {text-decoration:underline;}

.emailindent {margin: 0 0 0 15px;}

.pic {
	float:right;
	margin: 0 -1px 0 0;
	}

h1:first-letter {font-size: 2em;}

/* 9 - Navigation Styles */
/* ------------------------------------------------------------ */

#sidebar {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

#navlist {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	width:100%;
	}

#navlist li {float:left;}

#navlist a, #navlist a:visited {
	display: block;
	text-align:left;
	width: 158px;
	color: #333;
	height:45px;
	text-decoration: none;
	padding: 5px 0 0 10px;
	border-bottom: 1px #999 solid;
	border-right: 1px #999 solid;
	background-image:url(../images/highlight.jpg);
	background-repeat:repeat-y;
	background-position:right;
}

#navlist img {border: 0;}

#navlist a:hover {color: #4a8ab5 !important;}

#sidebar #navlist .uberlink {
	color: #4a8ab5 !important;
	background-image:url(../images/blank);
	background-repeat:repeat-y;
	background-position:right;
	}
.themesnav {font-size: 1.0em;}