@charset "UTF-8";
/* CSS Document */

* {
margin:0;
padding:0;
}

body {
font:70%/140% Helvetica, "Lucida Grande", Arial, sans-serif;
text-align: center;
}

.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

.noBorder {
	border:none;
	text-decoration:none;
}

p {
	text-align:justify;
	padding: 8px 0;
	color:#000;
}

ul, ol {
	padding: 8px 0;
	color:#4c4c4c;
}

h1 {
	font-size:80%;
}
h1 span {
	display:none;
}

h2 {
	text-align:left;
	font:180% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	padding-bottom:8px;
}

h3 {
	text-align:left;
	text-transform:uppercase;
	font:bold 107% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	padding:10px 0 6px 0;
}

h4 {
	text-align:left;
	padding-top: 8px;
	font-size:100%;
	font-style:italic;
	font-weight:normal;
	color:#000;
}

#container {
width:100%;
background:none;
margin: 0px auto;
padding:0;
text-align: left;
}

#header {
	width:100%;
	background:none;
}

#logoHolder {
	display:none;
}

#logoHolder_print {
	width:100%;
	height:90px;
	padding:0;
}
	
/* SIDEBAR
========== */

#sidebar {
	float:left;
	width:10%;
	padding:0 15px 0 0;
}

#sidebar ul {
display:none;
}

#sidebar li {
	padding-bottom:10px;
}

#sidebar_member {
	width:100px;
	margin:0;
	padding:6px;
	background-color:#000;
}

#sidebar_member p,
#sidebar_member h3 {
	text-align:left;
	font-size:70%;
	color:#fff;
}

#sidebar_member h3 {
	padding-bottom:0;
}

#sidebar_member p {
	padding-top:4px;
}

/* MAINCONTENT 
============== */

#mainContent {
	float:right;
	display:inline;
	position:relative;
	width:85%;
	padding-bottom:20px;
}

#mainContent p,
#mainContent ul,
#mainContent ol,
#mainContent h2,
#mainContent h3,
#mainContent h4 {
	margin-left:28px;
	padding-left:0;
}

#mainContent ul {
	list-style:none;
}

#mainContent li {
	padding-bottom:8px;
}
#mc_leftCol {
	float:left;
	position:relative;
	width:48%;
}

#mc_rightCol {
	float:right;
	position:relative;
	width:48%;
}

/* CONTACT PAGE COLUMNS
======================= */

#contact_leftCol {
	float:left;
	position:relative;
	width:70%;
}

#contact_rightCol {
	float:right;
	position:relative;
	width:30%;
	padding-top:15px;
}

/* MEMBER PHOTO FORMATTING
========================== */

.memberImage {
	float:right;
	padding:0;
	margin:-18px 0 10px 15px;
	border:1px solid #000;
}

/* PSEUDO CLASSES
================= */

a:link, a:visited {
color:#000;
text-decoration:underline;
padding:0;
}

a:hover,a:active {
color:#000;
text-decoration:underline;
}

#sidebar #sidebar_member a,
#sidebar #sidebar_member a:hover,
#sidebar #sidebar_member a:active {
	color:#fff;
	text-decoration:underline;
}

#sidebar a:link,
#sidebar a:visited {
	color:#4c4c4c;
	text-decoration:none;
	padding:0;
}

#sidebar a:hover,
#sidebar a:active {
	color:#000;
	background:none;
	text-decoration:underline;
}

/* FOOTER
========= */

#footer {
clear:both;
width:100%;
height:58px;
background:none;
border-top:1pt solid #999;
}

#footer p {
	font: 8px/12px Helvetica, Arial, sans-serif;
	color:#000;
	text-align:left;
	padding:9px 0 0 0;
}

/* NAVIGATION
============= */

#navbar {
display:none;
}

/* CONTACT FORM
================ */

form {
display:inline;	
  width:100%;
  text-align:left;
}

fieldset {
	border:none;
	padding-bottom:25px;
}

/* style for  labels */
label {
  display: block;
  font-weight:bold;
  padding-bottom:3px;
}

/* style for required labels */
label .required {
font-size: 10px;
color:#FF0000;
}

input {
width: 340px;
padding:5px;
font-size:100%;
color: #666;
border:0.25px solid #000;
background-color:#fff;
}

input.submit, input.reset {
background:transparent url(../images/btn_form.png) no-repeat center top;
border:none;
display:inline;
font:12px Helvetica, Arial,sans-serif;
line-height:17px;
height:27px;
width:80px;
}

input.submit,
input.reset{
color:#000;
}

/* style form elements on focus */
input:focus, textarea:focus {
  border:1px solid #000;
}

textarea {
width: 340px;
padding:4px;
height: 140px;
font:100%/150% Helvetica, "Lucida Grande", Arial, sans-serif;
color: #666;
border: 1px solid #000;
background-color:#fff;
}

/* GOOGLE MAP CONTAINER
======================= */

#mapHolder {
	clear:both;
	width:450px;
	height:373px;
	margin:10px 0 0 28px;
	overflow:hidden;
	/* border:1px solid #ccc; */
}
