body {
	margin: 0;
	padding: 0;
	/*background: url(../images/background.jpg) top left no-repeat fixed;*/
	background-color: #fdecb8;
	font-family: ArialMT, Arial, Helvetica, sans-serif;
	position: relative;
	}

#background {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	z-index: -1;
	}

#headerlink {
	position: absolute;
	display:block;
	text-decoration: none;
	width: 300px;
	height: 113px;
	}

h1 {
	font-size: 26px;
	}

p, li {
	color: #65686c;
	}
	
li {
	display: list-item;
	list-style-type:disc;
	}
	
a img {
	border: none;
	}
	
a:link, a:visited {
	color: #25633e;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #25633e;
	text-decoration: underline;
	}
	
#mainContainer {
	width: 963px;
	margin: auto;
	position: relative;
	}
	
#header {
	width: 100%;
	height: 113px;
	padding-top: 36px;
	}
	
#header h1 {
	width: 100%;
	background-image: url(../images/wjrgolf.png);
	background-repeat: no-repeat;
	height: 113px;
	}

#header h1 span {
	display: none;
	}

#header #search {
	float: right;
	width: 250px;
	height: 25px;
	position: relative;
	top: -50px;
	}
	
#searchbox {
	position: relative;
	top: -7px;
	}

#mainContent {
	width: 100%;
	background-color: #ffffff;
	}
	
#content {
	padding: 24px 25px;
	}
	
.left {
	float: left;
	width: 600px;
	}
	
.right {
	float: right;
	}
	
.clear {
	clear: both;
	} 
	
#home #slideshow {
    position:relative;
    height:280px;
}

#home #slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 280px;
    background-color: #FFF;
}

#home #slideshow div.active {
    z-index:10;
    /*opacity:1.0;*/
}

#home #slideshow div.last-active {
    z-index:9;
}

#home #slideshow div IMG {
    height: 279px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

#home #slideshow div h1 {
	font-size: 16px; 
	color: #ffffff;
	position:relative;
	top:-11px;
	padding-left: 15px;
	left:55px;
	/*height: 50px;*/
	height:21px;
	width: 525px;
	background-color: #25633e;
	/*opacity: .8;*/
	}

#home #slideshow div h2 {
	font-size: 14px;
	color: #ffffff;
	position:relative;
	top: -41px;
	padding-left: 30px;
	/*opacity: .8;*/
	text-transform:uppercase;
	left: 255px;
	}
	
#slideshowControl{
	position:relative; 
	top: -1px; 
	z-index: 1000;
}
	
#slideshowControl li {
	margin-right: -4px;
	}
	
#listings #content {
	padding: 0;	
}


#listings #slideshow {
    position:relative;
    height:310px;
	background-color: #25633e;
}

#listings #slideshow div {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 280px;
	background-color: #25633e;

}

#listings #slideshow div.active {
    z-index:10;
    opacity:1.0;
}

#listings #slideshow div.last-active {
    z-index:9;
	opacity: 
}

#listings #slideshow div IMG {
	height: 279px;
    display: block;
    border: 0;
	padding: 15px;
    margin-bottom: 10px;
	position:relative;
	float: left;
}

#listings #slideshow div h1 {
	font-size: 20px; 
	color: #ffffff;
	position:relative;
	float:right;
	padding: 15px 15px 0;
	height: 50px;
	width: 28%;
	}

#listings #slideshow div p {
	font-size: 14px;
	color: #ffffff;
	position:relative;
	float: right;

	padding: 0 15px;
	width: 29%;
	}

#contentmid {
	margin-top: 10px;	
	}
	
#contentmid h2 {
	text-transform: uppercase;
	color: #ffffff;
	background-color: #71815A;
	font-size: 17px;
	padding-left: 5px;
	margin: 0;
	width: 98%;
	}
	
#contentmid p {
	text-transform: uppercase;
	color: #ffffff;
	background-color: #71815A;
	font-size: 12px;
	padding: 0 2px;
	margin: 0;
	position: relative;
	width: 124px;
	text-align:center;
	}
	
#contentmid .left, #contentmid .right {
	width: 290px;
	}

#contentmid .left {
	background-color: #EAF5E5;
	}

.listing_box {
	background-color: #EAF5E5;
	padding: 0 5px 5px 0;
	}
	
.listing_box .right {
	padding: 15px;
	}

.listing_box h2 {
	text-transform: uppercase;
	color: #ffffff;
	background-color: #71815A;
	font-size: 17px;
	padding-left: 5px;
	margin: 0;
	}
	
