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

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

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

#wrapper {
 	width: 950px;
  	padding:0px;
  	text-align: left;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width: 100%;
	text-align: left;
	vertical-align:bottom;
	height: 152px;
	background: url(images/top-bg-strip.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
	text-align:right;
}

#footer {
	width:100%;
	height:100px;
	margin-top:3px;
	padding-top:15px;
	text-align:center;
	background: url(images/bg-pattern-footer.gif);
	background-repeat: repeat;
}


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


#body-top {
	width: 100%; /* WIDTH: 900PX (wrapper) - 50px padding = 850px */
}

#body-btm {
	width: 100%; /* WIDTH: 900PX (wrapper) - 50px padding = 850px */
}

#module-flash {
	width: 652px; 
	height: 509px;
	float:left;
}

#module-text {
	width: 298px;  /* 298 minus right/left padding */
	height: 509px; /* 509 minus top/btm padding */
	float:right;
	background-color:#000;

}

#module-text-box {
	padding: 10px 25px 0 35px;
}

#module-text-box-interior {
	padding: 40px 65px 0 35px;
}
#module-text-box-interior-dawson { padding: 20px 12px 0 20px; }
#map {
	width:313px;
	height:201px;
	padding-right:15px;
	float:left;
}

#module-map {
	width: 602px; 	/* 652 minus right/left padding */
	height: 201px; 	/* 251 minus top/btm padding */
	float:left;
	background: url(images/strip-bg-map.jpg);
	background-repeat: repeat-x;
	padding: 25px;

}

#module-contact {
	width: 248px; 
	height: 201px;
	float:right;
	background: url(images/bg-strip-contact.jpg);
	background-repeat: repeat-x;
	padding: 25px;
}


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


body {
	font-size: 13px; 
	color: #fff;
	line-height: 130%;
	font-family: "Helvetica", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
}

.clear {
	clear: both
}

img {
	border:none;
}

a.color, a.color:link, a.color:visited {
	font-weight:100;
	color:#d45c36;
	text-decoration:none;
}

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

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

a.white:hover, a.white:active {
	color:#fff;
	text-decoration:none;
}

.grey {
	color:#666;
}

a.grey, a.grey:link, a.grey:visited {
	color:#666;
	text-decoration:underline;
}

a.grey:hover, a.grey:active {
	color:#666;
	text-decoration:none;
}

a.white, a.white:link, a.white:visited {
	color:#fff;
	text-decoration:none;
}

a.white:hover, a.white:active {
	color:#de9d7d;
	text-decoration:none;
}

.color {
	color:#d45c36;
}

h1, h2, p {
  margin: 0;
}

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

input.text {
	color: #CCC;
}

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

.small {
	font-size:10px;
	color: #999;
}

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

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


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

#header-left {
	padding-top:12px;
	width:300px;
	float:left;
}

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

