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

* {
margin:0;
padding:0;
}

body {
font:83%/150% Helvetica, "Lucida Grande", Arial, sans-serif;
text-align: center;
background:#000 url(../images/background.png) top left repeat-x;
background-attachment:fixed;
}

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

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

img.alignleft {
	float:left;
	padding-right:10px;
}

img.alignright {
	float:right;
	padding-left:10px;
}

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

ul, ol {
	padding: 8px 0;
	color:#1D1D1D;
}

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

h3 {
	text-align:left;
	text-transform:uppercase;
	font:bold 85% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#AB3900;
	padding:4px 2px 4px 8px;
	margin:12px 487px 0 0;
}

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

#container {
width: 755px;
margin: 0 auto;
padding:0;
text-align: left;
background:transparent url(../images/container_base.png) top center repeat-y;
}

#header {
	width:755px;
	height:267px;
	margin:0;
	padding:0;
	background:transparent url(../images/header_base.png) top center no-repeat;
}

#logoHolder {
	position:relative;
	width:345px;
	padding:95px 0 0 405px;
}

#logoHolder a {
	background-color:none;
	padding:0;
}

#logoHolder_print {
	display:none;
}

#hide {
	display:none;
}

/* SIDEBAR
========== */

#sidebar {
	float:left;
	width:212px;
	padding:22px 15px 0 0;
}

#sidebar ul {
	list-style:none;
	font-weight:bold;
	line-height:18px;
	padding-left:24px;
}

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

#sidebar_member {
	width:190px;
	margin:25px 0 15px 6px;
	padding-left:20px;
	padding-right:12px;
	background-color:#fff;
}

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

#sidebar_member h3 {
	padding-bottom:0;
}

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

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

#mainContent {
	position:relative;
	width:755px;
	margin:0;
	padding:0;
	background:transparent url(../images/maincontent_base.png) top center no-repeat;
}

#mc_leftCol {
	float:left;
	position:relative;
	width:280px;
}

#mc_rightCol {
	float:right;
	position:relative;
	width:295px;
}

/* STANDARD TEXT AREAS
=======================*/

#textArea {
	width:595px;
	margin:-3px 80px 50px 80px;
	background:transparent;
}


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

#contact_leftCol {
	float:left;
	display:inline;
	position:relative;
	width:370px;
	padding-right:25px;
	border-right:1px solid #126c8d;
}

#contact_rightCol {
	float:right;
	display:inline;
	position:relative;
	width:180px;
	margin-right:0;
}

#contact_rightCol p {
	color:#000;
	font-style:italic;
	text-align:left;
}

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

a:link, a:visited {
	color:#004E6D;
	text-decoration:none;
	border-bottom:1px dotted #126c8d;
}

a:hover,a:active {
	color:#A42100;
	border-bottom:1px dotted #AB4700;
}

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

#footer {
clear:both;
width:755px;
height:43px;
background:#000 url(../images/footer_base.png) top center no-repeat;
}

#footer p {
	font: 10px/15px Helvetica, Arial, sans-serif;
	color:#fff;
	text-align:left;
	padding:6px 11px 0 448px;
}

/* SSP FLASH PLAYER HOLDER
========================== */

#flashZone {
	width:755px;
	text-align:center;
	padding-bottom:15px;
}


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

#navbar {
width:755px;	
position:relative;	
padding:0;
}

#navbar ul {
  width:734px;
  margin:0 10px 0 0;
  padding:0;
  float: right;
  height:40px;
  list-style: none;
}

#navbar ul li {
  float: right;
}
#navbar ul a {
	display: block;
	position:relative;
	padding:3px;
	width:70px;
	height:35px;
	text-decoration:none;
	text-align:center;
	font:normal 13px/33px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #126c8d;
	border-bottom:none;
}

#navbar a:hover, #navbar .selected a {
	color: #AB3900;
	background: url(../images/nav_button.png) no-repeat bottom center; /* use this for the blue button rollover effect */
}

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

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

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

/* style for  labels */
label {
  display: block;
  color:#126c8d;
  font-size:110%;
  padding-bottom:6px;
  text-align:left;
}

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

input {
width: 356px;
padding:5px;
font-size:100%;
color: #333;
border:none;
border:1px solid #fff;
background:#fff url(../images/form_back.png) top left repeat-x;
}

input.captcha {
	width:195px;
	margin-top:5px;
	margin-bottom:20px;
}

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:#fff;
}

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

textarea {
width: 356px;
padding:4px;
font:100%/150% Helvetica, "Lucida Grande", Arial, sans-serif;
color: #333;
border:1px solid #fff;
background:#fff url(../images/form_back.png) top left repeat-x;
}

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

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