/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #5D5D5D;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#whole {
	width: 953px;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
}
#side_left {
	float: left;
	width: 210px;
}
#side_right {
	float: left;
	width: 743px;
}
#service_menu {
	height: 601px;
	width: 210px;
}
#header {
	height: 161px;
	width: 743px;
}
#page {
	width: 743px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	font-family: tahoma, arial, helvetica, sansSerif;
	font-size: 12px;
	color: #636363;
}
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 22px;
	width: 753px;
	clear: both;
	font-family: tahoma, arial, helvetica, sansSerif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 18px;
	padding-left: 200px;
}
#content_left {
	float: left;
	width: 223px;
}
#air_bg {
	width: 100%;
	background-image: url(../images/air_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 440px;
}
#ocean_bg {
	width: 100%;
	background-image: url(../images/ocean_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 440px;
}
#land_bg {
	width: 100%;
	background-image: url(../images/land_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 440px;
}
#logo {
	height: 62px;
	width: 223px;
}
#menu {
	width: 223px;
	padding-top: 5px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu a {
	background-image: url(../images/menu_on.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 29px;
	width: 190px;
	font-family: tahoma, arial, helvetica, sansSerif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 20px;
	letter-spacing: 1px;
}
#menu a:hover {
	color: #F18200;
	text-decoration: none;
}
.orange {
	color: #F18200;
}
#content_right {
	float: left;
	width: 435px;
	padding-left: 20px;
}
#service_ads {
	width: 723px;
	clear: both;
	padding-top: 15px;
	padding-left: 20px;
}
.title_bar {
	height: 25px;
	width: 680px;
	background-image: url(../images/our_services_title.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #DBDBDB;
	clear: both;
}
.ads {
	width: 680px;
	height: 128px;
	padding-top: 13px;
	clear: both;
}
.red a {
	font-size: 11px;
	color: #FF0000;
	text-decoration: underline;
}
.red a:hover {
	text-decoration: none;
}
.subtitle {
	font-weight: bold;
	color: #028DD4;
	padding-top: 5px;
}
.ul li {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	padding-bottom: 5px;
}
.blackBold {
	color: #000000;
	font-weight: bold;
}
a:link, a:visited {
	color: #F18200;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}

