/*************************************************
Print CSS
SPECTRUM RESOURCE GROUP
Created by Matt Tibbits 
matt@tibbits.ca
DATE April 2008
**************************************************/
body {
	margin: 0;
	padding: 0;
	font-size: 100.01%;
	font-family: "Trebuchet MS", "Lucida Grande", arial, sans-serif;
	background: #fff;
	}

.clear {
	clear: both;
	}

.clear_rt {
	clear: right;
	}	
	
/*************************************************
HEADER
**************************************************/	
#header {
	display: none;
	}	

#header p {
	display: none;
	margin: 0;
	text-indent: -900px;
	}		

/*************************************************
NAV BAR (Aligned left)
**************************************************/
#nav {
	display: none;
	}

/*************************************************
FLASH CONTAINER		
**************************************************/
#flash {
	display: none;
	}

/*************************************************
CONTENT
**************************************************/
#content {
	margin: 15px;
	padding: 0 10px;
	width: 6.5in;
	text-align: justify;
	font-size: 10pt;
	background: #fff;
	border: 0px solid white;
	}

#content h1 {
	font-size: 1.2em;
	border-bottom: 1px solid #630;
	color: #696;
	}

#content h2 {
	margin-bottom: 0;
	font-size: 1em;
	}
	
#content h3 {
	margin: 0;
	font-style: italic;
	font-size: .9em;
	color: #666;
	}

#content li {
	margin-top: 1em;
	list-style-type: circle;
	}

#content ul ul li {
	list-style-type: disc;
	}			
	
#content a:link, #content a:visited {
	color: #06F;
	}

#content a:hover {
	color: #03F;
	background: #f93;
	}

#content #hs a:link {
	text-decoration: none;
	}
	
#content #hs a:hover {
	color: #fff;
	background: #fff;
	text-decoration: none;
	}
	
#content img {	
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

#content #img_links a:hover {
	background: #fff;
	}
	
/*************************************************
COLUMN 2
**************************************************/
#col2 {
	display: none;
	}

/*************************************************
FOOTER
**************************************************/	
#footer {
	display: none;
	}

#copyright {
	text-align: center;
	color: #ccc;
	font-size: .8em;
	}
	
/*************************************************
NEWS
**************************************************/
div.news {
	margin: 1em;
	border: 1px solid #ccc;
	}

div.news h2 {
	margin: 0;
	margin-bottom: 1em;
	padding: 3px;
	background: #fc6;
	}
		
div.news h4 {
	padding-left: 5px;
	font-size: .7em;
	color: #666;
	}

div.news p {	
	padding-left: 5px;
	}
		
/*************************************************
FORMS
**************************************************/
#content form {
	width: 80%;
	}
	
#content form fieldset {
	margin : 1.5em 0 1.5em 0;
	padding : 0 0 0 10px;
	border-color: #ccc;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	}

#content form fieldset legend {
	clear: both;
	margin: 0;
	font-size: 1.2em;
	}
	
/****form inputs*****/
#content form label {
	float: left;
	width: 125px;
	margin: 0.5em 0 0 0;
	text-align: right;
	clear: left;
	}	

#content form input, #content form select, #content form textarea {
	width: 200px;
	margin: 0.5em 0 0 10px;
	text-align: left;
	border: 1px solid #999;
	}

#content form input.sm {
	width: 100px;
	}

#content form textarea {
	width: 350px;
	}

#content form label.label_ckbox {	
	width: 20px;
	margin: 0.5em 0 0 135px;
	}

#content form label.label_ckbox2 {	
	clear: none;
	width: 20px;
	margin: 0.5em 0 0 20px;
	}
	
#content form input.ckbox {	
	float: left;
	width: 15px;
	border: none;	
	}
	
#content form input.button {
	width: 100px;
	text-align : center;
	}

#content form br {
	clear : both;
	}

/***form paragraph styles****/
#content form p {
	margin-left: 10px;
	}

#content form p.comment {
	color: #666;
	}
	