/* CSS Document */

/******************** LAYOUT **************************/

body {
	background:		#f7f7f7;
	font:			normal 13px Georgia, "Times New Roman", Times, serif;
	color:			#231f20;
	line-height:	18px;
	padding:		0;
	margin:			0;
	text-align:		left;
}

#main-wrapper {
	width:			951px;
	margin:0 auto;
	background:url(/images/bkrd-main.jpg) no-repeat #fff;
	-webkit-box-shadow: 0px 0px 3px #767676;
	-moz-box-shadow: 0px 0px 3px #767676;
	box-shadow: 0px 0px 3px #767676; 
}

#header {
	width:951px;
	height:200px;
	position:relative;
}

#logo {
	position:absolute;
	left:0;
	top:0;
	}

#phonenumber {
	position:absolute;
	right:17px;
	top:42px;
	background:url(/images/phonenumber.png) no-repeat;
	width:144px;
	height:24px;
	font:bold 21px "Times New Roman", Times, serif;
	color:#231f20;
	text-align:center;
	padding:16px 20px 4px 17px;
	line-height:21px;
	letter-spacing:.01em;
}

#navbar {
	width:705px;
	height: 48px;
	padding:0 0 0 246px;
	background:url(/images/bkrd-nav-wrapper.png) repeat-x;
	position:absolute;
	left:0;
	top:83px;
	font:normal 13px Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
}

.nav-link  {
	font:normal 19px Georgia, "Times New Roman", Times, serif;
	line-height:48px;
	margin-right:19px!important;
	color:#ffffff;
	list-style-type:none!important;
	float:left;
	display:block!important;
	white-space:nowrap;
}

.nav-link span {
	white-space:nowrap;	
}

#nav-link-on {
	font:normal 19px Georgia, "Times New Roman", Times, serif;
	line-height:48px;
	margin-right:19px!important;
	color:#ffffff;
	float:left;
}

.nav-link:hover, #nav-link-on:hover {
	text-decoration:none!important;
	}


#content {
	width:951px;
	clear:both;
	background:url(/images/bkrd-content.png) 1px 0 repeat-y;
}

#subcontent {
	width:951px;
	clear:both;
	background:url(/images/bkrd-subcontent.png) 1px 0 repeat-y;
}

#subcontent {
	width:951px;
	clear:both;
	background:url(/images/bkrd-subcontent.png) 1px 0 repeat-y;
}

#teecontent {
	width:951px;
	clear:both;
	background:url(/images/bkrd-teetime.png) 1px 0 repeat-y;
}

#main-col {
	width:621px;
	float:left;
	margin:0 0 0 20px;
	padding:1px 0 32px;
}

#submain-col {
	width:565px;
	float:left;
	margin:0 0 0 20px;
	padding:39px 28px 32px;
	border-top: 1px solid #b5b5b5;
}

#teemain-col {
	width:856px;
	float:left;
	margin:0 0 0 20px;
	padding:39px 28px 32px;
	border-top: 1px solid #b5b5b5;
}

#homecontent {
	padding:0 16px 0 15px;
}

#right-col {
	width:			289px;
	float:right;
	position:relative;
	padding:1px 0 0 3px;
}
#rightcap {
	position:absolute;
	left:0;
	top:-4px;
	display:block;
	margin:0;
	padding:0;
	z-index:1;
}

.rightheader {
	height:22px;
	background:#231f20;
	margin-left:3px;
	font:normal 22px Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	padding:9px 12px 9px 21px;
	line-height:22px;
}

.rightheader span {
	z-index:2;
}

#right-col form ul {
	margin:0;
	padding:12px 14px 0 14px;
	width: 261px;
	list-style-type:none;
}

#right-col form ul li {
	margin-bottom:4px;
}

#input4 input, #input5 input {
	width:257px;
	height:18px;
	padding:2px;
	font-size:14px;
	line-height:18px;
	border: 1px solid #d0d0d0;
}

#submitsurvey {
	background:url(/images/submitbtn.jpg) no-repeat;
	width:82px;
	height:26px;
	text-indent:-999px;
	overflow:hidden;
	font-size:0;
	display:block;
	cursor:pointer;
	border:0 none;
	padding:0;
	margin:12px 0;
}

#bookarea {
	width:265px;
	padding:9px 12px;
}

#bookarea p {
	float:left;
	margin:0 12px 0 0;
	}

#bookheader {
	font-size:15px;
	color:#231f20;
	margin:7px 0 3px 0;
}

#bookarea a {
	color:#02a76b;
}

#eventsarea {
	width:265px;
	padding:9px 12px;
}

.eventitem {
	clear:both;
	width:265px;
	margin-bottom:3px;
	padding:1px 0;
}

