/*--------------------------------------------------------------------------------------------
	Global 
  --------------------------------------------------------------------------------------------*/
html, body {
	margin:0;
	padding:0;
	height:100%;

}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Floaters */
.right {
	float:right;
}
.left {
	float:left;
}

.clear {
	clear:both;
	line-height:0px;
	height:0px;
}
/* NB: Must have ie.css if you use this */
.clearfix:after {
    content:"."; 
    display:block;
	height:0;
    clear:both; 
    visibility:hidden;
}


/*--------------------------------------------------------------------------------------------
	Structural 
  --------------------------------------------------------------------------------------------*/
div#container {
	position:relative;
	width:786px;
	margin:auto;

/*	min-height:100%;*/
}
div#panel_left {
	width:196px;
	float:left;
	margin-top:15px;
}
div#panel_full {
	width:452px;
	float:left;
	margin-top:15px;
}
div#panel_full2 {
	width:100%;
	float:left;
	margin-top:15px;
}
div#panel_right {
	width:138px;
	float:left;
	margin-top:15px;
}
/* feature boxes */
div.greenbox {
	width:186px;
	wid\th:172px;
	border:2px #205d11 solid;
	padding:5px;
	margin-bottom:10px;
}
	div.greenbox2 {
	width:451px;
	height:100px;
	border:2px #205d11 solid;
	padding:5px;
	margin-bottom:10px;
}
div.greenheader {
	width:186px;
	line-height:20px;
	background-color:#205d11;
	text-align:center;
}
div.greenheader2 {
	width:451px;
	line-height:20px;
	background-color:#205d11;
	text-align:center;
}
div.greenheader h1 {
	font-size:14px;
	color:#fff;
}
div.greenbox p {
	font-size:10px;
	margin:0px;
	padding:0px;
}
div.yellowbox {
	width:128px;
	wid\th:114px;
	float:right;
	border:2px #dc9f20 solid;
	padding:5px;
	margin-bottom:10px;
}
div.yellowheader {
	width:128px;
	float:right;
	line-height:20px;
	background-color:#dc9f20;
	text-align:center;
}
div.yellowheader h1 {
	font-size:14px;
	color:#fff;
}
div.yellowbox p {
	font-size:10px;
	margin:0px;
	padding:0px;
}
/* Footer */
div#footer {
	width:786px;
	float:left;
	text-align:center;
	border:#205d11 solid;
	border-width:1px 0px 20px 0px;
}
div#footer p {
	font-size:9px;
	line-height:12px;
	margin:5px 0px 5px 0px;
}

/*--------------------------------------------------------------------------------------------
	Navigation 
  --------------------------------------------------------------------------------------------*/  
/* Main nav */

div#nav {
	float:left;
	width:786px;
	background:url(../images/nav_bg.gif) no-repeat;
}
ul.navbar {
	list-style:none;
	padding:0;
	margin:7px 0px 0px 0px;
}
ul.navbar li {
	float:left;
} 
ul.navbar a {
	display:block;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	line-height:15px;
	padding:0px 6px 0px 6px;
	border-left:1px solid #dc9f20;
} 

ul.navbar li.first a {
	background-image:none;
	text-align:center;
	margin-left:5px;
	border:0px;
}


ul.navbar a:link {
	color: #FFFFFF;
}
ul.navbar a:active {
	color: #FFFFFF;
} 
ul.navbar a:visited {
	color: #FFFFFF;
} 

ul.navbar a:hover {
	color: #dc9f20;
} 

ul.navbar li#selected a {
	color: #ffffff;
}  

/* subnav*/
ul.subnavbar {
	list-style:none;
	padding:7px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}  
ul.subnavbar li {
	float:left;
} 
ul.subnavbar a {
	display:block;
	font-size:10px;
	color:#205d11;
	text-align:left;
	text-decoration:none;
	line-height:15px;
	padding:0px 10px 0px 10px;
	background-image:url(../images/btn_divide.gif);
	background-position:left;
	background-repeat:no-repeat;
} 
ul.subnavbar a:hover {
	text-decoration:none;
	color: #dc9f20;
} 
ul.subnavbar li#selected a {
	color: #205d11;
}  

ul.subnavbar li.first a {
	background-image:none;
}

/* Generic Links */

a.greenmenu:link {
	color: #FFFFFF ;
	text-decoration: none;
}
a.greenmenu:visited {
	color: #FFFFFF ;
	text-decoration: none;
}
a.greenmenu:active {
	color: #FFFFFF ;
	text-decoration: none;
}
a.greenmenu:hover {
	color: #666666;
	text-decoration: none;
}	
a:link, a:visited, a:active {
	color: #205d11 ;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}	

/*--------------------------------------------------------------------------------------------
	Typography
  --------------------------------------------------------------------------------------------*/
/* Headings */
h1 {
	font-size:18px;
	color:#205d11;
	margin:0px;
	padding:0px;
}
h2 {
	font-size:12px;
	color:#205d11;
	margin:0px;
	padding:0px;
}
h3 {
}
h4 {
}
/* Type */
p {
	color:#000;
	line-height:16px;
}

li {
}
hr {
	color: #205d11;
	width: 100%;
	border-top-width: 2px;
	border-top-style: dotted;
	border-bottom-style: none;
}

/*--------------------------------------------------------------------------------------------
	Forms - form, input, label etc
  --------------------------------------------------------------------------------------------*/
form {
	padding:0;
	margin:0;
}

label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 5px;
	display: block
}
