@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #fcf8f0;
	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: #333;
background-image: url(bg.gif);
background-position: top;
background-repeat: no-repeat;
}


.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.container2 {
	width: 800px; 

}


.oneColFixCtr #header {
	width: 800px;
	margin: 0px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(masthead-bg.jpg);
	
}

.oneColFixCtr #mainContent {
padding-left: 2.5em;
padding-top: 1.2em;
padding-right: 3.0em;
padding-bottom: 2.3em;
background-image:url(shadow2.gif);
background-position:top;
background-repeat:repeat-x;
}

p {
	margin-top: 0px;
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 1.3em;
}

.close {
	margin-bottom: 0em;
}

H1 {
font-family: Georgia, Times, serif;
font-size: 2.2em;
font-weight: normal;
color: #a7cbe6;
margin-bottom: .8em;

}


.oneColFixCtr #barbottom {
	padding: 4px 30px 4px 0px ; 
	margin-top:4px;
	margin-bottom: 0px;
	background-color:#adcce6;
	font-size: .9em;
	color: #ffffff;
	text-align: right;
}

#menuside-about a {
color: #ffffff;
font-weight: normal;
 font-size: 1.3em;
 background-color: #accbe5;
 width: 160px;
 padding-top: .8em;
 padding-bottom: .8em;
 padding-right: .4em;
 display: block;
 text-align: right;
 text-decoration: none;
 border-top: 0px;
 border-bottom: 1px #ffffff solid;
}


#menuside-about a:hover {
color: #ca8d43;
background-color: #ffffff;
text-decoration: none;
}

#menuside-services a {
color: #ffffff;
font-weight: normal;
 font-size: 1.3em;
 background-color: #accbe5;
 width: 160px;
 padding-top: .8em;
 padding-bottom: .8em;
 padding-right: .4em;
 display: block;
 text-align: right;
 text-decoration: none;
 border-top: 0px;
 border-bottom: 1px #ffffff solid;
}


#menuside-services a:hover {
color: #ca8d43;
 background-color: #ffffff;
 text-decoration: none;
}

#menuside-assessment a {
color: #ffffff;
font-weight: normal;
 font-size: 1.3em;
 background-color: #accbe5;
 width: 160px;
 padding-top: .8em;
 padding-bottom: .8em;
 padding-right: .4em;
 display: block;
 text-align: right;
 text-decoration: none;
 border-top: 0px;
 border-bottom: 1px #ffffff solid;
}


#menuside-assessment a:hover {
color: #ca8d43;
 background-color: #ffffff;
 text-decoration: none;
}

#menuside-referrals a {
color: #ffffff;
font-weight: normal;
 font-size: 1.3em;
 background-color: #accbe5;
 width: 160px;
 padding-top: .8em;
 padding-bottom: .8em;
 padding-right: .4em;
 display: block;
 text-align: right;
 text-decoration: none;
 border-top: 0px;
 border-bottom: 1px #ffffff solid;
}


#menuside-home a:hover {
color: #ca8d43;
 background-color: #ffffff;
 text-decoration: none;
}

#menuside-home a {
color: #ffffff;
font-weight: normal;
 font-size: 1.3em;
 background-color: #accbe5;
 width: 160px;
 padding-top: .8em;
 padding-bottom: .8em;
 padding-right: .4em;
 display: block;
 text-align: right;
 text-decoration: none;
 border-top: 0px;
 border-bottom: 1px #ffffff solid;
}


#menuside-referrals a:hover {
color: #ca8d43;
 background-color: #ffffff;
 text-decoration: none;
}



.menuside-top {
background-image:url(shadow1.gif);
background-position:top;
background-repeat:repeat-x;
 background-color: #accbe5;
 padding-top: .4em;
 padding-bottom: 0em;
 padding-right: 0em;
 display: block;
 border-bottom: 0px #ffffff solid;
}



.pic1  {
	margin-top: .6em;

	
}

.pic2  {
	margin-bottom: -.34em;

	
}


a:link {text-decoration: underline; color: #da9c51;}
a:visited {text-decoration: underline; color: #da9c51;}
a:active {text-decoration: underline; color: #da9c51;}
a:hover {text-decoration: underline; color: #fbc465;}

a.footer:link {text-decoration: underline; color: #ffffff; font-size: .9em;}
a.footer:visited {text-decoration: underline; color: #ffffff; font-size: .9em;}
a.footer:active {text-decoration: underline; color: #ffffff; font-size: .9em;}
a.footer:hover {text-decoration: none; color: #ffffff; font-size: .9em;}


ul  { font-family: Arial, Helvetica, sans-serif; font-size: 1.3em; line-height: 1.3em; margin-top: 1.2em; margin-bottom: 2em; list-style-image: url(bullet.gif);}


li  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
	padding-left: 0.7em;
	padding-right: 0em;
}


