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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434333;
	line-height: 18px;
	background-position: left top;
	background-repeat: repeat-x;
	background-image: url(../images/top_blue_bg.jpg);
	background-color: #ccc7b4;
	margin: 0;
	padding: 0;	

}



#content_area h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	font-weight: lighter;
	color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom:#000000 dotted thin;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 100%;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	font-weight: 100;
	color: #780903;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*img {
padding-left: 10px;

}*/

#topline {
	width: 960px;
	height:28px;
	position: relative;
	margin: auto;
}
#tagline {
	width: 405px;
	height: 15px;
	position: absolute;
	top: 7px;
	right: 45px;
}
#header {
	width: 800px;
	height: 129px;
	margin: auto;
	position: relative;
}
#logo {
	width: 421px;
	height: 129px;
	position: absolute;
	top: 0px;
	left: 0px;
}

a:link,
a:active,
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #978566;
}

a:hover {
	text-decoration: none;
}

#menu {
	width: 350px;
	top: 40px;
	right: 60px;
	position: absolute;
}

ul#nav {
	margin:0 auto;
	padding-top:20px;
	text-align:center;
	width:400px;
}

ol, ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

ul#nav li {
	display: inline; /* Prevents "stepdown" */
}

ul#nav a {
	color:#780903;
	font-size:13px;
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-weight: lighter;
	text-decoration: none;
	padding:3px 6px;
	width: auto;
	float: left;
}

ul#nav a:hover {
	color: #978566;
}

#red_bg {
	margin:0px;
	height: 600px;
    background-image: url(../images/red_pattern_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	/*border-top: 1px solid #ffffff;*/
}
#top_shadow {
	margin: auto;
	width: 960px;
	height: 33px;
}

.mainshadow {
	margin: auto;
	width: 960px;
	background-image: url(../images/main_shadow.png);
	background-repeat: repeat-y;
	background-position: center top;
}

#top_content_container {
	margin: auto;
	width: 800px;
	height: 21px;
	background-position: center top;
}

#main_content{
	margin: auto;
	width: 800px;
	background-color: #fff;
	background-position: center top;
	overflow: hidden;
}

#content_area {
	margin: auto;
	width: 800px;
	background-color: #fff;
	padding: 20px 10px 20px 10px;
}

#content_area_sec {
	margin: auto;
	width: 839px;
	background-color: #fff;
	padding: 0px 20px 20px 20px;
}

#middle_col3 { 
	float: left;
	width: 255px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 30px;
}

#middle_col4 { 
	float: left;
	width: 255px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 30px;
}

#footer {
	margin: auto;
	width: 800px;
	height: 80px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

#menu_footer {
	width: 664px;
	top: 10px;
	right: 47px;
	position: absolute;
}

ul#nav_footer {
	margin:0 auto;
	padding-top:5px;
	text-align:center;
	width:680px;
}

ul#nav_footer li {
	display: inline; /* Prevents "stepdown" */
}



#copyright_info {
	color:#fff;
	font-weight: lighter;
	position: absolute;
	width: 800px;
	text-align: right;
	right: 20px;
	top: 15px;
}

#copyright_info a {
	color: #fff;
	font-size:11px;
	font-weight: bold;
	text-decoration: underline;
}

#copyright_info a:hover {
	color: #fff;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
}


.main_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 24px;
	color: #780903;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 100%;
}

.links_body {
	color: #780903;
}

.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #434333;
	line-height: 18px;
}
.small_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #978566;
}
.fields {
	background-color: #dcdcc7;
	border: 1px solid #ccccb5;
	padding: 4px;
	font-size: 14px;
	color: #434333;
}
