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

body {
	background-color:#192A6F;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#footerBackground {
	background-image: url(../images/bottom_bckgrnd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

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

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

a:hover {
	color: #CC6600;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
}

a.mainLink:link {
	color: #3399CC;
	text-decoration: none;
}

a.mainLink:visited {
	color: #3399CC;
	text-decoration: none;
}

a.mainLink:hover {
	color: #CC6600;
	text-decoration: none;
}

a.mainLink:active {
	color: #3399CC;
}

a.notes:link {
	color: #3399CC;
	text-decoration: none;
}

a.notes:visited {
	color: #3399CC;
	text-decoration: none;
}

a.notes:hover {
	color: #CC6600;
	text-decoration: none;
}

a.notes:active {
	color: #3399CC;
}

.leftSide {
	width:9px;
}
.rightSide {
	width:50px;
}
.contentArea {
	background-color:#d8dbc7;
}

.contentBody {
	background-color:#d8dbc7;
	vertical-align:top;
	padding:10px 10px 20px 10px;
}

.titleIconLt {
	float:left;
	padding-top:5px;
}

.titleIconRt {
	float:right;
	padding-top:5px;
}

.titles {
	font-size:24px;
	color:#996600;
	font-weight:bold;
	text-align:center;
	height:30px;
	width:200px;
}

.highlight {
	font-weight:bold;
	color:#192A6F;
}

.captions {
	font-size:10px;
	color:#666666;
	font-weight:bold;
}

.bullet1 {
	list-style-position: outside;
	list-style-type: disc;
	padding-bottom:5px;
	padding-left:15px;
	margin-bottom:0px;
}

.servicesTables {
	margin-top:15px;
}

.menuButton {
	background-image: url(../images/menu.gif);
	width:151px;
	height:41px;
}

.menuItems {
	padding-top:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	font-size:14px;
}
.subHeadings {
	font-size: 18px;
	font-weight: bold;
	color: #996633;
}
.certificationLinks {
	font-size: 14px;
	color: #993300;
}

.certicationPictures {
	padding-left:25px;
	padding-right:25px;
}

.addressText {
	color:#993300;
	padding-top:20px;
	padding-bottom:20px;
	font-size:10px;
	font-weight:bold;
}

.hoursText {
	color:#993300;
	padding-top:10px;
	padding-bottom:10px;
	font-size:10px;
}

.notes {
	font-size:10px;
}

.footerArea {
	background-color:#9db387;
}

.footerText {
	color:#424f36;
	font-weight:bold;
	text-align:center;
	font-size:18px;
}

.copyright {
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	font-size:10px;
	height:20px;
}
