body	{
	background-color: #FFFFFF;
	scrollbar-base-color: #BCCCCC;
	margin: 0px;
	padding: 0px;
	border: #FFFFFF 0px solid;
	}



/* NON-MENU LINK COLORS */

a:link		{ color: #006666; text-decoration: none; }

a:visited	{ color: #006666; text-decoration: none; }

a:active	{ color: #006666; text-decoration: none; }

a:hover		{
	color: #3300CC;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
}



/* THE NEXT LINE CONTROLS THE FONT SIZE ON ALL PAGES */

table 		{ color: #000000; font: 12px arial, verdana, sans-serif; font-weight: normal; }

.subtitle 	{ color: #000000; font: 15px arial, verdana, sans-serif; font-weight: bold; }

.lists 		{ color: #000000; font: 14px arial, verdana, sans-serif; font-weight: normal; }

.title 		{
	color: #336666;
	font: 20px arial, verdana, sans-serif;
	font-weight: bold;
}

.careers 	{ color: #000000; font: 12px arial, verdana, sans-serif; font-weight: normal; }

.testimonial	{ color: #339900; font-weight: bold; font-style: italic; }

.phonetitle 	{ color: #003366; font: 14px arial, verdana, sans-serif; font-weight: bold; }

.just 		{
	text-align: center;
	/* [disabled]font-size: 16px; */
}





/* SPACING AND WIDTHS */

.formmargin	{ margin: 0px; }

.leftspace	{ width: 1px; }

.texttable	{ width: 400px; }





/* BACKGROUNDS */

.background-center	{
			background-color: #BCCCCC;
			background-image: url("picts/background-center.jpg");
			}

.footertable 	{
		background-color: #FFFFFF;
		background-image: url("picts/bottom-shade.gif");
		background-repeat: repeat-x;
		color: #666666;
		font: 10px arial, verdana, sans-serif;
		font-weight: normal;
		}

.sidebar	{
		background-color: #BCCCCC;
		background-image: url("picts/sidebar-bg.jpg");
		border-left: 0px solid #354D50;
		width: 225px;
		}

.header		{
		background-color: #BCCCCC;
		border-bottom: 0px solid #354D50;
		}








/* BORDERS AND BARS */

.headerstripe 	{
		height: 15px;
		background-color: #354D50;
		}

.page-splits	{
		border-top: #92A9A9 1px solid;
		background-color: #EBF4F4;
		color: #EBF4F4;
		height: 2px;
		width: 100%;
		}


/* NON-GALLERY IMAGE BORDERS */

.borders	{ border: #FFFFFF 1px solid; }








/* GALLERY AND SLIDESHOW CODE */

.Galborder	 	{ border: #FFFFFF 5px solid; }

A:hover .Galborder 	{ border: #000000 1px solid; margin: 4px; }

.viewer-border	 	{ border: #FFFFFF 10px solid; }	

.picturetitle 		{ color: #000000; font: 10px verdana, arial, sans-serif; font-weight: bold; }

.gallerytext 		{ color: #336666; font: 11px arial, verdana, sans-serif; font-weight: normal; }

#ZOOM 			{ left: 10px; position: absolute; top: 10px; }


.button-gallery 	{
			color: #FFFFFF;
	       		font: bold 11px arial, sans-serif;
			text-align: center;
			background-color: #B3C5C7;
			background-image: url("picts/button-gallery.gif");
        		padding: 3px 5px 3px 5px;
			margin: 0px 1px 0px 1px;
        		display: block;
			cursor:pointer;
        		border: #354D50 1px solid;
			}


.buttonon-gallery	{
			color: #FFFFFF;
	       		font: bold 11px arial, sans-serif;
			text-align: center;
			background-color: #354D50;
			background-image: url("picts/buttonon-gallery.gif");
        		padding: 3px 5px 3px 5px;
			margin: 0px 1px 0px 1px;
        		display: block;
			cursor:pointer;
        		border: #4C5035 1px solid;
			}








/* HIDE MENU AND ITEMS FOR PRINTING */


@media print {
.printhide 	{ display:none; }
.printhelp	{ width:600px; }
}
@media screen{
.printonly 	{ display:none; }
}








/* CONTACT PAGE */

.contact 		{
			color: #FFFFFF;
	       		font: bold 12px arial, sans-serif;
			text-align: center;
			background-color: #B3C5C7;
			background-image: url("picts/button.gif");
        		padding: 3px 1px 3px 1px;
			margin: 0px 1px 0px 1px;
			cursor:pointer;
        		border: #354D50 1px solid;
			}

.contacton 		{
			color: #FFFFFF;
	       		font: bold 12px arial, sans-serif;
			text-align: center;
			background-color: #354D50;
			background-image: url("picts/buttonon.gif");
        		padding: 3px 1px 3px 1px;
			margin: 0px 1px 0px 1px;
			cursor:pointer;
        		border: #4C5035 1px solid;
			}



.shadeform	{
		font: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		width: 200px;
		border: #719094 1px solid;
		}

.textarea	{
		font: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.gif");
		text-align: left;
		width: 250px;
		HEIGHT: 150px;
		border: #719094 1px solid;
		}

.dropdown 	{
		color: #719094;
		width: 220PX;
		font: 11px verdana, arial, sans-serif;
		}








/* START THE CODE FOR THE MENUS */


.menu		{
		font-family: arial, verdana, helvetica, sans-serif;
		font-size: 12px;
		HEIGHT: 25PX;
		padding-left: 7px;
		padding-right: 7px;
		cursor:pointer;
		font-weight: bold;
		text-align: center;
		line-height: 23px;
		display: block;
		border: #000000 0px solid;
		}


a.menu:link 	{
		background-image: url("picts/menu.gif");
		background-color:#354D50;
		color: #8FAEB3;
		}


a.menu:visited 	{
		background-image: url("picts/menu.gif");
		background-color:#354D50;
		color: #8FAEB3;
		}


a.menu:active 	{
		background-image: url("picts/menu.gif");
		background-color:#354D50;
		color: #8FAEB3;
		}


a.menu:hover 	{
		background-image: url("picts/menuon.gif");
		background-color:#516A6E;
		color: #FFFFFF;
		}








.maintable tr td table tr td .textbox tr .introtext p {
	font-size: 14px;
}
table tr td .texttable tr .just p {
	text-align: left;
}
.background-center table tr td .texttable tr .just p strong {
	text-align: left;
}
.background-center table tr td .texttable tr .just p strong {
	text-align: left;
	font-size: 16px;
}
.background-center table tr td .texttable tr .just ul {
	text-align: left;
	font-size: small;
}
.background-center table tr td .texttable tr .just div table tbody tr td ol li {
	text-align: left;
}
.background-center table tr td .texttable tr .just div table tbody tr td p {
	text-align: left;
}
.background-center table tr td .texttable tr .just div table tbody tr td p {
	font-size: medium;
	text-align: center;
}
.background-center table tr td .texttable tr .just p strong a {
	text-align: left;
	color: #000;
}
.background-center table tr td .texttable tr .just p strong {
	font-weight: bold;
	font-size: 16px;
}
#justme {
	font-size: large;
}
#justme {
	text-decoration: underline;
	text-align: center;
}
#q {
	font-size: 12px;
}
.background-center table tr td .texttable tr .just p .title {

}
.background-center table tr td .texttable tr .just div table tbody tr td ol li {
	text-align: center;
}
.background-center table tr td .texttable tr .just div table tbody tr td ol li {
	text-align: left;
}
#g {
	font-size: 16px;
}
#s {
	text-decoration: underline;
}
.background-center table tr td .texttable tr .just div table tbody tr td p {
	text-align: left;
}
#e {
	font-style: italic;
	color: #333;
	font-weight: bold;
	font-size: medium;
}
#n {
	font-style: normal;
}
.background-center table tr td .texttable tr .just p .title a {
	text-align: center;
}
#d {
	color: #006666;
}
#d {
	font-size: 16px;
}
#d {
	color: #006666;
}
#d {
	font-size: 16px;
}
.d {
	color: #000;
}
#d {
	font-weight: bold;
}
#d {
	color: #000;
}
#d {
	font-size: 14px;
}
#f {
	font-size: 12px;
}
#s {
	font-size: 14px;
}
#f {
	color: #006666;
}
#a {
	font-size: 16px;
}
#s {
	color: #006666;
}
#d {
	text-align: left;
}
#f {
	font-size: 14px;
	text-align: left;
}
#a {
	font-size: 18px;
}
#s {
	font-size: 18px;
}
.w {
	font-size: 18px;
}

