body {
	margin: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #0e0e0e;
}

body#home a#homenav,
body#whoweare a#whowearenav,
body#businessserv a#businessservnav,
body#homeserv a#homeservnav,
body#personal a#personalnav,
body#contact a#contactnav {
	color: #FFFFFF;
	background-color: #00396d;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	padding: 0px;
	padding-bottom:8px;
	margin: 0px;
}


h2 {
	font-size: 18px;
	font-weight: normal;
	
	padding: 0px;
	padding-bottom:6px;
	margin: 0px;
	color:#8c090d;
}

h3 {font-size:18px; font-weight:normal; padding:0px; padding-bottom:8px; margin:0px; color:#494949;}

#main {
	width: 920px;
	margin: 0px auto 0px auto;
}

a {color:#013a6e; text-decoration:underline;}
a:visited {color:#013a6e;}
a:hover {color:#7b080b;}

h1 a {text-decoration:none;}


#header {
	width: 900px;
	margin: 0px auto 0px auto;
}

#mainnav {
	height: 25px;
	background-image: url(images/mainnav-bg.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	width: 900px;
	margin: 0px auto 0px auto;
}

#mainnav a {
	display: block;
	width: 150px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	float: left;
}

#mainnav a:hover {
	color: #FFFFFF;
	background-color: #00396d;
}
#content {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 25px 0px 25px 0px;
	font-size: 12px;
	line-height: 21px;
	color: #292929;
}

#box {
	background-color: #FFF;
	border-left: solid #a8a8a8 3px;
	border-right: solid #a8a8a8 3px;
	padding: 10px 22px 10px 22px;
}

#middle {
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-x;
	background-color: #1B1B1B;
}

#bottom {
	height: 142px;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
}

#footer {
	width: 900px;
	margin: 0px auto 0px auto;
	background-repeat: repeat-x;
	color: #434343;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
}

#footer a {
	color: #434343;
	text-decoration: underline;
}

#footer a:hover {
	color: #999;
}

#sidebar {padding-left:20px;}
#sidebar a {
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	border-bottom: solid #cdcdcd 1px;
	text-decoration:none;
}

#banner a {
	height: 31px;
	display: block;
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
	line-height: 31px;
	padding: 0px 0px 0px 10px;
}

.btn_off {
	background-image: url(images/banner-btn.gif);
	background-repeat: no-repeat;
}

.btn_on {
	background-image: url(images/banner-btn-over.gif);
	background-repeat: no-repeat;
}
