html{
	overflow-y:scroll 
}

body{
	background: #fff;
	margin: 15px 0 0 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 960px;
	position: relative;
	margin: 0 auto;
}
#frame {
	width: 960px;
	position: relative;
	border: 1px solid #FFF;
	float: left;
}

#header {
    width: 960px;
    float: left;
    position: relative;
}

#subheader {
    width: 610px;
	height: 114px;
    float: left;
    position: relative;
    border-bottom: 1px solid #be1d2c;	/*background-color: #000000;*/
}

#logo {
	position: relative;
	float: left;
}

#title {
	width: 590px;
	position: relative;
	padding-top: 80px;
	padding-right:10px;
	text-align: right;
	float: right;
}

#img_bar {
	width: 960px;
	height: 112px;
	float: left;
	position: relative;
}

/* @group navigation */
.nav {
	width: 175px;
	padding-right:0px;
	position: relative;
	float: left;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
}

.nav ul {
	margin: 0;
	padding: 0 12px 0 0;
	position: relative;
}

/*.nav li:first-child {
	list-style-type: none;
	border-bottom: 1px solid #be1d2c;
	border-top: 1px solid #be1d2c;
}*/

.nav li {
	list-style-type: none;
	border-bottom: 1px solid #be1d2c;
}

.nav a {
	display: block;
	padding: 15px 0;
	text-decoration: none;
	color: rgb(100,100,100);
	border-left: 1px solid #fff;
}

.nav a.nav_selected {	
	color: #be1d2c;
}

.nav a.nav_selected:hover {
	background-color: rgb(255,255,255);
}

.nav a:hover {
	color: #be1d2c;
	background-color: rgb(240,240,240);
	text-decoration:none;
}

#content {
    position: relative;
    width: 370px;
    margin: 0;
    float: left;
    background-color: #FFFFFF;
    height: 370px;
    padding: 45px 25px 25px 25px;
}

#content ul {
	font-size: 14px;
	color:#be1d2c;
}

#content li {
	padding: 0 0 5px 0;
}

#right_panel {
    position: relative;
    width: 315px;
    margin: 0;
    float: left;
    background-color: #000;
    height: 350px;
    padding-top: 65px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 25px;
}

#right_panel ul {
    font-size: 14px;
    color: #be1d2c;
    margin-left: -15px;
}

#right_panel li {
	padding: 0 0 5px 0;
}

#gallery {
    padding: 0;
    position: relative;
    width: 350px;
    height: 380px;
    float: left;
    background-color: #000;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 15px;
    padding-bottom: 30px;
}

.gallery_thumb {
	width: 160px;
	height: 117px;
	float:left;
	margin: 0 15px 15px 0;
	background-color:#999;
}

/* *** HOME *** */

#home {
	width: 700px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#main_text {
	width: 335px;
	float: left;
	position: relative;
	height: 357px;
	margin-top: 0;
	margin-right: 43px;
	margin-bottom: 0;
	margin-left: 0;
}

.text_thirds {
	width: 260px;
	float: left;
	position: relative;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 0;
}
.text_thirds_end {
	width: 260px;
	float: left;
	position: relative;
}

.two_thirds {
	width: 520px;
	float: left;
	position: relative;
	padding-left: 0px;
}

.halves_one {
	width: 403px;
	float: left;
	position: relative;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 0;
}

.halves_two {
	width: 402px;
	float: left;
	position: relative;
}

.sidebar {
	width: 200px;
	position: relative;
	float: right;
	padding: 10px;
	color: #CCC;
	margin-left: 20px;
	height: 145px;
	margin-top: 5px;
}

#side_text {
	width: 230px;
	margin: 0;
	float: left;
	position: relative;
	padding: 0;
}

#rotate_img {
	padding: 0;
	position: relative;
	width: 365px;
	height: 440px;
	float: left;
}

#map_overlay {
	padding: 0;
	position: absolute;
	width: 365px;
	height: 420px;
	visibility: hidden;
	z-index: 10;
	left: 378px;
	top: 21px;
}

.randImg {
	margin: 0;
	padding: 0;
	position: relative;
}

/* *** FORM STYLING *** */

.field_title {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	width: 120px;
	text-align: left;
}

.textfield {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	width: 380px;
	background-color: #4D4D4D;
	border: 1px solid #4D4D4D;
	color: #FFF;
}

fieldset {
	border: 1px solid #4D4D4D;
	padding: 20px;
}

legend {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
}

/* @end */

/* *** FOOTER *** */

#footer {
	width: 830px;
	position: relative;
	float: left;
}

#footer a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

#footer a:hover {
	color: #be1e2d;
}

#footer a.footer_selected {
	color: #F9EC31;
}

.footerbox {
	position: relative;
	width: 830px;
	height: 19px;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-top: 6px;
	float: left;
}

.copyrightbox {
	position: relative;
	width: 960px;
	padding-top: 5px;
	float: left;
	text-align: right;
}

/* *** Global Formatting *** */

a {
	color: #be1d2c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img,h1,h2,h3,h4,h5,h6 {
	margin: 0; 
	padding: 0; 
	border: none; 
	font-weight: normal;
}

h1 {
	font-size: 20px;
	line-height: 22px;
	color: #be1d2c;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-bottom: 25px;
}

h2 {
    font-size: 18px;
    line-height: 24px;
    color: rgb(100,100,100);
    margin-bottom: 20px;
}

h3 {
	font-size: 16px;
	letter-spacing: 4px;
	color: rgb(150,150,150);
}

h4 {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
}	

h5 {
	font-size: 16px;
	color: #F3AA52;
}

h6 {
	font-size: 9px;
	letter-spacing:2px;
	color: rgb(150,150,150);
}

p {
    font-size: 14px;
    line-height: 20px;
    color: rgb(100,100,100);
    margin: 0 0 20px 0;
}

.bullets {
	margin: 0 0 5px 0;
}

.bullets a {
    color: rgb(100,100,100);
    text-decoration: none;
}

.bullets a:hover {
	color: #be1d2c;
	text-decoration: none;
}

ul.bullets {
	color:#0F0;
	padding-left: 20px;
	margin: 0;
}

.white {color: #fff}
.red {color: #be1d2c}
.orange {color: #F3AA52}
.blue {color: #4675B5}
.grey {color: #B3B3B3}
.dk_grey {color: #4D4D4D}
.bg_dark_grey {background-color: #4D4D4D}
.black {color: #000}

.bold {font-weight: bold;}

.centered {text-align: center;}

.italics {font-style: italic;}
