/* - - - - - - - - - - general - - - - - - - - - -  */


	
	
	
	
/* - - - - - - - - - - header - - - - - - - - - -  */

#header {
	height: 125px;
}

#logo {
	position: absolute;
	top: 20px;
	left: 380px;
}
	
	
	
	
/* - - - - - - - - - - primary content - - - - - - - - - -  */

#content_wrapper {
	background: #fff url(/images/strip_newsletter.gif) repeat-y;
	border-top: 1px solid #ccc;
	height: auto;
}

#primary_content {
	margin: 40px 0 0 425px;
}
	
	
	
	
	
/* - - - - - - - - - - footer - - - - - - - - - -  */	

#secondary_footer {
	position: relative;
	background: #8ea77d;
}

#secondary_footer ul {
	float: right;
	margin: 0;
	padding: 0 150px 0 0;
	background: #8ea77d;
	text-align: right;
}

#secondary_footer ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 5px 15px;
	border-right: 1px solid #fff;
}

#secondary_footer li.Last {
	border-right: 0;
}




/* - - - - - - - - - - form - - - - - - - - - -  */

form#newsletter_form {
	margin: 0;
	padding: 0 0 20px 0;
}

form#newsletter_form input {
	width: 150px;
	margin: 5px;
}

form#newsletter_form div.Check {
	margin: 0 0 5px 0;
}

form#newsletter_form div.Check input {
	display: inline;
	width: auto;
	margin: 0 10px 0 0;
}

form#newsletter_form input.Submit {
	width: auto;
	margin: 10px 0 0 0;
}

form#newsletter_form label {
	float: left;
	display: block;
	width: 100px;
	padding: 5px 20px 0 0;
}

form#newsletter_form div.Check label {
	display: inline;
	float: none;
}

.SecondaryText {
	margin-top: 20px;
}
	
	
	
	
/* - - - - - - - - - - navigation - - - - - - - - - -  */
	
#nav {
	background: none;
	height: auto;
	float: left;
}

#nav ul {
	list-style-type: none;
	margin: -1px 0 30px 0;
	padding: 76px 1px 0 0;
	width: 379px;
	background: #fff url("/images/phototiles.jpg") no-repeat 0 0;
}

#nav li {
	float: none;
	margin: 0;
	padding: 8px 30px 0 0;
	height: 22px;
	border: 1px solid #fff;
	border-width: 0 0 1px 0;
	background: #ccc url("/images/nav_arrow.gif") no-repeat 97% 50%;
}

#nav li:hover {
	background: #fff url("/images/nav_arrow_over.gif") no-repeat 97% 50%;
}

#nav li.Last { border-bottom: 0; }




/* - - - - - - - - - - general typography - - - - - - - - - -  */
	





/* - - - - - - - - - - footer typography - - - - - - - - - -  */
	
#secondary_footer li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

#secondary_footer li:hover a {
	color: #333;
}




/* - - - - - - - - - - splash navigation typography - - - - - - - - - -  */
	
#nav li {
	text-align: right;
	text-transform: uppercase;
	font-family: Verdana, 'Bitstream Vera Sans', sans-serif;
	font-size: 11px;
}

#nav li a {
	text-decoration: none;
	color: #666;
}

#nav li:hover a {
	color: #666;
}
