/* *************************** 
  Site - NWSA
  ---------------------------
  PRINT STYLESHEET
 
 
/* *************************** 
   $2 Website Structure Styles
   ***************************/
html {
	color:#000;
	background:none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#000;
	background: #FFF;
}
a {
	color: #00F;
	text-decoration: underline;
}

img {
	margin:0;
	padding:0;
	border:0;
	vertical-align:top;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
#container {
	width:970px;
	height: auto;
	margin:0 auto;
}

#print {
	margin: 0 0 60px 20px;	
}

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	display: none;
}

/**************************** 
   $4 Content Styles
   ***************************/
#content {
	width:970px;
	overflow:hidden;
	margin:0 0 60px;
}

/* Home Styles */
.home_box {
	width:285px;
	float:left;
	margin:0 10px 63px 20px;
	display:inline;
	position:relative;
	height:197px;
	border-bottom:1px solid #65bab7;
}
.home_box .home_box_heading {
	margin:0 0 11px;
}
.home_box .home_box_img {
	width:273px;
	padding:6px;
	background:#c9ecf9;
	margin:0 0 10px;
}
.home_box_info p {
	font-size:14pt;
	line-height:17px;
	margin:0 0 10px;
}
.home_box_info p.blue {
	color:#000;
}
.learn_more {
	position:absolute;
	width:285px;
	height:12px;
	right:0;
	bottom:0;
	overflow:hidden;
}
.learn_more a {
	background:url(../images/btn_learnmore.png) left top no-repeat;
	width:64px;
	height:12px;
	float:right;
	text-indent:-9999em;
}

/* Inner page styles */

h1, h2, h3, h4 {
	text-indent: -9999em;
	font-size: .0001em;
}

#leftcolumn {
	float: left;
	position: relative;
	width: 285px;
	margin: 0 30px 0 20px;
	padding: 0;
}

#rightcolumn {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;	
}

#leftcolumn p,
#rightcolumn p {
	line-height:17px;
	margin: 1em 0;
}

p.intro {
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

#picbox {
	float: left;
	display: inline;
	width: 285px;
	margin: 0 15px 15px 0;	
}

#picbox .picheader {
	height: 36px;	
}


/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	display: none;
}