.calendararea {
	float:left;
	margin:0 12px 0 0;
	background:url(/images/calendarbtn.png) no-repeat;
	position:relative;
	width:54px;
	height:54px;
}

.eventmonth a {
	font: bold 12px "Helvetica Neue", Arial, sans-serif;
	color:#ffffff;
	position:absolute;
	top:7px;
	left:7px;
	text-transform:uppercase;
	text-align:center;
	height:12px;
	width:42px;
	line-height:12px;
}

.eventday a {
	font:bold 24px "Helvetica Neue", Arial, sans-serif;
	color: #231f20;
	position:absolute;
	width:42px;
	height:24px;
	line-height:24px;
	text-align:center;
	top:25px;
	left:7px;
}

.eventmonth a:hover, .eventday a:hover {
	text-decoration:none;
}

.eventtitle {
	margin:5px 0 0;
	font-size:15px;
}

.eventsummary a {
	color:#231f20;
}

.rightbutton {
	margin:0 0 12px 6px;
}

#footer {
	min-height:99px;
	background:#231f20;
	width:906px;
	padding:32px 13px 10px 32px;
	color:#ffffff;
}

#footer p {
	width:343px;
	float:left;
}

#footer div {
	float:right;
	font-size:15px;
}

#footer a {
	color:#ffffff;
}

.caption-bottom p {
	margin-top:4px;
}

/******************** STYLES **************************/

table {

}

a {
	color:			#02a76b;
	text-decoration:none;
}

a img {
	border:none;
	border-collapse:collapse;
}

a:hover {
	text-decoration:underline;
}

p, ol, ul {
	margin: 		0 0 18px 0;
}

blockquote {
	text-align:center;
	display:block;
	margin:5px 0;
	font-style:italic;
}

.alttext1 {
	font-size:		15px;
}

.alttext2 {
	font-size:		18px;
}

.header1 {
	color:			#231f20;
	font-size:		31px;
	font-weight:	normal;
	line-height:	30px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.header2 {
	color:			#231f20;
	font-size: 		22px;
	font-weight:	normal;
	line-height:	23px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.header3 {
	color:			#231f20;
	font-size:		18px;
	font-weight:	normal;
	line-height:	19px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	color:			#231f20;
	font-size:		31px;
	font-weight:	normal;
	line-height:	30px;
	margin:			0 0 12px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	color:			#231f20;
	font-size: 		22px;
	font-weight:	normal;
	line-height:	23px;
	margin:			0 0 8px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h3 {
	color:			#231f20;
	font-size:		18px;
	font-weight:	normal;
	line-height:	19px;
	margin:			0 0 3px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:			#222222;
	text-decoration:none;
}

.header1 a:hover, .header2 a:hover, .header3 a:hover, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

.image_on_right {
	float:			right;
	margin-left:	20px;
	margin-bottom:	10px;
}

.image_on_left {
	float:			left;
	margin-right:	20px;
	margin-bottom:	10px;
}

.keywords {
	background-color:#EEEEEE;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	padding:5px;
}

.sidebar-form label {
	display:		block;
	margin-bottom:	1px;
}

.sidebar-form .sidebar-field {
	margin-bottom:	10px;
}

/* Comments */

.commentContent {
	border-top:1px dotted #999999;
	padding-top:10px;
}

.commentInfo {
	padding-top:4px;
	padding-bottom:10px;
}

/* Calendar */

.cal_header {
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.calendar {
	width:100%;
	border: 1px solid #DDDDDD;
	border-collapse: collapse;
}

.calendar td {
	border: 1px solid #DDDDDD;
	vertical-align: top; 
}

.calendar td.today {
	background-color:#FFFFCC;
}

.calendar td.other_day {
	background-color:#FFFFFF;
}

.dayofweek {
	background-color: #333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:normal;
	padding:2px;
}

.empty_day {
	background-color:#DDDDDD;
}

.highlight {
	background-color: #FFE7D0;
}

.day {
	background-color:#EEEEEE;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day_today {
	background-color:#DDDDDD;
	font-size:11px;
	color:#4F4F45;	
	padding:2px;
}

.day a, .day_today a {
	color:#4F4F45;
	text-decoration:none;
}

.calendar hr {
	border: none 0;
	height: 1px;
	border-top: 1px dotted #B9B9A2;
}

.gray {
	color:#CCCCCC;
}

.author {
	font-weight:normal;
}

.author a {
	color:#000000;
	text-decoration:none;
}

.author a:hover {
	text-decoration:underline;
}

.error {
	text-align:left;
	padding:6px;
	background-color:#FFFFCC;
	border:solid #FFCC33 2px;
}
