body {
	margin: 0px;
	background: #e2e6de url(../images/topBkgd.jpg) top center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 884px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin: 0 0 0 -442px;
	padding: 0;
}

#leftShadow {
	width: 43px;
	height: 677px;
	position: absolute;
	left: 0;
	top: 289px;
	background: url(../images/left-shadow.gif) left top no-repeat;
}

#rightShadow {
	width: 41px;
	height: 677px;
	position: absolute;
	left: 843px;
	top: 289px;
	background: url(../images/right-shadow.gif) left top no-repeat;
}

/* Header */

#header {
	width: 884px;
	height: 289px;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/header-bkgd.jpg) left top no-repeat;
	text-align: center;
}

#logo {
	width: 234px;
	height: 117px;
	position: absolute;
	left: 77px;
	top: 30px;
}

#headerPic {
	width: 442px;
	height: 289px;
	position: absolute;
	left: 442px;
	top: 0;
	text-align: right;
}

/* Top Nav */

#topNav {
	width: 800px;
	height: 28px;
	position: absolute;
	left: 43px;
	top: 289px;
	background-color: #c5e139;
}

#topNav ul {
	width: 800px;
	height: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#topNav ul li {
	height: 28px;
	float: left;
	font-size: 14px;
}

#topNav ul li a {
	display: block;
	margin: 0;
	padding: 5px 20px;
	text-decoration: none;
}

#proceduresBtn {
	width: 168px;
	height: 18px !important;
	padding: 5px 10px 5px 66px !important;
	margin-right: 17px;
}

#homeBtn {
	width: 40px;
}

#aboutBtn {
	width: 45px;
}

#galleryBtn {
	width: 48px;
}

#communityBtn {
	width: 127px;
}

#contactBtn {
	width: 78px;
}

#topNav ul li a:link, #topNav ul li a:visited {
	color: #3f194a;
	/*background: none;*/
}

#topNav ul li a:hover, #topNav ul li a:active {
	color: #FFFFFF;
	background-color: #669900;
}

#topNav li ul {
	position: absolute;
	/*width: 170px;*/
	width: 215px;
	height: auto;
	left: -999em;
	background-color: #c5e139;
}

#topNav li ul li a {
	/*width: 130px;*/
	width: 175px;
	height: auto;
	display: block;
}

#topNav li:hover ul {
	left: auto;
}

#topNav li:hover ul, #topNav li.sfhover ul {
	left: auto;
}
#topNav li:hover, #topNav li.hover {   
    position: static;   
}
/* Column Container */

#columnContainer {
	width: 844px;
	height: auto;
	background: url(../images/containerBkgd.gif) left top repeat-y;
	margin: 0;
	padding: 317px 40px 0  0;
}

*html #columnContainer {
	margin: 317px 0 0 0;
	padding: 0 40px 0  0;
}

/* Left Column */

#leftColumn {
	width: 303px;
	height: auto;
	float: left;
	margin: 0;
	padding: 310px 0 0 0;
}

#sideNav {
	width: 303px;
	height: auto;
	background: url(../images/sideNav-bkgd.gif) left top repeat-y;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 317px;
	z-index: 5;
}

#sideNavBtm {
	width: 303px;
	height: auto;
	background: url(../images/sideNav-btm.gif) bottom left no-repeat;
	margin: 0;
	padding: 0;
}

#sideNav ul {
	width: 200px;
	margin: 0 0 0 83px;
	padding: 3px 0 7px 0;
	list-style: none;
}

#sideNav ul li {
	width: 194px;
	margin: 0 3px;
	padding: 0;
	font-size: 12px;
}

#sideNav ul li a {
	width: 172px;
	height: auto;
	display: block;
	margin: 0;
	padding: 10px 0 8px 22px;
	text-decoration: none;
}

#sideNav ul li a:link, #sideNav ul li a:visited {
	color: #ebd99f;
	background: none;
}

#sideNav ul li a:hover, #sideNav ul li a:active {
	color: #FFFFFF;
	background-color: #724a7d;
}

/*drop down menu*/

#sideNav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	z-index: 10;
	margin-left: 190px;
	margin-top: -32px;
	background-color: #724a7d;
}

#sideNav li ul a:link, #sideNav li ul a:visited {
	color: #FFFFFF;
	background: none;
}

#sideNav li ul a:hover, #sideNav li ul a:active {
	color: #ebd99f;
	background-color: #3f194a;
}

#sideNav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#sideNav li:hover ul ul, #sideNav li:hover ul ul ul, #sideNav li.sfhover ul ul, #sideNav li.sfhover ul ul ul {
	left: -999em;
}

#sideNav li:hover ul, #sideNav li li:hover ul, #sideNav li li li:hover ul, #sideNav li.sfhover ul, #sideNav li li.sfhover ul, #sideNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#shortNav {
	width: 120px !important;
}

