/*	-------------------------------------------------------------
	NewEnding Studios
	Web | Video | Photography | Solutions
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:	color stylesheet for PosterJay
	Filename:		green.css
	Version:		1.0
	Updated:		April 14th, 2006
	-------------------------------------------------------------
*/

body {
	background: url(../../images/bg_green.gif) repeat-x top #efefef;
}

#masthead {
	background: none;
}

#header {
	background: url(../../images/bg_header_green.png) no-repeat top center;
	padding-top: 20px;
}

#title {
	font: 130% Georgia, Times New Roman, Times, serif;
	color: #999;
	padding: 90px 20px 0 25px;
}

#title b {
	color: #333;
	font: normal bold 160% Georgia, Times New Roman, Times, serif;
}

#nav {
	background: #1eb252;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav a:link, #nav a:visited {
	color: #004b18;
	text-decoration: none;
	display: block;
	background: #cee6d6;
	padding: 2px 8px;
	margin: 1px 0;
}

#nav a:hover {
	background: #1eb252;
	color: #fff;
}

#nav #current {
	background: #1eb252;
	color: #ffffff;
}

#nav li .currentAncestor {
	background: #1eb252;
	color: #fff;
}	
	
#nav ul ul {}

#nav ul ul li {}

#nav ul ul li a:link,#nav ul ul li  a:visited {
	color: #004b18;
	padding-left: 20px;
	background: #97d9ad url(../../images/bg_subnav_green.gif) no-repeat left;
}

#nav ul ul li a:hover {
	color: #fff;
}

#nav ul ul li #current {
	color: #ffffff;
	padding-left: 20px;
	background: #97d9ad url(../../images/bg_subnav_green.gif) no-repeat left;
}