/* GEORGE DEMOS FOR CONGRESS GENERAL RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}


/* SITE CONTAINERS */

div#entire_whole_site_container {
	background: #001f3d url("/images/backgrounds/footer_stars_and_stripes.jpg");
	background-position: center bottom;
	background-repeat: repeat-x;
}

div#whole_site_container {
	background: transparent url("/images/backgrounds/blue_spotlight_background.jpg");
	background-position: center top;
	background-repeat: repeat-x;
}

div#site_container {
	background: transparent url("/images/backgrounds/header_background.png");
	background-position: center top;
	background-repeat: no-repeat;
}

div#container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	background: transparent url("/images/backgrounds/transparent_content_background.png");
	background-position: center 120px;
	background-repeat: no-repeat;
	text-align: left;
}


/* HEADER */

div#header {
	width: 1000px;
	height: 160px;
}

	#header h1 {
		width: 1000px;
		height: 160px;
	}
	
		#header h1 span, #header img {
			display: none;
		}
	
	
/* CONTRIBUTE BUTTON */

a#header_contribute_link {
	position: absolute;
	top: 0px;
	left: 400px;
	width: 299px;
	height: 165px;
	background: transparent url("/images/misc_elements/contribute_header_button.png");
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

a#header_contribute_link:hover {
	background-position: 0px -165px;
}

	#header_contribute_link span {
		display: none;
	}


/* SOCIAL MEDIA HEADER ICONS */

ul#header_social_media_list {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 295px;
	height: 24px;
	list-style: none;
	z-index: 200;
}

	#header_social_media_list li {
		float: left;
	}
	
		#header_social_media_list li a {
			display: block;
			margin: 0px 0px 0px 20px;
			width: 24px;
			height: 24px;
		}


/* GET IN THE KNOW SIGNUP BOX */

div#get_in_the_know_signup {
	position: absolute;
	top: 0px;
	left: 699px;
	width: 286px;
	height: 165px;
}

	#get_in_the_know_signup h2 {
		width: 286px;
		height: 70px;
	}
	
		#get_in_the_know_signup h2 span {
			display: none;
		}
	
	form#quick_email_signup {
		margin: 10px 0px 0px 22px;
	}
	
		#quick_email_signup label {
			display: none;
		}
		
		#quick_email_signup input {
			float: left;
			display: inline;
			margin: 0px 13px 0px 0px;
			padding: 0px 5px;
			border: none;
			background: none;
			width: 105px;
			height: 20px;
			font-size: 11px;
			color: #938b8b;
		}
		
		a#signup_get_started_link {
			position: absolute;
			top: 110px;
			right: 20px;
			width: 116px;
			height: 36px;
			background: transparent url("/images/misc_elements/get_started_button.png");
			background-position: 0px 0px;
			background-repeat: no-repeat;
		}
		
		a#signup_get_started_link:hover {
			background-position: -116px 0px;
		}
		
			#signup_get_started_link span {
				display: none;
			}


/* NAVIGATION */

ul#navigation {
	width: 1000px;
	height: 60px;
	list-style: none;
	overflow: hidden;
}

	#navigation li {
		float: left;
	}
	
		a#home_link {
			width: 94px;
			background: transparent url("/images/navigation/home_button.png");
		}
		
		a#meet_george_link {
			width: 184px;
			background: transparent url("/images/navigation/meet_george_button.png");
		}
		
		a#issues_link {
			width: 105px;
			background: transparent url("/images/navigation/issues_button.png");
		}
		
		a#in_the_news_link {
			width: 166px;
			background: transparent url("/images/navigation/in_the_news_button.png");
		}
		
		a#volunteer_link {
			width: 156px;
			background: transparent url("/images/navigation/volunteer_button.png");
		}
		
		a#contribute_link {
			width: 164px;
			background: transparent url("/images/navigation/contribute_button.png");
		}
		
		a#contact_link {
			width: 131px;
			background: transparent url("/images/navigation/contact_button.png");
		}
	
		#navigation li a {
			display: block;
			height: 60px;
			background-position: 0px 0px;
			background-repeat: no-repeat;
		}
		
		#navigation li a:hover {
			background-position: 0px -60px;
		}
		
			#navigation li a span {
				display: none;
			}


/* DROPDOWN MENUS */

div#meet_george_dropdown_menu {
	left: 95px;
}

div#issues_dropdown_menu {
	left: 279px;
}

div#in_the_news_dropdown_menu {
	left: 384px;
}

div#volunteer_dropdown_menu {
	left: 550px;
}

div.dropdown_menu {
	display: none;
	position: absolute;
	top: 220px;
	padding: 0px 0px 48px 0px;
	width: 371px;
	background: transparent url("/images/body_regions/dropdown_footer.png");
	background-position: 0px bottom;
	background-repeat: no-repeat;
	font-size: 12px;
	z-index: 10;
}
	
	.dropdown_menu ul {
		padding: 49px 0px 0px 0px;
		width: 371px;
		background: transparent url("/images/body_regions/dropdown_header.png");
		background-position: 0px 0px;
		background-repeat: no-repeat;
		list-style: none;
	}
	
		.dropdown_menu ul li {
			display: inline;
		}
		
			.dropdown_menu ul li a {
				display: block;
				padding: 10px 20px 0px 20px;
				width: 331px;
				height: 26px;
				background: transparent url("/images/body_regions/dropdown_item_background.png");
				background-position: 0px 0px;
				background-repeat: no-repeat;
				line-height: 14px;
				color: #696969;
			}
			
			.dropdown_menu ul li a:hover {
				background-position: 0px -36px;
				font-weight: bold;
				color: #a00000;
			}


/* MAIN CONTENT BODY */

div#main_body {
	position: relative;
	width: 1000px;
}


	/* PAGE INTRO CONTENT */
	
		h2.page_title {
			font-size: 34px;
			letter-spacing: 2px;
			text-transform: uppercase;
			text-align: center;
		}


	/* BODY TEXT CONTENTS */
	
	div#body_text {
		margin: 0px 0px 0px 15px;
		width: 985px;
	}

	/* BACK TO TOP */
	
	.back_to_top {
		clear: both;
		display: block;
	}
	
		.back_to_top span {
			display: none;
		}
	
/* FOOTER */

div#footer {
	clear: both;
	width: 1000px;
	height: 200px;
	background: transparent url("/images/backgrounds/footer_background.gif");
	background-position: center top;
	background-repeat: no-repeat;
}

	p.copyright {
		display: none;
	}