@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	width: 800px;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	background-color: #6fd5fd;
	color: #3d5c5e;
	margin: 0px auto;

}

body a{
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3d5c5e;
	line-height: 16px;
	text-decoration: none;
}

body a:hover{
	font:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline;
}
	
table{
	border: none;
}

#header {
	width: 800px;
	height: 125px;
}

#outer_glow {
	width: 800px;
	height: auto;
	background-image: url(images/middle_glow.png);
	background-repeat:repeat-y;
}

#flash {
	width: 763px;
	height:152px;
	margin-left: 18px;
	background-color: #e4f7ff;
	
}

#tabs {
	width: 763px;
	height: 44px;
	margin-left: 18px;
	margin-top: -20px;
	
}



#sddm
{	margin: 5px;
	padding: 0;
	z-index: -30;
	width: 100%;
	margin-left: 24px;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	font: bold 14px georgia;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	color: #3d5c5e;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #98f3f8}

#sddm div{
	position: absolute;
		visibility: hidden;
	padding: 0;
	margin-top: 7px;
	background: #EAEBD8;
	border: none;
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0px;
		padding: 5px 5px 0 5px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		font: 12px georgia;
		line-height: 16px;
		}

	#sddm div a:hover
	{	background: #EAEBD8;
		color: #000;
		}





#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	width: 763px;
	height: 28px;
	margin-left: 18px;
	background-color: #98f3f8;
}

#nav a {
	text-decoration: none;
	color: #3d5c5e;
	float: left;
}
.active_tab{
	padding-top: 20px;	
}

#menu_items{
	width: 800px;
	text-align: center;
}

#nav_community {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	width: 763px;
	height: 28px;
	margin-left: 18px;
	background-color: #c4ebb2;
	border-top: 1px solid #c4ebb2;
	margin-top: -2px;
	text-align: center;
}

#nav_community a {
	text-decoration: none;
	color: #3d5c5e;
	
}


#nav_merchant {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	width: 763px;
	height: 28px;
	margin-left: 18px;
	background-color: #cafdff;
	border-top: 1px solid #cafdff;
	margin-top: -2px;
	text-align: center;
}

#nav_merchant a {
	text-decoration: none;
	color: #3d5c5e;
	
}


#nav_happenings {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	width: 763px;
	height: 28px;
	margin-left: 18px;
	background-color: #f9f8bf;
	border-top: 1px solid #f9f8bf;
	margin-top: -2px;
	text-align: center;
}

#nav_happenings a {
	text-decoration: none;
	color: #3d5c5e;
	
}




#content_home {

	width: 800px;
	height: 100%;
	margin-left: 30px;
	padding-left: 2px;
	
}

#content_home a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	color: #3d5c5e;
}

#community {
	text-align: center;
	background-image: url(images/community_bg.jpg);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18pt;
	padding-top: 10px;
	padding-bottom: 10px;
}

#community p {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18pt;
	
}

#merchants {
	text-align: center;
	width: 248px;
	background-image: url(images/merchant_bg.jpg);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18pt;
	padding-top: 10px;
	padding-bottom: 10px;
}

#merchants p {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18pt;
	
}

#happenings {
	text-align: center;
	width: 245px;
	background-image: url(images/happenings_bg.jpg);
	background-repeat: repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18pt;
	padding-top: 10px;
	padding-bottom: 10px;
}

#happenings p {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18pt;
	
}

#upcoming {
	width: 500px;
	background-image: url(images/upcoming_bg.jpg);
	background-repeat: repeat-y;
}

#upcoming p {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	line-height: 18pt;
	
}

dl#upcoming_events {
	width: 450px;
	background-image: url(images/upcoming_bg.jpg);
	background-repeat: repeat-y;
	padding: 0px 15px 0px 20px
	
}

#content_left {
	float: left;
	margin-left: 18px;
	padding: 30px 10px 20px 30px;
	width: 430px;
	margin-left: 8px;
	
}

#content_right {
	float: left;
	width: 291px;
	margin: 20px 0px 20px 0px;
	padding-left: 10px;
	padding-top: 10px;
	border-left: 1px solid #98f3f8;
}
	
#mission { 
	width: 720px; 
	padding: 10px 40px; 
	text-align: center; 
	clear: both; 
}

#footer {
	width: 720px;
	padding: 0px 40px 10px 40px;
}


.bold_blue_header {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #3d5c5e;
	font-weight: bold;
}

.bold_italic_header {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #3d5c5e;
	font-weight: bold;
}

.bold_blue_header20 {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #3d5c5e;
	font-weight: bold;
}

.subtext {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #3d5c5e;
}

.body_text {
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3d5c5e;
}

#content_left_long { float: left; margin-left: 18px; padding: 30px 10px 20px 40px; width: 420px; height: auto; }

