/*
	PRINT STYLES
*/

body {
	background: #fff;
	color: #000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12pt;}
	
#outerwrap { margin: 5%; }
#wrap {}

/************************************************
*	Hyperlinks									*
************************************************/

a { color: #000; text-decoration: none; }
a img { border: none; }
	
/************************************************
*	Header  									*
************************************************/

#header {}
body#home #header {}
body#home #header #fadeshow1 { display: none; }

/************************************************
*	Navbar      								*
************************************************/

#navbar {}
#navbarleft {}
#navbarleft h1 span { display: none !important; }
#navbarleft h1 img {}	
#navbarright { display: none !important; }	
.breadcrumb { display: none !important; }	
	
/************************************************
*	Homepage 		    	                    * 
************************************************/

#homepage {}
#homepageleft, #homepageright, #homepagemiddle {}
.hpfeatured {}
.hpfeatured h1 {	font-family: Georgia, Times New Roman; font-size: 16pt !important;}	
.hpfeatured p {}
.hpfeatured p.more { font-size: 10px !important; text-transform: uppercase; }

/************************************************
*	Interior Left Nav 					     		    * 
************************************************/
	
#contentleft { display: none !important; }	

/************************************************
*	Content 					     		    * 
************************************************/

.postarea {}
#content {}	
#content h1 { font-family: Georgia, Times New Roman; font-size: 16pt !important;}	
#content h2 { font-family: Georgia, Times New Roman; font-size: 13pt !important;}	
#content h3 { font-family: Georgia, Times New Roman; font-size: 13pt !important;}	
#content h4 { font-family: Georgia, Times New Roman; font-size: 13pt !important;}	
.clear { clear: both; }

.thumb {
	float: left;
	margin: 0px 10px 0px 0px;
	}
	
.postarea ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
	
.postarea ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
.postarea ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
.postarea ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}
span.formnote { color: #666 !important; font-size: 70% !important; }
	
/************************************************
*	Images  					     		    * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 20px 20px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
/************************************************
*	Footer      								*
************************************************/

#footer { font-size: 70% !important; border-top: 1px solid #666; padding: 20px 0; }	
#footer p.address {}
#footer p.brandlinks { display: none; }	
#footer p.copyright {}
	
/************************************************
*	Search Form									*
************************************************/

#searchform { display: none; }
.searchboxhold { display: none; }



a.pdfdownloadlink{}

.contact{
	width:260px;
	float:right;
	height: 520px;
	}

.contact p{
	margin: 15px;
	}

.contact p strong{
	font-size: 14px;
	}