/* CSS Document */

body {
	background:#f2f2f2; /*url(imgs/) top left no-repeat;*/
	color:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.4em;
	margin:5px 0 0px 0;
	max-width:150px; /* Here's the key feature of the sheet */
	}
	
* {
	margin:0;
	padding:0;
	}
	
img {
	display:none;
	}
	
p {
	padding: 5px 0px;
	}
	
a {
	color:#000000;
	text-decoration:underline;
	}
	
a:hover {
	color: #666666;
	}
	
h1 {
	background-color:#ffffff;
	color:#000000;
	display:block; !important
	font-size:13px;
	font-weight:bold;
	padding:5px 0px 5px 5px;
	}
	
h2 {
	background-color:#999999;
	color:#fff;
	font-size:13px;
	line-height:20px;
	margin:4px;
	padding:4px 4px 4px 4px;
	text-align:left;
	}
	
h3 {
	color: #ffffff;
	font-size:14px;
	margin:10px 0 0px 0px;
	}
	
h4 {
	background-color:#fff;
	color:#000;
	font-size:12px;
	line-height:20px;
	margin:0px;
	padding:4px;
	text-align:left;
	}
	
.firstpara {
	font-weight:bold;
	}
	
.small {
	font-size:10px;
	}
	
.orange {
	color:#FF6600;
	}
	
.wbr { /* ----------- needed to breakup long words to fit 150px width */
	width: 0px; /* needs the px to validate */
	font-size: 1px;
	font-size: 0px; /* doubled up for browsers that support the 0px font-size */
}
	
#bigwrap {
	}
	
#wrapper {
	border:1px solid #2B6B6E;
	width:auto;
	}
#wrapper2 {
	}

.headimg {
	display:none;
	}
	
#navstrip {
	display:none;
	}
	
#navstrip2 {
	background-color:#2B6B6E;
	display: block;
	padding:2px;
	}
	
#navstrip2 a {
	color:#FFFFFF;
	}
	

/* Inner_wrap ------------------------------------------------------ */

#topstripe {
	display:none;
	}

#inner_wrap {
	background: #409DA2;
	/*clear:both;*/
	float:left;
	margin:0px 0 0 0px;
	padding:5px 2px 0px 2px;
	width: auto;
}

#content1 {
	float:left;
	padding:0px;
	width:auto;
	}
	
.mainnav a {
	border: none;
	color:#FFF;
	font-weight:bold;
	text-decoration:underline;
	}

#content1 ul {
	margin: 10px;	
	}
	
#content1 ul li {
	margin: 0px 0px 0 20px;	
	}
	
.boxout {
	display:none;
	}
	
.boxout_pda {
	background-color:#2B6B6E;
	display:block;
	padding:4px;
	}
	
.copy {
	margin:5px;
	}
	
.copy p {
	padding: 0 0 10px 0px;
	}
	
.spacer {
	display:block;
	height:6px;
	}
	
.toppic {
	margin-top:5px;
	}
	
fieldset {
	border:1px dashed #ffffff;
	padding:5px;
	}
	
.contact_tab td{
	padding: 2px;
	}
	
/* Col 2 --------------------------------------------------------------------- */
	
#content2 {
	display:none;
	}
	
#content2 img {
	}
	
ul.listing {
	font-weight:bold;
	list-style-type:none;
	margin:10px 10px 0px 10px;
	text-align:left;
	}
	
.listing li {
	background: url(imgs/bullet.gif) -3px 3px no-repeat;
	margin:10px 0px;	
	}
	
.listing li a {
	color:#2B6B6E;
	padding:0 0 0 15px;
	}

#bottstripe {
	background-color:#6DA6A9;
	clear:both;
	height:40px;
	padding:2px 0px 5px 5px;
	text-align:center;
	width:auto;
	}
	
#bottstripe img {
	}
	
#bottstripe span {
	padding:0 4px;
	}

/* Epitaph ------------------------------------------------------------------- */
	
#footer {
	background: #2B6B6E;
	clear:both;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	height:43px;
	margin: 0px 0 0 0;
	padding:8px 5px 5px 5px;
	text-align:center;
	width:auto;
	}
	
#footer span {
	padding:0 4px;
	}
	
#footer a {
	color:#ccc;
	}
#footer a:hover {
	color:#FFF;
	}
	
#epitaph {
	clear:both;
	color:#999;
	font-size:10px;
	padding:0px 5px;
	text-align:right;
	width:auto;
	}
	
#epitaph a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	}
#epitaph a:hover {
	text-decoration:underline;
	}
	
#left {
	float:left;
	}
	
#right {
	float:left;
	}
	
.disclaimer {
	color:#006666;
	display:block;
	}
