/*------------------------- Last Modified --> 10.3.08 John M --------------------------*/
/*------------------------ Copyright Sitelab Interactive ------------------------------*/
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*-------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#000 url("../images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:11px/15px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#fff;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#CC0000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#2f86af; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
#flashcontent {display:none;}

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg.jpg") no-repeat;
	width:980px;
	margin:0 auto;
	text-align:center;
	height:655px;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:113px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------footer framework ------------------------ */
#footer {
	width:960px;
	margin:0 auto;
	text-align:right;
	/*background:url(../jpgs/logo.jpg) top left no-repeat;*/
	position:relative;
	}

#footer p {
	color:#fff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#3caffe; }

#footer ul {margin:0px 0px 0px 10px; text-align:right; }
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 0px 0 3px; /* adjusts the spacing between each li display and border-left */
		display: inline;
	/*	border-left: 1px solid #fff;*/
		}
	#footer li.first { border: none; }
	
	#footer a.hotspring-link {
	width:147px;
	height:60px;
	background:url(../gifs/spacer.gif);
	display:block;
	top:0px;
	left:0px;
	position:absolute;
	}

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

