#quoteLink a:link {color:#00F; text-decoration:underline; font: Normal 10pt Times New Roman, Times, serif;}
#quoteLink a:active {color:#F00;  text-decoration:underline; font: Normal 10pt Times New Roman, Times, serif;}
#quoteLink a:visited {color:#00F; text-decoration:underline; font: Normal 10pt Times New Roman, Times, serif;}
#quoteLink a:hover {color:#00F;  text-decoration:underline; font: Normal 10pt Times New Roman, Times, serif;}

#indexlinks a:link {color:#535E3E; text-decoration:underline; font: Italic 11pt Verdana, Geneva, Arial, Helvetica, sans-serif; }
#indexlinks a:active {color:#535E3E;  text-decoration:underline; font: Italic 11pt Verdana, Geneva, Arial, Helvetica, sans-serif; }
#indexlinks a:visited {color:#535E3E; text-decoration:underline; font: Italic 11pt Verdana, Geneva, Arial, Helvetica, sans-serif; }
#indexlinks a:hover {color:#535E3E;  text-decoration:underline; font: Italic 11pt Verdana, Geneva, Arial, Helvetica, sans-serif; }

html,body {
	text-align:center;
	background-color:#132E01;
	/*
	background-image:url(images/main_body_bg.png);*/
	background-position: left bottom;
	background-attachment: fixed;
	background-repeat:no-repeat;
	font: Normal 10pt Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #000; 
	margin-top:0px;
	height:100%;
}

td {
	font: Normal 10pt Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #000; 
}

ul {
    list-style:none;
    margin:0 0 1em 20px;
    padding: 0;
}

ul li{
    line-height:1.3em;
    margin: .7em 0;
    padding: 0 0 0 15px;
    background:url(images/scho-arrow.gif) no-repeat 0 7px;
	font-size:11pt;
}

#container {
	margin: 0 auto;
	position:relative;
	width: 800px;
	text-align:left;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}

#titleContainer {
	margin: 0 auto;
	position:relative;
	width:800px;
	height:97px;
	display:block;
	text-align:left;
	background-image:url(images/titleBg.png);
	background-repeat:repeat-x;
	background-color:#EEF0E8;
}


#navContainer {
	margin : 0 auto;
	position:relative;
	width:800px;
	height:53px;
	display:block;
	text-align:center;
	background-color:#EEF0E8;
}

#navBar {
	text-align:left;
	width:790px;
	height:53px;
	display:block;
	margin-left:5px;
	margin-right:5px;
}

a.srollover1 {
	display: block;
	width: 62px;
	height: 53px;
	background: url("images/navHomeButton.png") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.srollover1 {
	background-position: 0 -53px;
}

a.sactiveover1 {
	display: block;
	width: 62px;
	height: 53px;
	background: url("images/navHomeButton.png") 0 -53px no-repeat;
	text-decoration: none;
}

a.srollover2 {
	display: block;
	width: 87px;
	height: 53px;
	background: url("images/navAboutButton.png") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.srollover2 {
	background-position: 0 -53px;
}

a.sactiveover2 {
	display: block;
	width: 87px;
	height: 53px;
	background: url("images/navAboutButton.png") 0 -53px no-repeat;
	text-decoration: none;
}

a.srollover3 {
	display: block;
	width: 164px;
	height: 53px;
	background: url("images/navBeneButton.png") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.srollover3 {
	background-position: 0 -53px;
}

a.sactiveover3 {
	display: block;
	width: 164px;
	height: 53px;
	background: url("images/navBeneButton.png") 0 -53px no-repeat;
	text-decoration: none;
}

a.srollover4 {
	display: block;
	width: 145px;
	height: 53px;
	background: url("images/navServButton.png") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.srollover4 {
	background-position: 0 -53px;
}

a.sactiveover4 {
	display: block;
	width: 145px;
	height: 53px;
	background: url("images/navServButton.png") 0 -53px no-repeat;
	text-decoration: none;
}

a.srollover5 {
	display: block;
	width: 114px;
	height: 53px;
	background: url("images/navContactButton.png") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.srollover5 {
	background-position: 0 -53px;
}

a.sactiveover5 {
	display: block;
	width: 114px;
	height: 53px;
	background: url("images/navContactButton.png") 0 -53px no-repeat;
	text-decoration: none;
}

a.srollover6 {
	display: block;
	width: 145px;
	height: 53px;
	background: url("images/navProjButton.png") 0 0 no-repeat;
	text-decoration: none;
}

a:hover.srollover6 {
	background-position: 0 -53px;
}

a.sactiveover6 {
	display: block;
	width: 145px;
	height: 53px;
	background: url("images/navProjButton.png") 0 -53px no-repeat;
	text-decoration: none;
}




#navHomeButton {
	width:62px;
	height:53px;
	display:inline;
	float:left;
}

#navAboutButton {
	width:87px;
	height:53px;
	display:inline;
	float:left;
}

#navBeneButton {
	width:164px;
	height:53px;
	display:inline;
	float:left;
}

#navServButton {
	width:128px;
	height:53px;
	display:inline;
	float:left;
}

#navContactButton {
	width:114px;
	height:53px;
	display:inline;
	float:left;
}

