/*Colors for version 5.0
Brown: #333300;
Tan: #CCCC99;
Green: #99cc33;
Sky Blue: #ccccff;
*/


body {
	background-image: url(images/skyrepeat.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	top: 0px;
	left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border: 0px;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	z-index: 1;
	}


/********General Settings**********/	
img {
	border: 0px;
	}
	
.strong {
	font-weight: bold;
	}
	
#nav a, #nav a:link, #nav a:active, #nav a:visited, #footer a, #footer a:link, #footer a:active, #footer a:visited  {
	color:  #99cc33;
	text-decoration: none;
	font-weight: normal;
	}

#nav a:hover, #footer a:hover {
	text-decoration: underline;
	}
	
a, a:link, a:active, a:visited {
	color:  #333300;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	text-decoration: underline;
	}
	
.here {
	color: #99cc33;
	font-weight: bold;
	}
	
h1{
	margin-top: 3px;
	font-size: 22px;
	color: #99cc33;
	}
	
h2 {
	margin-top: 0px;
	color: #99cc33;
	}

h3 {
	margin-top: 3px;
	color: #99cc33;
	}

/**Specialized header styles - Index**/	
#headline h1 {
	margin-bottom: 2px;
	}
	
h2.txtalignleft {
	margin-top: 5px;
	font-size: 16px;
	}
	
/**news & events**/
#news span h1 {
	font-size: 16px;
	margin-top: 10px;
	}
	
#leftcolumn h1 {
	font-size: 16px;
	}
	
/**get involved**/
#bottom span h1 {
	font-size: 16px;
	}
	
/**explore**/
#product_review h2 {
	color: #000;
	font-size: 14px;
	margin-top: 10px;
	}
	
/**learn something new**/
#recipe h1 {
	font-size: 16px;
	}
	
#profile h1 {
	font-size: 20px;
	}
	
/**meet your neighbors**/
#classifieds h2 {
	margin-bottom: 10px;
	}
	
/**contact us**/
	
#form_holder span.emphasis {
	font-weight: bold;
	font-size: 12px;
	}
	
.headerbg {
	width: 100%;
	margin: 0px;
	background-color: #99cc33;
	}
	
.emphasis {
	font-size: 10pt;
	}
	
.emphasisBig {
	font-size: 12pt;
	margin-top: 5px;
	}
	
.de-emphasis {
	font-size: 9pt;
	}
	
.italic {
	font-style: italic;
	}
	
a:focus {
outline: 0;
}

#SkipToContent{
position: absolute;
z-index: 30;
}
	
/*********Overall Layout**************/
#banner {
	height: 330px;
	width: 100%;
	background-image: url(images/bannersliver.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: absolute;
	}
	
#nav {
	color: #cccc99;
	position: absolute;
	right: 0px;
	margin-top: -25px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	z-index: 16;
	}
	
.quote {
	font-size: 10pt;
	font-style: italic;
	padding: 5px;
	position: absolute;
	z-index: 17;
	margin-top: -170px;
	right: 0px;
	width: 145px;
	}
	
.quoteFix {
	font-size: 10pt;
	font-style: italic;
	padding: 5px;
	position: absolute;
	z-index: 17;
	margin-top: -170px;
	right: 0px;
	width: 145px;
	}
	
.longerquote {
	font-size: 10pt;
	font-style: italic;
	padding: 5px;
	position: absolute;
	z-index: 17;
	margin-top: -195px;
	right: 0px;
	width: 145px;
	}
	
	
#global {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	/*border: 1px solid red;*/
	}

#content {
	background-image: #fff;
	/*border: 1px solid green;*/
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 250px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	z-index: 10;
	}
	
#content_holder {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 0px 0px;
	margin-top: 5px;
	width: 980px;
	/*border: 1px solid purple;*/
	}
	
.textright {
	float: right;
	text-align: right;
	padding-right: 10px;
	font-size: 8pt;
	}
	
.clearfloat {
	clear: both;
	}
	
/****Image Left Settings***/
	
.left {
	float: left;
	border: 1px solid #CCCC99;
	margin-right: 15px;
	margin-bottom: 5px;
	}
	
.midleft {
	float: left;
	border: 1px solid #CCCC99;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 10px;
	}
	
.left_noborder {
	float: left;
	}
	
.adleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
	text-align: left;
	font-size: 8pt;
}

.credits {
	margin-right: 15px;
	margin-bottom: 10px;
	}

/*******Image Right Settings****/
.adright {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 8pt;
	text-align: right;
	background-color: #fff;
}

.adright2 {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
	text-align: right;
	font-size: 8pt;
}
	
