@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/spring_creek_bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #004A7A;
}
body,td,th, p {
	font-family: Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size: 12px;
	color: #4D4D4F;
}
p {
	padding-bottom:15px;
}
a:link {
	color: #D31145;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D31145;
}
a:hover {
	text-decoration: underline;
	color: #D31145;
}
a:active {
	text-decoration: none;
	color: #D31145;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	color: #004A7A;
	padding-bottom:2px;
}
h1 {
	font-size: 18px;
	line-height:21px;
	padding-bottom:21px;
}
h2 {
	font-size: 16px;
	line-height:19px;
	padding:19px 0;
}
h3 {
	font-size: 14px;
	line-height:17px;
}
h4 {
	font-size: 13px;
	line-height:16px;
}
hr {
	margin-top: 10px;
	margin-bottom:10px;
}
blockquote {
	padding-left: 30px;
}
#shell {
	width:770px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	background-image: url(../images/spring_creek_header2.gif);
	background-repeat:no-repeat;
	background-position:0px 0;
	height:94px;
	text-align:right;
	padding:60px 50px 0 0;
}
#menu {
	background: url(../images/spring_creek_menu.gif) no-repeat #ffffff;
	width:200px;
}
#menu ul {
	width:190px;
	padding:19px;
}

#menu a {
	font-family:"Times New Roman", Times, serif;
	display: block;
	font-size:15px;
	line-height: 17px;
	font-weight:bold;
	text-decoration: none;
	color:#FFD240;
	padding:5px 5px;
}
#menu a:hover, #menu a.at {
	background: #FFD240;
	color:#D31145;
}
#menu ul hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
* html #menu ul{
	padding-bottom:0;
}
* html #menu a {
	margin:0;
	margin-bottom:-5px;
	line-height:15px;
}
* html #menu li {
	margin-top: -5px;
	margin-bottom:-5px;
	padding:0;
}
* html #menu ul hr {
	margin-top: 0px;
	margin-bottom: 0px;
}
*:first-child+html #menu ul{
	padding-bottom:0;
}
*:first-child+html #menu a {
	margin:0;
	margin-bottom:-5px;
	line-height:15px;
}
*:first-child+html #menu li {
	margin-top: -5px;
	margin-bottom:-5px;
	padding:0;
}
*:first-child+html #menu ul hr {
	margin-top: 0px;
	margin-bottom: 0px;
}
#rotation {
	background:#FFFFFF;
	width:400px;
	padding:0;
	margin:0;
}
#area1 {
	background:url(../images/area1.gif) no-repeat #E3B63A;
	width:200px;
	padding:20px;
}
#area1 h3 {
	color:#4D4D4F;
}
#area2 {
	/*background: url(../images/area2.gif) repeat-x #d1d2d4;*/
	background:#FFFFFF;
	width:480px;
	padding:20px;
}
.normallist {
	list-style:disc;
	padding-left:15px;
	margin-left:30px;
	padding-bottom:15px;
}
td .normallist {
	margin-left:0;
}
.normallist ul {
	list-style:circle;
	padding-left:15px;
	margin-left:30px;
}
#footer {
	padding:25px 0;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
}
#footer a{
	color:#FFFFFF;
}