/* GLOBAL STYLES */
h1, h2, h3, h4, h5, h6, fieldset, input, form, table, td, tr, ul, ul li, ol, ol li, p {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}

body {
	background: #1C1B16;
	margin: 50px;
	color: #CABF9E;
	font-size: 12px;
	line-height: 150%;
	font-family: Georgia, serif;
}

a {
	outline: none;
	text-decoration: none;
	color: #E43B3B;
}

a:hover {
	color: #FF4242;
}

a img {
	border: 0;
}

a div.arrow, a div.arrow2 {
	height: 10px;
	width: 10px;
	background: url(../img/images.png) 0 -41px;
	margin: 0 0 0 2px;
	display: inline-table;
}

a div.arrow2 {
	background: url(../img/images.png) 0 -101px;
}

p {

}

.print {
	display: none;
}

.last {
	margin-bottom: 0 !important;
}

.clear { clear: both; }

.back {
	font-size: 13px;
	padding: 5px 0 0 0;
	display: block;
	width: 200px;
}

.forward {
	font-size: 13px;
	padding: 5px 5px 0 0;
	float: right;
	width: 200px;
	text-align: right;
}

.amp {
	font-family: Palatino, "Book Antiqua", Georgia, serif;
	font-style: italic;
	margin: 0 2px 0 1px;
}

.border-bot {
	background: url(../img/line.png) bottom left repeat-x;
	padding-bottom: 5px;
}

.sub-title {
	font-style: italic;
	color: #FFFFFF;
	font-size: 13px;
	padding: 5px 0 5px 1px;
}

.empty { height: 18px; }

.note {
	color: #CABF9E;
	font-size:10px;
	font-style:italic;
	line-height:120%;
	margin: 5px 0 0 5px !important;
	padding: 0;
}

/* LAYOUT */
#wrapper {
width: 950px;
}

#header {

}

#nav {
	margin: 20px 0 0 0;
}

#nav li a {
	padding: 0 0 5px 10px;
	color: #CABF9E;
	font-size: 14px;
}

#nav li a:hover {
	color: #FFF1C7;
}

#nav li.active a {
	color: #E43B3B;
	font-style: italic;
	background: url(../img/images.png) no-repeat 0 -37px;
	font-size: 16px;
}

#nav li ul {
	margin: 0 20px 15px 20px;
}

#nav li ul li {
	font-size: 11px;
	line-height: 120%;
	font-style: italic;
	color: #817A65;
}

#nav li.active ul li, #nav li ul li.hover {
	color: #CABF9E;
}


/* MAPS */
.map {
	background: url(../img/images.png) no-repeat;
	display: block;
}

.m1 {
	background-position: 0 0;
	height: 18px;
	width: 91px;
}

.m1:hover { background-position: -91px 0; }

.m2 {
	background-position: -182px 0;
	height: 18px;
	width: 160px;
}

.m2:hover {	background-position: -342px 0; }

.m3 {
	background-position: -502px 0;
	height: 18px;
	width: 62px;
}

.m3:hover {	background-position: -564px 0; }

.m4 {
	background-position: -626px 0;
	height: 18px;
	width: 100px;
}

.m4:hover {	background-position: -726px 0; }

.m5 {
	background-position: -12px -18px;
	height: 18px;
	width: 118px;
}

.m5:hover { background-position: -130px -18px; }

.m6 {
	background-position: -248px -18px;
	height: 18px;
	width: 71px;
}

.m6:hover { background-position: -319px -18px; }

.m7 {
	background-position: -638px -18px;
	height: 18px;
	width: 87px;
}

.m7:hover { background-position: -725px -18px; }

/* GRIDS */
.main_l {
	float: left;
	width: 200px;
}

.main_r {
	float: right;
	width: 700px;
}

.three-col div {
	width: 200px;
}

.three-col .col1, .three-col .col2 {
	float: left;
	margin: 0 50px 0 0;
}

.three-col .col2 {

}

.three-col .col3 {
	float: right;
}

.two-col1 .col1 {
	width: 450px;
	float: left;
}

.two-col1 .col2 {
	width: 200px;
	float: right;
}

.two-col2 .col1 {
	width: 200px;
	float: left;
}

.two-col2 .col2 {
	width: 450px;
	float: right;
}

/* TWO COLUMN FOR 2010 UPDATES */
.twocol .col1 {
	float: left;
	width: 450px;
}

.twocol .col2 {
	float: right;
	width: 200px;
}


/* LISTS */
.choices {
	margin: 20px 0 50px 0;
}

.choices li a {
	padding: 0 0 0 10px;
	color: #CABF9E;
	font-size: 11px;
}

.choices li a:hover {
	color: #FFF1C7;
}

.choices li.all {
	font-weight: bold;
}

.choices li.active a {
	color: #E43B3B;
	font-style: italic;
	background: url(../img/images.png) no-repeat 0 -39px;
	font-size: 13px;
}

.zoomx {
	position: absolute;
	right: -14px;
	top: 1px;
	height: 35px;
	width: 35px;
	background: url(../img/zoom.png) top left no-repeat;
	display: block;
	cursor: crosshair;
}

.zoomx img {
	display: none;
	position: absolute;
	top: -1px;
	left: 30px;
	border: 1px solid #CABF9E;
}

#news .addZoom {
	width: 100px;
	float: left;
	margin-right: 10px;
	position: relative;
}


/* FOOTER */
#footer {
	clear: both;
	float: left;
	background: url(../img/line.png) top repeat-x;
	margin: 50px 0;
	padding: 7px 0;
	height: 60px;
	width: 950px;
	font-size: 12px;
	color: #817A65;
}

#footer .left {
	float: left;
}

#footer .right {
	float: right;
}