@charset "utf-8";
/* CSS Document */

body
{
	background-color: #ffd778;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#overallcontainer
{
	width: 862px;
	margin: 0 auto;
}

#header
{
	width: 862px;
	float: left;
}

#headercontent
{
	width: 761px;
	border-bottom: #e68323 1px solid;
	margin-left: 56px;
	float: left;
	height: 195px;
	margin-right: 27px;
}

#nav
{
	float: left;
	width: 168px;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-y;
	border: 1px solid #e68323;
	margin-left: 52px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	padding-bottom: 10px;
}

#nav ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li
{
	margin: 0;	
}

#nav ul li a
{
	text-decoration: none;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	margin-top: 10px;
	outline: none;
}

#nav ul li a:hover, #nav ul li a:active
{
	color: #000000;	
}

.plusMinus
{
	float: left;
	padding-left: 5px;
	width: 10px;
	padding-right: 5px;
}

.main
{
	width: 122px;
	padding-right: 10px;
}

.plusActive
{
	border-left: 8px solid #e68323;
	float: left;
	padding-left: 5px;
	width: 10px;
	color: #ffffff;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}

.plusActiveNoBorder
{
	float: left;
	padding-left: 5px;
	width: 10px;
	color: #ffffff;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	border-left: 8px solid #71ab9d;
}

.linkactive
{
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	margin-top: 10px;
	width: 122px;
	padding-right: 10px;
}

.plusMinus:link, .plusMinus:visited
{
	border-left: 8px solid #71ab9d;	
}

.plusMinus:hover, .plusMinus:active
{

}

#nav ul li ul li a
{
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;	
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 122px;
	font-weight: bold;
	margin-left: 28px;
	padding-right: 10px;
}

#nav ul li ul li a:hover, #nav ul li ul li a:active
{
	color: #e68323;
}

.subactive
{
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;	
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 122px;
	font-weight: bold;
	margin-left: 28px;
	padding-right: 10px;
}

#bigcontent
{
	float: left;
	width: 862px;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-right: #e68323 1px solid;
}
#content
{
	float: left;
	width: 597px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 18px;
}

h1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0;
	margin-bottom: 5px;
	font-weight: normal;
}

h2
{
	color: #62513b;
	font-size: 16px;
	margin: 0;
}

#footer
{
	float: left;
	background-color: #877449;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 801px;
	margin-left: 61px;
	margin-right: 27px;
}

#footerlinks
{
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: 152px;
	width: 616px;
	border: #e68323 1px solid;
	padding-left: 32px;
}

#footerlinks a
{
	color: #ffffff;
	text-decoration: none;
	margin-right: 35px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footerlinks a:hover, #footerlinks a:active
{
	text-decoration: underline;
}

#person
{
	float: right;
	margin-top: -60px;
	margin-right: -105px;
}

.buttonleft
{
	float: left;
	background-image: url(images/buttonleft.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height: 46px;
}

.buttonright
{
	float: left;
	background-image: url(images/buttonright.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 46px;
}

.buttoninside
{
	float: left;
	background-image: url(images/buttongradient.jpg);
	margin-left: 9px;
	margin-right: 9px;
	height: 32px;
	padding-top: 14px;
}

.buttoninside a
{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000000;
	text-decoration: none;
}

.buttoninside a:link, .buttoninside a:visited
{
	color: #000000;
}

.buttoninside a:hover, .buttoninside a:active
{
	text-decoration: underline;	
	color: #000000;
}

#clear
{
	clear: both;	
}

.psychosocialtable
{
	margin-left: 30px;	
}

.psychosocialtable td
{
	border: 2px solid #62513b;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	width: 250px;
	text-align: center;
}

hr
{
	color: #62513b;
	background-color: #62513b;
	height: 2px;
	border: 0;
}

a:link, a:visited
{
	text-decoration: none;
	color: #076c78;
}

a:hover, a:active
{
	text-decoration: underline;	
	color: #076c78;
}

.longinput
{
	width: 250px;	
}

textarea
{
	width: 400px;
	height: 100px;
}

ol li
{
	margin-bottom: 15px;	
}

ol li ul li ul li
{
	margin-bottom: 0px;	
}

p
{
	display: inline;	
}

#photobox
{
	border: 1px solid #000000;
	padding: 10px;
	float: right;
	width: 200px;
	margin-left: 10px;
}

#caption
{
	text-align: center;
	float: left;
	margin-top: 10px;
}