@charset "UTF-8";
/* CSS Document */

/* linking */


a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.nav:hover {
	text-decoration: none;
	color: #FFCC00;
}
a.nav:active {
	text-decoration: none;
	color: #00FF00;
}

a.body:link {
	color: #3366FF;
	text-decoration: none;
}
a.body:visited {
	text-decoration: none;
	color: #6633CC;
}
a.body:hover {
	text-decoration: none;
	color: #00FF00;
}
a.body:active {
	text-decoration: none;
	color: #00FF00;
}




/* body attributes */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 10px;
}

.headerBackground {
	background-color: #000000;
}
.topNavigation {
	background-color: #628c63;
}
.mainBody {
	background-color: #FFFFFF;
	font-family: "Arial", Verdana, Trebuchet MS, Helvetica;
	font-size: 10px;
}

.bottomMainBody {
	background-color: #e5e5e5;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 10px;
}

.bottomMainLine {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.mainBodytableBKG {
	background-image: url(/images/lightverticalline.jpg);
	background-repeat: no-repeat;
}

/* Typography */

.top_NavigationText {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}

.bottom_NavigationText {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}

.pageTitletxt {
	font-size: 16px;
	font-weight: normal;
	font-family: "Arial", Verdana, Trebuchet MS, Helvetica;
	font-style: normal;
	font-variant: normal;
	color: #999999;
}

.emphasis {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}

.bodyCopy {font-size: 14px
}

.address {
	color: #3333CC;
	font-weight: bold;
}
	
.bulletpoints {
	font-size: 12px
}

.serviceDescriptionHeaders {
	color: #628e63;
	font-weight: bold;
	font-size: 14px;
}


/* price list */

.style5 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style1 {font-size: 10px}
.style2 {font-weight: bold; color: #628e63;}
.tableBorder {
	border: 1px solid #999999;
}
.style8 {
	font-weight: bold;
	color: #628e63;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.style12 {color: #FFFFFF; font-size: 10px; font-weight: bold; }
.style14 {font-size: 11px; }
.style15 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; }