#navProjButton {
	width:145px;
	height:53px;
	display:inline;
	float:left;
}


#bodyContainer {
	padding-left: 5px;
	padding-top:5px;
	background-color:#EEF0E8;
	width:795px;
	min-height: 100%; 
}

#contentContainer {
	background-color:#FFF;
	background-image:url(images/bodyContRight.gif);
	background-repeat:repeat-y;
	background-position:right;
	padding-left:15px;
	padding-right:15px;	
}

#bgContainer {
	background-color:#FFF;
	background-image:url(images/content_bg.png);
	background-repeat:no-repeat;
	background-position:0px bottom;
	display:block;
}

#textBody {
	background-image:url(images/bodyBg.png);
	width:810px;
	z-index:-10;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

#textBodyCornerTpRt {
	width:10px;
	height:10px;
	background-image:url(images/bodyBgCornerTpRt.gif);
	background-repeat:no-repeat;
	background-position:top right;
	position:relative;
	left:810px;
	top:-5px;
}

#textBodyBottomCap {
	margin: 0 auto;
	margin-top:-10px;
	width:830px;
	height:15px;
	display:block;
	background-image:url(images/textBodyBottomCap.gif);
	background-repeat:no-repeat;
}

#footerNav {
	color:#535E3E;
	font: Normal 8pt Verdana, Geneva, Arial, Helvetica, sans-serif; 
	margin-left:40px;
	margin-bottom:10px;
	margin-top:10px;
	
}

#footerNav a:link,a:visited,a:active  {
	text-decoration:none;
	color:#535E3E;
	font: Normal 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;  
}

#footerNav a:hover {
	text-decoration:underline;
	color:#535E3E;
	font: Normal 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;  
}

#indexboxes a:link,a:visited,a:active,a:hover {
	text-decoration:underline;
	color:#535E3E;
	font: Normal 11pt Verdana, Geneva, Arial, Helvetica, sans-serif;  
}

#calcContactLink a:link,a:visited,a:active,a:hover {
	text-decoration:underline;
	color:#535E3E;
	font: Normal 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;  
}

#contactLeftPanel {
	text-align:right;
	border-right: 1px solid #CCC;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:10px;
}

#contactRightPanel {
	text-align:left;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:10px;
}

.contactLeftSpanTop {
	font-weight:bold;
	font-size:12pt;
}

.galleryTd {
	text-align:center;
	padding-right:5px;
	padding-bottom:15px;
}

.galleryImg {
	border:1px solid #000;
}

.divalert {
	width:440px;
	color:#FF0000;
	font-weight:bold;
	font-size:9pt;
	background-color: #FDFCE3;
	padding:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #DDD;
	background-image:url(alert.gif);
	background-position:left;
	background-repeat:no-repeat;
}

.divalertSuccess {
	width:440px;
	color:#093;
	font-weight:bold;
	font-size:9pt;
	background-color: #FDFCE3;
	padding:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #DDD;
	background-image:url(check.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#testimQuote {
	width:85%;
	text-align:left;
	border:1px solid #CCC;
	padding:7px;
	background-color:#FEFFEC;
	background-image:url('images/quotes.gif');
	background-repeat:no-repeat;
	background-position:top right;
}

.testimHilite {
	font-weight:bold;
	font-style:italic;
	font-size:11pt;
}

.testimAuthor {
	font-style:italic;
}

#calcResults {
	width:175px;
	display:table-cell;
	font-weight:bold;
}

#calcResultsBelow {
	width:250px;
	display:table-cell;
	font-weight:bold;
}

.calcResultsTopTd {
	width:175px;
	padding-bottom:10px;
	padding-left,padding-right,padding-top:4px;
	font-weight:bold;
	border-bottom:3px solid #999;
}

.calcResultsLeftTd {
	width:175px;
	padding:15px;
	font-weight:bold;
	font-size:11pt;
	background-color:#FFFFF7;
	background-image:url('images/triparrows.gif');
	background-repeat:no-repeat;
	background-position:right;
}

.calcResultsTd {
	width:175px;
	padding:15px;
	font-size:11pt;
	font-weight:bold;
	margin-bottom:10px;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#FFFFF7;
}

.calcResultsMidTd {
	width:175px;
	padding:15px;
	font-size:14pt;
	color:#060;
	font-weight:bold;
	margin-bottom:10px;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	background-color:#DEFFD5;
}

.calcResultsRightTd {
	width:175px;
	padding:15px;
	font-size:11pt;
	font-weight:bold;
	margin-bottom:10px;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	border-right: 1px solid #999;
	background-color:#FFFFF7;
}



.largeFonts{
	font-size:14pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-weight:bold;
}

.legalInfo {
	font-size:7pt;
}

.bold {
	font-weight:bold;
}

.i {
	font-style:italic;
}

.u {
	text-decoration:underline;
}

.indent {
	padding-left:30px;
}

.indentSm {
	padding-left:15px;
}

.alert {
	color:#FF0000;
	font-weight:bold;
}

.alertSmall {
	color:#FF0000;
	font-size:8pt;
}

.submit { 
	font-weight:bold;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
} 

