html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font: 13px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #082050 url(images/main_bg.jpg) repeat-x;
}

/* tds */
.lefttd {
	background: url(images/left_shadow_bg.jpg) repeat-y right top;
}

.righttd {
	background: url(images/right_shadow_bg.jpg) repeat-y left top;
}

.navtd {
	background: #6c7892 url(images/nav_bg.jpg) no-repeat center bottom;
}

.maintd {
	background-color: #fff;
	text-align: left;
	vertical-align: top;
}

.maintdServices {
	background: #fff url(images/page_bgphoto1.jpg) no-repeat right bottom;
	text-align: left;
	vertical-align: top;
}

.maintdAbout {
	background: #fff url(images/page_bgphoto3.jpg) no-repeat right bottom;
	text-align: left;
	vertical-align: top;
}
.maintdAreas {
	background: #fff url(images/page_bgphoto4.jpg) no-repeat right bottom;
	text-align: left;
	vertical-align: top;
}
.maintdSafety {
	background: #fff url(images/page_bgphoto5.jpg) no-repeat right bottom;
	text-align: left;
	vertical-align: top;
}
.maintdNews {
	/*background: #fff url(images/page_bgphoto6.jpg) no-repeat right bottom;*/
	background-color:#FFF;
	text-align: left;
	vertical-align: top;
}

.maintdContact {
	background: #fff url(images/page_bgphoto9.jpg) no-repeat right bottom;
	text-align: left;
	vertical-align: top;
}

.maintdJobs {
	background: #fff url(images/page_bgphoto8.jpg) no-repeat right bottom;
	text-align: left;
	vertical-align: top;
}

.maintdAccolades {
	/*background: #fff url(images/page_bgphoto10.jpg) no-repeat right bottom;*/
	background-color:#FFF;
	text-align: left;
	vertical-align: top;
}

.maintdBomanite {
	background: #fff url(images/page_bgphoto11.jpg) no-repeat right bottom;
	text-align: left;
	vertical-align: top;
}

.hlineBody {
	border-bottom: dotted 1px #333;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* div */
#hpPromo {
	position: relative;
	width: 745px;
	height: 115px;
	top: 20px;
	left: 10px;
	margin: 0 auto;
	background: url(images/hp_promo_bg.jpg) no-repeat;
}

#mainTD {
	position: relative;
	width: 765px;
	margin-bottom: 20px;
}

ul {
	text-indent: 5px;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	margin-top: 5px;
	line-height: 20px;
}


/* images */


/* type */
.calloutTitle {
	font: 16px/20px "Times New Roman", Times, serif;
	color: #082050;
	text-transform: uppercase;
}

.calloutText {
	font: 16px/18px "Times New Roman", Times, serif;
	color: #333;
}

.headerText {
	font: bold 16px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
}

h1 {
	font: bold 16px/20px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333;
	margin:0 0 20px 0;
}

.footerText {
	font-size: 11px;
	color: #CCC;
}

.bold {
	font-weight: bold;
	color: #0c2e67;
}

strong {
	font-weight: bold;
	color: #0c2e67;
}


/* field */
.textfield {
	border: 1px dotted #000000;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #000;
	background-color: #efefef;
}

.requestForm {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #082050;
	text-transform: uppercase;
	padding: 5px;
}

.tdline {
	border-bottom: 1px dotted silver;
}

.tdline2 {
	border-bottom: 1px dotted silver;
	border-right: 1px dotted silver;
}


.required {
	color: #000;
}

/* link */
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}

a.promo {
	font: bold 12px/30px "Times New Roman", Times, serif;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
a.promo:hover {
	color: #333;
}

a.box {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #bed617;
	text-decoration: none;
	border-bottom: none;
	background-color: #6d7993;
	padding: 4px 8px;
	text-transform: uppercase;
}
a.box:hover {
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	background-color: #6d7993;
	padding: 4px 8px;
	text-transform: uppercase;
}

a.footer {
	color: #ccc;
	text-decoration: underline;
}

a.footer:hover {
	color: #fff;
	text-decoration: underline;
}

a.imagelink {
	border-style: none;
}

/* Divs - New additions */
.container {
	position:relative; 
	width:690px; 
	top:40px; 
	left:40px; 
	outline:none;
	overflow:hidden;
}

.leftcolumn {
	float:left;
	width:470px;
	margin-right:10px;
}

.rightcolumn {
	float:right;
	width:200px;
	margin-left:10px;
}

.toppagephoto {
	position:relative;
	width:745px;
	height:310px;
	top:0px;
	left:20px;
	outline:none;
}

.galleryimage {
	background-color:#ccc;
	float:left;
	width:140px; 
	height:125px; 
	border:4px solid #fff; 
	-webkit-box-shadow: 0px 0px 4px 2px #ccc;
-moz-box-shadow: 0px 0px 4px 2px #ccc;
box-shadow: 0px 0px 4px 2px #ccc;
margin: 0 10px 20px 10px;
}
