@charset "ISO-8859-1";
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
	position: relative;
}
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/pageBuild/bodyBg.gif) repeat-x center top;
	height: 100%;
	text-align: center;
	color: #423423;
	position: relative;
}
h1 {
	color: #00573D;
	margin-bottom: 0.75em;
	font-size: 0.9em;
}
h2 {
	font-size: .85em;
	margin-bottom: .5em;
}
ul {
	list-style: square outside;
	margin-bottom: .5em;
}
ul h2 {
	margin-top: 0.5em;
}
li {
	margin-bottom: 0.125em;
	font-size: .75em;
	margin-left: 1em;
}
p {
	font-size: 0.75em;
	margin-bottom: 1em;
	line-height: 1.3em;
}
a {
	text-decoration: none;
	color: #00573D;
}
a:hover {
	text-decoration: underline;
}
#mainContainer {
	min-height: 100%;
	position: relative;
	padding-bottom: -120px;
	margin: 0px auto;
	min-width: 780px;
}
* html #mainContainer {
	height: 100%;
}
#brandingContainer {
	width: 100%;
}
#brandLeft {
	background-image: url(../images/pageBuild/brandLeftBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#branding {
	text-align: left;
	position: relative;
	height: 130px;
	width: 740px;
	background: url(../images/pageBuild/brandingBg.gif) no-repeat;
}
#brandCenter {
	width: 740px;
}
#branding h1 {
	font-size: .75em;
	height: 35px;
	width: 385px;
	position: absolute;
	left: 28px;
	top: 60px;
}
#branding h1 span {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(../images/pageBuild/ongLogo.gif);
	background-repeat: no-repeat;
}
#brandRight {
	background-image: url(../images/pageBuild/brandRightBg.gif);
	background-repeat: repeat-x;
	background-position: right top;
}
#contentContainer {
	width: 740px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/pageBuild/contentBg.gif) no-repeat center top;
	position: relative;
	min-height: 400px;
}
* html #contentContainer {
	height: 400px;
}
#pageImage {
	position: relative;
	top: 0px;
}
#homeContent, #legalContent {
	margin: 3em 20px 0px 260px;
}
#getFirefox { /* get firefox message for all lt IE 7 users */
	width:400px;
	font-weight: bold;
	margin-top: 3em;
	font-size: .8em;
}
#getFirefox a {
	text-decoration: underline;
}
head:first-child+body #getFirefox { /* hides get firefox message from compliant browsers */
	display: none;
}
#aboutContainer {
	margin: 3em 20px 0px;
	position: relative;
	background: url(../images/pageBuild/sidebarBG.gif) repeat-y left top;
	min-height: 300px;
}
* html #aboutContainer {
	height: 300px;
}
#aboutContent {
	width: 480px;
	float: right;
	display: inline;
}
#biosImage {
	float: left;
	display: inline;
	margin-right: 1em;
	margin-bottom: .5em;
}
#aboutContent ul {
	clear: both;
}
#faqContent {
	margin: 3em 20px 0px;
}
.faqList  {
	font-size: .75em;
	list-style: square inside;
	padding-left: 2em;
}
#servicesContent {
	margin: 3em 20px 0px;
}
.servicesList  {
	font-size: .8em;
	list-style: square inside;
	padding-left: 2em;
	text-indent: -.9em;
}
#servicesList  {
	font-size: .75em;
	list-style: square inside;
}
#contactContent {
	margin-top: 3em;
	padding: 0 20px;
	position: relative;
}
#contactPhone {
	margin-top: 1em;
}
.contactPhone em          {
	font-family: Garamond, "Times New Roman", Times, serif;
}
#contactInfo {
	margin-bottom: 1em;
}
#contactInfo dd {
	font-size: .75em;
	margin-bottom: .25em;
}
#contactInfo dt#mailingAddress {
	font-size: .75em;
	padding-top: 1em;
	margin-bottom: .25em;
}
#contactMap {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30%;
	margin-top: 1em;
	margin-right: 1.5em;
}
#contactForm {
	background: url(../images/pageBuild/contactFormBg.gif) no-repeat center top;
	width: 700px;
	margin: 0px auto;
	padding-top: 30px;
	text-align: center;
	position: relative;
}
#contactForm label {
	font-size: .75em;
	margin-bottom: 0.6em;
	display: block;
}
#contactForm label span.smaller {
	font-size: .75em;
}
#contactForm  input {
	background: #CBC3BB;
}
#contactForm input#submit, #contactForm input#reset {
	padding: 0 0.5em;
	margin-right: .5em;
}
#contactForm  input:focus, #contactForm textarea:focus {
	background: #e5e1dd;
}
#contactForm textarea {
	background: #CBC3BB;
}
#contactForm select {
	background: #CBC3BB;
}
#contactForm table {
	width: 510px;
	margin: 0px auto;
}
#contactForm td {
	text-align: left;
	padding: 0px 10px 10px;
}
#contentClear {
	clear: both;
	height: 120px;
}
#footerContainer {
	background: #7C6A55;
	height: 100px;
	text-align: center;
	position: relative;
	margin-top: -100px;
	min-width: 780px;
}
#footer {
	text-align: left;
	height: 35px;
	width: 700px;
	margin: 0px auto;
	padding: 15px 20px 10px;
	background: #7c6a55 url(../images/pageBuild/footerBg.gif) no-repeat center top;
	position: relative;
}
#footer p {
	color: #cbc3bb;
	font-size: 0.65em;
	text-align: right;
	margin-bottom: .25em;
}
#footer a {
	color: #cbc3bb;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.clear {
	clear: both;
}
.floatRight {
	float: right;
	display: inline;
}
.floatLeft {
	float: left;
	display: inline;
}
.inline {
	display: inline;
}
.green {
	color: #00573D;
}

