body {
	margin: 0px;
	background: url(../images/background.jpg) top left repeat;
}


#container {
	position: absolute;
	left: 50%;
	margin-left: -350px;
	width: 700px;
	border-left: 5px solid #AF9B65;
	border-right: 5px solid #AF9B65;
	background-color: #E2D6B7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#header {
	display: block;
	width: 700px;
	height: 175px;
}


#topNav {
	position: absolute;
	top: 175px;
	width: 700px;
	height: 25px;
	background: url(../images/tnav_gradient.jpg) top left repeat-x;
	font-weight: bold;
	color: #FFFFFF;
}
#topNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#topNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#topNav a:hover {
	color: #E2D6B7;
	text-decoration: none;
}
#topNav a:active {
	color: #E2D6B7;
	text-decoration: none;
}
#topNavLeft {
	float: left;
	display: block;
	width: 200px;
	height: 19px;
	padding-top: 6px;
	font-size: 10px;
	text-align: center;
	border-right: 1px solid #AF9B65;
}
#topNavRight {
	float: right;
	font-size: 11px;
}
#topNavRight ul {
	margin: 0;
	padding: 5px 0px 5px 0px;
}
#topNavRight li {
	display: inline;
	padding: 5px 0px 5px 0px;
}
#topNavRight a {
	margin-right: -4px;
	padding: 5px 15px 5px 15px;
	border-left: 1px solid #3B4D86;
}


#sideNav {
	position: absolute;
	top: 200px;
	width: 200px;
	font-size: 10px;
	font-weight: bold;
	background-color: #E2D6B7;
}
#sideNav ul {
	margin: 0;
	padding: 0;
}
#sideNav li {
	display: block;
	margin: 0;
	padding: 14px 0px 14px 0px;
	width: 200px;
	height: 12px;
	list-style-type: none;
	background: url(../images/snav_gradient.jpg) top left repeat-x;
}
#sideNav a {
	padding: 14px 0px 14px 15px;
}
#sideNav a:link {
	color: #495D9B;
	text-decoration: none;
}
#sideNav a:visited {
	color: #495D9B;
	text-decoration: none;
}
#sideNav a:hover {
	color: #AF9B65;
	text-decoration: none;
}
#sideNav a:active {
	color: #AF9B65;
	text-decoration: none;
}

#caseAction {
	margin-top: 45px;
	padding: 20px 0px 20px 0px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	border-top: 1px solid #3D5299;
	border-bottom: 1px solid #3D5299;
	background-color: #C3B48C;
}
#caseAction a {
	padding: 20px 8px 20px 8px;
}
#caseAction a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#caseAction a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#caseAction a:hover {
	color: #495D9B;
	text-decoration: none;
}
#caseAction a:active {
	color: #495D9B;
	text-decoration: none;
}


#contentLeft {
	float: left;
	display: block;
	width: 201px;
	border-right: 1px solid #AF9B65;
}
#contentRight {
	float: right;
	display: block;
	width: 449px;
	padding: 42px 25px 30px 25px;
	border-left: 1px solid #AF9B65;
	background-color: #FFFFFF;
}
#contentRight h1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #9D8A54;
}
#contentRight h2 {
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #12306D;
}
#contentRight h3 {
	margin: 10px 0px 0px 0px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #12306D;
}
#contentRight h4 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #9D8A54;
	text-align: center;
}
#contentRight p {
	margin: 0px 0px 20px 0px;
	padding: 0;
	font-size: 12px;
	color: #7A7A7A;
	line-height: 20px;
}
#contentRight strong {
	color: #12306D;
}
#contentRight ul {
	font-size: 12px;
	color: #7A7A7A;
	line-height: 20px;
}
#contentRight li {
	margin-bottom: 10px;
}
#contentRight a:link {
	color: #0D2984;
	text-decoration: underline;
}
#contentRight a:visited {
	color: #0D2984;
	text-decoration: underline;
}
#contentRight a:hover {
	color: #9D8A54;
	text-decoration: underline;
}
#contentRight a:active {
	color: #9D8A54;
	text-decoration: underline;
}

.clearDiv {
	clear: both;
}


#contactForm {
	margin: 0px 0px 40px 50px;
	font-size: 12px;
	color: #12306D;
}
#contactForm form {
	margin: 0;
	padding: 0;
}
#contactForm form br {
	clear: both;
	padding: 8px 0px 8px 0px;
}
label,input,select {
	display: block;
	float: left;
	width: 150px;
	margin-bottom: 10px;
}
#contactForm label {
	margin-right: 10px;
	text-align: right;
}
#contactForm input {
	color: #12306D;
	border: 1px solid #9D8A54;
	background-color: #F9F5EE;
}
#contactForm select {
	width: 150px;
	color: #12306D;
	border: 1px solid #9D8A54;
	background-color: #F9F5EE;
}
#contactForm textarea {
	margin: 5px 0px 10px 20px;
	width: 290px;
	height: 100px;
	color: #12306D;
	border: 1px solid #9D8A54;
	background-color: #F9F5EE;
}
#buttons {
	margin: 0px 0px 0px 80px;
	background-color: #FFFFFF;
}
#buttons input {
	margin-left: 10px;
	width: 75px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #9D8A54;
	background-color: #0A216A;
}
#hidden input {
	border: none;
	background-color: none;
}


#footerContainer {
	clear: both;
	padding: 0px 0px 5px 0px;
	color: #FFFFFF;
	background-color: #0A216A;
}
#footerContainer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footerContainer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footerContainer a:hover {
	color: #E2D6B7;
	text-decoration: none;
}
#footerContainer a:active {
	color: #E2D6B7;
	text-decoration: none;
}

#footer {
	padding: 25px 15px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	line-height: 25px;
	text-align: right;
	background: url(../images/logo.jpg) top left no-repeat;
}
#footer h3 {
	float: left;
	margin: 20px 0px 0px 10px;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #E2D6B7;
}
#footer h4 {
	float: right;
	margin: 20px 0px 0px 0px;
	padding: 0;
	font-size: 10px;
}
#footer h5 {
	margin-left: 20px;
	font-size: 9px;
	line-height: 12px;
	text-align: right;
}
#footer p {
	margin: 0;
	padding: 10px 15px 0px 15px;
	font-size: 9px;
	line-height: 12px;
	text-align: center;
}

