/* Fix's #container not clearing inner floats in firefox */

.floatfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
	height: 1%;
}
/* End hide from IE-mac */

img {
	border:none;
}

h1, h2, h3, h4, h5, h6, a, a:visited, strong, q{
	color:#444824;
}

h2 { font-size:15px; }

html, body {
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	background:url(../images/bodybg.gif) repeat-x #f7f6e8;
	font-family:Trebuchet,Tahoma,Sans-Serif;
	font-size:0.9em;
}

#wrapper {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	width:772px;
	margin:0px auto;
	background:url(../images/wrapperbg.gif) repeat-y;
}

#header {
	width:772px;
	height:0px;
	padding:88px 0px 0px;
	margin:0px;
	overflow:hidden;
	background:url(../images/header.gif);
}

#pagetitle {
	width:740px;
	margin:0px 1px;
	padding:3px 15px;
	background:#dbe7b3;
	border-top:1px solid #000000;
}

#nav {
	width:770px;
	margin:0px 1px;
	background-color:#444824;
}

	#nav ul {
		margin:0px;
		padding:5px;
		list-style:none;
	}
	
		#nav li {
			display:inline;
			margin:0px;
		}
		
			#nav li a {
				float:left;
				margin:0px 3px;
				background:url(../images/tab-right.gif) top right no-repeat;
				text-decoration:none;
			}
			
			#nav li a:hover {
				background-position: center right;
			}
			
			#nav li.current a, #nav li.current a:hover {
				background-position: bottom right;
			}
			
				#nav li a span {
					display:block;
					margin:0px;
					padding:7px;
					color:#ffffff;
					background:url(../images/tab-left.gif) top left no-repeat;
					font-size:14px;
					font-weight:bold;
				}
				
				#nav a:hover span {
					background-position: center left;
				}
				
				#nav li.current a span, #nav li.current a:hover span {
					background-position: bottom left;
					color:#084277;
				}

#content {
	width:752px;
	margin:10px;
	background:url(../images/content-bodybg.gif) repeat-y;
}

	#content .top {
		width:752px;
		height:19px;
		overflow:hidden;
		background:url(../images/content-top.gif);
	}
	
	#content h2 {
		width:732px;
		margin:0px;
		padding:3px 10px;
		background:url(../images/content-headerbg.gif) repeat-y;
	}
	
	#content .body {
		width:728px;
		margin:0px;
		padding:5px 12px;
		line-height:1.4em;
	}
	
	#content .bottom {
		width:752px;
		height:15px;
		overflow:hidden;
		background:url(../images/content-bottom.gif);
	}

#footer {
	width:752px;
	margin:0px;
	padding:3px;
	font-size:0.8em;
	text-align:center;
}
