body {
	background-color: #203E56;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family:"PT Sans", Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	width:100%;
}

#pagetitle {
	font-size:20px;
	font-weight:bold;
	color:#4F93C4;
}
.topimage {
	height:220px;
}
#nav a {
	color: #FFFFFF;
}
#nav {
	margin: 0;
	line-height: 100%;
	height: 40px;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	position: absolute;
	z-index: 200;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
	color: #FFFFFF;
}
/* main level link */
#nav a {
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9DCEFF;
}
#nav a:hover {
	color: #000000;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background-image: none;
	background-repeat: repeat-x;
	background-position: 0 -40px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #84B6DB;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	border: none;
	background-image: none;
	color: #FFFFFF;
}
#nav ul a:hover {
	color: #FFFFFF !important;
	font-weight: bold;
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background-color: #4F92C6;
	background-repeat: repeat-x;
	background-position: 0 0;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners of first and last link */
#nav ul li:first-child > a {
}
#nav ul li:last-child > a {
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}
* html #nav {
	height: 1%;
}
img, div {
	behavior: url(js/iepngfix.htc)
}
#wrapper {
	width: 100%;
	height: 1200px  margin-top: 0px;
	background-image: url(/images/wrapper_bg.jpg);
	no-repeat scroll center top transparent;
    background-repeat: repeat-x;
	height: 1050px;
	background-color: #203E56;

}
#maincontent {
	float: left;
	height: 735px;
	width: 100%;
	margin-top: 0px;
}
#footer {
	float: left;
	height: 330px;
	width: 867px;
	clear: left;
	background-color: #00293F;
	background-image: url(images/footbg.jpg);
	background-repeat: repeat-x;
}
#wrappercontent {
	height: 900px;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#navigationmenu {
	height: 45px;
	width: 867px;
	margin-left:0px;
	float: left;
	background-image: url(/images/menuBG.jpg);
	background-repeat: repeat-x;
}
#sliderbox {
	height: 0px;
	width: 867px;
	float: left;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-left:0px;
}
-->
.chromestyle {
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 7px;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	width: 100%;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 20px;
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	color: #FFFFFF;
	padding: 4px 20px;
	margin: 0;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4F92C6;
}
.dropmenudiv {
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:30px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
}
.whiteborder1 {
	width:183px;
	height:122px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px;
	border: 1px solid #999999;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}
#content_left {
	background-color: #E1F0FF;
	height: 720px;
	width: 210px;
	float: left;
	margin-left: 0px;
	padding-left: 15px;
	padding-top: 16px;
}
#content_middle {
	float: left;
	height: 706px;
	width: 552px;
	margin-left: 0px;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 45px;
	padding-bottom: 15px;
	padding-left: 45px;
}
#content_right {
	background-color: #E1F0FF;
	float: left;
	height: 413px;
	width: 187px;
	margin-left: 0px;
	padding-top: 14px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.listing {
	margin-left: -30px;
	margin-top: 7px;
}
.footer_title {
	font-size: 14px;
	display: block;
	color: #CCCCCC;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2D5A7B;
	width: 250px;
	margin-left: 10px;
	clear: left;
	font-weight: 400;
}
.whiteborder #wrappercontent {
	background-image:url(/images/wrapper_bg.png);
	background-repeat: no-repeat;
	width:930px;
	background-position: -11px;
	padding-left: 30px;
}
#featured {
	width: 868px;
	height: 297px;
	background: #000 url('/images/loading.gif') no-repeat center center;
	overflow: hidden;
}
.orbit-bullets {
	position: absolute;
	z-index: 1000;
	list-style: none;
	bottom: -30px;
	left: 50%;
	margin-left: -50px;
	padding: 0;
}
.orbit-bullets li {
	float: left;
	margin-left: 5px;
	cursor: pointer;
	color: #999;
	text-indent: -9999px;
	background: url(/images/bullets.jpg) no-repeat 4px 0;
	width: 13px;
	height: 12px;
	overflow: hidden;
}
.orbit-bullets li.has-thumb {
	background: none;
	width: 100px;
	height: 75px;
}
.orbit-bullets li.active {
	color: #222;
	background-position: -8px 0;
}
.orbit-bullets li.active.has-thumb {
	background-position: 0 0;
	border-top: 2px solid #000;
}
.footer_paragraph {
	color: #CCCCCC;
	padding: 4px;
	width: 240px;
	margin-left: 10px;
	font-size: 13px;
}
#next {
	background: url("/images/search_icon.png") no-repeat;
	width: 16px;
	height: 16px;
	margin-top: 7px;
	margin-left: 132px;
	float: right;
	position: absolute;
}
#contact_form input {
	border: currentColor;
	height: 30px;
	color: rgb(51, 51, 51);
	padding-left: 5px;
	margin-bottom: 20px;
}
#contact_form textarea {
	border: currentColor;
	height: 30px;
	color: rgb(51, 51, 51);
	padding-left: 5px;
	margin-bottom: 20px;
}
#searchicon {
	margin-right:-16px;
	background-image: url(/images/search_icon.png);
	float: left;
	height: 20px;
	width: 18px;
	background-repeat: no-repeat;
	margin-top: 5px;
}
#spinglobe {
}
#ctpat {
	background-image: url(/images/ctpat.jpg);
	height: 69px;
	width: 150px;
	margin-top: 30px;
	margin-left: 18px;
	background-repeat: no-repeat;
}
#flags {
	width:200px;
	float: right;
	margin-top: 5px;
	clear: right;
	text-align: right;
	margin-right: 35px;
	font-weight: normal;
}
#callus {
	float:right;
	clear: right;
	margin-top: 20px;
	margin-right: 35px;
	margin-bottom: 5px;
	font-size: 14px;
	color: #990000;
}
#webtracking {
	float:right;
	margin-top: -20px;
	padding-right: 16px;
	color: #FFFFFF;
}
#webtracking a:link {
	font-weight:100;
}
.breadcrumbs {
	padding-bottom:10px;
}
.style1 {
	font-weight: bold
}
#nav a {
	color: #FFFFFF;
}
#nav {
	margin: 0;
	line-height: 100%;
	height: 40px;
	padding-top: 7px;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	position: absolute;
	z-index: 200;
	width: 900px;
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
	color: #FFFFFF;
}
/* main level link */
#nav a {
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9DCEFF;
}
#nav a:hover {
	color: #000000;
}
/* main level link hover */
#nav .current a, #nav li:hover > a {
	background-image: none;
	background-repeat: repeat-x;
	background-position: 0 -40px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #84B6DB;
}
/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	border: none;
	background-image: none;
	color: #FFFFFF;
}
#nav ul a:hover {
	color: #FFFFFF !important;
	background-color: #6AB5FF;
}
/* dropdown */
#nav li:hover > ul {
	display: block;
}
/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background-color: #005FEF;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-image: url(image/menuBG.gif);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul a {
	font-weight: normal;
}
/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}
/* rounded corners of first and last link */
#nav ul li:first-child > a {
}
#nav ul li:last-child > a {
}
/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
