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


/* BASIC STYLES
--------------------------------------------------- */

body {
	color: #333;
	margin: 0;
	font: .8em/1.6em   Arial, Helvetica, sans-serif;
	text-align: center;
	background: #53bbde url(../images/bg_orange.jpg) repeat-x;
}

a:link, a:visited {
	color: #26621a;
	text-decoration: none;
}

a:hover {
	color: #000000;
}

h1 {
	color: #91bb31;
	font-size: 28px;
	font-weight: bold;
	margin: 0;
}

h2 {
	color: #91bc2f;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
}

h3 {
	color: #16659d;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	text-transform: capitalize;
}

img {
	display: inline;
	border-style: none;
	margin: 0;
	padding: 0;
}

blockquote {
	color: #000000;
	padding: 10px;
	background: #efefef url(../images/bg_blockquote.gif) no-repeat left top;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	text-align: center;
	margin: 10px 0;
}

.image-left {
	float: left;
	margin: 3px 20px 3px 0;
	padding: 3px 3px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0 3px 20px;
	padding: 3px 0 3px 3px;
}

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

#content li {
	list-style: none;
	background: url(../images/bg_li.gif) no-repeat left;
	margin: 0;
	padding-left: 20px;
}


/* LAYOUT STYLES
--------------------------------------------------- */

#container {
	width: 970px;
	margin: 0 auto;
	background: url(../images/bg_container2.jpg) repeat-y center;
	padding: 0;
	text-align: left;
}

#container2 {
	width: 970px;
	margin: 0 auto;
	background: url(../images/bg_container2.jpg) repeat-y center;
	padding: 0;
	text-align: left;
}

#container3 {
	width: 970px;
	margin: 0 auto;
	background: url(../images/bg_container3.jpg) repeat-y center;
	padding: 0;
	text-align: left;
}

#head {
	width: 884px;
	background: url(../images/head.jpg) no-repeat;
	padding: 0;
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
	margin: 0;
}

#masthead {
	height: 395px;
	background: url(../images/head.jpg) no-repeat center;
	margin: 0;
	padding: 0;
	width: 970px;
}

#masthead2 {
	height: 277px;
	background: url(../images/head2.jpg) no-repeat center;
	margin: 0;
	padding: 0;
	width: 970px;
}

#title {
	color: #fff;
	position: absolute;
	top: 70px;
	padding: 120px 0 0;
	margin-left: 650px;
	font: italic 24px Tahoma, "Trebuchet MS";
	text-align: right;
}

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

#greencert {
	color: #fff;
	position: absolute;
	top: 95px;
	padding: 120px 0 0;
	margin-right: 425px;
	margin-left: 95px;
	font: italic 15px Tahoma, "Trebuchet MS";
	text-align: left;
}

#header {
	width: 900px;
	height: 260px;
	margin-top: 20px;
	background: url(../images/bg_header_orange.jpg) no-repeat center;
	padding-top: 0;
}

#logo {
	width: 450px;
	height: 260px;
	margin-left: 7px;
	display: inline;
}

#stage {
	background: url(../images/bg_container.jpg) repeat-y center;
	margin-top: 0;
	margin-bottom: 0;
	position: relative;
	top: -10px;
}

#content {
	width: 645px;
	margin: 15px 0 0 5px;
	text-align: justify;
	font-size: 14px;
	line-height: 19px;
	float: left;
	color: #707070;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 70px;
}

#sidebar {
	color: #999;
	width: 172px;
	margin: 0 36px 0 0;
	padding: 0;
	font-size: 88%;
	float: right;
	background-color: #e3e2db;
}

#footer {
	margin-top: 0;
	padding: 0;
	background: url(../images/bg_footer.jpg) no-repeat center;
	font-size: 90%;
	color: #fff;
	text-align: right;
	width: 970px;
	height: 87px;
}

#footer p {
	margin-right: 230px;
	padding-top: 20px;
}

#footer a:link, #footer a:visited {
	color: #52b0d6;
}

#footer a:hover {
	color: #fff;
}

.clear {
	clear: both;
}


/* SIDEBAR STYLES
--------------------------------------------------- */

#sidebar p {
}

#sidebar img {}

#sidebar img a:hover {}

.sidebarBox2{
	background: #e3e2db;
}
.sidebarBox2 h6{
	font-size:1.2em;
	color:#ffffff;
	text-align:center;
	background: #17649c;
	margin:0px;
	padding:5px 0px 5px 0px;
	border-top: 1px solid #fff;
	border-bottom: 2px solid #fff;
}
.sidebarBox2 p{
	padding: 0px 10px;
	color: #787876;
	text-align:left;
	margin-top: 0;
}

.sidebarBox{
	border:1px solid #6c6c6c;
	background: #fcf8d3;
	margin-bottom:20px;
}

.sidebarBox2 h3 {
	color: #16659d;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	text-transform: capitalize;
	padding-left: 10px;
	padding-right: 10px;
}

.sidebarBox h6{
	font-size:1.2em;
	color:#ffffff;
	text-align:center;
	background: #9a3434;
	margin:0px;
	padding:5px 0px 5px 0px;
}
.sidebarBox p{
	padding:0px 5px 0px 5px;
	color:#1d1d1d;
	text-align:left;
}


/* TOOLBAR STYLES
--------------------------------------------------- */

/* @group navcontanier */

#navcontainer {
	background: #1e3f63 url(../images/navbar.jpg) repeat-x;
	height: 39px;
	position: relative;
	z-index: 99;
	width: 898px;
	margin-left: 36px;
	margin-bottom: 0;
}

#navcontainer .current {
	font-weight: regular;
	letter-spacing: 1px;
}

#navcontainer .currentAncestor {
	font-weight: bold;
	text-decoration: underline;
}
/* Parent - Level 0 */

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

#navcontainer li {
	background: url(../images/divide.jpg) no-repeat right -10px;
	position: relative;
	width: 179px;
	display: inline;
	float: left;
}

#navcontainer a {
	display: block;
	padding-top: 10px;
	color: #ffffff;
	text-decoration: none;
	width: 177px;
	text-align: center;
	height: 39px;
}

#navcontainer a:hover { 
	background: url(../images/hover.jpg) repeat-x;
	color: #ffffff;
	text-decoration: none;
	font-weight: regular;
}

#walking {display: none !important;}

/* Fix IE. Hide from IE Mac \*/
* html #navcontainer ul li { float: left; height: 1%; }
* html #navcontainer ul li a { height: 27px; }
/* End */

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 32px;
	display: none;
	z-index: 100;
	border-top: solid 1px #666666;
}

#navcontainer ul ul a { 
	height: 20px;
	padding-top: 7px;
	background: #ebebeb;
	text-align: center;
	color: #333333;
	font-weight: normal;
}

html>body #navcontainer ul ul a {
	background: #ebebeb;
	height: 23px;
}

html>body #navcontainer ul ul a:hover {
	background: #cccccc;
	color: #000000;
	font-weight: normal;
}

#navcontainer ul ul .current{
	background: #cccccc;
	color: #ffffff;
}

html>body #navcontainer ul ul .current{
	background: #cccccc;
}

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 120px;
	top: 0;
}

#navcontainer ul ul ul ul li { 
}

#navcontainer ul ul ul ul a{
}

#navcontainer ul ul ul ul a:hover{

}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul{
display:none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul{
display:block;
}



/* @end */
	

/* CONTACT STYLES
--------------------------------------------------- */

.message-text {}

.required-text {}

.form-input-field {}

.form-input-button {}

.message-text {}

.required-text {}

.form-input-field {}

.form-input-button {}	

#footer .dz a {color: white}
