/*
* {
   border: 1px solid red !important;
}
*/

h1{
   color:#AEA05F;
   font-size:20px;
}

a {
  color:#AEA05F;
  text-decoration:none;
}

img{
   border:0;
}

.goldText{
   color:#AEA05F;
   font-weight:bold;
}

#flashContent{
   background: #231F20;
}

body {
  font-family:Verdana, Geneva, sans-serif;
	margin:0;
	padding:0;
  color:#FFF;
  text-align: center;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#231F20;
	font-size:12px;
}

#topBar {
   background-color:#000;
   width:100%;
   height:50px;
   color:#FFF;
   font-size:20px;
}

#topBar .contactNumber{
    width:894px;
    margin: 0 auto;
    text-align:right;
    padding-top:12px;
}

#logo{
   float:left;
}

#wrapper{
   width:894px;
   margin: 0 auto;
   margin-top:15px;
   text-align: left;
}

#contentWrapper{
   width:100%;
}

#mainContent{
  padding: 10px;
  width:550px;
  float:left;
}

#rightContent{
  background:#1D1B1C;
  padding: 10px;
  width:300px;
  float:right;
}

#footer{
   border-top: solid 3px #110F10; 
   clear:both;
   background: #151515;
   width:100%;
   height:200px;
   color:#FFF;
   font-size:14px;
}

#footer a{
    vertical-align:top;
}

#footer img {
   padding-top:10px;
}

/*menu items */
ul.rollover {
  list-style: none;
	padding: 0px;
	margin: 0px;
}

ul.rollover li {
  float:left;
  margin-top:-3px;
  margin-left:16px;

}

.rollover .linkHome a{

display:block;
width: 70px;
height:70px;
background: url("../images/menu-act.gif") 0 -70px no-repeat;
}

.rollover .linkDisney a{
display:block;
width: 70px;
height:70px;
background: url("../images/menu-act.gif") -70px -70px no-repeat;
}

.rollover .linkJunior a{
display:block;
width: 70px;
height:70px;
background: url("../images/menu-act.gif") -140px -70px no-repeat;
}

.rollover .linkAdult a{
display:block;
width: 70px;
height:70px;
background: url("../images/menu-act.gif") -210px -70px no-repeat;
}

.rollover .linkCustom a{
display:block;
width: 70px;
height:70px;
background: url("../images/menu-act.gif") -280px -70px no-repeat;
}

.rollover .linkBlog a{
display:block;
width: 70px;
height:70px;
background: url("../images/menu-act.gif") -350px -70px no-repeat;
}

.rollover .linkContact a{
display:block;
width: 70px;
height:70px;
background: url("../images/menu-act.gif") -420px -70px no-repeat;
}

.rollover .linkHome a:hover { 
background-position: 0 0px;
}

.rollover .linkDisney a:hover { 
background-position: -70px 0px;
}

.rollover .linkJunior a:hover { 
background-position: -140px 0px;
}

.rollover .linkAdult a:hover { 
background-position: -210px 0px;
}

.rollover .linkCustom a:hover { 
background-position: -280px 0px;
}

.rollover .linkBlog a:hover { 
background-position: -350px 0px;
}

.rollover .linkContact a:hover { 
background-position: -420px 0px;
}

.rollover .homeSelected a {
   display:block;
   width: 70px;
   height:70px;
   background: url("../images/menu-act.gif") 0 0 no-repeat;
}

.rollover .disneySelected a {
   display:block;
   width: 70px;
   height:70px;
   background: url("../images/menu-act.gif") -70px 0 no-repeat;
}

.rollover .juniorSelected a {
   display:block;
   width: 70px;
   height:70px;
   background: url("../images/menu-act.gif") -140px 0 no-repeat;
}

.rollover .adultSelected a {
   display:block;
   width: 70px;
   height:70px;
   background: url("../images/menu-act.gif") -210px 0 no-repeat;
}

.rollover .customSelected a {
   display:block;
   width: 70px;
   height:70px;
   background: url("../images/menu-act.gif") -280px 0 no-repeat;
}

.rollover .blogSelected a {
   display:block;
   width: 70px;
   height:70px;
   background: url("../images/menu-act.gif") -350px 0 no-repeat;
}

.rollover .contactSelected a {
   display:block;
   width: 70px;
   height:70px;
   background: url("../images/menu-act.gif") -420px 0 no-repeat;
}

.golfFeed dd{
   margin:0;
}

img.floatLeft{
   float:left;
   border:solid 3px #CFC8A7;
   margin-right:10px;
}

.imageBox {
  height:100px;
  width:90%;
}