/***********************************************/
/* HTML tag styles                             */
/***********************************************/
:focus { -moz-outline-style: none; }
body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4c3628;
}
a:link {
	color: #668547;
}
a:visited {
	color: #668547;
}
a:hover {
	color: #4A5F32;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	color: #8db477;
	font-size: 28px;
	font-style: italic;
}
h2 {
	font-size: 16px;
}
/***********************************************/
/* Class styles                                */
/***********************************************/
.subnav {
	font-size: 12px;
	font-weight: bold;
}
.footernav {
	font-size: 10px;
}
.countDown {
	font-size: 20px;
	color: #942824;
}
.smallText {
	font-size: 11px;
}
.runBG {
	background-color: #FFF;
	background-image: url(images/bg-run-of-the-harbor.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.golfBG {
	background-color: #FFF;
	background-image: url(images/bg-just-play-golf.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.familyBG {
	background-color: #FFF;
	background-image: url(images/bg-family-time.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.dogBG {
	background-color: #FFF;
	background-image: url(images/bg-four-legged.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.phoneNumber {
	font-size: 48px;
}
.phoneNumberMed {
	font-size: 24px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#mainNav {
	width: 154px;
}
