@charset "UTF-8";
/* CSS Document */

body {
	background: #d3c891 url(../images/bg_page.gif) repeat-x;
	margin: 0;
	}
	
#branding {
	width: 956px;
	height: 220px;
	}
	
#content {
	padding: 25px;
	border: 1px solid #999;
	}
	
	#content h1 {
		color: #555;
		font: 2.3em/120% Hoefler Text, "Times New Roman", Times, serif;
		margin: 0;
		font-weight: normal;
		font-style: italic;
		}
		
	#content h2, #content h4 {
		color: #eee;
		font: 1.5em/120% Trebuchet MS, Verdana, Arial;
		margin: 0;
		font-variant: small-caps;
		font-weight: normal;
		}
		
	#content h3 {
		font: 1.4em/120% Trebuchet MS, Verdana, Arial;
		color: #ae7b5b;
		font-weight: bold;
		margin: 0px 0px 4px 0px;
		width: auto;
		border-bottom: 1px solid #999;
		padding-bottom: 2px;
		}
		
	#content p, #content ul, td {
		font: 1.1em/140% Trebuchet MS, Verdana, Arial;
		color: #777;
		margin-top: 0px;
		line-height: 150%;
		}
	
	#content a {
		color: #7d8f44;
		text-decoration: none;
		}
		
	#content a:hover {
		text-decoration: underline;
		}
		
.features {
	width: 316px;
	margin: 15px 0px 0px 0px;
	border: 2px solid #666;
	padding: 15px;
	background: #5482a6;
	clear: both;
	}
	
	.features h2 {
		color: #eee;
		font: 14px/140% Trebuchet MS, Verdana, Arial;
		font-variant: small-caps;
		}
		
	.features p {
		color: #eee;
		font: 14px/140% Trebuchet MS, Verdana, Arial;
		margin: 0px;
		}
		
#footer {
	margin-top: 7px;
	font: 1em/140% Trebuchet MS, Verdana, Arial;
	color: #222;
	}
	
	#footer a {
		color: #7d8f44;
		text-decoration: none;
		}
		
	#footer a:hover {
		text-decoration: underline;
		}
	
#contentContainer {
	background: #FFF;
	width: 956px;
	}
	
#globalContainer {
	margin-left: auto;
	margin-right: auto;
	width: 956px;
	}
	
#branding {
	height: 220px;
	margin: 10px 0px 5px 0px;
	}
	
	#branding img {
		float: left;
		}
		
.imageAlignRight {
	float: right;
	margin: 4px 0px 7px 30px;
	clear: both;
	}
	
.shim {
	clear: both;
	width: auto;
	}
		
.subNav {
	display: none;
	position: absolute;
	left: 0;
	}
	
#topNav {
	height: 28px;
	width: 956px;
	text-align: center;
	background: #7d8f44;
	margin-bottom: 4px;
	}
	
	#topNav ul {
		margin: 0px;
		padding: 6px 0px 0px 0px;
		list-style: none;
		}
		
	#topNav li {
		display: inline;
		position: relative;
		height: 26px;	
		}
		
	#topNav a {
		height: 26px;
		color: #FFF;
		font: 14px Trebuchet MS, Verdana, Arial;
		font-weight: bold;
		padding: 6px 12px 5px 12px;
		text-decoration: none;
		}
		
	#topNav a:hover {
		background: #5482a6;
		}
		
	#topNav li ul {
		position: absolute;
		text-indent: 10px;
		text-align: left;
		margin: 0px;
		padding: 0px;
		background: #a6b86c;
		width: 280px;
		left: 0px;
		top: 20px;
		z-index: 2;
		}

	#topNav li ul li {
		width: 280px; /* controls the width of the subnav item */
		display: block; /* width doesnt work without it */
		padding: 0px;
		margin: 0px;
		clear: left;
		}
	
	#topNav li li a {
		background: #a6b86c;
		display: block;
		padding: 3px 0px 3px 0px;
		width: 280px;
		color: #FFF;
		height: 20px;
		}
		
	#topNav li:hover ul, #topNav li.over ul {
		background: #5482a6;
		display: block;
		}