.right {
	float: right;
	/*border: 1px solid #CCCC99;*/
	margin-left: 15px;
	margin-bottom: 5px;
	}
	
.right_border {
	float: right;
	border: 1px solid #CCCC99;
	margin-left: 15px;
	margin-bottom: 5px;
	}
	
/*End of Image Settings*/
	
.center {
	border: 1px solid #CCCC99;
	text-align:center;
	margin-left: 8px;
	}
	

	
.byline {
	margin-top: -12px;
	font-style: italic;
	}


/*****Index Page**********/
#headline {
	background-color: #fff;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 950px;
	}
	
.left_bc {
	float: left;
	border: 1px solid #CCCC99;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 10px;
	}
	
#keyarticle {
	float: left;
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 21px;
	width: 30%;
	height: auto;
	/*border-left: 1px solid #333300;*/
	}
	
#ad1{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;
	text-align: center;
	/*border-right: 1px solid #333300;
	border-left: 1px solid #333300;*/
	width: 240px;
	float: left;
	}
	
.highlights {
	float: left;
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 0px;
	margin-right: 21px;
	width: 33%;
	/*border-right: 1px solid #333300;*/
	}
	
.look {
	color: #CCCC99;
	background-color: #fff;
	font-size: 36pt;
	letter-spacing: -20px;
	font-family: Verdana;
	width: 55px;
	float: left;
	padding-top: 5px;
	}
	
.boxes {
	width: 150px;
	height: 75px;
	background-color: #fff;
	padding: 5px;
	float: left;
	margin-left: 20px;
	font-size: 8pt;
	}
	
/****Quiz Rollovers (Within Index)***/
	#question {
	position: absolute;
	background-image: url(images/silo_butterfly.png);
	background-repeat: no-repeat;
	background-position: right;
	top: 250px;
	left: 100px;
	width: 203px;
	height: 64px;
	
	margin-top: 5px;
	color: black;
	text-decoration: none;
	font-style: italic;
	z-index: 10;
	font-size: 10pt;
	}

	#result {
		position: absolute;
		top: 245px;
		left: 100px;
		width: 203px;
		height: 64px;
	
		margin-top: 5px;
		color: black;
		text-decoration: none;
		font-style: italic;
		visibility: hidden;
		font-size: 10pt;
		background-color: #fff;
		}
		
	#question2 {
	position: absolute;
	background-image: url(images/silo_bird.png);
	background-repeat: no-repeat;
	background-position: right;
	top: 340px;
	left: 100px;
	width: 203px;
	height: 64px;
	
	margin-top: 5px;
	color: black;
	text-decoration: none;
	font-style: italic;
	z-index: 10;
	font-size: 10pt;
	}
		
	#result2 {
	position: absolute;
	top: 330px;
	left: 100px;
	width: 203px;
	height: 64px;
	
	margin-top: 5px;
	color: black;
	text-decoration: none;
	font-style: italic;
	visibility: hidden;
	font-size: 10pt;
	background-color: #fff;
	}
		
	#question3 {
	position: absolute;
	background-image: url(images/silo_fish.png);
	background-repeat: no-repeat;
	background-position: right;
	top: 435px;
	left: 100px;
	width: 203px;
	height: 64px;
	
	margin-top: 5px;
	color: black;
	text-decoration: none;
	font-style: italic;
	z-index: 10;
	font-size: 10pt;
	}
		
	#result3 {
	position: absolute;
	top: 425px;
	left: 100px;
	width: 203px;
	height: 64px;
	
		margin-top: 5px;
		color: black;
		text-decoration: none;
		font-style: italic;
		visibility: hidden;
		font-size: 10pt;
		background-color: #fff;
		}
		
/****Volunteer Page (GET INVOLVED)*****/
#featurearticle {
	float: left;
	background-color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-right: 20px;
	width: 45%;
	height: auto;
	}

#rowdisplay {
	padding: 0px;
	margin: 0px;
	width: 480px;
	float: right;
	}
	
.row {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-left: 0px;
	height: auto;
	width: 480px;
	float: left;
	}
	
#bottom{
	float: left;
	width: 980px;
	padding-left: 15px;
	}
	

.letters {
	float: left;
	padding: 5px;
	width: 22%;
	margin-left: 10px;
	}
	
.letter_icon {
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
	}
	
hr {
	color: #333300;
	}
	
hr.shortened {
	width: 480px;
	}
	
#checkboard img{
	border: 0px;
	}
	
/****NEWS & EVENTS PAGE*****/

#leftcolumn{
	float: left;
	width: 200px;
	padding: 10px;
	background-color: #fff;
	}

