body {
	background-color: #25334D;
	background-image: url(../img/background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 0 0 15px; /* CORRECT SHADOW */
	padding: 0
}

a img {
	border: 0;
	outline: none
}

.clear {
	width: 100%;
	clear: both;
	float: left
}
div.separator {
	width: 100%;
	border-top: 1px solid #999;
	margin-top: 10px;
	margin-bottom: 5px;
}

#container {
	position: relative;
	width: 876px;
	margin: 0 auto
}
#bar {
	position: absolute;
	right: 25px
}
	#sep-22 {
		position: relative;
		top: 3px;
		left: -630px;
	}
	#bar input[type="text"] {
		position: absolute;
		top: 3px;
		width: 65px;
		font-size: 10px;
		font-family: Arial, Helvetica, sans-serif;
		padding: 3px;
		border: 1px solid #000
	}
	#bar input[type="image"] {
		position: absolute;
		top: 4px;
		right: 0
	}
	#form-latest {
		position: absolute;
		top: 7px;
		right: 265px
	}
	#form-first-name {
		right: 183px
	}
	#form-last-name {
		right: 108px;
	}
	#form-email {
		right: 33px
	}


#header {
	position: absolute;
	top: 75px;
	left: 0
}

#main {
	position: absolute;
	top: 183px;
	left: -15px; /* LINE UP EDGE WITH NAME */
	z-index: 1000;
	width: 619px
}
#main.index { /* INDEX BACKGROUND */
	background: url(../img/index-background.png);
	height: 379px
}
	#index-banner {
		display: none
	}
#main.page { /* PAGE BACKGROUND */
	background: url(../img/page-background.png);
	height: 567px;
}
	#main a {
		color: #000
	}
	#banner {
		position: absolute;
		top: 27px;
		left: 27px
	}
	/* NAVIGATION */
	#navigation {
		position: absolute;
		top: 310px;
		left: 27px
	}
		.page #navigation { top: 200px !important }
		#navigation ul {
			list-style: none;
			padding: 0;
			margin: 0
		}
		#navigation ul li { float: left }
		#navigation li[rel="home"] {
			
		}
	/* CONTENT */
	#content {
		position: absolute;
		top: 240px;
		left: 27px;
		width: 555px;
		height: 292px;
		overflow: auto;
		padding: 10px 5px 0 5px;
		font: .9em Arial, Helvetica, sans-serif;
		background: #FFF;
		border-bottom: 4px solid #212D43
	}
		#media-kit { /* IN NEWS AND MEDIA */
			width: 150px;
			background :#CCC;
			padding: 5px;
			font-size: .8em;
			margin: .5em  0 .5em .5em;
			float: right
		}
	/* CONTENT FORMS */
	#content p:first-child { /* REMOVES BUFFER FORM FIRST PARAGRAPH MARGIN */
		/* margin-top: 0 */
	}
	#content form {
		margin: 0	
	}
	#content #form-endorsements {
		width: 500px;
		margin: 0 auto
	}
	#content form label {
		width: 100px;
		float: left
	}
	#content form input[type="text"], form textarea {
		margin-bottom: 5px;
		border: 1px solid #000;
		padding: 3px;
		font: .9em Arial, Helvetica, sans-serif
	}
	#content form input[type="submit"] {
		margin-left: 100px;
		margin-bottom: 10px
	}
	/* ISSUES BUTTONS */
	ul#issues-buttons {
		width: 520px;
		list-style: none;
		margin: 30px auto;
		padding: 0
	}
	ul#issues-buttons li {
		padding: 5px;
		float: left;
	}
	img.quote {
		position: relative;
		top: 2px;
		left: 10px
	}
	
/* BOTTOM */
#bottom {
	position: absolute;
	top: 560px;
	left: 2px;
	width: 837px;
	height: 173px;
	background: url(../img/bottom-background.png) no-repeat;
	clear: both;
	padding: 10px;
	overflow: hidden;
	font: .8em Arial, Helvetica, sans-serif
}
	#bottom .box {
		position: absolute;
		top: 10px;
		width: 275px;
		height: 163px;
		float: left
	}
	#bottom a {
		color: #000;
		text-decoration: none
	}
	#bottom a:hover {
		border-bottom: 1px dotted #666
	}
	#bottom ul {
		list-style: none;
		padding: 0;
		margin: 0
	}
		#bottom ul li {
			margin-bottom: .5em
		}
	#in-the-news { left: 10px }
	#blog { left: 310px }
	#submit-your-ideas {
		width: 226px !important;
		right: 30px;
		font-size: .9em
	}
	#submit-your-ideas p { margin: 0 0 .5em 0 }
	#bottom a.no-bottom:hover { border-bottom: none !important }
	#bottom div.more {
		position: absolute;
		bottom: 5px;
		right: 7px;
		text-align: right
	}
	#bottom div.more a {
		color: #000;
		font: .9em "Lucida Grande", Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-weight: bold
	}

/* RIGHT */
#right {
	position: absolute;
	z-index: 800;
	top: 20px;
	right: 0;
}
	#photo {
		position: absolute; 
		top: 0;
		right: 45px
	}
	#buttons {
		background: url(../img/btn-box.png);
		width: 296px;
		height: 270px;
		position: absolute;
		top: 250px;
		right: 15px
	}
		#buttons ul {
			position: absolute;
			top: 34px;
			left: 35px;
			list-style: none;
			padding: 0;
			margin: 0
		}
		#buttons ul li { margin-bottom: 7px }
	#social {
		position: absolute;
		top: 510px;
		right: -19px;
		width: 296px
	}
		#social img {
			float: left;
			margin-right: 28px
		}

#footer {
	position: absolute;
	top: 740px;
	width: 100%;
	font: .7em Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	padding-bottom: 1em
}
	#footer a { color: #FFF }