/********************** CLASS DIVS *****************************/

body {
	color: #000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(../img/header_backer.jpg);
	background-repeat: repeat-x;
}
.red_highlight {
	font-weight: bold;
	color: #C00;
}

h1 {
	color: #CC0000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:8px;
}
h2 {
	color: #000;
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
}
h3 {
	color: #1F3366;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:2px;
}
h4 {
  color: #000000;
  font-size: 10px;
  font-weight: bold;
}
a,  a:link {
	color: #608DBF;
	text-decoration: underline;
}
a:visited {
	color: #608DBF;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
.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: #333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 8px;
}
	a.footerLinks:visited, a.footerLinks:link, a.footerLinks:active {
	color: #333;
		}
	a.footerLinks:hover {
	color: #CC0000;
	text-decoration:none;
		}
.footerText  {
	color: #FFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	a.footerText:visited, a.footerText:link, a.footerText:active {
	color: #FFF;
		}
	a.footerText:hover {
	color: #CC0000;
	text-decoration:none;
		}
.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 { }
#Wrapper {
	background-color: #fff;
	text-align: left;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#Wrapper #header {
	position:relative;
	background-color: #FFFFFF;
	height:255px;
	width: 1000px;
}
#Wrapper #header #topNav {
  position:relative;
  text-align:right;
  top:8px;
  right:20px;
  float:right;
}
#Wrapper #mainNav {
	height: 53px;
	padding: 0px;
	background-color:#FFF;
}
#Wrapper #contentWrapper {
	background-repeat: repeat-y;
	overflow: hidden;
	background-image: url(../img/body_bg.jpg);
}
#Wrapper #contentWrapper #contentWatermark {
	background-repeat: no-repeat;
	overflow: hidden;
	background-image: url(../img/container_watermark.jpg);
	background-position: center bottom;
}
#Wrapper #contentWrapper #leftColumn {
  background-color: #EFEFEF;
  float: left;
  padding: 10px 10px 10px 10px;
  width: 155px;
}
.title_highlight {
	font-size: 16px;
	font-weight: bold;
	color: #1F3366;
	line-height: 20px;
	padding-bottom: 2px;
}

#Wrapper #contentWrapper #rightColumn {
	float: right;
	padding: 10px;
	width: 325px;
}
#Wrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 345px;
	margin-bottom: 0;
	padding-top: 8px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
}
#Wrapper #contentWrapper #flashArea {
  height: 250px;
  background-color:#666666;
  margin: 0 0 15px 0;
}
#footer  {
	height:57px;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#footer2  {
	height:15px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: url(../img/footer2.jpg);
	background-repeat: no-repeat;
}
#footerNav {
	float:left;
	width: auto;
	text-align: left;
	margin-left: 7px;
}
#footerCredit {
	float:left;
	margin-top: 10px;
	margin-left: 15px;
	text-align: left;
	color: #FFF;
}
#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:15px; clear:both;}
#spacer4 { height:25px; clear:both;}

#main_nav_btm {
	background-image: url(../img/container_top.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 1000px;
}

#footer_container {
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 146px;
}

#arts_festival {
	height: 178px;
	width: 202px;
	margin-top: 25px;
}


#financing_table {
	width: 347px;
	margin-right: auto;
	margin-left: auto;
	background-color: #D2CFBC;
	padding: 5px;
	font-weight: normal;
	color: #000;
}

#grand_pricing {
	background-color: #D6F0F5;
	height: 100px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	margin-top: 20px;
}

#deluxe_pricing {
	background-color: #D9DDE8;
	height: 100px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	margin-top: 20px;
}

#super_pricing {
	background-color: #D1CEBD;
	height: 100px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	margin-top: 20px;
}
.bold {
	font-weight: bold;
}


#ultra_pricing {
	background-color: #8F9CBC;
	height: 100px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
}

#contact_form {
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	height: 400px;
	
}
.indent {
	margin-left: 10px;
}
.red_highlight {
	font-weight: bold;
	color: #C00;
}

a.red_highlight {
	font-weight: bold;
	color: #C00;
}

a.red_highlight:visited, a.red_highlight:link, a.red_highlight:active {
	color: #C00;
		}
		
		
.blue_highlight {
	font-weight: bold;
	color: #608DBF;
}

a.blue_highlight {
	font-weight: bold;
	color: #608DBF;
}

a.blue_highlight:visited, a.blue_highlight:link, a.blue_highlight:active {
	color: #608DBF;
		}
