/******************** html elements ********************/

body{
	color: #000000;
	font-family: sans-serif;
	font: 13px Verdana;
  	/* color: #494949; */
	background-attachment:fixed;	
}

td{
	color: #000000;
	font-family: Verdana;
	/* font: 13px Verdana; */
	font-size: small;
}

ul {}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}


a:link, a:visited, a:active {
	color: #0066FF;
}

a.node{
color: #0066FF;
}

a:hover{
	color: #3399FF;
}

iframe{
	width: 463px;
	height: 600px;
	border: 0;
}

/******************** html elements end ********************/

/******************** id's ********************/

/********** sidebar **********/
#sidebar-left{
	width: 293px;
	background-color: #23407D;
	color:#ABC6FF;
	float: left;
	min-height:707px;
	padding-bottom: 5em;
}
	#logo-filler-top{
		background-color: #15274C;
		height: 47px;
		
	}
	
	#logo-floater{
		float: left;
		clear:both;
	}
	
	#logo{
		border: none;
	}
	
	#menu-wrapper{
		padding-left: 1em;
	}
/********** sidebar end **********/

/********** main **********/
#mainWrapper{
	font-family: Verdana;
	float: left;
	margin-left: 4.125em;
	width: 463px;
	/* height: 800px; */
}
	#header{
		background: url(http://www.cityofmartinsburg.org/images/search_background_resized.png) no-repeat;
		padding: 1em 0 0 0;
		width:463px;
		height: 44px;
		margin-top: 0px;
		position: relative;
	}
	
	#search-container{
		position: absolute;
		left: 1em;
	}
	
	#top-links{
		position: absolute;
		right: 1em;
	}
	
	#picture-container{
		margin-top: 0.15em;
	}
	
	#article-title{
		font-size: 20px;
		color: #E5B969;
		text-align: left;
		margin-top: 1em;
		margin-bottom: 0.5em;
	}
	
	#breadcrumb{
		border-bottom:1px solid #B3C6EF;
		border-color:#B3C6EF;
		border-top:1px solid #B3C6EF;
		color:#6788CF;
		font-size:12px;
		margin-bottom:0.5em;
		margin-top:1em;
		padding-bottom:2px;
		padding-left:11px;
		padding-top:2px;
		text-align:left;
	}
	
	#breadcrumb a{
		color:#6788CF;
		font-size:12px;
		text-decoration:none;
	}
	
	#breadcrumb a:visited{
		color:#6788CF;
		font-size:12px;
		text-decoration:none;
	}
	
	#breadcrumb a:hover{
		color:#6788CF;
		font-size:12px;
		text-decoration:underline;
	}
	
	#article-body{
		background: url(http://www.cityofmartinsburg.org/images/watermark.jpg) no-repeat top center;
		padding-bottom: 17em;
		min-height: 248px;
		height:auto;
	}
	
	
	
	
/********** main end **********/

#footer-wrapper{
	clear: both;
	margin-left: 335px;
	width: 463px;
	
}
#article-footer{
	text-align: center;
}
	
	#article-footer img{
		border:none;
	}

#disclaimer{
	text-align: center;
}

/******************** id's end ********************/

/******************** classes ********************/

.menu-name{
	text-align: center;
	font-size: 19px;
}

.menu-item{
	border: 1px solid;
}

.section-articles{
	list-style-type: none;
}
	.section-articles li{
		margin-left: 0;
		font-size: 16px;
		padding-bottom: 20px;
	}
	
.separator{
	margin-top: 3px;
	height: 1px;
	width: 463px;
	border-bottom: 2px solid #F5E3C4;
	margin-bottom: 1em;
	text-align: center;
}

.teaser{
	padding-left: 15px;
	padding-top: 5px;
}

.search-term{
	background-color: #FEFF8F;
}

/******************** classes end ********************/