/*
Ultra 16
- Global Styles
- Modified: 5/05/2008
*/

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
img, address {
	display: block;
	border: none;
}
body {
	font: normal 62.5% Arial, Helvetica, sans-serif;
	color: #333;
	background: #f8f8f8;
	position: relative;
}
p {
	color: #7d7d7d;
}
a {
	text-decoration: none;
	outline: none;
	color: #84c219;
}
a:hover {
	color: #464646;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
}
fieldset, legend { 
	border: none;
}

/* clearfix */
.clear:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clear { display: inline-block; }
html[xmlns] .clear { display: block; }
* html .clear { height: 1%; }


/* Base Layout */
#container {
	width: 950px;
	
	
	margin: 40px 30px;
	padding: 0 0 20px 0;
}
	#header {
		padding: 0 0 20px 0;
	}
		#logo {
		    color: #84c219;
			width: 103px;
			height: 18px;
			display: block;
			float: left;
			font-size:34px;
			font-weight: bolder;
			font-style: inherit;
			text-decoration: none;
			font-family: Georgia, "Times New Roman", Times, serif;
			
		}
		#nav {
			width: 600px;
			margin: 7px -10px 0 0;
			float: right;
			position: relative;
		}
		#nav ul {
			float: right;
			list-style: none;
		}
		#nav ul li {
			padding: 0 0 0 9px;
			font-size: 1.2em;
			font-weight: bold;
			text-transform: uppercase;
			line-height: 13px;
			float: left;
			color: #84c219;
			display: inline;
		}
		#nav ul li a {
			padding: 0 9px 0 0;
		}
		#nav ul li a:hover {
			color: #464646;
			background: none;
			text-decoration: none;
		}
		#nav ul li a:active {
			color: #ccc;
		}
		#nav ul li a.active {
			color: #464646;
		}
		/* subnav */
		#nav ul.subnav {
			padding: 5px 0 0 0;
			list-style: none;
			clear: both;
			float: none;
			position: absolute;
			top: 15px;
			right: 30px;
			display: none;
		}
		#nav ul.subnav li {
			font-size: 11px;
		}
		#nav ul li.on ul.subnav, #nav ul li.active ul.subnav {
			display: block;
		}
	
	#content {
		margin: 0 0 15px 0;
		padding: 0 0 80px 0;
	}

	#footer {
		padding: 7px 0 0 0;
		border-top: 1px solid #b5b5b5;
	}
		p#copyright {
			width: 250px;
			padding: 8px 0 0 0;
			float: right;			
			line-height: 10px;
			text-transform: uppercase;
			font-size: 0.9em;
			text-align: right;
		}
	#footer div.nav {
		width: 690px;
		padding: 8px 0 0 0;
		float: left;
	}
	#footer div.nav ul {
		width: 100%;
		list-style: none;
	}
	#footer div.nav ul li {
		padding: 0 8px 0 0;
		float: left;
		font-size: 0.9em;
		color: #636363;
		text-transform: uppercase;
		line-height: 10px;
	}
	#footer div.nav ul li a {
		padding: 0 8px 0 0;
		color: #636363;
		line-height: 10px;
	}
	#footer div.nav ul li a:hover {
		text-decoration: none;
		color: #84c219;
	} 
