/*
Robert Gaedtke
01.24.2007
Stylesheet
*/


body 
	{
	background: url(../_images/bkg.jpg) no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 12px;
	}

#wrapper {	
	width: 1004px;
	margin:0px auto;
	clear:both;
	}

#contact {
	width: 990px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	clear:both;
	}

#contact p {
	color: #404042;
	}

#top-wrapper {
	width: 1004px;
	height: 370px;
	clear:both;
	}

#top-left-wrapper {
	width: 280px;
	height: 364px;
	float:left;
	}
	
#top-content-left {
	width: 280px;
	height: 186px;
	}

#promo {
	width: 280px;
	height: 178px;
	text-align: left;
	background: url(../_images/promo-bkg.png) no-repeat;
	}

#promo-content {
	height: 178px;
	overflow: none;
	text-align: left;
	padding: 30px;
	}

#promo p {
	color: #fff;
	margin-top: -10px;
	}
	
#promo h2 {
	color: #8a8f31;
	font-size: 14px;
	}


#top-content-right {
	width: 724px;
	height: 364px;
	float: right;
	}

#nav-top {
	width: 1004px;
	height: 8px;
	background: url(../_images/nav-top.png) no-repeat;
	clear:both;
}	

#nav {	
	margin-top: -5px;
	text-align: left;
	padding: 1px 25px 1px 25px;
	background: url(../_images/nav-bkg.png) repeat-y;
	}
	
#nav-bottom {
	width: 1004px;
	height: 9px;
	background: url(../_images/nav-bottom.png) no-repeat;
	clear:both;
}	

#nav p {
	color: #fff;
	}

#main-content-wrapper {	
	width: 1004px;
	height: auto;
	text-align: left;
	clear: both;
	}
	
#main-content-left {	
	width: 660px;
	height: auto;
	padding: 20px;
	text-align: left;
	float:left;
	}
	
#main-content-right {	
	width: 230px;
	height: auto;
	margin-top: 20px;
	text-align: left;
	float:right;
	}

#slideshow {	
	width: 240px;
	height: 200px;
	text-align: left;
	}

#movies {
	margin-left: 60px;
	width: auto;
	}

#movies p {
	color: #fff;
	}

#photos {
	margin-left: 30px;
	}

#photos p {
	color: #fff;
	}

#footer-top {
	width: 1004px;
	height: 10px;
	clear: both;
	background: url(../_images/footer-top.png) no-repeat;
}	

#footer {
	margin-top: -5px;
	padding: 1px 25px 1px 25px;
	clear: both;
	text-align: left;
	background: url(../_images/footer-bkg.png) ;
	}

#footer-bottom {
	width: 1004px;
	height: 10px;
	clear: both;
	background: url(../_images/footer-bottom.png) no-repeat;
}	

#footer p {
	color: #fff;
	}

p {
	color:#333;
	font-size: 11px;
	line-height: 16px;
	}
	
ul {
	list-style: none;
	margin-left: 0;
	}
	
li {
	list-style: none;
	margin-left: 0;
	display:inline;
	}

h1 
	{
	color: #8a8f31;
	font-size: 16px;
	margin-top: 0px;
	}

h2 
	{
	color: #8a8f31;
	font-size: 14px;
	}

h3 
	{
	color: #8a8f31;
	font-size: 12px;
	}
	
h4 
	{
	color: #8a8f31;
	font-size: 12px;
	}

/*
Links
*/
#main-content-right a:link {
	color: #8a8f31;
	background: #404042;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	}
	
#main-content-right a:visited {
	color: #8a8f31;
	background: #404042;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	}

#main-content-right a:hover {
	color: #404042;
	background: #8a8f31;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	}

#main-content-right a:active {
	color: #404042;
	background: #8a8f31;
	text-decoration: none;
	padding: 2px;
	font-weight: bold;
	}

a.contact:link {
	color: #8a8f31;
	background: #404042;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	}
	
a.contact:visited {
	color: #8a8f31;
	background: #404042;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	}

a.contact:hover {
	color: #404042;
	background: #8a8f31;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	}

a.contact:active {
	color: #404042;
	background: #8a8f31;
	text-decoration: none;
	padding: 2px;
	font-weight: bold;
	}

a img {border: none; }

#nav a:link {
	color: #404042;
	text-decoration: none;
	background: none;
	font-size: 20px;
	font-weight: bold;
	}
	
#nav a:visited {
	color: #404042;
	text-decoration: none;
	background: transparent;
	font-size: 20px;
	font-weight: bold;
	}

#nav a:hover {
	color: #404042;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	}

#nav a:active {
	color: #404042;
	font-size: 20px;
	text-decoration: underline;
	font-weight: bold;
	}

#promo a:link {
	color: #404042;
	text-decoration: none;
	background: #8a8f31;
	font-weight: bold;
	padding: 2px;
	}
	
#promo a:visited {
	color: #404042;
	text-decoration: none;
	background: #8a8f31;
	font-weight: bold;
	padding: 2px;
	}

#promo a:hover {
	color: #404042;
	background: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px;
	}

#promo a:active {
	color: #404042;
	text-decoration: none;
	background: #fff;
	font-weight: bold;
	padding: 2px;
	}

/*
forms
*/

fieldset input, fieldset textarea, fieldset select{
	margin: 0;
	padding: 0;
	border: 1px solid #999;	
	margin-top: 20px;
	background-color: #fff;
	color: #ccc;
	text-align: left;
}

fieldset input:hover, fieldset textarea:hover, fieldset select:hover {
 	border: 1px solid #999;
}


input {
	background-color: #fff;
	border: 1px solid #333;
	color: #111;
}