@charset "UTF-8";
/* CSS Document */

#layout {
	z-index:1000;
	width:1000px;
	position:absolute;
	left:50%;
	margin-left:-500px;
}
#header {
	width:1000px;
	height:182px;
}
#logo {
	margin-top:75px;
	margin-left:75px;
}
#menuContainer {
	position:absolute;
	top:0px;
	left:0px;
}
#formContainer {
	position:absolute;
	left:302px;
	z-index:1000;
	width:698px;
}
#formText {
	position:absolute;
	top:20px;
	left:53px;
	z-index:1005;
	font-size:16px;
	line-height:16px;
	color:#FFFFFF;
	width:300px;
}
.form {
	border:#000 1px solid;
	width:300px;
	height:20px;
	font-size:16px;
}
#badge {
	z-index:1002;
	position:absolute;
	bottom:0px;
	left:400px;
}
#menuLeft {
	position:absolute;
	top:182px;
	background-color:#171e26;
	width:72px;
	height:237px;
}
#menuul {
	position:absolute;
	left:-10px;
	top:30px;
}
#menu {
	background-color:#1d252f;
	position:absolute;
	top:182px;
	left:70px;
	width:232px;
	height:237px;
}
.menu {
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
}
.menuli {
	border: none 0;
	border-top: 1px dotted #375367;/*the border*/
	width: 100%;
	height: 0px;/*whatever the total width of the border-top and border-bottom equal*/
}
#bodyCont {
	background-color:#202a35;
	position:absolute;
	top:420px;
}
#bodyLeft {
	position:absolute;
	left:0px;
	width:302px;
	background-color:#2e3b4b;
	min-height:200px;
}
#bodyRight {
	position:absolute;
	left:302px;
	background-color:#202a35;
	width:698px;
}
#bodyhr {
	background-color:#202a35;
	width:698px;
	height:20px;
}
#bodyTop {
	background-color:#283442;
}
#footer {
	position:absolute;
	left:0px;
}
#footerLeft {
	position:absolute;
	top:725px;
	left:0px;
	display:block;
	background-color:#252f3c;
	width:302px;
	height:92px;
}
#footerRight {
	position:absolute;
	top:725px;
	left:302px;
	background-color:#2e3b4b;
	height:92px;
	width:698px;
}
#staff {
	width:250px;
	padding-bottom:100px;
}
#staffServices {
	width:250px;
	height:750px;
}
#contactServices {
	width:250px;
	height:780px;
}
#bodyTopText {
	padding-top:20px;
	padding-bottom:20px;
	width:650px;
}
#bodyBottomText {
	margin-bottom:75px;
}
#footerTextLeft {
	position:absolute;
	top:50%;
	margin-top:-5px;
	left:50px;
}
#footerTextRight {
	position:absolute;
	top:50%;
	margin-top:-5px;
	right:5px;
}