body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px 0px;
	padding: 0px auto;
	background-color:#194B7A;
}
img{
border:none;
}
.leftBorder{
	background: #FFFFFF url(../images/leftBorder.gif) repeat-y top left;
}
.rightBorder{
	background: #FFFFFF url(../images/rightBorder.gif) repeat-y top left;
}
.bottomBorder{
	background: #FFFFFF url(../images/bottomBorder.gif) repeat-x top left;
}
#navMenu{ background-color:#FFFFFF;}
#navMenu a{
	font-family:"Trebuchet MS",Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
	line-height:16px;
	vertical-align:middle;
}

#navMenu a:active, #navMenu a:hover{
	color: #FFFFFF;
}
.navOff{
	background: transparent url(../images/leftOff.jpg) no-repeat left;
	background-color: #C6C8CA;
	width:144px;
	height:16px;
	cursor:pointer;
	text-align:center;
	color: #201816;
}
.navOn{
	background: transparent url(../images/leftOn.jpg) no-repeat left;
	background-color:#939598;
	width:144px;
	height:16px;
	cursor:pointer;
	text-align:center;
	color: #FFFFFF;
}
.navBottomOff{
	background: transparent url(../images/leftBottomOff.jpg) no-repeat left;
	background-color:#C6C8CA;
	width:144px;
	height:16px;
	cursor:pointer;
	text-align:center;
	color: #201816;
}
.navBottomOn{
	background: #939598 url(../images/leftBottomOn.jpg) no-repeat left;
	width:144px;
	height:16px;
	cursor:pointer;
	text-align:center;
	color: #FFFFFF;
}
#home{
	background: #FFFFFF url(../images/homeWatermark1.jpg) no-repeat top left;
}
#subPage{
	background: #FFFFFF url(../images/subPageWatermark1.jpg) no-repeat top left;
}
#home h1, h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18pt;
	font-weight: bold;	
	color: #194B7A;
	padding: 20px 20px 0px 0px;
	margin:0px 0px;
	font-style:italic;
}

#home p{
	color: #201816;
	margin:0px 20px;
	padding: 15px 15px 5px 0px;
	text-align:justify;
}
#home td{
	color: #201816;
}
#bottomLine{
	background: #174A7C url(../images/line.gif) repeat-x;
}
#home ul, #subPage ul{
	margin: 0px 40px;
	padding: 10px 0px 0px 0px;
}
#home li, #subPage li{
	margin:0px 0px;
	padding:0px 0px;
	color: #201816;
}
#subPage h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14pt;
	font-weight: bold;	
	color: #194B7A;
	padding: 15px 20px 0px 0px;
	margin:0px 0px;
	font-style:italic;
}
.h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	font-weight: bold;	
	color: #B31F1B;
	padding: 15px 30px 0px 0px;
	margin:0px 0px;
	font-style:italic;
}
#subPage h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin: 0px 0px 0px 100px;
	font-size:18pt;
	font-style:italic;
}
#subPage p{
	color: #201816;
	margin:0px 0px;
	padding: 15px 30px 0px 0px;
	text-align:justify;
}
.boldText{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;	
	color: #194B7A;
	font-style:italic;
}
.pageLink, .pageLink a:hover, .pageLink a:active{
	color: #194B7A;
}

.aboutBG{
	background: #FFFFFF url(../images/subBG3.jpg) no-repeat top left;
	height:136px;
	width:765px;
}
.servicesBG{
	background: #FFFFFF url(../images/subBG2.jpg) no-repeat top left;
	height:136px;
	width:765px;
}
.employmentBG{
	background: #FFFFFF url(../images/subBG4.jpg) no-repeat top left;
	height:136px;
	width:765px;
}
.contactBG{
	background: #FFFFFF url(../images/subBG1_1.jpg) no-repeat top left;
	height:135px;
	width:765px;
}
.safetyBG{
	background: #FFFFFF url(../images/subBG5_1.jpg) no-repeat top left;
	height:135px;
	width:765px;
}
#alignRight{
	text-align:right;
	padding-right:30px;
}
#lms h2, #lms p, #lms ul{
	padding-left:145px;
}
#lms ul{
	padding-right: 0px;
	margin:0px 30px;
}
#bottomPicture{
	background: #FFFFFF url(../images/eventsetup.jpg) no-repeat top left;
	margin-left:5px;
	padding-top:0px;
	padding-bottom:40px;
}
#bottomPicture p, #bottomPicture h2{
	padding-left:140px;
}
#bottomPicture ul{
	padding-left:130px;
}
/* LogoWorks Style Sheet */
a.logoworksLink, a.logoworksLink:active, a.logoworksLink:hover{
	font-size:8pt;
	color: #FFFFFF;
	text-decoration:none;
}
ul#tabs { list-style-type: none; margin: 30px 0 0 0; padding: 0 0 0.3em 0; 
}
ul#tabs li { display: inline;
}
ul#tabs li a { color: #42454a; background-color: #dedbde; border: 1px solid #c9c3ba; border-bottom: none; padding: 0.3em; text-decoration: none; 
}
ul#tabs li a:hover { background-color: #f1f0ee; 
}
ul#tabs li a.selected { color: #000; background-color: #f1f0ee; font-weight: bold; padding: 0.7em 0.3em 0.38em 0.3em; 
}
div.tabContent { border: 1px solid #c9c3ba; padding: 0.5em; background-color: #f1f0ee; 
}
div.tabContent.hide { display: none; 
}
.grid_10 {
	DISPLAY: inline; FLOAT: left; MARGIN-LEFT: 10px; MARGIN-RIGHT: 10px
}
.alpha {
	MARGIN-LEFT: 0px
}
#nav_tabs LI A:hover {
	BACKGROUND: #007c95; COLOR: #fff; TEXT-DECORATION: none
}
