.pad {
	padding: 10px 15px;
	}

#container {
	width: 790px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background: url(/i/container_bgR.gif) top left repeat-y;
	overflow: hidden;	
	}
	
	.splash #container {
		width: 100%;
		padding: 0;
		margin: 0;
		background: url(/i/splash_bgT.gif) top left repeat-x;
		}
	
	#splash {
		margin: 100px auto 15px auto;
		text-align: center;
		width: 480px; /* 650 620 */
		height: 390px;  /* 425 */
		/*background: url(/i/splash_lg.jpg) top center no-repeat;*/
		position: relative;
		}
	
#header {
	width: 790px;
	height: 98px;
	margin: 0 auto;
	background: url(/i/header_bg.gif) top left repeat-y;
	}
	
	#header div.pad {
		
		}
		
	#header h1 {
		display: block;
		float: left;
		margin: 0 0 0 5px;
		padding: 0;
		height: 84px; /*60px;*/
		width: 323px; /*260px;*/
		}
	
	#header h1 a {
		display: block;
		text-indent: -5000px;
		height: 84px; /*60px;*/
		width: 323px; /*260px;*/
		background: url(/i/header_logo_lg.jpg) no-repeat;
		}
	
	#globalSignup {
		float: right;
		margin-top: 10px;
		width: 400px;
		text-align: right;
		}
	
	#globalSignup input {
		margin-right: 10px;
		font-size: 100%;
		}
		
	#globalSignup input.text {
		border: 1px solid #bbb;
		background-color: transparent;
		padding: 3px 5px;
		color: #bbb;
		}
		
		#globalSignup a {
			clear: both;
			float: right;
			display: block;
			width: 151px;
			height: 21px;
			margin: 8px 4px 0 0;
			text-indent: -5000px;
			background: url(/i/globalSignup_button.gif) top center no-repeat;
			}
			
			#globalSignup a:hover {
				background: url(/i/globalSignup_button_over.gif) top center no-repeat;
				}

#navigation {
	width: 790px;
	height: 29px;
	background: url(/i/nav_bg.gif) top center no-repeat;
	margin: 0 0 20px 0;
	}
	
	#navigation ul {
		list-style: none;
		}
		
		#navigation ul li {
			background: none;
			display: block;
			float: left;
			margin: 0 0 0 7px;
			padding: 6px 3px 3px 3px;
			}

			#navigation ul li.first { margin-left: 25px; }
			
	#navigation ul li a {
		color: #fff;
		}
		
		#navigation ul li a:hover {
			text-decoration: underline;
			}
	
	#subnavigation a {
		color: #000;
		}
		
		#subnavigation li.current a {
			color: #b12f20;
			}
		
#content {
	float: left;
	width: 480px;
	margin: 0 0 30px 27px;
	}

#side {
	width: 220px;
	margin: 0 0 30px 545px;
	}
	
	#side #subnavigation {
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #ccc;
		}
	
	#side a.button_getinvolved, #side a.button_contribute, #side a.button_stayinformed, #side a.button_youtube {
		display: block;
		margin: 20px 0 0 0;
		text-indent: -5000px;
		height: 65px;
		width: 220px;
		}
		
		#side a.button_getinvolved {
			background: url(/i/button_getinvolved.gif) top center no-repeat;
			}
		
		#side a.button_youtube {
			background: url(/i/button_youtube.gif) top center no-repeat;
			}
		
		#side a.button_contribute {
			background: url(/i/button_contribute.gif) top center no-repeat;
			}
		
		#side a.button_stayinformed {
			background: url(/i/button_stayinformed.gif) top center no-repeat;
			}

#footer {
	width: 790px;
	margin: 0 auto;
	background: transparent url(/i/container_bgB.gif) top center no-repeat;
	padding: 8px 0 0 0;
	}
	
	#footer p {
		font-size: 90%;
		color: #fff;
		text-align: center;
		}
	
	#footer a {
		color: #ddd;
		}

/* splash */

#splashFormContainer {
	position: absolute;
	bottom: 15px;
	right: 25px;
	}

#splashForm input {
	margin-left: 10px;
	}
	
#splashForm input.text {
	border: none;
	background-color: transparent;
	padding: 3px 5px;
	border-bottom: 1px solid #bbb;
	color: #bbb;
	}

