/*Tabula Rasa*/
* { 
	margin:0;
	padding:0;
	}
	
body {
	font-family:Arial, Helvetica, sans-serif;
	background:none;
	margin:0;
	padding:0;
	}

ul {
	margin-left:30px;
	}

h1	{
	font-size:22px;
	}
h2	{
	font-size:20px;
	}
h3	{
	font-size:18px;
	}
h4	{
	font-size:16px;
	}
h5	{
	font-size:14px;
	}
h6	{
	font-size:12px;
	}
h1, h2, h3, h4, h5, h6 {
	color:#93B6BC;
	margin:1px;
	}

p	{
	text-indent:1em;
	margin:2px;
	color:#FFFFFF;
	}
	
strong {
	font-size:12px;
	font-weight:bold;
	color:#93B6BC;
	}
	
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display:block;
}

img {
	behavior:url("/includes/pngbehavior.htc");
	}
	
	
a, a:visited {	
	color:#93B6BC;
	}
a:hover {
	text-decoration:none;
	}

#pageTitle {
	margin-top:113px;
	_margin-top:130px;
	margin-left:40px;
	}
	
#homeContainer {
	position:relative;
	display:block;
	width:620px;
	height:580px;
	margin:0px;
	background:url(images/homeBG.jpg) no-repeat;
	}
	
#homeHeader {
	display:none;
	}
	
#homeContent {
	position:none;
	display:block;
	top:0px;
	left:0px;
	width:600px;
	height:160px;
	}
#homeContent p {
	font-size:12px;
	}
	
#homeValues {
	position:relative;
	display:block;
	top:165px;
	left:0px;
	width:600px;
	height:198px;
	}
#homeValues p {
	font-size:12px;
	}
	
#homeFooter {
	display:none;
	}


/* ------------   Inner Styles  ------------ */

#innerContainer {
	position:none;
	width:620px;
	margin:0px;
	}
	
#innerHead {
	display:none;
	}
#innerContent {
	position:none;
	width:620px;
	padding:0px;
	background:none;
	}
#Content {
	border:none; /* Firefox Bug Fix */
	}
#innerFooter {
	display:none;
	}
#bottomnav {
	display:none;
	}

/* -------------- End Inner Styles  -------- */
	
/* Contact Page */
#ContactTableOne {
	width:240px;
	height:315px;
	float:left;
	.float:none;
	display:inline;
	margin-right:2px;
	}
#ContactTableOne td {
	padding:2px;
	font-size:12px;
	}
	
#ContactTableTwo {
	width:240px;
	height:315px;
	float:left;
	.float:none;
	display:inline;
	margin-left:2px;
	}
#ContactTableTwo td {
	padding:2px;
	font-size:12px;
	}
	
.input100 {
	width:94px;
	height:17px;
	background:url(/images/input100.gif) no-repeat left;
	_background:url(/images/input100.gif) no-repeat fixed left;
	padding:3px;
	border:#444d3a 1px solid;
	}
.input150 {
	width:144px;
	height:17px;
	background:url(/images/input150.gif) no-repeat left;
	_background:url(/images/input150.gif) no-repeat fixed left;
	padding:3px;
	border:#444d3a 1px solid;
	}

.input200 {
	width:194px;
	height:17px;
	background:url(/images/input200.gif) no-repeat left;
	_background:url(/images/input200.gif) no-repeat fixed left;
	padding:3px;
	border:#444d3a 1px solid;
	}
	
.contactcolor {
	background-color:#93B6BC;
	border:#444d3a 2px solid;
	padding:5px;
	}
	
.contacttextarea {
	width:240px;
	height:90px;
	background-color:#93B6BC;
	border:#444d3a 2px solid;
	padding:5px;
	}
.contactselect {
	width:65px;
	height:20px;
	background-color:#93B6BC;
	border:#444d3a 2px solid;
	}
.contactradio {
	width:17px;
	height:17px;
	margin:2px;
	}
.contactcheckbox {
	vertical-align:middle;
	margin:1px;
	}
.contactsend {
	margin:3px;
	border:#444d3a 1px solid;
	background-color:#93B6BC;
	}

.conSelectComm {
	float:left;
	width:125px;
	margin-left:10px;
	}
	
#contactinfo {
	width:390px;
	float:right;
	margin:5px;
	}
	
#messagekey {
	display:block;
	width:50px;
	height:30px;
	margin:5px;
	padding:5px;
	font-weight:normal;
	border:1px solid #444d3a;
	background-color:#93B6BC;
	text-align:center;
	font-family:Verdana;
	font-size:18px;
	}
	
/* End Contact Page */

#bcfooter {
	display:none;
	}
	
.HIDEFORPRINT {
	display:none;
	}

	