#shortNav li {
	width: 120px !important;
}

#shortNav li a {
	width: 120px !important;
	padding-left: 10px !important;
}

/* Testimonials */

#testimonials {
	width: 210px;
	height: auto;
	background: url(../images/testimonial-bkgd.gif) left top repeat-y;
	margin: 0 0 0 83px;
	padding: 0;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}

#testimonialsTop {
	width: 210px;
	height: auto;
	background: url(../images/testimonial-top.gif) left top no-repeat;
	margin: 0;
	padding: 55px 0 0 0;
}

#testimonialsBtm {
	width: 185px;
	height: auto;
	background: url(../images/testimonial-btm.gif) bottom left no-repeat;
	margin: 0;
	padding: 0 15px 15px 10px;
}

/* Blog side nav */

#blogSideNav {
	width: 200px;
	margin: 0 0 0 0;
	padding: 3px 0 4px 83px;
	font-size: 11px;
}

#blogSideNav h3 {
	font-size: 12px;
}

#blogSideNav ol {
	width: 190px;
	height: auto;
	list-style: none;
	margin: 0;
	padding: 0 0 10px 10px;
}

#blogSideNav ol li {
	margin: 10px 0;
	padding: 0;
}

#blogSideNav a:link, #blogSideNav a:visited {
	color: #3f194a;
	text-decoration: underline;
}

#blogSideNav a:hover, #blogSideNav a:active {
	color: #3f194a;
	text-decoration: none;
}

/* Middle Column */

#middleColumn {
	width: 370px;
	height: auto;
	float: left;
	margin: 0;
	padding: 40px 0 0 0;
	font-size: 12px;
	color: #231a15;
	line-height: 24px;
}

#middleColumn h1 {
	font-size: 16px;
	color: #3f194a;
	margin: 0;
	padding: 0;
}

#middleColumn h2 {
	font-size: 11px;
	font-weight: normal;
	color: #724a7d;
	margin: 0;
	padding: 0;
}

#middleColumn h3 {
	font-size: 14px;
	color: #724a7d;
	margin-bottom: 0;
	padding-bottom: 0;
}

#middleColumn a:link, #middleColumn a:visited {
	color: #3f194a;
	font-weight: bold;
	text-decoration: underline;
}

#middleColumn a:hover, #middleColumn a:active {
	color: #3f194a;
	font-weight: bold;
	text-decoration: none;
}

hr {
	border-bottom: 1px solid #724a7d;
	border-left: none;
	border-right: none;
	border-top: none;
}

.gallery {
	width: 360px;
	height: auto;
	background: #8e7b94 url(../images/gallery/gallery-header.gif) left top no-repeat;
	margin: 0 0 20px 0;
	padding: 56px 5px 5px 5px;
	text-align: center;
}

.gallery img {
	margin: 5px 0 0 0;
}

.gallery2 {
	width: 360px;
	height: auto;
	background-color: #8e7b94;
	margin: 0 0 20px 0;
	padding: 5px;
	text-align: center;
}

.gallery3 {
	width: 210px;
	height: auto;
	background: #8e7b94 url(../images/gallery/gallery-header3.gif) left top no-repeat;
	margin: 0 0 20px 80px;
	padding: 52px 0 5px 5px;
}

.gallery3 img {
	margin: 5px 5px 0 0;
}

.imgRight {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #3f194a;
}
.imgRight2 {
	float: right;
	clear: all;
	margin: 0 0 0 10px;
	border: 1px solid #3f194a;
}

#mainContact {
	
}

#mainContact input {
	width: 364px;
	height: 15px;
	background-color: #f6e9bd;
	border: none;
	margin: 0 0 5px 0;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f194a;
}

#mainContact select {
	width: 370px;
	height: 18px;
	background-color: #f6e9bd;
	border: none;
	margin: 0 0 5px 0;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f194a;
}

#mainContact textarea {
	width: 364px;
	height: 100px;
	background-color: #f6e9bd;
	border: none;
	margin: 0 0 5px 0;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f194a;
}

#map {
	width: 368px;
	height: 350px;
	line-height: 17px !important;
	border: 1px solid #3f194a;
	margin-top: 15px;
}

#logoBtm {
	color: #3f194a;
	font-size: 11px;
	text-align: center;
	line-height: 14px;
}

#logoBtm strong {
	font-size: 14px !important;
	line-height: 18px !important;
}

/* Right Column */

#rightColumn {
	width: 170px;
	height: auto;
	float: right;
	margin: 0;
	padding: 0;
}

#qc {
	position:relative;
	width: 160px;
	height: auto;
	background: url(../images/qc-bkgd.gif) left top repeat-y;
	margin: 10px 0 0 0;
	padding: 0;
}

