/* CSS Document */

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

body {
	background:		#2b5f8f url(../images/background.jpg) 50% 0 repeat;
	font-family:	Arial, Helvetica, sans-serif;
	color:			#5e5e5e;
	font-size:		12px; 
	line-height:	18px;
	padding:		0;
	margin:			0;
	text-align:		left;
}

#main-wrapper {
	width:			929px;
	background:   	#eae1cf;
	margin:			0 auto;
}

#header {
	height:			93px;
	width:			929px;
	background:		url(/images/header-bg.jpg) no-repeat;
}

#logo {
	float:			left;
}

#phone {
	float: 			left;
	font-family:	Georgia, "Times New Roman", Times, serif;
	color:			#000;
	font-size:		22px;
	margin:			44px 0 0 50px;
	height:			24px;
	line-height:	22px;
}

#search-form {
	width:			189px;
	height:			20px;
	background:		url(../images/search-bg.gif) no-repeat;
	padding:		14px 32px 10px 33px;
	margin:			0 38px 0 0;
	float:			right;
	display:		block;
}

#search-box {
	width:			147px;
	height:			16px;
	background:		url(../images/search-bar.gif) no-repeat;
	padding:		3px 10px 0 !important;
	margin:			0;
	float:			right;	
	border:			0 none;
	color:			#5f5f5f;
	font-size:		12px;
	line-height:	16px;
}

#search-form .fields {
	float:			right;
	display:		inline-block;
    overflow:		hidden;
	position:		relative;
}

#search-form label {
	display:		none;
	position:		absolute;
	top:			0;
	left:			0;
	cursor:			text;
	color: 			#bbb;
	padding:		2px 10px 0;
}

#search-button {
	width:			22px;
	height:			20px;	
	background:		url(../images/search-button.gif) no-repeat;
	padding:		0;
	margin:			0;
	float:			left;
	border:			0 none;
	cursor: 		pointer;
	display: 		block;
	font-size: 		0px;
	line-height: 	0;
	overflow: 		hidden;
	text-indent: 	-999px;
}

#navbar {
	width:			929px;
	height:			23px;
	padding:		0;
	margin:			0;
	background:		url(../images/nav-bg.gif) no-repeat;
	list-style:		none;
}

#navbar li {
	float:			left;
	display:		inline;	
}

#navbar li a {
	display:		inline-block;
	height:			0;
	padding-top:	23px;
	overflow:		hidden;
	margin-right:	1px;
	background-image:url(../images/nav-bg.gif);	
}

#nav-home {
	width:			98px;
	background-position: 0 0 !important;
}

#nav-home:hover {
	background-position: 0 -23px !important;	
}

#nav-community {
	width:			137px;
	background-position: -99px 0 !important;
}

#nav-community:hover {
	background-position: -99px -23px !important;	
}

#nav-membership {
	width:			142px;
	background-position: -237px 0 !important;
}

#nav-membership:hover {
	background-position: -237px -23px !important;	
}

#nav-business {
	width:			181px;
	background-position: -290px 0 !important;
}

#nav-business:hover {
	background-position: -290px -23px !important;	
}

#nav-properties {
	width:			203px;
	background-position: -380px 0 !important;
}

#nav-properties:hover {
	background-position: -380px -23px !important;	
}

#nav-events {
	width:			109px;
	background-position: -584px 0 !important;
}

#nav-events:hover {
	background-position: -584px -23px !important;	
}

#nav-contact {
	width:			137px;
	background-position: -694px 0 !important;
}

#nav-contact:hover {
	background-position: -694px -23px !important;	
}

#nav-links {
	width:			97px;
	margin-right:	0 !important;
	background-position: -832px 0 !important;
}

#nav-links:hover {
	background-position: -832px -23px !important;	
}

#nav_shadow {
	height:			8px;
	width:			929px;
	background: 	url(/images/nav-shadow.gif) no-repeat;	
}

#content {
	width:			906px;
	padding:		0 8px 15px 15px;
	margin-top:		8px;
	background:		url(/images/content-bg.gif) repeat-y;
}

#watermark {
	width:			906px;	
	background:		url(/images/watermark.gif) 45% bottom no-repeat;
}

#slideshow {
	width:			645px;
	height:			247px;
	background:		url(/images/slideshow-bg.gif) no-repeat;
	padding:		9px;
	border-bottom:	solid 10px #eae1cf;	
	border-right:	solid 15px #eae1cf;	
}