#news {
	float: left;
	margin-left: 20px;
	background-color: #fff;
	padding-left: 9px;
	padding-right: 9px;
	width: 720px;
	}
	
#otherarticle {
	margin-top: -20px;
	float: left;
	}
	
.adright_boat {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 8pt;
	text-align: right;
	background-color: #fff;
}
	
/*****EXPLORE MARYLAND PAGE*****/

#bottom ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}

#bottom li {
	list-style-type: square;
	font-size: 9pt;
	list-style-position: inside;
	}
	
#product_review {
	background-color: #99cc33;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	float:right;
	width: 55%;
	margin-left: 10px;
	margin-bottom: 5px;
	}
	
/******Classes (LEARN SOMETHING NEW)******/
#profile {
	padding: 10px;
	margin: 0px;
	width: 50%;
	float: right;
	background-color: #fff;
	}
	
#newclasses {
	background-color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 2px dashed #333300;
	border-top: 2px dashed #333300;
	border-left: 2px dashed #333300;
	border-right: 0px;
	margin-left: 0px;
	margin-right: *;
	margin-top: 0px;
	width: 45%;
	float: left;
	height: 425px;
	overflow: auto;

	scrollbar-base-color: #ccccff;
	scrollbar-arrow-color: #333300;
	scrollbar-track-color: #333300;
	scrollbar-shadow-color: transparent;
	scrollbar-lightshadow-color: transparent; 
	scrollbar-darkshadow-color: transparent;
	scrollbar-highlight-color: transparent;
	scrollbar-3dlight-color: transparent;
	}

.firstrow {
	background-color: #fff;
	margin: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	height: 25px;
	}
.on_row {
	background-color: #fff;
	padding: 5px;
	float:left;
	}
	
.alt_row {
	background-color: #ccccff;
	border-bottom: 2px dashed #333300;
	border-top: 2px dashed #333300;
	padding: 5px;
	float: left;
	}
	
#recipe {
	float: left;
	width: 980px;
	padding-left: 15px;
	}
	
#recipe ul, ol {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}

#recipe li {
	list-style-type: disk;
	font-size: 10pt;
	list-style-position: inside;
	}
/*****MEET YOUR NEIGHBORS PAGE****/
.headernote {
		float: left;
		background-color: #fff;
		height: 280px;
		width: 275px;
		padding-top: 5px;
		padding-left: 15px;
		padding-right: 0px;
		padding-bottom: 5px;
		margin-right: 15px;
		}
		
#communitybulletin {
	float: right;
	width: 650px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #fff;
	}
	
#communitybulletin ul {
	margin-top: 0px;
	}
	
#communitybulletin li {
	list-style-image: url(images/thumbtack.jpg);
	}
	
#projects {
	float: right;
	width: 650px;
	padding: 5px;
	background-color: #fff;
	}
	
#classifieds {
	width: 250px;
	padding-left: 20px;
	padding-right: 5px;
	float: left;
	background-color: #fff;
	}
	
/*****CONTACT US PAGE*****/
#form_holder {
	float: left;
	width: 30%;
	padding: 10px;
	margin-right: 15px;
	background-color: #fff;
	}
	
.formdetails{
border: 1px solid #ccccff;
background-color: #fff !important;
}

.formbuttons {
	border: 1px solid #ccccff;
	background-color: #fff;
	color: #99cc33;
	font-size: 9pt;
	font-weight: bold;
	}
	
#puzzle {
	background-color: #fff;
	float: right;
	width: 514px;
	}
/****CREDITS***/
#creditscontainer {
	background-color: #fff;
	padding: 10px;
	}

/*****FOOTER******/
	
#footer {
	width: 100%;
	height: 250px;
	top: 0px;
	left: 0px;
	right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -250px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	z-index: 20;
	}
	
#footerbg {
	background-image: url(images/grass2.png);
	background-repeat: repeat-x;
	background-color: #443322;
	width: 100%;
	height: 250px;
	top: 0px;
	left: 0px;
	right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: -250px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
	z-index: 15;
}
	
.footer_content {
	font-size: 9pt;
	color: #99cc33;
	padding-top: 80px;
	text-align: center;
}

.sitemap {
	font-size: 8pt;
	color: #99cc33;
	padding-left: 50px;
	float: right;
	text-align: left;
	margin-right: 50px;
	border-left: 1px dashed #99cc33;
	}
	
.user_photo {
	margin-left: 0px;
	margin-right: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 70%;
	text-align: left;
	font-size: 8pt;
	padding-left: 30px;
	}
	