* {
	margin:0;
	padding:0;
}

body {
	font:14pt Trebuchet MS, Arial, sans-serif, Helvetica;
	background: #800000;
	width:945px !important;
	margin:0 auto;
}

html {
	background:#fff29e url(images/sunset_bg.jpg) repeat-x;
}

* html body { width:945px !important;}

div#site-container {
	color:#636868;
	z-index:100; 
	position:absolute;
	width:945px;
}

div#logo {
	background: url(images/canefire_155x64.jpg) no-repeat left bottom;
	width: 155px;
	height: 64px;
	position: fixed;
	bottom: 50px;
	left: 50px;
	z-index:3;
}

div#mountain-container {
	background: url(images/mountains.png) repeat-x left bottom;
	width:100%;
	height:226px;
	left:0px;
	text-indent:-100em;
	bottom:0px;
	position:fixed;
	z-index:2;
}

p { margin: 0px 0px 0.8em 0px; }

li { list-style:none; }

img, fieldset { border:none; }

legend { display:none; }

a {
	text-decoration:none;
	font-weight: bold;
	colour: #909090;
}

a:visited {color: #909090; }

a:hover { text-decoration: underline overline; }

a:focus { outline:none; }

div#container { width:100%; }

div#container-content {
	width:945px;
	margin:50px auto;
	font-size:1.1em;	
	background:transparent url(images/content_bg.png) no-repeat left top;
}

div.content-finish {
	clear:both;
	overflow:hidden;
	text-indent:-1000em;
	height:1px;
	margin:-1px 0 0 0;
}

div#content {
/*	float:left;	*/
	height:397px;
	padding: 15px;
	width: 935px;
}

h1 {
	color:#006aaa;
	font-size:1.7em;
	padding:14px 0 14px 0;
	font-weight:normal;
}

h2 {
	color:#006aaa;
	font-size:1.2em;
	padding: 14px 0 14px 0;
	font-weight:bold;
}

div.nav { 
	width: 150px; 
	float: right;
	margin: 75px 15px 15px 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

div.nav ul {
	list-style: none;
	text-indent: 0px;
}

div.nav li { margin-top: 3px; }

div.nav a {
	padding: 4px;
	display:block;
	padding: 6px 30px;
	height: 20px;
	text-decoration: none;
	background: url('images/nav_background.png') no-repeat right;
	color: #ffffff;
}

div.nav a:hover {
	background: url('images/nav_highlight.png') no-repeat right;
}

div#content-finish {
	clear:both;
	overflow:hidden;
	text-indent:-1000em;
	height:5px;
	width:912px;
}

div#footer {
	width:100%;
	height:32px;
	margin:10px auto;
	padding-bottom:4em;
}

div#footer-content {
	width:945px;
	background:url(images/footer_bg.png) no-repeat left top;
	height:32px;
	margin:0 auto;
	padding-top:8px;
	text-align:center;
	color:#fff;
	font-size:1.1em;
}

div#footer-content p { font-size: 0.75em; }

/* ------------------ */
/* Styles for Jotform */
/* ------------------ */

.tbmain { 
 /* Changes on the form */
	background: transparent !important; 
}

.left {
	/* Changes on the form */
	color: #006AAA !important; 
	font-family: Verdana !important;
	font-size: 14px !important;
	font-weight: bold;
}

td.left {
	font-family:"Verdana";
	font-size:14px;
	color: #006AAA;
	font-weight: bold;
}

.pagebreak {
	font-family:"Verdana";
	font-size:14px;
	color:#006AAA;
	font-weight: bold;
}

span.required {
	font-size: 13px !important;
	color: red !important;
}
 


/* End: Jotform styles */