/* CSS Document */

body {
	margin: 0px auto;
	width: 760px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000099;
	font-size: 15px;
	text-align: center;
	background-color: #003263;
}

html {
	margin: 0px;
	height: 100%;
	padding: 0px;
}

img {
	border: none;
}

.overall_contain_top {
	background: url(../images/header_logo3.jpg) no-repeat;
	width: 760px;
	height: 180px;
}

.address {
	margin: 74px 77px 0px 0px;
	font-size: 12px;
	color: #ededed;
	text-align: right;
	clear: both;
}

.overall_contain_mid {
	background: url(../images/bg_middle.jpg) repeat-y;
	width: 760px;
	z-index: -1;
}

.overall_contain_bottom {
	background: url(../images/bg_bottom.jpg) no-repeat;
	width: 760px;
	height: 52px;
}

.navigation {
	margin: 0px 0px 0px 0px;
}

.menu {
	background: url(../images/nav_middl.jpg) repeat-x;
	margin: 0px 35px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	
	/*background: url(../images/menu_bar.gif) repeat-x;width: 598px;*/
	text-transform: inherit;
	font-size: 15px;
	font-weight: bold;
	clear: both;
}

.menu li {
	list-style: none;
	display: inline;
}

.menu a:link {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

.menu a:visited {
	color: #000099;
	text-decoration: none;
}

.menu a:hover {
	background-color: #000099;
	color: #00a2d0;
	/*color: #f9784e;*/
	text-decoration: underline;
}

#nav_left {
	background: url(../images/nav_left.jpg) no-repeat;
	float: left;
}

#nav_right {
	background: url(../images/nav_right.jpg) no-repeat;
	float: right;
}

.body_top {
	background: url(../images/body_top.jpg) no-repeat;
	margin: 10px 0px 0px 70px;
	width: 622px;
	height: 14px;
}

.body_mid {
	background: url(../images/body_middle.jpg) repeat-y;
	margin: 0px 0px 0px 70px;
	padding: 5px 8px 0px 10px;
	width: 622px;
	text-align: left;
}

#body_text {
	margin: 0px 0px 12px 4px;
	padding: 0px 0px;
	width: 600px;
}

.body_bottom {
	background: url(../images/body_bottom.jpg) no-repeat;
	margin: -14px 0px 0px 70px;
	width: 622px;
	height: 14px;
}

#overnight {
	margin: 35px 50px 0px 0px;
	color: #f03;
	font-weight:;
	text-align: right;
}
/**********************************************************************/
/* form error and required div ids and classes for Center Pointe Site
/**********************************************************************/

.message {
	color: #ff0000;
}

.required span {
	color: #ff0000;
}

.footer {
	margin: 15px 0px 0px 0px;
}

#ks_link {
	margin: 10px 0px 0px 0px;
}