/*

	zenlike1.0 by nodethirtythree design
	http://www.nodethirtythree.com

*/

*
{
	padding: 0em;
	margin: 0em;
}

img#bg {
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

div#outer {
	position: relative;
}

html, body {
  height: 100%;
}

body
{
	background: #202221;
	padding: 35px 0px 35px 0px;
}

body,input
{
	font-size: 13px;
	font-family: "georgia", "times new roman", serif;
	color: #333333;
}

p
{
	line-height: 1.5em;
	margin-bottom: 1.0em;
	text-align: justify;
}

ol {
	margin-left: 30px;
}

a
{
	color: #B96D00;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}


h3 span
{
	font-weight: normal;
}

h3,h4
{
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right;
}

h3 + *,h4 + *
{
	clear: both;
}

h3
{
	font-size: 20px;
	padding-right: 34px;
	font-weight: bold;
}

h4
{
	font-size: 15px;
	padding-right: 28px;
}

h3, h4
{
	margin-bottom: 0.8em;
}

#topcontent 
{
	border-bottom: 2px solid #ccc;
	margin-bottom: 20px;
	font-size: 16px;
}

#upbg
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 275px;
	z-index: 1;
}

#outer
{
	z-index: 2;
	position: relative;
	/*
		The width value below controls the overall width of the design. By default it's set to 82%
		(so it'll take up 82% of the browser window's width). You can set it to a different percentage
		value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
	*/
	width: 800px;
	border: solid 7px #fff;
	background-color: #fff;
	margin: 0 auto;
	-webkit-box-shadow: #000 6px 10px 16px;
	-moz-box-shadow: #000 6px 10px 16px;
	-o-box-shadow: #000 6px 10px 16px;
	box-shadow: #000 6px 10px 16px;
}

#header
{
	position: relative;
	width: 100%;
	height: 117px;
	background: #2B2B2B url('../images/topbg.gif') repeat-x;
	margin-bottom: 2px;
}

#headercontent
{
	position: absolute;
	bottom: 0;
	padding: 0 24px 16px 24px;
}

#headercontent h1
{
	font-weight: normal;
	color: #fff;
	font-size: 33px;
	width: 350px;
	text-align: right;
}

#headercontent h2
{
	font-size: 13px;
	font-weight: normal;
	color: #aaa;
	width: 350px;
	text-align: right;
	color: #777;
}

#headerpic
{
	position: relative;
	height: 109px;
	background: #1a1720 url('../images/banner.jpg') no-repeat top right;
	margin-bottom: 2px;
}

#menu
{
	position: relative;
	background: #67191E url('../images/menubg.gif') repeat-x top left;
	height: 46px;
	padding: 0 13px 0 13px;
	margin-bottom: 2px;
}

#menu ul
{
	position: absolute;
	top: 15px;
}

#menu ul li
{
	position: relative;
	display: inline;
}

#menu ul li a
{
	padding: 6px 13px 12px 13px;
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover
{
	text-decoration: underline;
}

#menu ul li.selected a
{
	background: #7F8400 url('../images/menuactive.gif') repeat-x top left;
}

#menubottom
{
	background: #fff url('../images/border1.gif') repeat-x;
	height: 14px;
	margin-bottom: 18px;
}

#content
{
	padding: 0em 2.0em 0em 2.0em;
}

div#bottomcontent {
	font-size: 12px;
}

footer
{
	position: relative;
	height: 26px;
	clear: both;
	padding-top: 45px;
	background: #fff url('../images/border2.gif') repeat-x 0em 2.5em;
	font-size: 10px;
}

footer .left
{
	position: absolute;
	left: 26px;
	bottom: 15px;
}

footer .right
{
	position: absolute;
	right: 26px;
	bottom: 15px;
}
