/*
 * ------------------------------------------------------
 * Main
 * ------------------------------------------------------
 */

html {
	height:100%;
}

body {
	background-color: #cbcbcb;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 16px;
	height:100.01%;
	overflow:hidden;
	background-image:url(../img/background.jpg);
	background-repeat:repeat-x;
}

* {
	margin: 0;
	padding: 0;
}

#flashSplitPage {
	width: 100%;
	height: 100%;
}

* #content_container {
	height:95%;
    overflow:auto;
}

#content_container {
	width:783px;
	text-align:center;
	margin: 0 auto;
}

img {
	border:0px;
}

h2 {
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	color:#88673C;
	font-size:11px;
	border-bottom:1px solid #c4bcb3;
}

h2.noline {
	border-bottom:0px;
}

h2.nolineorange {
	border-bottom:0px;
	color:#cc9933;
}

h2.nolineorangemiddle {
	border-bottom:0px;
	color:#cc9933;
	margin-bottom:0px;
	margin-right:10px;
}


form {
	margin:0px;
	padding:0px;
}

/*
 * ------------------------------------------------------
 * Elements
 * ------------------------------------------------------
 */

#logo {
	margin-right:12px;
}

#map {
	margin-left:12px;
}

#search_box {
	border:1px solid #B6B7B9;
	line-height:normal;
	padding:3px 3px 2px;
	width: 132px;
}

#search_string {
	border:0 none;
	float:left;
	margin-top:0;
	padding-top:1px;
	width:105px;
}

.slashes {
	font-weight:normal;
	color:#ceced0;
}

.years100 {
	padding-top:3px;
	margin-right:10px;
}

.years100oe {
	padding-top:3px;
	margin-right:10px;
}

.mtusmall {
	padding-right:7px;
}

.cellmoreabout {
	padding-left:7px;
}

.moreabout {
	line-height:normal;
	color:#b6b6b5;
	text-decoration:none;
}

input, textarea {
	border:1px solid #B6B7B9;
	color:#666;
	font-family:Verdana,arial,helvetica,sans-serif;
	font-size:10px;
	padding:3px;
	width:242px;
}

a.nav_main {
	font-size:11px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}

.nav_main:hover {
	color:#c4bcb3;
}

#content_container .maintable {
	margin-top:90px;
}

#content_container .navtable {
	margin-bottom:30px;
}

#content_container table tr td {
	padding:0px;
	margin:0px;
	text-align:left;
}

#content_container ul {
	margin:0px;
	padding:0px;
}

#content_container ul li {
	list-style-type:none;
	background-image:url(../img/bullet.gif);
	background-repeat:no-repeat;
	background-position:0 5px;
	padding-left:14px;
}

#content_container ul li a {
	color:#666;
	text-decoration:none;
}

#content_container ul li a:hover {
	color:#c4bcb3;
}

.content_text {
	background-color:#fff;
	padding:12px;
	margin-bottom:2px;
	width:230px;
}

.content_image {
	width:254px;
}

#header_left {
	position:absolute;
	right:30px;
	top:30px;
}

#footer {
	position:relative !important;
	width: 844px;
	height: 24px;
	margin: 0 auto;
	margin: 0 auto 0;
	background: transparent;
	padding-left: 24px;
	text-align:center;
}

#footer ul {
	list-style-type: none;
	list-style-image: none;
}

#footer li {
	display: inline;
}

#footer,#footer a {
	color: #a0a0a0;
	text-decoration:none;
}
