@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #236097;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #236097;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	text-decoration: none;
	color: #236097;
}


#top {
	background-image: url(images/top_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:90px;
}

#topcontainer {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	background-position: left top;
	height:90px;
	width:800px;
	margin:0px auto 0px auto;
	position:relative;
	text-align:right;
}

#main {
	background-image:url(images/main_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:280px;
}

#maincontainer {
	background-image:url(images/main.png);
	background-repeat:no-repeat;
	background-position: left top;
	height:280px;
	width:800px;
	margin:0px auto 0px auto;
	position:relative;
	text-align:right;
}

#maintagline {
	padding:60px 5px 0px 0px;
	position:relative;
	text-align:right;
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
}

#mainbullet {
	padding:0px 5px 0px 570px;
	position:relative;
	text-align:left;
	width:auto;
}

#mainbullet ul {
	position:relative;
	color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:13px;
	font-weight:bold;
	list-style:disc;
	line-height:140%;
}


#bodycontainer {
	width:800px;
	margin:0px auto 0px auto;
	position:relative;
	margin-top: 20px;
}


.boxes {
	background-image:url(images/box_bg.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	min-height:50px;
	width:250px;
	padding-bottom:60px;
}

.box1 {
	background:url(images/box1.png) no-repeat top;
	width:250px;
}

.box1 a {
	color: #333333;
	text-decoration: none;
	display:block;
	width:200px;
	padding-top:55px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:0px;
}
.box1 a:hover {
	text-decoration: none;
	color: #CC0000;
	background:url(images/box1_f2.png) no-repeat top;
}

.box2 {
	background:url(images/box2.png) no-repeat top;
	width:250px;
}
.box2 a {
	color: #333333;
	text-decoration: none;
	display:block;
	width:200px;
	padding-top:55px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:0px;
}
.box2 a:hover {
	text-decoration: none;
	color: #ff6600;
	background:url(images/box2_f2.png) no-repeat top;
}

.box3 {
	background:url(images/box3.png) no-repeat top;
	width:250px;
}
.box3 a {
	color: #333333;
	text-decoration: none;
	display:block;
	width:200px;
	padding-top:55px;
	padding-left:25px;
	padding-right:25px;
	padding-bottom:0px;
}
.box3 a:hover {
	text-decoration: none;
	color: #669900;
	background:url(images/box3_f2.png) no-repeat top;
}

#footer {
	width:800px;
	margin:0px auto 0px auto;
	position:relative;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#999999;
	text-align:center;
	line-height:200%;
	padding:25px 0px 0px 0px;
}

#footer a {
	color: #999999;
	text-decoration: none;
	padding-left:7px;
	padding-right:7px;
}

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

#earthmain {
	background-image:url(images/inner/earth_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:250px;
}

#earthmaincontainer {
	background-image:url(images/inner/earth.png);
	background-repeat:no-repeat;
	background-position: left top;
	height:250px;
	width:800px;
	margin:0px auto 0px auto;
	position:relative;
	text-align:right;
}

#firemain {
	background-image:url(images/inner/fire_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:250px;
}

#firemaincontainer {
	background-image:url(images/inner/fire.png);
	background-repeat:no-repeat;
	background-position: left top;
	height:250px;
	width:800px;
	margin:0px auto 0px auto;
	position:relative;
	text-align:right;
}

#airmain {
	background-image:url(images/inner/air_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:250px;
}

#airmaincontainer {
	background-image:url(images/inner/air.png);
	background-repeat:no-repeat;
	background-position: left top;
	height:250px;
	width:800px;
	margin:0px auto 0px auto;
	position:relative;
	text-align:right;
}
#watermain {
	background-image:url(images/inner/water_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:250px;
}

#watermaincontainer {
	background-image:url(images/inner/water.png);
	background-repeat:no-repeat;
	background-position: left top;
	height:250px;
	width:800px;
	margin:0px auto 0px auto;
	position:relative;
	text-align:right;
}

.innerPageTitle {
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#cc0000;
}

.innerTitle {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#236097;
}

.innerSubTitle {
	font-family:"Trebuchet MS";
	font-size:15px;
	color:#333333;
}

.leftbox {
	background-image:url(images/inner/left_bg.png);
	background-repeat:no-repeat;
	background-position: left bottom;
	min-height:50px;
	width:200px;
	padding-bottom:15px;
	padding-left:20px;
	line-height:200%;
	font-size:12px;
	position:relative;
}

.leftbox1 {
	background:url(images/inner/left_top.png) no-repeat top;
	width:220px;
	height:75px;
	position:relative;
}


#contactmain {
	background-image:url(images/inner/contact_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:180px;
}

#contactmaincontainer {
	background-image:url(images/inner/contact.png);
	background-repeat:no-repeat;
	background-position: left top;
	height:180px;
	width:800px;
	margin:0px auto 0px auto;
	position:relative;
	text-align:right;
}

#aboutmain {
	background-image:url(images/inner/about_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:180px;
}

#aboutmaincontainer {
	background-image:url(images/inner/about.png);
	background-repeat:no-repeat;
	background-position: left top;
	height:180px;
	width:800px;
	margin:0px auto 0px auto;
	position:relative;
	text-align:right;
}

#clientmain {
	background-image:url(images/inner/client_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:180px;
}

#clientmaincontainer {
	background-image:url(images/inner/client.png);
	background-repeat:no-repeat;
	background-position: left top;
	height:180px;
	width:800px;
	margin:0px auto 0px auto;
	position:relative;
	text-align:right;
}
#newsmain {
	background-image:url(images/inner/news_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height:180px;
}

#newsmaincontainer {
	background-image:url(images/inner/news.png);
	background-repeat:no-repeat;
	background-position: left top;
	height:180px;
	width:800px;
	margin:0px auto 0px auto;
	position:relative;
	text-align:right;
}
