@charset "utf-8";
/* CSS Document */


/*BASIC LAYOUT*/

*{
margin: 0;
padding: 0;
}

body{
	font-size: 62.5%;
	background-color: #005E95;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background-image: url(images/repeatxy_89173271.jpg);
}

#wrapper{
	width: 92em;
	margin: 0 auto;
	background-color: #FFFFFF;
	min-width: 76em;
	float: none;
}

#branding{
	background-image: url(images/branding_back.jpg);
	background-repeat: repeat-x;
	background-color: #0064A0;
	height: 150px;

}

#mainNav{
	width: 92em;
	float: left;
	padding:0;
	margin:0;
}

#content{
	width: 92em;
	float: left;
	background-color: #FFFFFF;
	padding-bottom: 2em;
}
.unallot {
	color: #CC0000;
	font-size: 1.2em;
	font-weight: bold;
}



/* Use mainContent and secondaryContent for 3 column layouts*/
#mainContent{
	width: 58em;
	float: left;
}

#secondaryContent{
	width: 30em;
	float: right;
	margin-top: 3em;
}

#footer{
	color: #ffffff;
	background-color: #0269AC;
	padding: 1em;
	text-align: center;
	font-size: 1.2em;

}

.clear{
clear: both;
}

/* LIST STYLES */
#mainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	overflow: hidden;
	background-image: url(images/blue_back.jpg);
	border-bottom: 10px solid #D2A13A;
}
#mainNav ul li {
	float: left;
	width: 12.5%;
	text-align: center;
	background-image: url(images/white_line.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#mainNav ul a, #mainNav ul a:link, #mainNav ul a:visited {
	display: block;
	padding: 0;
	line-height: 1.8em;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
}
#mainNav   ul  li a:hover {
	color: #FFFFFF;
	background-image: url(images/red_back.jpg);
}


#mainNav ul li.last {
	margin-right: -20px;
	background: none;
}

/* To highlight current page in navigation bar */
#home #mainNav .home a,
#issues #mainNav .issues a,
#results #mainNav .results a,
#about #mainNav .about a,
#recognition #mainNav .recognition a,
#endorsements #mainNav .endorsements a,
#help #mainNav .help a,
#contact #mainNav .contact a{
	color: #000000;
	background-image: url(images/gold_back.jpg);
}


#issuesNav {
	float: left;
	width: 86em;
	margin: 3em 0 .5em 2em;
	padding: 0;

}

.health  #issuesNav .health a,
.education #issuesNav .education a,
.jobs  #issuesNav .jobs a,
.environment #issuesNav .environment a,
.fiscal  #issuesNav .fiscal a,
.seniors #issuesNav .seniors a,
.fairness  #issuesNav .fairness a,
.arts #issuesNav .arts a {
	color: #FFFFFF;
	background-image: url(images/red_back.jpg);
}




#issuesNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	overflow: hidden;
	background-color: #ABCB78;
	background-image: url(images/green_background.jpg);
	border: 2px solid #c70503;
}

#issuesNav  ul  li {
	float: left;
	text-align: center;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(images/white_line.gif);
}
#issuesNav ul a, #issuesNav ul a:link, #issuesNav ul a:visited {
	display: block;
	line-height: 1.8em;
	text-decoration: underline;
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 1.9em;
}
#issuesNav   ul  li a:hover {
	color: #FFFFFF;
	background-image: url(images/red_back.jpg);
}


#issuesNav ul li.last {
	margin-right: -20px;
	background: none;
}





h1{
	color: #0065A5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin: 1em 0 0 2em;

}

h2{

}

h3{
	font-size: 1.4em;
	margin-left: 3em;
	margin-top: 1em;

}
h3.list {
	margin-bottom: -.5em;
}

#content ul {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-left: 6em;
	list-style-type: none;
}
#content ul li {
	background-image: url(images/bullet_blue.jpg);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 1.5em;

}
.list_paragraph/*This is a work around for the list items that are hidden underneath a floated image*/
 {
	padding-left: 1em;
	padding-top: -5em;
}

#mainContent p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-top: 1em;
	margin-right: 0em;
	margin-left: 5em;
}
#secondaryContent p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: .4em 1em;
}

#secondaryContent   h2.blue  {
	background-color: #66FFFF;
	background-image: url(images/blue_back.jpg);
	color: #FFFFFF;
	padding: .5em 0 .5em 1em;
	font-weight: bold;
	font-size: 1.3em;
}
#secondaryContent  div.bluebox   {
	border: 1px solid blue;
	margin: 1em;
	background-color: #ECFBFF;
}
#secondaryContent    h2.green  {
	background-color: #99BA63;
	background-image: url(images/green_background.jpg);
	color: #FFFFFF;
	padding: .5em 0 .5em 1em;
	font-weight: bold;
	font-size: 1.3em;
}
#secondaryContent   div.greenbox   {
	border: 1px solid green;
	margin: 1em;
	background-color: #EBF2DF;
}
#secondaryContent      h2.goldbox  {
	background-color: #A3C370;
	background-image: url(images/gold_back.jpg);
	color: #FFFFFF;
	padding: .5em 0 .5em 1em;
	font-weight: bold;
	font-size: 1.3em;
}
#secondaryContent     div.goldbox   {
	border: 1px solid green;
	margin: 1em;
	background-color: #FBF1DB;
}


.img_right {
	float: right;
	margin: 1em 0 1em 1em;
	border: 1px solid black;
}
.img_left {
	float: left;
	border: 1px solid black;
	margin: 1em 1em 1em 7em;
}
.img_center {
	text-align: center;
}

#branding_diane {
	float: left;
}

#branding_star {
	float: left;
}
#branding_logo {
	float: right;
	margin-top: .5em;
}
input {
	width: 18em;
}
input.buttons {
	width: 8em;
}
input.checkbox {
	width: 3em;
}

textarea {
	width: 18em;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	color: #FFCC00;
}
#footer p {
	margin: .5em 0;
}
#donate {
	height: 47px;
	width: 122px;
	margin-left: 5em;
}
