/************************************************************************************
GENERAL STYLING
*************************************************************************************/
* {
margin: 0;
padding: 0;
border: 0;
outline: none;
}


/* set image max width to 100% */
img {
max-width: 100%;
	height: auto;
	border: 0;
}

html, body {
	width: 100%;
	height: 100%;
	position: relative;
	display: table;
	table-layout: fixed;
}

body {
margin: 0;
padding: 0;
background: #e4cc90;
font-size: 15px; 
line-height: 1.2;
font-family: Arial,Helvetica,sans-serif; 
color: #202020;
text-align: center;
}

#wrapper {
width: 100%;
height: 100%;
position: relative;
display: table-row;
margin: 0 auto;
background: #e4cc90 url(../_images/bg.jpg) no-repeat center top fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}


#footer {
width: 100%;
position: relative;
height: 1px;
display: table-row;
background: #201f27;
margin: 0 auto;
}

#footer_pad {
padding: 35px 0;
text-align: center;
font-size: 0.80em;
line-height: 1.4;
color: #828286;
}

#footer_pad a {
	color: #f0e6b7;
	font-weight: normal;
}

#footer_pad a:hover {
	color: #ffffff;
	font-weight: normal;
}


.container {
width: 1024px;
margin: 0 auto;
position: relative;
}

.logo {
margin: 20px auto 10px auto;
}

.whitebox {
width: 100%;
text-align: left;
margin: 0 auto 35px auto;
position: relative;
-moz-box-shadow: 0px 2px 15px #2c2c2c;
-webkit-box-shadow: 0px 2px 15px #2c2c2c;
box-shadow: 0px 2px 15px #2c2c2c;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
color: #2a2a2a;
z-index: 1;
}

.whitebox_transparency {
width: 100%;
height: 100%;
position: absolute;
background: #ffffff;
filter:alpha(opacity=70);   
-moz-opacity: 0.70;   
opacity: 0.70;
-khtml-opacity: 0.70; 
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;
border-radius: 15px 15px 15px 15px;
}
.whitebox_pad {
padding: 30px;
position: relative;
z-index: 3;
}


.state_select {
font-size: 1em;
margin: 0 0 8px 0;
}


.mainlist {
width: 100%;
margin: 5px auto;
border-collapse:collapse;
}

.mainlist th {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
border: 1px solid #b2b2b2;
padding: 8px;
color: #ffffff;
text-align: center;
background: #201f27;
}

/*
.mainlist tbody tr:nth-of-type(odd) { 
background-color: #eeeeee; 
}*/

.mainlist tbody td {
padding: 8px;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.90em;
line-height: 1;
border: 1px solid #b2b2b2;
border-collapse: collapse;
word-break: normal;
}


.btn_main {
cursor: pointer;
display: inline-block;
padding: 15px;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: bold !important;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
font-size: 1em;
background: #4867ab;
}

.btn_main:hover {
background: #2e4474;
color: #ffffff;
font-weight: bold !important;
}


/************************************************************************************
TEXT STYLING
*************************************************************************************/
a {
text-decoration: none;
color: #da0017;
font-weight: bold;
}

a:hover {
text-decoration: none;
color: #a80012;
font-weight: bold;
}


h1, h2, h3, h4, h5, h6 {
text-transform: uppercase;
font-weight: normal;
font-family: 'League Spartan',Arial,Helvetica,sans-serif; 
line-height: 1.1;
margin: 0;
padding: 0;
letter-spacing: 2px;
}

h1 {font-size: 3.5em;  } /* 60px */
h2 {font-size: 3em;} /* 48px */
h3 {font-size: 2.5em;} /* 36px */ 
h4 {font-size: 1.75em; } /* 24px */
h5 {font-size: 1.55em; } /* 21px */
h6 {font-size: 1.2em;} /* 18px */

p {
	margin: 0;
	padding: 5px 0 12px 0;
}

.stretch_it {
letter-spacing: 10px !important;
}

.yellow {
color: #fff8ba !important;
}

.smaller {
font-size: 0.80em;
}

.copyright {
font-size: 0.80em;
color: #5c5c5c;
}

.copyright a {
color: #a2b97c;
}

.copyright a:hover {
color: #c8dca6;
}


/************************************************************************************
SPACERS
*************************************************************************************/
.spacer10{
margin: 0;
padding: 0 0 10px 0;
line-height: 0;
}

.spacer20{
margin: 0;
padding: 0 0 20px 0;
line-height: 0;
}

.spacer50{
margin: 0;
padding: 0 0 50px 0;
line-height: 0;
}



/*****************
DALLAS
******************/
.black_box {
width: 60%;
max-width: 100%;
margin: 0 auto;
-moz-box-shadow: 0px 0px 10px #000000;
-webkit-box-shadow: 0px 0px 10px #000000;
box-shadow: 0px 0px 10px #000000;
position: relative;
}


.black_box_transparency {
width: 100%;
height: 100%;
position: absolute;
background: #000000;
filter:alpha(opacity=80);   
-moz-opacity: 0.80;   
opacity: 0.80;
-khtml-opacity: 0.80; 
z-index: 2;
}

.black_box_pad {
padding: 35px;
position: relative;
color:#ffffff;
z-index: 3;
text-align: left;
line-height: 1;
}

#form_container {
display: block;
margin: 0 auto;
position: relative;
}

#form_container label {
	display: block;
padding: 0;
margin: 15px 0 5px 0;
}

#form_container label.required {
font-weight: bold;
}

#form_container label em {
color: #c83333;
font-style: none;
}

#form_container select {
display: block;
font-size: 1em;
margin: 10px 0 5px 0;
}

#form_container input[type=text],#form_container textarea {
width: 90%;
display: block;
background: #ffffff;
padding: 9px 15px;
color: #000000;
font-size: 1em;
margin: 0 0 5px 0;
position:relative;
border: 1px solid #c5c5c5;
}

.error {
margin: 0;
padding: 2px 0 0 0;
color: #C40A11;
font-weight: bold;
}

.thepot {
display: none;
}


