@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
body, html, img, h1, h2, h3, h4, h5, form {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
	
}
#Container {
	width: 843px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #d7e488;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
}
#Header {
	background: url(../images/header-form-bg.jpg) no-repeat right top;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 237px;
	width: 843px;
}
#HeaderForm {
	margin: 0px 125px 0px 425px;
	padding: 0px;
}
#HeaderForm h2 {
	text-align: center;
	font-weight: bold;
	color: #FFFF00;
}
#HeaderForm h3 {
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 0px;
}
#HeaderForm h4 {
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}
#HeaderForm h5 {
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 0px 5px 0px 0px;
}
#Sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
#Sidebar1 a {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
	font-size: 12px;
}
#Sidebar1 a:hover {
	text-decoration: underline;

}
#Login {
	background: #FFCC00;
	margin: 0px;
	padding: 10px;
	font-size: 11px;
}
#Login h2{
	color: #993895;
	margin: 0px;
	padding: 0px 0px 5px;
}
#Login a {
	color: #993895;
	font-size: 12px;
	text-decoration: none;
}
#Login a:hover {
	text-decoration: underline;

}
#EventsMap {
	background-color: #c4bdd6;
	margin: 0px;
	height: 175px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#EventsMap h3 {
	color: #983895;
	padding-top: 10px;

}
#PhotoContest {
	background:url(../images/reddot_v2_02.png) left top no-repeat;
	margin: 0px;
	padding: 150px 10px 0px 10px;
	height:225px; 
	
}
#PhotoContestHeader {
	margin: 0px;
	padding: 0px 25px 0px 25px;
	text-align:center;
	
}
#PhotoContestWriteup {
	margin: 0px;
	padding: 8px 15px 0px 15px;
	
}
#PhotoContestDisclaimer {
	margin: 0px;
	padding: 6px 125px 0px 15px;
	font-size:10px;
	
}
#RightColumnAd {
	padding: 10px 0px 10px 0px;
}
#MainContent {
	margin: 0px 276px 0px 250px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #21b9cf url(../images/Content-LeftSide.gif) repeat-y left top;
}
#MainContentInner {
	margin: 0px 0px 0px 250px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #21b9cf url(../images/Content-LeftSide.gif) repeat-y left top;
}
#JoinTeam {
	background: #993995; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFFF00;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#JoinTeam a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;

}
#JoinTeam a:hover {
	text-decoration: underline;

}
#JoinTeamHome {
	background: #993995; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFFF00;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	margin-right: 275px;
	margin-bottom: 0px;
	margin-left: 250px;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#JoinTeamHome a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;

}
#JoinTeamHome a:hover {
	text-decoration: underline;

}
#Banner468x60 {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
}
#Banner468x60Border  {
	border: 1px solid #999999;

}
#RedDot {
	background: url(../images/reddot.png) no-repeat;
	margin: 0px;
	padding: 160px 10px 10px;
	color: #FFFFFF;
	line-height: 12px;
	height: 200px;
}
#RedDot a {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: underline;

}
#RedDot a:hover {
	text-decoration: none;

}
#BalloonContent {
	background-image: url(../images/Sidebar-Ballons/balloon-bottom.jpg);
	background-repeat: no-repeat;
	background-color: #A6C539;
	background-position: left top;
	padding: 10px;

}
#Sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 276px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
#PrintedDirectory {
	background: #f26641;
	padding: 10px;
	color: #FFFFFF;
	margin: 0px;
}
#PrintedDirectoryImg {
	padding: 0px;
	width: 110px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;

}
#AdvertInquiries {
	background: #983895;
	margin: 0px;
	padding: 10px;
	color: #FFFFFF;
}
#AdvertInquiries a {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

#AdvertInquiries a:hover {
	text-decoration: underline;
}
#FabulousFinds {
	background: #983895;
	margin: 0px;
	padding: 10px;
	color: #FFFFFF;
}
#AdSpace {
	margin-top: 10px;
	margin-bottom: 10px;
}
.spacer {
	height: 10px;
}
#FooterContainer {
	clear: both;
}
#Footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#a7c539;
	margin: 0px;
}
#Footer a {
	color: #FFFF00;
	text-decoration: none;

}
#Footer a:hover {
	text-decoration: underline;

}
#FooterContent {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#Copyright {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	margin: 0px;
}
#Copyright a {
	color: #21B9CF;
	text-decoration: none;

}
#Copyright a:hover {
	text-decoration: underline;

}
#CopyrightContent {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
#HeaderTopBar {
	background: #993995;
	height: 10px;
	margin: 0px;
	padding: 0px;
}
#navcontainer ul {
	padding: 5px 0px;
	margin: 0px;
	list-style-type: none;
	color: #FFF;
	width: 100%;
	text-align: center;
}
#navcontainer {
	background: url(../images/nav-background.gif) no-repeat right top;
}

#navlist li { display: inline; }

#navlist li a {
	text-decoration: none;
	color: #FFF;
	padding: 1px 15px;
	font-weight: bold;
	margin: 0px;
	font-size: 12px;
}

#navlist li a:hover {
	background-color: #bfa5be;
	color: #fff;
}
#Directory {
	background: #FFCC00;
	margin: 0px;
	padding: 10px;
	font-size: 10px;
}
#Directory h2{
	color: #993895;
	margin: 0px;
	padding: 0px 0px 5px;
}
#Directory a {
	color: #993895;
	font-size: 10px;
	text-decoration: none;
}
#Directory a:hover {
	text-decoration: underline;

}
#DirectoryTopBar {
	background-color: #A5C43A;
	height: 25px;
}
.FormBackground {
	border: 1px solid #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.FormHeading {
	background-color: #A6C539;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
}
