/* Nature - an open source xhtml/css website layout by Studio-plume.org kty 
(Jan 04, 2007)
 */

body {
margin: 0 auto;
padding: 0;
font: 76% Verdana,Tahoma,Arial,sans-serif;
background: #211d1e url(images/body_deg.gif) repeat-x
}

#banner
{
height:175px;
width:850px;
}
#wrap {
background: #000;
color: #ffffff;
border:  none;
margin: 0 auto;
width: 850px;
}

#header {
clear: both;
margin: 0px 0em 0px 0em;
padding: 0;
height: 60px;
background-color: #000000;}

#header h3 {
width: 350px;
margin: 0px 0px 0px 15px;
float: left;
}

#header p {
width: 200px;
float: right;
text-align: center;
color: #a0a0a0;
margin: 0px 0px 0px 0px;
font-size: 0.8em;
line-height: 1.2em;
height: 35px;}

#mainContent
{
position:relative;
top:0px;
left:18px;
width:820px;
background: #000;
}

.announce {
margin: 10px 0 10px 0;
padding: 10px;
width: 130px;
color: #a8a8a8;
background-color: #000000;
line-height: 1.3em;
}

#extras {
float: right;
width: 150px;
margin: 0 0 10px 0;
padding: 0;
font-size: 0.9em;
line-height: 1.5em;
}

#extras p {
margin: 0 0 1.5em 0;
}

#content {
margin: 0em 160px 20px 160px;
padding: 0 10px 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}

#content img {
padding: 0px;
display:inline;
}



h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #b6952a;
}

a:hover {
text-decoration: underline;
color: #b6952a;
}


#footer {
clear: both;
margin: 0 auto;
padding: 0px 0em 0px 0em;
width: 940px;
text-align: center;
color: #808080;
font-size: 0.9em;
height: 62px;
background: #211d1e url(images/pom_bas.jpg) no-repeat;
border: none;}

#footer a {
color: #808080;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

.left {
margin: 0px 7px 0px 5px;
float: left;
}

.right {
margin: 0px 7px 0px 5px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.contactTable
{
	width:100%;
}

#emailConformation
{
	position:relative;
	top: 20px;
	left: 20px;
	width: 400px;
	height:200px;
	background-color:#F03;
}

#topRowContainerLeft
{
	position:relative;
	float: left;
	width: 384px;
	
}

#topRowContainerRight
{
	position:relative;
	float: left;
	width: 384px;
	left : 45px;	
}

.box
{
	border: solid;
	border-color:#FFF;
}

.secondRowContainer
{
	width: 809px;
	position: relative;
	float: left;
	top: 40px;
}

.headerBG
{
	background-image:url(images/headerBG.jpg);
	background-repeat:repeat-x;
	
}

#subMenu
{
	width:940px;
	position:absolute;
	bottom:0px;
	
}

/* For Sub Menu */
ul#green { margin:0; padding:0; list-style-type:none; position:relative; left: 210px; }

ul#green li { position:relative; float:left; border-top:4px solid #d7ebd5; margin-right: 15px; padding-right: 20px; padding-top: 5px;}

ul#green .current { border-top:4px solid #3d6c3d;}

ul#green li:hover { border-top:4px solid #3d6c3d;}

ul#green li a { padding:2px 2px; text-decoration:none; font:bold 12px Verdana, Georgia, "Times New Roman", Times, serif; color:#3d6c3d;}

ul#green li a:hover { color:#89be89; border:none; }

ul#green li span{ display:none; position:absolute; top:-70px; left:2px; width:210px; font:normal 9px Verdana, Georgia, "Times New Roman", Times, serif;  line-height: 15px; color:#FFF;}

ul#green li a:hover span {margin-top: 15px; display:block; color: #FFF;}

ul#menu { width: 100%; height: 43px; background: #FFFFFF url("images/menu-bg.gif") top left repeat-x; font-size: 0.8em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; position:relative; top:-6px; }
ul#menu li { display: block; float: left; margin: 0 0 0 5px; }
ul#menu li a { height: 43px; color: #000; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#menu li a:hover { color: #777; }
ul#menu li a.current{ color: #FFF; background: #F19B2C url("images/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }


