html, body, div, h1, h2, h3, p, form {
	margin:0px;
	padding:0px;
}
html, body {
	height:100%;
}
body {
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	background:#fff url(/images/bg.jpg) repeat-x;
}

img { border:none; }

p {
	margin:0px 15px 1.2em 15px;
}
a {
	color:#d30102;
	text-decoration:underline;
}
a:hover {
	color:#d30102;
}

.smalltext	{
	font-size:11px;
	font-weight:bold;
	text-align:right
	}
	
	.smalltextf	{
	font-size:11px;
	text-align:left
	}
	
#wrapper {
	width:900px;
	margin:0px auto;
	border-top:1px solid #fff; /* fixes weird margin conflicts */
	min-height:90.5%;
}
#logo {
	position:absolute;
	display:block;
	margin:20px 0px 0px -22px;
}
#contact_us {
	position:absolute;
	margin:20px 0px 0px 705px;
	background:url(/images/contact_us.gif) no-repeat;
	height:42px;
	color:#000;
	font:bold 14px Tahoma, Geneva, sans-serif;
}
#nav {
	position:relative;
	height:44px;
	margin:86px 0px 0px 0px;
	z-index:1;
}
#carousel {
	height:265px;
	margin-left:-55px;
}
#raligntext{
	text-align:right;
	font-weight:bold;
}
#footer {
	clear:both;
	background:url(/images/footer_bg.gif) repeat-x;
	height:53px;
	width:100%;
}
#footer_content {
	width:900px;
	margin:0px auto;
	color:#8a8a8a;
	padding-left:21px;
	padding-top:17px;
}

.full_column {
	width:885px;
}
.half_column {
	width:435px;
	float:left;
	margin-right:15px;
}
.third_column {
	color:#000;
	width:287px;
	min-height:284px;
	float:left;
	margin-right:13px;
	background:#e8e8e8 url(/images/third_bg.gif) no-repeat bottom;
	text-align:left;
}
.third_column a {color:#000}
.third_column a:hover {color:#d30102}

.joblisting{
	list-style-type: disc;
	padding-bottom:8px;
	margin-left:-10px;
	padding-right: 7px;
}

.double_third_column {
	width:587px;
	min-height:284px;
	float:left;
	margin-right:13px;
	background:#e8e8e8 url(/images/double_third_bg.gif) no-repeat bottom;
	text-align:left;
}

.double_third_column a {color:#000}
.double_third_column a:hover {color:#d30102}


.triple_third_column {
	width:880px;
	float:left;
	margin-right:13px;
	background:#e8e8e8 url(/images/triple_third_bg.gif) no-repeat bottom;
	text-align:left;
}

.triple_third_column a {color:#000}
.triple_third_column a:hover {color:#d30102}

.half_column p, .third_column p, .double_third_column p, .triple_third_column p {
	/* margin:1em 15px; */
	margin-top:1em;
}

ul.nav_bullets, ul.nav_bullets li {
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.nav_bullets {
	margin:5px 5px 0px 15px;
}
ul.nav_bullets li {
	padding:3px 0px 20px 25px;
	background:url(/images/bullet.png) no-repeat;
}

a.download_link {
	display:block;
	color: #000;
	padding:14px 0px 0px 60px;
	width:199px; /* 259 - 60 */
	height:24px; /* 35 - 11 */
	margin-bottom:4px;
	text-decoration:none;
	background:url(/images/download_link.png) no-repeat;
}

a.service_link {
	display:inline-block;
	color: #fff;
	font-weight:bold;
	padding:11px 0px 0px 0px;
	width:180px; 
	height:24px; 
	margin-bottom:13px;
	text-decoration:none;
	text-align:center;
	background:url(/images/service_link.png) no-repeat;
}

a:hover.service_link {
	color: #000;
}



a.brochure_link {
	display:block;
	clear:none;
	color: #d30102;
	padding:11px 0px 0px 60px;
	width:200px; 
	height:34px; 
	margin-right:3px;
	margin-left:3px;
	text-decoration:none;
	background:url(/images/brochurebutton.jpg) no-repeat;
}


.red {
	color:#d30102;
}
.screen_reader {
	display:none;
}
.pgimgs{padding: 5px 0px 10px 0px;}

.pgimgl{padding: 0px 10px 10px 10px}