#qcTop {
	width: 160px;
	height: auto;
	background: url(../images/qc-top.jpg) left top no-repeat;
	margin: 0;
	padding: 95px 0 0 0;
}

#qcBtm {
	width: 140px;
	height: auto;
	background: url(../images/qc-bottom.gif) bottom left no-repeat;
	margin: 0;
	padding: 0 0 20px 20px;
}

#qc input {
	width: 125px;
	height: 15px;
	background: url(../images/qc-input.gif) left top no-repeat;
	border: none;
	margin: 0 0 5px 0;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f194a;
}

#qc textarea {
	width: 125px;
	height: 55px;
	background: url(../images/qc-textarea.gif) left top no-repeat;
	border: none;
	overflow: auto;
	margin: 0 0 0 0;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3f194a;
}

#btnSubmit input {
	width: 131px;
	height: 21px;
	background: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#qc p {
	font-size: 10px;
	color: #FFFFFF;
	margin: 0;
	padding: 5px 0;
}

#qc a:link, #qc a:visited {
	color: #3f194a;
	text-decoration: underline;
}

#qc a:hover, #qc a:active {
	color: #3f194a;
	text-decoration: none;
}
#btnSubmit .button{
	width:131px;
	height:21px;
	background-image:url(../images/submit.gif);
}
.address2 {
    display:none;
}
.valid {
    background-color: #007940!important;
    color: #FFFFFF!important;
	background-image:none !important;
}
.invalid {
    background-color: #F00000!important;
    color: #FFFFFF!important;
	background-image:none !important;
}
/* Footer */

#footer {
	width: 884px;
	height: auto;
	background: url(../images/sitemap-bkgd.gif) left top repeat-y;
}

#footer h4 {
	width: 202px;
	height: 25px;
	background: url(../images/sitemap-title.gif) left top no-repeat;
	margin: 0;
	padding: 20px 601px 0 81px;
	font-size: 12px;
	color: #3f194a;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #3f194a;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #724a7d;
	text-decoration: none;
}

#sitemap {
	width: 800px;
	height: auto;
	margin: 0;
	padding: 0 41px 0 43px;
	font-size: 12px;
}

#sitemap1 {
	width: 183px;
	height: auto;
	float: left ;
	margin: 0;
	padding: 0 0 0 17px;
}

#sitemap2 {
	width: 183px;
	height: auto;
	float: left ;
	margin: 0;
	padding: 0 0 0 17px;
}

#sitemap3 {
	width: 183px;
	height: auto;
	float: left ;
	margin: 0;
	padding: 0 0 0 17px;
}

#sitemap4 {
	width: 183px;
	height: auto;
	float: left ;
	margin: 0;
	padding: 0 0 0 17px;
}

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

#sitemap ul li {
	margin: 0;
	padding: 20px 0 0 0;
	font-weight: bold;
}

#sitemap ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sitemap ol li {
	margin: 0;
	padding: 10px 0 0 13px;
	font-weight: normal;
}

#sitemap4 li {
	padding: 20px 0 10px 0 !important;
}

/* Disclaimer */

#disclaimer {
	margin: 0;
	padding: 20px 50px 0 50px;
	font-size: 10px;
	color: #3f194a;
	line-height: 14px;
	text-align: center;
	clear: both;
}

#disclaimer a:link, #disclaimer a:visited {
	color: #3f194a;
	text-decoration: underline;
}

#disclaimer a:hover, #disclaimer a:active {
	color: #724a7d;
	text-decoration: none;
}

#ripple {
	width: 100%;
	height: auto;
	background-color: #7e9ad8;
	text-align: center;
}

/* ASPX form/Error box controls */
#errors {
}
#errors ul {
}
#errors li {
}
/* ASPX form/Captcha controls */
#pnlCaptcha {
}
/* the text above the captcha */
#pnlCaptcha label {
}
/* the div which wraps around captcha, text and input */
.captcha {
}
/* actual captcha image */
.captcha img {
}
/* wraps around text and input alone */
.captcha div {
}
/* the atual text */
.captcha span {
}
/* the input for validation */
.captcha input {
}
/* the submit button */
#pnlCaptcha #btnSubmit {
}
/* Clearfix */
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.brclear {clear:both;height:0;margin:0;font-size: 1px;line-height: 0;}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {visibility: visible !important;margin: 0;}
.sIFR-replaced {visibility: visible !important;}
span.sIFR-alternate {position: absolute;left: 0;top: 0;width: 0;height: 0;display: block;overflow: hidden;}
.sIFR-flash + div[adblocktab=true] {display: none !important;}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}

#rightColumn #qc p.Number { 
	background-color:#9E9164;
	color:#60C;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	left:20px;
	margin:0 0 0 5px;
	padding:1px 5px;
	position:absolute;
	text-align:center;
	top:69px;
	-moz-border-radius:5px;
}
