/* CSS Document */

html {
	margin:0;
	padding:0;
}

body {
	color:#000000;
	background-color:#adc6c8;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

img {
	border:none;
}

h1 {
	color: #663300;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height:1.2em;
}

h2 {
	color: #4E6D13;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height:1.2em;
}

h3 {
	color: #4e6d13;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height:1.2em;
}

h4 {
	color: #663300;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.2em;
	font-weight:bold;
}

p, ul, li, ol {
	font-size:14px;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:#222222;
	line-height:1.5em;
	letter-spacing:.01em;
}

ul, ol {
	padding-left:25px;
	margin-left:0;
}

a {
	color:#663300;
}
	
#wrapper { 
	background:#FFFFFF url(../images/bg.gif) repeat-y scroll left top;
	margin:0 auto;
	width:830px;
	padding:0;
}

#masterhead {
	border-bottom:3px none;
	height:190px;
	margin:0;
	text-align:center;
	width:830px;
}

#navbar {
	border-bottom:1px solid #DDDDDD;
	background-color:#eeeeee;
	float:left;
	height:69px;
	margin:0 0 0 15px;
	padding:0;
	position:relative;
	width:800px;
}

*html #navbar {
	margin:0 0 0 7px;
}

#navbar ul {
	background-color:#cccccc;
	display:block;
	height:44px;
	margin:0;
	padding:0;
	width:800px;
	list-style:none;
}

#navbar ul li, #navbar ul li.notCurrent {
	float:left;
	padding:0;
	margin:0 1px 0 0;
	height:44px;
	font-size: 15px;
}

#navbar ul li:hover, #navbar ul li:active {
	background-color:#dddddd;
	border:0;
}

#navbar ul li.current {
	background-color: #eeeeee;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

#navbar ul li a {
	display:block;
	color:#444444;
	text-decoration:none;
	height:36px;
	padding: 11px 20px 0;
	margin:0;
	float:left;
}

#navbar ul li ul {
	display:none;
}

#navbar ul li.current ul {
	background-color:#eeeeee;
	display:block;
	float:left;
	height:25px;
	left:0;
	margin:0;
	padding:0 0 0 15px;
	position:absolute;
	top:44px;
	width:785px;
}

#navbar ul li.current ul li {
	display:inline;
	float:left;
	padding:0;
	margin:0 15px 0 0;
	height:25px;
	font-size: 12px;
}

#navbar ul li.current ul li a {
	display:block;
	color:#666666;
	height:19px;
	padding: 3px 11px 3px;
	margin:0;
}

#center {
	float:left;
	margin:0 0 0 15px;
	padding:0 20px 20px;
	position:relative;
	width:760px;
	font-size:14px;
	font-family:Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	color:#222222;
	line-height:1.5em;
	letter-spacing:.01em;
}

*html #center {
	padding:0 8px 10px;
}

#left {
	clear:left;
	float:left;
	margin:0 20px 0 0;
	padding:0 0 20px;
	width:510px;
}

#left h1, #left h2, #left h3, #left h4 {
	margin: .7em 0;
}

#content {
	margin: 0;
	padding:0;
}

#flashInner {
	border-bottom:4px none #336600;
	float:none;
	height:138px;
	margin:0 0 30px;
	padding-left:0;
	padding-right:0;
	width:506px;
}

.home-boxes {
	background:transparent url(/images/home-boxes-bg.gif) no-repeat scroll left bottom;
	width:506px;
	min-height:100%;
	clear:both;
	margin-bottom:20px;
}

.gray-box {
	float:left;
	min-height:100%;
	padding:0 0px 15px 15px;
	width:228px;
	border-top: 1px solid #cccccc;
}

.gray-box p {
	padding-right: 15px;
}

.gray-box div {
padding-right: 15px;
}

.button-box {
	float:left;
	min-height:100%;
	padding:5px 0 5px 15px;
	width:228px;
	border-top: 1px solid #cccccc;
}

.button-box p {
	padding-right: 15px;
}

#topleft {
	margin-right:20px;
}

#topright {}

#bottomleft {
	clear:left;
	margin-right:20px;
}

#bottomright {}

#tlbutton {		clear:left;		margin-right:20px; }
#blbutton {		clear:left;		margin-right:20px; }

#right {
	background-color:#B2BF9B;
	float:left;
	padding:15px;
	position:relative;
	width:196px;
}

#footer {
	border-top:1px solid #CCCCCC;
	clear:both;
	float:left;
	padding:20px 0 0;
	margin-top:20px;
	width:760px;
}

#footer p {
	float:left;
	text-align:left;
	font-size: 11px;
	margin:5px 0 5px 20px;
	color:#999999;
}