/* - - - - - - - - - - - - - - - - - - - - -
Title : Buy Local Silver Spring - Global Styles
- - - - - - - - - - - - - - - - - - - - - */


/* Basic Styles */
html, body, p, h1, h2, h3, h4, h5, h6, div, ul, li, dl, dd, dt, form, img{ margin: 0; padding: 0; }

/*
* html ul li a {
   height:1em;
}
*/

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, helvetica, sans-serif;
 	font-size: 78%;
	color: #000;
	background: url(../images/header.jpg) top center no-repeat;
	background-color: #fff;
	text-align: center; /* making IE5 submit */
}

h1 {
	font-family: times;
 	font-size: 1.9em;
	font-weight: normal;
	color: #FF0066;
	margin: 5px 0 5px 0px;
	padding-bottom: 5px;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, helvetica, sans-serif;
 	font-size: 1.5em;
	font-weight: normal;
	color: #669933;
	border-bottom: 1px solid #669933;
	margin: 5px 0 0px 0px;
}

h3 {
	font-family: times;
 	font-size: 1.9em;
	font-weight: normal;
	color: #993300;
	margin: 5px 0 5px 0px;
	padding-bottom: 5px;
}

h4 {
	font-family: times;
 	font-size: 1.3em;
	font-weight: normal;
	color: #FF0066;
	margin: 2px 0 5px 0px;
	padding-bottom: 5px;
}

h5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, helvetica, sans-serif;
 	font-size: 1.2em;
	margin: 10px 0 8px 0;
	color: #669933;
	border-bottom: 1px solid #669933;
}

h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", verdana, helvetica, sans-serif;
 	font-size: 70%;
	font-weight: normal;
	color: #000;
}



p {
	line-height: 1.3em;
	margin-bottom: 10px;
}

a {
	color: #669933;
	text-decoration: none;
}

a:hover {
	color: #FF0066;
	text-decoration: none;
}


a.moreLink {
	float: right;
}

a img {
	border: none;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* Header Styles */

#headerNav {
	color: #669933;
	text-align: left;
	margin: 170px 20px 0 0px;
	font-size: 1.0em;
	font-weight: bold;
}

#headerNav a {
	color: #669933;
}

#headerNav a.current, #headerNav a .current {
	color: #FF0066;
	text-decoration: none;
}

#headerNav a:hover {
	color: #FF0066;
	text-decoration: none;
}



/* STRUCTURAL STYLES */

#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
	left: -1px;
}

#content {
	width: 580px;
	float: left;
	color: #000;
	text-align: left;
	margin: 110px 0 40px 0;
}

#sidebar {
	width: 280px;
	float: right;
	color: #000;
	text-align: left;
	margin: 110px 0 40px 0;
}

/* Directory Only */

#content2 {
	width: 580px;
	float: left;
	color: #000;
	text-align: left;
	margin: 20px 0 20px 0;
}

/* Footer */

#footer {
	width: 900px;
	text-align: center;
	color: #333;
	font-size: 0.8em;
	padding-top: 3px;
	border-top: 1px solid #339900;
	margin-bottom: 20px;
	clear: both;
}



/* Clearfixorama */

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}  

.clearfix { 
	_height: 1px; 
}

br {
	clear: both;
}
