@charset "utf-8";
body {
	background:url(images/banner_bg_sub.jpg) #e3e7eb top repeat-x;
	margin:0 auto;
}
a, a:active, a:visited {
	color:#000;
	text-decoration:none;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
}
a:hover {
	text-decoration:underline;
}

#header {
	height:258px;
	margin:0 auto;
}
#container {
	width:725px;
	margin:0 auto;
}
#logo {
	background:url(images/logo.png) no-repeat;
	height:121px;
	width:132px;
	float:left;
	position:relative;
	top:0px;
}
#nav {
	float:right;
	position:relative;
	top:75px;
}
#message {
	float:left;
	position:relative;
	top:25px;
	width:350px;
}
#phone {
	background:url(images/phone.jpg) no-repeat right;
	float:left;
	position:relative;
	top:5px;
	margin-left:100px;
	width:220px;
	height:84px;
	padding-left:10px;
}

#page_content {
	position:relative;
	top:25px;
	height:350px;
}
#right {
	float:left;
	margin-left:30px;
	width:160px;
}
#left {
	float:left;
	width:500px;
}
#right_sub {
	float:left;
	margin-left:30px;
	width:500px;
}
#left_sub {
	float:left;
	width:160px;
}
.box {
	float:left;
	width:230px;
	height:120px;
	margin-bottom:20px;
	background:url(images/box.jpg) no-repeat;
	text-align:center
}
.boxspace {
	margin-left:20px;
}
#footer {
	background:url(images/footer.jpg) repeat-x top;
	height:125px;
	margin:0 auto;
}
#ftcontent {
	width:750px;
	height:100px;
	background:url(images/foot_logo.png) left no-repeat;
	margin:0 auto;
}
.footbox {
	float:left;
	position:relative;
	top: 35px;
	margin-left:30px;
	font-family:Arial;
	font-size:12px;
}
.marg{
	margin-left:95px;
}
.footbox a, .footbox a:active, .footbox a:visited {
	color:#000;
	text-decoration:none;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
}
.footbox a:hover {
	text-decoration:underline;
}
.subpanel a, .subpanel a:active, .subpanel a:visited {
	color:#292929;
	text-decoration:none;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.subpanel a:hover {
	text-decoration:underline;
}

.subpanel {
}
.subbody {
	font-family:Arial;
	padding-left:20px;
	font-size:13px;
}
.sublinks li {
	margin:0;
	padding-bottom:0px;
	list-style-type:square;
}
.sublinks {
	margin:0;
	padding-bottom:0px;
}


#aboutpic {
	margin-right:12px;
	margin-bottom:12px;
	float:left;
}
.fl {
	float:left;
}
#nav a, #nav a:active, #nav a:visited, #nav a:hover {
	font-size:14px;
	font-weight:bold;
}

/* TEXT CLASSES */

.message_l {
	color:#e7eef6;
	font-family:Arial;
	font-size: 22px;
	font-weight:bold
}
.message_s {
	color:#e7eef6;
	font-family:Arial;
	font-size: 14px;
	font-weight:bold
}
.linkspace {
	margin-left:10px;
}

h1 {
	background:url(images/h1_bg.png) repeat-x;
	height:45px;
	font-family:Arial;
	color:#000;
	font-size:14px;
	font-weight:bold;
	width: 100%;
	padding-left:12px;
	padding-top:4px;
	margin:0;
}
h2 {
	font-family:Arial;
	color:#000;
	font-size:14px;
	font-weight:bold;
	margin:0;
}
h3 {
	background:url(images/h1_bg.png) repeat-x center;
	height:65px;
	font-family:Arial;
	color:#000;
	font-size:14px;
	font-weight:bold;
	width: 100%;
	padding-left:12px;
	padding-top:15px;
	margin:0;
}






.negmarg {
	margin-top:-15px;
}