@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #000;
}

.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
}
.header {
	background-color: #fff;
	background-image: url(img/bg/header.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 144px;
}


.sidebar1 {
	float: right;
	width: 460px;
	background: #fff;
	padding-bottom: 10px;
}
.sidebar1 p { 
	font-size:13px;
	padding-right: 50px;
	padding-left: 50px;
}
.sidebar1 h3 { 
	padding-top: 6px;
}

.sidebar1 h4 { 
	padding: 0 50px 0 50px;
}
.sidebar1 img{
	float: left;
	padding: 0 10px 10px 0px;
}
.sidebar1 a{
	color: #669900;
}
.sidebar1 a:hover{
	color: #666;
}
.flash1 {
	padding: 0 0 0 50px;
}
.content {

	padding: 10px 0;
	width: 500px;
	float: right;
}
.content p, h1, h2, h3, h4{
	padding: 0 0 0  50px;
}
.content h2 { 
	font-size:18px;
	color: #900;
}
.content p { 
	font-size:13px;
	line-height: 25px;
}
.content p strong{
	font-style:italic;
	color: #669900;
}
.content p span{
	font-style:italic;
	color: #669900;
}
.content a{
	color: #669900;
}
.content a:hover{
	color: #666;
}
.content_members {
	padding: 10px 0;
	width: 900px;
}
.content_members p, h1, h2, h3{
	padding: 0 0 0  50px;
}
.content_members h2 { 
	font-size:18px;
	color: #900;
}
.content_members p { 
	font-size:13px;
	line-height: 25px;
}
.content_members p strong{
	font-style:italic;
	color: #669900;
}
.content_members p span{
	color: #C00;
}
.content_members a{
	color: #000;
}
.content_members a:hover{
	color: #666;
}
#member_resources {
	background-color:#CCC;
	padding: 0 5px 5px 5px;
	border:thin #999 solid;
	width: 350px;
	margin-left: 50px;
} 
.formpuller {
	margin-left:-75px;
	
}
#mainnav ul{
	list-style: none;
	height: 30px;
	padding-left: 100px;
	
}
#mainnav ul li{
	list-style:none;
	text-decoration:none;
	display:inline;
	font-weight: 300;
	font-size: 18px;	
	padding: 0 36px 0 0;
}
#mainnav ul li a{
	text-decoration: none;
	color: #000;
	
}
#mainnav ul li a:hover{
	color: #900;
}


/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background: #FFF;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
.footer p {
	font-size: 12px;
	padding-left: 550px;}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#thermometer {
	padding: 0 0 0 100px;
}
/*********************CONTACT FORM**************************/


    .form-label{
        width:150px !important;
    }
    .form-label-left{
        width:150px !important;
    }
    .form-line{
        padding:10px;
    }
    .form-label-right{
        width:150px !important;
    }
    .form-all{
        width:300px;
        background:#FFFFFF;
        color:Black !important;
        font-family:Verdana;
        font-size:12px;
    }
