/********************** CLASS DIVS *****************************/

body {
	background-color: #130804;
	color: #EBDCC0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #D8B883;
	font-size: 24px;
	font-weight: normal;
	margin-bottom:12px;
}
h2 {
	color: #D6BD87;
	font-size: 18px;
	font-weight: normal;
}
h3 {
	color: #D6BD87;
	font-size: 18px;
	font-weight: normal;
}
h4 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
a,  a:link {
	color: #D8B883;
	text-decoration: none;
}
a:visited {
	color: #D8B883;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:focus {
	color: #5E471E;
}
a:active {
	color: #D8B883;
}
.topNav  {
  color: #000;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  margin-left:8px;
}
	a.topNav:visited, a.topNav:link, a.topNav:active {
	color: #06C;
		}
	a.topNav:hover {
		color: #000066;
		text-decoration:none;
		}
.capsuleText  {
	color: #333333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	a.capsuleText:visited, a.capsuleText:link, a.capsuleText:active {
		color: #06C;
		}
	a.capsuleText:hover {
		color: #333333;
		text-decoration:none;
		}
.footerLinks  {
	color: #ECDCC1;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left:8px;
}
	a.footerLinks:visited, a.footerLinks:link, a.footerLinks:active {
	color: #ECDCC1;
		}
	a.footerLinks:hover {
	color: #ECDCC1;
	text-decoration:underline;
		}
.footerText  {
	color: #ECDCC1;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
	a.footerText:visited, a.footerText:link, a.footerText:active {
	color: #ECDCC1;
		}
	a.footerText:hover {
	color: #ECDCC1;
	text-decoration:underline;
		}
.photoLeft  { float:left; margin-left:20px; margin-bottom:10px;}
.photoRight  { float:right; margin-left:20px; margin-bottom:10px;}
a#button1 {
	display: block;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration:none;
	background-color:#CCCCCC;
	width:150px;
	padding:8px;
	text-align:center;
	margin-top:6px;
}
a#button1 img { display: block; background-color: #D6CCAF;}
a#button1:hover { background-color: #4282C2; color:#FFF;}
a#button2 {
	display: block;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10px;
	text-decoration:none;
	background-color:#CCCCCC;
	width:75px;
	text-align:center;
	padding:3px;
	margin-top:6px;
}
a#button2 img { display: block; background-color: #D6CCAF;}
a#button2:hover { background-color: #4282C2; color:#FFF;}


/********************** ID DIVS ***************************/

#outerWrapper {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center;
}


#outerWrapper #watermark{
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_image.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#outerWrapper #btmwatermark{
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/footer_watermark.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}



#Wrapper {
	text-align: left;
	width: 917px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#Wrapper #header {
	position:relative;
	height:144px;
	width: 917px;
}
#Wrapper #header #topNav {
  position:relative;
  text-align:right;
  top:8px;
  right:20px;
  float:right;
}
#Wrapper #mainNav {
	width:214px;
}
#Wrapper #contentWrapper {
	background-repeat: repeat-y;
	overflow: hidden;
	background-image: url(../img/content_body.jpg);
	background-position: center;
}
#Wrapper #contentWrapper #contentWatermark {
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
}
#Wrapper #contentWrapper #leftColumn {
	float: left;
	width: 215px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#Wrapper #contentWrapper #rightColumn {
  background-color: #EFEFEF;
  float: right;
  padding: 10px 10px 10px 10px;
  width: 276px;
}
#Wrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 242px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 665px;
}

#Wrapper #contentWrapper #content h2{
	color:#FFFFFF;
}

#Wrapper #contentWrapper #flashArea {
	height: 391px;
	width: 665px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
#footer {
	background-image: url(../img/footer_watermark.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px;
}
#footer2 {
	width:914px;
	height:152px;
	margin-left:auto;
	margin-right:auto;
}
#footerNav {
	float:right;
	margin-right: 30px;
	margin-top: 10px;
}
#footerCredit {
	float:left;
	margin-top: 10px;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ECDCC1;
}
#sideCapsule {
	border: 1px solid #999999;
	clear:both;
}
#capsuleTop {
	background-color:#06C;
	padding:5px;
}
#capsuleMid {
	background-color:#FFFFFF;
	padding:5px;
	background-image: url(../img/capsule_watermark.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#capsuleBtm {
	background-color:#4C89C8;
	padding:5px;
}
#spacer1 { height:5px; clear:both;}
#spacer2 { height:10px; clear:both;}
#spacer3 {
	height:25px;
	clear:both;
}
#spacer4 { height:25px; clear:both;}

#footer_logo{
	float: left;
	height: 152px;
	width: 149px;
	padding-left: 10px;
}

#left_capsule {
	background-image: url(../img/financing_cap_body.jpg);
	background-repeat: repeat-y;
	width: 206px;
	margin-left: 5px;
}

#left_capsule_top {
	height: 13px;
	width: 206px;
}

#left_capsule_btm {
	height: 15px;
	width: 206px;
}
.body_text {
	padding-right: 40px;
	padding-left: 35px;
	padding-top: 30px;
	background-image: url(../img/wtrmrk_body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.photo1 {
	float: right;
	border: 1px solid #3D3638;
	padding: 3px;
}
.form_style {
	width: 250px;
}
.form_style2 {
	width: 254px;
}
#Wrapper #contentWrapper #flashgallery {
	height: 391px;
	width: 565px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

.photo_outline {
	border: 1px solid #3D3638;
	padding: 3px;
}

#flash_player_outline {
	border: 1px solid #3D3638;
	padding: 3px;
	margin-right:auto;
	margin-left:auto;
}


#facebook_cap{
	width:206px;
	height:75px;
}