#main-col {
	width:			678px;
	float:			left;
	margin-right:	-228px;
}

#right-col {
	float:			right;
	width:			228px;
}

#center-col {
	width:			420px;
	float:			right;
	margin-left:	-184px;	
	padding:		22px 37px 18px;
	background:		url(/images/center-col-bg.gif) no-repeat;
}

#left-col {
	width:			184px;
	float:			left;
	padding-top:	5px;
}

#get-started {
	width:			200px;
	background:		#36905d url(../images/get-started-bg.gif) bottom no-repeat;
	padding:		14px;	
	margin:			0 0 12px 0;
	font-size:		15px;
	color:			#FFF;
	line-height:	16px;
}

#get-started label {
	color:			#1f1f1f;
	font-size:		11px;
	font-weight:	bold;
	display:		block;
	line-height:	11px;
	margin-bottom:	3px;	
}

#get-started .sidebar-field {
	width:			195px;
	height:			15px;
	background:		#FFF;
	padding:		2px;
	margin:			0 0 10px 0;
	border:			0 none;
	-moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .4); 
 	-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, .4); 
    box-shadow: 	inset 1px 1px 3px rgba(0, 0, 0, .4);  
}

#get-started #submit {
	background:		url(../images/submit.gif) no-repeat;
	width:			47px;
	height:			16px;
	border: 		0px !important;
	cursor: 		pointer;
	display: 		block;
	font-size: 		0px;
	line-height: 	0;
	overflow: 		hidden;
	padding: 		0px;
	text-indent: 	-999px;
	margin:			0 auto;
}

#left-col a {
	display:		block;
	margin-bottom:	12px;	
}

#footer-wrapper {
	width:			100%;
	background:		#222222;
	border-top:		1px solid #a4a4a4;	
}

#footer {
	background:		#222;
	width:			879px;
	margin:			0 auto;
	padding:		25px;
	color:			#FFF;
	text-align:		center;
	font-size:		11px;
	border-top:		1px solid #9a958a;
	position:		relative;
}

#content-bottom {
	position:		absolute;
	background:		url(/images/content-bottom.gif) no-repeat;
	width:			494px;
	height:			35px;
	top:			-36px;
	left:			199px;	
}

#footer a {
	color:			#FFF;	
}

#footer-links {
	font-family:	"Myriad Pro", Myriad, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:	uppercase;
	margin-bottom:	8px;
}

#events {
	margin:			0;
	padding:		0;
	list-style:		none;	
}

#events li {
	margin-bottom:	12px;	
}

#events li .headline {
	margin-bottom:	2px;	
}

#events li .title {
	font-family:	Georgia, "Times New Roman", Times, serif;
	font-size:		13px;
	font-weight:	bold;
	display:		inline-block;
	margin-right:	10px;	
}

#events li .title a {
	color:			#000;	
}

#events li .image {
	width:			51px;
	float:			left;
	margin-right:	10px;	
}

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

table {

}

a {
	color:			#0b06c4;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:			0 none;	
}

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

.alttext1 {
	font-size:		15px;
}

.alttext2 {
	font-size:		18px;
}

.clear {
	clear:			both;	
}

.header1 {
	font-family:	Georgia, "Times New Roman", Times, serif;
	color:			#024720;
	font-size:		17px;
	font-weight:	bold;
	line-height:	25px;
}

.header2 {
	font-family:	Georgia, "Times New Roman", Times, serif;
	color:			#024720;
	font-size: 		15px;
	font-weight:	bold;
	line-height:	21px;
}

.header3 {
	font-family:	Georgia, "Times New Roman", Times, serif;
	color:			#024720;
	font-size:		13px;
	font-weight:	bold;
	line-height:	19px;
}

h1 {
	font-family:	Georgia, "Times New Roman", Times, serif;
	color:			#024720;
	font-size:		17px;
	font-weight:	bold;
	line-height:	25px;
	margin:			0 0 12px 0;
}

h2 {
	font-family:	Georgia, "Times New Roman", Times, serif;
	color:			#024720;
	font-size: 		15px;
	font-weight:	bold;
	line-height:	21px;
	margin:			0 0 8px 0;
}

h3 {
	font-family:	Georgia, "Times New Roman", Times, serif;
	color:			#024720;
	font-size:		13px;
	font-weight:	bold;
	line-height:	19px;
	margin:			0 0 3px 0;
}

.header1 a, .header2 a, .header3 a, h1 a, h2 a, h3 a {
	color:			#024720;
	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;
}
