/* 
------------------------------------------------
MAIN SECTION STYLES 
------------------------------------------------
*/

html, body {
	margin: 0;
	padding: 0;
	background-color:#1e1e1e;
}

.textfield, td.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #E5E5E5;
	background-color: #FAFAFA;
	color:#f60;
}

#wrapper-page {
  width: 100%;
  text-align:center;
}

#wrapper-black {
	background-color:#000;
	padding-bottom:30px;
	padding-top:30px;
}

#header {
  width: 950px; 
  margin-bottom: 40px; /*303px hero + 40px + 5px padding below hero */
	margin-left:auto;
	margin-right:auto;
}

#hero {
	width:100%;
	background-image:url('images/background-strip.jpg');
	background-repeat:repeat-x;
}

#hero-interior {
	width:100%;
	height:153px;
	background-image:url('images/hero-interior-bg-repeat.jpg');
	background-repeat:repeat-x;
}

#headline {
	position: absolute;
	left: 241px;
	bottom: 48px;
	z-index:10;
	width: 349px;
}

#hero-image {
	position: absolute; 
	left: 0px; 
	bottom: 4px; 
	z-index:15;
}

#wrapper-interior {
	width:100%;
	background-image:url('images/background-strip.jpg');
	background-repeat:repeat-x;
	background-color:#000;
}

#nav-home {
	padding-top:1px;
	border-bottom: 1px solid #CCC;
	padding-bottom:1px;
	text-align:right;
}

#nav-interior {
	margin-top:15px;
	padding-top:1px;
	padding-bottom:1px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align:right;
}

#nav-btn {
	float:right;
}

#body {
	width: 950px; /* WIDTH: 900PX (wrapper) - 50px padding = 850px */
	text-align:left;
	margin-top:5px;
	margin-bottom:15px; 
	margin-left:auto;
	margin-right:auto;
}

#body-interior {
	width: 950px; /* WIDTH: 900PX (wrapper) - 50px padding = 850px */
	text-align:left;
	margin-top:5px;
	margin-bottom:15px; 
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
}

#column-left {
	padding-top:15px;
	width: 375px; 
	margin-right:15px;
	float:left;
}

#column-right {
	padding: 20px 40px 20px 20px;
	background-color: #F2F2F2;
	width: 395px;
	float:right;
}

#footer {
	width:100%;
	padding: 15px;
	text-align:center;
}

#footer-interior {
	width:950px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:0.9em;
	text-transform: uppercase;
	color:#f60;
}

#footer-below {
	font-size:0.8em;
	text-transform: uppercase;
	color:#666;
	margin-top:12px;
}

/* 
------------------------------------------------
OVERARCHING STYLES 
------------------------------------------------
*/


body {
	font-size: 0.9em; 
	color: #FFF;
	line-height: 130%;
	font-family: "Helvetica Light", "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

.clear {
	clear: both
}

img {
	border:none;
}

#footer-interior a, a:link, a:visited {
	color:#F60;
	text-decoration:none;
}

#footer-interior a:hover, a:active {
	font-weight:100;
	color:#FFF;
	text-decoration:none;
}


a, a:link, a:visited {
	color:#fff;
	text-decoration:underline;
}

a:hover, a:active {
	font-weight:100;
	color:#999;
	text-decoration:none;
}

#intro {
	font-size: 1.2em;
	line-height:140%;
}
h1, h2, p {
  margin: 0;
}

h1 {
	margin-top:15px;
	font-size: 24px;
 	font-weight: 100;
 	color:#fff;
	margin-bottom:5px;
	line-height: 130%;
}

#interior {
	left:500px;
	top:50px;
}

.color {
	color:#f60;
}

input.text {
	color: #CCC;
}

.small {
	font-size:0.8em;
}

.divider-top {
	border-top: 1px solid #CCC;
}

.divider-bottom {
	border-bottom: 1px solid #CCC;
}


/* 
------------------------------------------------
TOP HEADER STYLES 
------------------------------------------------
*/

#header-left {
	padding-top:0px;
	width:300px;
	text-align:left;
	float:left;
}

#header-right {
	padding-top:18px;
	width:500px;
	float:right;
	text-align:right;
	vertical-align:bottom;
}

/* 
------------------------------------------------
HOMEPAGE MODULES 
------------------------------------------------
*/

#module-left {
	width:600px;
	float:left;
}

#module-right {
	width:300px;
	float:right;
}

#module-left-interior {
	width:550px;
	float:left;
	margin:20px;
}

#module-right-interior {
	width:300px;
	float:right;
	margin-right:20px;
	margin-top:20px;
}

