body {
	margin: 0;

	padding: 0;
	font-family: "Century Gothic", Symbol, Verdana, Geneva, sans-serif;
	height: 100%;
}

.subscript {
	font-size: 12px;
	line-height: 12px;
}
html {height:100%;}
body {
margin:0; 
padding:0; 
height:100%;
background-color:#ffffff;
}
#wrap {
min-height:100%;
position:relative;
}
* html #wrap {height:100%}

#inner-wrap {
padding-bottom:80px;
}
#inner-wrap:after {
content:" ";
display:block;
clear:both;
}
* html #inner-wrap {
height:1px;
}
#footer {
position:absolute;
bottom:0;

}
#picture1 {
	background: url(images/photo.png) no-repeat center;
	width: 266px;
	height: 195px;
	display: block;
	float: left;
}

#pictureText {
	float: right;
	padding: 20px 50px;
	height: 172px;
	color: white;
	font-weight: normal;
	font-style: normal;
	width: 434px;
}

#pictureText h2 {
	color: #1a81fd;
}



.centerWidth  {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
}

/* @group Header */

#header {
	height: 87px;
	width: 100%;
		background-image: url(images/headerbg.png);
	display: block;
	position: relative;
	z-index: 10;
}

#logo {
	width: 400px;
	height: 87px;
	background: url(images/logo.png) no-repeat;
	float: left;
}

#logo a {
	width: 100%;
	height: 100%;
	display: block;
}



/* @end */

/* @group Navigation */

/* @group horizontal */

#toolbar_horizontal {
	position: relative;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}

#toolbar_horizontal ul.navlist {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#toolbar_horizontal ul.navlist li {
	position: relative;
	left: 0;
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}

#toolbar_horizontal ul.navlist li a {
	text-decoration:none;
	position: relative;
	top: 5px;
	text-align: center;
	padding-left: 15px;
}

#toolbar_horizontal ul.navlist li a:hover {
	text-decoration:none;
	position: relative;
	top: 5px;
	text-align: center;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
}

#toolbar_horizontal ul.navlist li a:active,#toolbar_horizontal #current {
	text-decoration:none;
	position: relative;
	top: 5px;
	text-align: center;
	color: #fff;
	padding-top: 0;
	padding-bottom: 0;
}

#toolbar_horizontal ul.navlist ul {
	display: none;
}

/* @end */

#nav {
	float: right;
	position: relative;
	top: 45px;
	font-weight: bold;
	z-index: 10;
	display: block;
	font-size: 14px;
}

#nav li a {
	color: #e1e1e1;
	font-size: 14px; 
	font-weight: bold;
	text-align: center;
	display: block;
	text-decoration: none;
	z-index: 10;
}
#nav ul {
	padding: 0;
	margin: 0;
	z-index: 10;
}
#nav li {
	margin: 0;
	float: left; 
	display: block;
	height: 42px;
	text-align: center;
	z-index: 10;
}
#nav ul li a:hover, #nav #active a, #nav #current {
	color: red;
	height: 42px;
	border-bottom: 2px solid red;
	z-index: 10;
}
#nav li a {
	display: block;
	float: left;
	line-height: 42px;
	background-position: right;
	background-repeat: no-repeat;

	padding-left: 10px;
	padding-right: 10px;
	z-index: 10;
}



/* @end */

/* @group Banner */

#banner  {
	width: 100%;
	height: 212px;
	background: url(images/bannerbg.png) repeat-x;
	z-index: 5;
	position: relative;
	display: block;
}



/* @end */

/* @group Columns */

.left {
	float: left;
	padding-right: 25px;
	width: 250px;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 25px;
}

.leftLarge {
	float: left;
	padding-right: 25px;
	width: 500px;
	padding-bottom: 30px;
	display: block;
	font-size: 16px;
	line-height: 25px;
}

.middle {
	float: left;
	padding-right: 25px;
	width: 250px;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 25px;
}

.right {
	float: left;
	width: 250px;
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 25px;
}

.rightSmall {
	float: left;
	width: 275px;
	padding-bottom: 30px;
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 25px;
}



/* @end */

/* @group Titles */

h1 {
	padding-top: 0;
	padding-bottom: 10px;
	margin-bottom: 0;
	font: 30px "Century Gothic", Symbol, Verdana, Geneva, sans-serif;
}

a  {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:visited   {
	color: #4c4c4c;
	font-weight: bold;
	text-decoration: none;
}

h2 {
	padding-bottom: 10px;
	margin-bottom: 0;
	text-decoration: none;
	font: 22px "Century Gothic", Symbol, Verdana, Geneva, sans-serif;
}

h3 {
	padding-bottom: 10px;
	margin-bottom: 0;
	font: 20px "Century Gothic", Symbol, Verdana, Geneva, sans-serif;
}

h4 {
	padding-bottom: 10px;
	margin-bottom: 0;
	font: 18px "Century Gothic", Symbol, Verdana, Geneva, sans-serif;
}

h5 {
	padding-bottom: 10px;
	margin-bottom: 0;
	font: normal normal 15px "Century Gothic", Symbol, Verdana, Geneva, sans-serif;
	top: 0;
	left: 0;
}

#safetyPicture
 {
	background: url(images/safety.png) no-repeat;
	width: 414px;
	height: 222px;
	display: block;
	position: absolute;
	top: 0;
	left: -100px;
}

#contactPicture
 {
	background: url(images/contact.png) no-repeat;
	width: 276px;
	height: 207px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#servicesPicture
 {
	background: url(images/services.png) no-repeat;
	width: 263px;
	height: 193px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}



/* @end */

/* @group Objects */

#star {
	background: url(images/yellowstar.png) no-repeat;
	width: 350px;
	height: 200px;
	display: block;
	float: right;
	position: absolute;
	right: -110px;
	z-index: 0;
	top: -100px;
	visibility: visible;
}

#footer {
	background-image: url(images/footerbg.png);
	display: block;
	clear: left;
	bottom: 0;
	text-align: center;
	font-size: 11px;
	padding-top: 35px;
	color: #fff;
	height: 59px;
	width: 100%;
}

#footer a:hover, a:visited {
	color: red;
}



/* @end */