/***           MISC           ***/
body {
	background: #041E69 url(../images/body-bg.jpg) repeat-x center top;
	margin: 0px;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
}
h1, h2 {
	color: #000000;
	margin: 0px;
	padding: 0px;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
h2 {
	color: #462300;
	font: 18px Arial, Helvetica, sans-serif;
}
p, h1, h2 {
	margin: 0px;
	padding: 9px 0px;
}

img{border:none;}
.imgr {
	float: right;
	margin: 5px 0px 5px 10px;
}
.imgl {
	float: left;
	margin: 5px 10px 5px 0px;
}
.border {
	border:solid 1px #660000; padding: 4px;
}
a, a:visited {color: #660000; text-decoration:underline;}
a:hover {color:#021C66; text-decoration:none;}

/***           LAYOUT           ***/
#container {
	background: url(../images/container-bg.jpg) repeat-y;
	width: 836px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	border: 1px solid #021c66;
	border-top:none;
}
#top {
	background: url(../images/top-bg.jpg) no-repeat;
	height: 317px;
	width: 836px;
	margin: 0px;
	padding: 0px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
	display: block;
}
#start {
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 5;
	display: block;
	height: 186px;
	width: 190px;
	right: -18px;
	background: url(../images/get-started-in.jpg) no-repeat;
}
#start img { display:none;}
#start:hover img { display:block;}
#content {
	width: 706px;
	margin: 0px;
	background: url(../images/bottom-bg.jpg) no-repeat left bottom;
	padding: 250px 65px 160px;
	text-align: justify;
	position: relative;
	z-index: 3;
	display: block;
	color: #333333;
	line-height: 20px;
}
.staff {
	border-top: 1px solid #041E69;
	font-size: 11px;
	padding-top: 10px;
	clear:both;
}
.staff h2 {
	font-size: 14px;
	margin: 0px;
	padding: 4px 0px;
	font-weight:bold;
}

.staff img {
float:left; padding: 0px 15px 5px 0px;
}
.staffsm {
	width: 650px;
	margin: 0px auto;
}

.staffsm div {
	float: left;
	height: 228px;
	width: 130px;
	text-align: center;
	padding: 5px;
	border: 1px solid #041E69;
	margin: 10px;
}
.staffsm div h2 {
	font-size: 13px;
	line-height: 14px;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	font-weight: bold;
}
.staffsm div h2 span {
	font-size: 9px;
	font-weight: normal;
	display: block;
	text-transform: capitalize;
}
#googlemap {
	width: 425px;
	padding: 5px;
	text-align: center;
	border: 1px solid #041E69;
	float: right;
	margin: 0px 0px 0px 10px;
}
#footer {float:right; padding-top:15px; text-align:center; width:706px; color:#000000;}
