/* - - - - - - - - - - - - - - - - - - - - -
Title:	Nancy Navarro for Montgomery County Council District 4 - Global Styles
Author:	Eric Robbins
- - - - - - - - - - - - - - - - - - - - - */


/* 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: "Trebuchet MS", verdana, helvetica, sans-serif;
 	font-size: 78%;
	color: #000;
	background: #1e376c url(../images/bkgrdBody.jpg) top center no-repeat;
	text-align: center; /* making IE5 submit */
}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	color: #16284f;
	margin: 10px 0 10px 0;
}

h1.home {
	font-size: 1.6em;
	font-weight: normal;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin: 3px 0 6px 0;
}

h1.homeBigOne {
	font-size: 5.0em;
	font-weight: normal;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin: 3px 0 6px 0;
	text-transform: uppercase;
}

h1.homeBigTwo {
	font-size: 3.4em;
	font-weight: normal;
	color: #df771c;
	margin: 3px 0 16px 0;
}

h2 {
	font-family: "Trebuchet MS", verdana, helvetica, sans-serif;
 	font-size: 1.5em;
	font-weight: normal;
	color: #16284f;
	border-bottom: 1px solid #df771c;
	padding-bottom: 3px;
	margin: 20px 0 5px 0px;
}

h3 {
	font-family: "Trebuchet MS", verdana, helvetica, sans-serif;
 	font-size: 1.3em;
	margin: 10px 0 0 0;
	color: #16284f;
}

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

p.home {
	font-size: 1.0em;
	color: #fff;
	margin: 3px 0 10px 0;
}

p.more {
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
	margin-bottom: 10px;
}

a {
	color: #16284f;
}

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

a img {
	border: none;
}

a.home {
	color: #fff;
}

.left {
	float: left;
}

.right {
	float: right;
}

.readThis {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.3em;
}


/* STRUCTURAL STYLES */

#topBar {
	margin: 0 auto;
	background-color: #df771c;
}

#homeTop {
	margin: 0 auto;
	height: 337px;
	background: #1e376c url(../images/bkgrdHome.jpg) top center no-repeat;
}

#homeTopContainer {
	margin: 0 auto;
	width: 900px;
}

#logo {
	float: left;
	
}

#quoteBarHome {
	margin-bottom: 20px;
}

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

#homeLeftCol {
	width: 558px;
	float: left;
}

#homeRightCol {
	width: 314px;
	float: right;
}

#homeRightCol img {
	margin-bottom: 12px;
}

#contentTop {
	width: 900px;
}

#contentBottom {
	width: 900px;
}

#content {
	background: #fff url(../images/contentBkgrd.jpg) top center repeat-y;
	padding: 10px 20px 10px 20px;
	float: left;
	width: 860px;
}

#contentLeft {
	width: 510px;
	float: left;
}

#contentRight {
	width: 314px;
	float: right;
	margin-top: 20px;
}

#contentRight img {
	margin-bottom: 20px;
}




/*** NAVIGATION ***/

#navigation {
	margin: 10px 0 14px 0;
	float: right;
}

#navigation ul {
	margin: 0;
	list-style-type: none;
}

#navigation ul li {
	float: left; 
	position: relative; 
}

#navigation ul li a/*, .menu ul li a:visited*/ {
	float: left; 
	display: block;
	font-size: 1.0em;
	text-decoration: none;
	color: #fff;
	padding: 0px 8px;
}

#navigation ul li:hover {width:auto;}

#navigation ul li a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #df771c;
}

#navigation ul li:hover a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #df771c;
}

#navigation ul li a.current {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #df771c;
}

#navigation .left {
	float: left;
} 

#navigation .right {
	float: right;
}

/*** END MAIN NAVIGATION ***/


/*** ADDITIONAL CONTENT STYLES ***/

ul.homeList {
	list-style-type: none;
	color: #fff;
	padding-left: 0;
	margin-left: 6px;
	margin-bottom: 20px;
}

ul.homeList li {
	background: url("../images/bullet.gif") 2px 6px no-repeat;
	padding-left: 12px;
	margin-bottom: 5px;
	line-height: 1.3em;
}

ul.bodyList {
	list-style-type: none;
	padding-left: 0;
	margin-left: 6px;
	margin-bottom: 20px;
}

ul.bodyList li {
	background: url("../images/bullet.gif") 2px 6px no-repeat;
	padding-left: 12px;
	margin-bottom: 5px;
	line-height: 1.3em;
}

.uc {
	text-transform: uppercase;
	color: #df771c;
}



/* Footer */

#footer {
	width: 900px;
	text-align: left;
	color: #fff;
	font-size: 0.9em;
	padding: 5px 5px 20px 5px;
	background: url("../images/bkgrdFooter.jpg") top center repeat-x;
	margin-top: 20px;
	margin-bottom: 40px;
	clear: both;
}



/* Clearfixorama */

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

.clearfix { 
	_height: 1px; 
}

br {
	clear: both;
}


