/*
 * Styles common to all pages
 */


/*=== Basic Elements ===*/

html, body {
	background: #CCC7B3;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #B6560E;
	text-transform: uppercase;
	margin: 0 0 1em;
	padding: 0;
	font-size: 1em;
}

h1 {
color: #d15a00;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
	padding-top: 0;
	padding-bottom: 0;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

hr {
	background: transparent;
	border: 0;
	border-top: 1px solid #8EBB86;
	border-bottom: 1px solid #E1EDDF;
	height: 0;
	padding-top: 2px;
	margin: 1.5em 0;
}

sup { font-size:7px;
	  color:#0d2e14;
	  }



/*=== Page Layout ===*/

#body {
	width: 952px;
	margin: 0 auto;
	padding: 0 0 7px;
	background: #FFF;
	text-align: left;
	position: relative;
}

/* Header */

#header {
	position: relative;
	z-index: 20;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 16px;
	z-index:999;
}

#header h1 img {
	width: 130px;
	height: 158px;
	/* PNG hack for IE6 and below: */
	behavior: url(css/iepngfix.htc);
}

#tagline {
	margin: 0 0 7px;
	background: #CCC7B3;
	color: #023821;
	height: 38px;
	padding-left: 164px;
}
#tagline img {
	margin-top: 14px;
}

/* Menu */

ul#menu {
	height: 50px;
	margin: 0 7px;
	padding: 0 0 0 136px;
	background: url(../images/menu/background.png) no-repeat;
}

ul#menu li {
	display: inline;
	float: left;
	list-style: none;
	padding: 0 3px 0 4px;
	margin: 0;
	background: url(../images/menu-divider.gif) no-repeat 0 50%;
}
ul#menu li img {
	vertical-align: bottom;
}

/* Content Area */

#content {
	position: relative;
	z-index: 10;
	margin: 7px 7px 6px;
	background: no-repeat bottom left; /* add background-image in the page-specific CSS */
	min-height: 440px;
	height: expression(Math.max(this.offsetHeight, 440));
}

#contentText {
	padding: 50px 50px 60px 420px;
}

/* Footer */

#footer {
	margin: 0 7px;
	height: 50px;
	background: #143E1F url(../images/footer-background.png) no-repeat;
}

#footer ul, #copyright {
	float: right;
	margin: 0;
	padding: 0;
}

#footer ul li {
	float: left;
	height: 50px;
	display: inline;
	list-style: none;
	padding: 0 14px;
	background: url(../images/footer-divider.gif) no-repeat 0 50%;
}

#footer ul li a {
	color: #FFB32C;
	text-decoration: none;
	padding: 22px 0;
	display: block;
	line-height: 10px;
}

#copyright {
	color: #55795C;
	padding: 22px 14px;
	line-height: 13px;
}


.bg_transp{ width:470px; height:auto; background-color:#FFF; filter:alpha ( opacity=70); -moz- opacity:0.70; opacity:0.7; padding:5px 20px 5px 20px; text-align:left; }

