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

html, body {
	margin: 0
	height: 100%;
}

/* Set medium font size smaller */
body {
	font-size: 75%;
	background: url(/images/pagebg.jpg) repeat;
}

/* Container for all page content */
#container {
	margin: auto;
	width: 974px;
	padding-bottom: 20px;
}

/* Header Area */
#header {
	width: 974px;
	height: 238px;
	background: url(/images/header.jpg) no-repeat;
}

/* Hide header text */
#header h1, #header h2 {
	display: none;
}

/* Container for page content */
#pagecontainer {
	width: 974px;
	background: white;
}

/* Site Navigation */
#nav {
	width: 974px;
	height: 55px;
	text-align: center;
	padding-top: 10px;
	background: url(/images/navbg.jpg) repeat-x;
}

/* Hide site navigation header */
#nav h2 {
	display: none;
}

#nav ul {
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
}

#nav ul li {
	margin: 0;
	list-style: none;
	display: inline;
}

#nav ul li a {
	font-family: Verdana, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: white;
	font-size: 16px;
	padding: 0 5px 0 5px;
}

#nav ul li a:hover, #nav ul li a.selected {
	color: #c9c;
}
/* End Site Navigation Area */

/* Page Content */
#content {
	width: 974px;
	position: relative;
	height: 100%;
	background: white;
	z-index: 10;
}

/* Left content block */
#contentleft {
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	padding: 0 10px 10px 30px;
	*padding: 10px 10px 10px 30px;
}

/* Right content block */
#contentright {
	margin: 0 25px 0px 390px;
	width: 558px;
	padding-top: 10px;
	position: relative;
	height: 100%;
	min-height: 400px;
	z-index: 15;
	_height: auto !important; /* IE6 Fix */
	_height: 525px; /* IE6 Fix */
}

/* Footer Area */
#footer {
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	color: white;
	text-decoration: none;
	width: 974px;
	height: 112px;
	background: url(/images/footer.jpg) no-repeat;
	position: relative;
	z-index: 10;
	margin-top: 134px;
}

#footerinfo {
	position: absolute;
	width: 974px;
	bottom: 20px;
	left: 0;
}

#footerinfo a, #footerinfo p {
	color: white;
	text-decoration: none;
	text-align: center;
}

#footerinfo a:hover, #footerinfo a:active {
	color: gray;
	text-decoration: underline;
}

#footerbtm {
	width: 413px;
	height: 134px;
	background-image: url(/images/camelfoot.jpg);
	position: absolute;
	right: 0;
	top: -134px;
	z-index: 11;
}

/* Header Styles */
h1, h2, h3, h4 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #663366;
	text-align: left;
	text-transform: none;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size-adjust: 1.1em;
}

/* Text Styles */
p, table {	
	font-family: Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #333;
	text-align: left;
	text-transform: none;
	font-size: 1em;
}

/* Remove blue line around images */
img {
	border-style: none;
}

/* Remove dotted outline on linkes in firefox */
a:focus {
	-moz-outline-style: none;
}