/* CSS Document */
html, body {
 	height:99%
}

html, body {
 	padding:0px;
 	margin:0;
}

html {
 	overflow:scroll;
}

body { 
 	background-color:#ede4d2;
 	background-image:url('images/map-bg.jpg'); 
 	background-position:center left;
 	background-repeat:repeat-x;
 	background-attachment:fixed;
 	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
 	font-size:13px; 
 	color:#333; 
 	font-weight:normal;
 	min-width:852px;
}

#outer {
 	height:99.9%;
 	min-height:100%;
 	width:850px;
 	margin-bottom:-52px;
 	margin:auto;
 	text-align:center;
 	position:relative;
 	background-color:#fff;
}
 
html>body #outer{height:auto;}

#banner {
 	position:absolute;
 	top:0;
 	left:0;
 	width:850px;
 	height:133px;
	text-align:left;
 	background-color:#cf9952;
	background-image:url('images/top-banner-bg.jpg');
	background-position:right;
	background-repeat:no-repeat;
	border-bottom:1px solid #004022;
 	overflow:hidden;
 	z-index:100;
}
#languages {
	position:absolute;
	top:4px;
	left:770px;
	width:80px;
	text-align:right;
	z-index:200;
}

#leftnav {
 	position:relative;/*ie needs this to show float */
 	width:179px;
 	background-color:#fff;
 	float:left;
 	padding-top:133px;/*needed to make room for header*/
 	text-align:left;
}

#emanna {
	padding-left:7px;
}

#footer {
 	width:850px;
 	height:50px;
 	clear:both;
 	text-align:center;
 	left:0;
 	bottom:0;
 	position:absolute;
 	background-color:#fff;
	border-top:1px solid #b27d35;
}

#footer a {
	font-size:11px;
	font-weight:normal;
	color:#b36100;
	text-decoration:underline;
}

* html #footer {margin-bottom:-1px;} /* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

div,p  {margin-top:0} /*clear top margin for mozilla*/

#main {
 	width:671px;
 	background-color:#ffffff;
 	float:right;
 	padding-top:133px; /*make room for header*/
}

.inner {
 	padding:20px;
 	text-align:left;
}

#clearfooter {
 	clear:both;
 	width:850px; 
 	height:52px; 
}

html >body #minHeight {
 	float:left; 
 	width:0px; 
 	height:100%; 
 	margin-bottom:-52px;
} 

img {
 	border:0px;
}

p {
 	text-align:justify;
}

.line {text-decoration:underline;}
.red {color:red;}
.right {text-align:right;}
.small {font-size:10px;}
.gray {color:#999;}
#mycatMenu1 p, #mycatMenu2 p, #mycatMenu3 p, #mycatMenu4 p, #mycatMenu5 p, #mycatMenu6 p, #mycatMenu7 p {width:85%; margin-left:8%;}

.negindent {
	margin-left:20px;
	text-indent:-20px;
}

form {
	text-align:center;
	padding:5px;
	font-size:11px;
}

.decorative {
	font-family:Cochin, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold; 
	font-size:20px; 
	color:#004022;
	margin-bottom:0;
}

h1 {
	font-family:Cochin, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:bold; 
	font-size:20px; 
	color:#004022;
	text-align:left;
	margin-top:0;
	margin-bottom:10px;
}

h3 {
	font-weight:bold;
	text-align:center;
	font-size:13px;
}

hr {
	width:76%;
	color:#b36100;
	background-color:#b36100;
	height:2px;
	border:0;
	margin:20px 12%;
}

.subhead {
 font-size:11px;
 font-weight:bold;
 color:#999;
 text-align:left;
}

#signup {
	background-color:#e5ece8;
	border:1px solid #004022;
	padding:0;
	margin:10px 0px 10px 7px;
	width:163px;
	color:#004022;
}

#signup .title {
	background-image:url('images/signup-bg.gif');
	background-repeat:repeat-x;
	color:#fff;
	text-align:center;
	width:163px;
	height:27px;
	padding:0;
	border-bottom:1px solid #004022;
	margin-bottom:5px;
}

#signup h2 {
	font-size:11px;
	text-align:center;
	padding:5px 0;
	margin-top:0;
}

.copytext {
	border:1px solid #999;
	padding:8px;
	width:550px;
	margin:10px 0;
}

.copyright {
 	font-size:11px;
 	padding:10px 0; 
 	color:#999; 
 	text-align:center; 
}

.disc {
	list-style-image:url('images/tan-bullet.gif');  
	font-size:12px; 
	font-weight:normal;
	margin-left:40px;
	line-height:130%;
}

a {color:#b36100; font-weight:bold; outline:none;}
a:visited, a:link {text-decoration:none}
a:hover {text-decoration:underline}

a.home {font-size:11px;}

#subnavcontainer
{
margin-bottom:0px;
padding-bottom:2px;
padding-left:2px;
overflow:hidden;
width:620px;
}

#subnavlist
{
list-style-type:none;
margin:0;
padding:0;
font-size:11px;
}

#subnavlist li
{
float:left;
margin:0 .5em 0 -.5em;
padding:0 .5em 0 .5em;
font-size:11px;
font-weight:normal;
}

#subnavlist a.subnav {
	padding:0 16px 0 0;
	_padding:0 16px 0 0;
	margin:0;
	background:url('images/subnavarrow.gif') right no-repeat;
	font-size:11px;
	text-decoration:underline;
}