* {
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
}

body {
	margin: 0px;
	text-align: center;
	background-color: #eef9fe;
	font-size: 14px;
}

a {
	color: #000000;
}

a:hover{
	text-decoration: none;
}

.site-container{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header{
	height: 250px;
	background-color: #67853d;
}

#header a, #header ol {
	display: none;
}

#header .overlay {
	position: absolute;
	z-index: 50;
}


#nav{
	background-color: #eef9fe;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dce9f0;
}


#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav li {
	float: left;
}

#nav li:hover, #nav li.sfhover {
	background-color: #eef9fe;
}

#nav a {
	color: #3f6078;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 10px;
}

#nav a:hover {
	color: #7a421d;
}

#nav li ul {
	position: absolute;
	left: -999em;
	z-index: 5;
	padding-top: 1px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li li {
	float: none;
}

#nav li ul a {
	background-color: #eef9fe;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: none;
	width: 170px;
}

#nav li ul a:hover {
	background-color: #dce9f0;
	color: #3f6078;
}

#main{
	background-color: #FFFFFF;
	padding-top: 40px;
	padding-bottom: 40px;
}

#main .site-container{
}

#main p, #main ul{
	margin-top: 0px;
	margin-bottom: 15px;
}

#main h1{
	line-height: normal;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 33px;
	color: #3f6078;
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
}

#main h2{
	line-height: normal;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #868f94;
}

#main h3{
	line-height: normal;
	font-size: 20px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Calibri, "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #3f6078;
}

#nav2{
	width: 200px;
	float: right;
	text-align: center;
}

#nav2 h2{
	margin-bottom: 20px;
	text-align: left;
}

#nav2 ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: left;
}

#nav2 li{
}

#nav2 li a{
	color: #7a421d;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dce9f0;
	display: block;
	line-height: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 13px;
	width: 180px;
}

#nav2 li a:hover{
	color: #549419;
}

#nav2 li ul{
	margin: 0px;
}

#nav2 li li a{
	padding-left: 20px;
	font-size: 12px;
	width: 170px;
}


#nav2 ul ul, #nav2 ul li.CMSListMenuHighlightedLI ul ul {
	padding: 0px;
	display: none;
}

#nav2 li.CMSListMenuHighlightedLI ul, #nav2 li.CMSListMenuHighlightedLI li.CMSListMenuHighlightedLI ul{
	display: block;
}

#content{
	float: left;
	width: 725px;
}

#footer{
	clear: both;
}

.clear{
	clear: both;
}

.featured{
	margin-bottom: 15px;
	background-color: #f7fcd4;
	width: 715px;
	font-size: 13px;
	line-height: 18px;
	background-image: url(../App_Themes/gogolfandtravel/images/feature-bg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 5px;
}

.article{
	float: left;
	width: 160px;
	margin-left: 15px;
	padding-top: 15px;
}

.article img {
	margin-bottom: 10px;
}

#main .article h3{
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	margin-right: 5px;
	margin-left: 5px;
	color: #7a421d;
	line-height: 18px;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

#main .article p{
	margin-right: 5px;
	margin-left: 5px;
}

.logos {
	border: 1px solid #dce9f0;
}

.ad{
	margin-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}
.BlogPDateWhole {
	display: none;
}