#contentmid .left a:link, #contentmid .left a:visited, .listing_box h2 a:link, .listing_box h2 a:visited {
	color: #ffffff;
	}
	
#contentmid .left a:hover, #contentmid .left a:active, .listing_box h2 a:hover, .listing_box h2 a:active {
	color: #ffffff;
	}
	
#contentmid .left a:hover, #contentmid .left a:active {
	text-decoration: none;
	}

#events {	
	padding: 0;
	font-size: 13px;
	}
	
#events li {
	color: #25633e;
	display: block;
	border-bottom: 1px solid #71815A;
	padding: 10px 5px;
	}
	
#contentbot {
	width: 569px;
	background-color: #EAF5E5;
	padding: 15px;
	margin-top: 10px;
	}
	
#contentbot div {
	float: left;
	width: 50%;
	height: 150px;
	}

#contentbot img {
	width: 130px;
	height: 100px;
	float: left;
	padding: 5px;
	}
	
#contentbot h2 {
	font-size: 16px;
	color: #25633e;	
	}

#contentbot p {
	font-size: 13px;
	}

#travelguru {	
	padding: 10px 15px;
	background-color: #EAF5E5;
	width: 270px;
	}
	
h2 {
	font-size: 16px;
	color: #25633e;
	width: 100%;

	}
	
p, li {
	font-size: 13px;
	}
	
.module {
	padding: 5px;
	border-bottom: 1px solid #777777;
	}

#travelguru img {
	float: left;
	margin-right: 5px;
	}
	

#twitterbox {
	border: 2px solid #c1d3ab;
	width: 299px;
	}
	
#twitterbox p {
	width: 250px;
	padding: 0 15px;
	}

#twitter_link {
	background-color: #c1d3ab;
	color: #25633e;
	font-size: 14px;
	left: 70px;
	position:relative;
	text-decoration: none;
	top: -30px;
	}

#footer {
	background-color: #71815A;
	font-size: 13px;
	color: #ffffff;
	padding: 15px 25px;
	}
	
#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#footer a:hover, #footer a:active {
	color: #ffffff;
	text-decoration: underline;
	}
	
#mycarousel {
	position: relative; top: -22px; z-index:100; width: 150px;
	}
	
#colleft {
	width: 16%;
	float: left;
	
	}

#colmid {
	width: 62%;
	float: left;
	padding: 0 25px;
	border-left: 1px solid #777777;
	}
	
#colmid .left {
	width: 55%;
	}
	
#colmid .right {
	width: 40%;
	}
	
#colmid li {
	display: list-item;
	}
	
#colmid h2 {
	text-transform: uppercase;
	color: #000000;
	}
	
#colmid .review .left {
	width: 27%;
	}
	
#colmid .review .right {
	width: 70%;
	padding-left: 15px;
	border-left: 1px solid #777777;
	}

#colright {
	width: 16%;
	float: right;
	}
	
#all_courses {
	background-color: #f5f5f5;
	position:relative;
	float: right;
	padding: 10px;
	top: -39px;
	z-index: 2000;
	}
	
#golf_pro img { 
	float: left;
	padding-right: 10px;
	}
	
#beckmann_text {

	}
	
#audioplayer {
	float: right;
	position: relative;
	top: -24px;
	}
.player #audioplayer{
	float: none;
	top:0;
}
.mlive{
	height:auto;
}
.mlive .item{
	padding:10px;
}
#bannerAdds{
	position: absolute;
	top:10px;
	right:0;
	overflow: hidden;
	width: 620px;
	height: 100px;
}
#bottomAdds .add{
	display: inline;
	margin: 0 32px;
}
#golf_pro #bottomAdds .add{
	margin: 0 28px;
}
#bottomAdds img{
	width: 155px;
	height: 155px;
	float: none;
}
.share{
	float: right;
}
#keywords{
	position: absolute;
	right: 0;
	top:120px;
}
#pros{
	xdisplay: none;
}
#pro pro{
	overflow: hidden;
}
#pros pro img{
	float: left;
}
h2{
	clear: both;
	margin: 15px 0;
}
#pro h3{
	padding: 10px;
	
}
#pros .pro{
	margin: 0 20px 10px 0;
	border-bottom: 1px solid #65686C;
}
#pros h2{
	font-size: 22px;
}
#proq label{
	display: inline-block;
	width: 150px;
}
#proq div{
	margin: 5px 0;
}