/* *********************************************** */
/* CSS File created by CreeksideDesign.com 091022  */
/* Designed for FirstResponseDRS.com website       */
/* design@gocreekside.com  www.creeksidedesign.com */
/* *********************************************** */
/******************************************* Foundation Work *******************************************/
body, html {
	margin: 0;
	background:#FFF;
	font:12pt Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	width: 90%;
	}
/* Improve colour contrast of links */
a:link, a:visited {
 	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	color:#000;
	}	
	
h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h1 {
	font-size:1.5em;
	}

h2 {
	font-size:1.2em;
	}
				
img {
	display:block;
	border:0;
	}

hr { 
	background:#000; 
	color:#000;
	width:100%; 
	height:1px; 
	margin:2em 0; 
 	border:none; 
	}

blockquote { 
 	margin:1.5em 0; 
 	padding:1em; 
 	border:1px solid #ccc; 
 	font-style:italic; 
 	font-size:0.9em; 
	}

/******************************************* Ensure the content spans the full width *******************************************/
.columns {
	width: 90%;
	vertical-align: top;
	margin: 0 0 0 0;
	float: none;
}
.column-mid {
	width: 120%;
	vertical-align: top;
	margin: 0 0 0 0;
}
#content {
	width: 120%;
	vertical-align: top;
	margin: 0 0 0 0;
}
#print-only {
	width: 100%;
	text-align: left;
	margin: 0 0 0 0;
}
#sidebar-printonly {
	width: 250px;
	text-align: center;
	padding-right: 10px;
	font-weight: bold;
	line-height : 150%;
}

/******************************************* Remove unwanted elements *******************************************/
#masthead, .nav, .column-shadow, .column-right, #icons, #sidebar-noprint, #nhn-btn, #footer {
	display:none
}