@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #CCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}
.oneColFixCtr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-top: 5px #CCC solid;
	clear: both;
	background: url(../images/bg_mainContent.gif) repeat-y #FFF;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 27px;
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: 300;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: 300;
}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: 300;
}

h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: 300;
}

h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: 300;
}

p {
	font-size: 12px;
	line-height: 19px;
	margin: 0;
	padding: 10px 0 10px 0;
}

ul {
	font-size: 12px;
	line-height: 19px;
	margin: 0 0 10px 15px;
	padding: 0;
}

ul li {
	font-size: 12px;
	line-height: 19px;
	margin: 0 0 3px 0px;
	padding: 0;
}

.smalltext {
	margin: 0;
	padding: 10px;
	border: 1px solid #83addc;
}

.top {
	font-size: 10px;
}

.headerRow {
	margin: 0;
	padding: 10px;
	background: #6699cc;
	border: 1px solid #6699cc;
	color: #FFF;
}

.services {
	font-size: 11px;
	line-height: 19px;
	border-collapse: collapse;
}

.fltLeft {
	float: left;
	padding: 8px 12px 12px 0;
}

.fltRt {
	float: right;
	padding: 8px 0 12px 12px;
}

.marginReduce {
	margin: -10px 0 10px 0;
}

.border {
	border-bottom: 1px solid #CCC;
}

#logo {
	height: 70px;
	background: url(../images/bg_logo.gif) no-repeat #CCC;
}

#logo h1 {
	display: none;
}

#siteImg {
	height: 232px;
}

#donate {
	width: 94px;
	height: 57px;
	float: right;
	background: #6699cc;
	margin: 5px 0 0 0;
	padding: 3px 0 0 10px;
}

#donate h2 {
	color: #FFFFFF;
	font-weight: 400;
	line-height: 26px;
	padding: 0;
	margin: 0;
}

#menuTop {
	width: 641px;
	height: 30px;
	float: left;
	background: #83addc;
	margin: 5px 0 0 0;
	padding: 0;
}

#menuBottom {
	width: 641px;
	height: 30px;
	background: #a8c4e6;
	clear: left;
	float: left;
}

#nav {
	background: #CCC;
}

#nav ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
}

#nav ul li {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
	line-height: 30px;
	font-size: 14px;
}

#nav a:link {color: #FFF; text-decoration: none}
#nav a:visited {color: #FFF; text-decoration: none}
#nav a:hover {color: #333; text-decoration: none}

a:link {color: #1987c9; text-decoration: none}
a:visited {color: #1987c9; text-decoration: none}
a:hover {color: #1987c9; text-decoration: underline}


.sidebarContainer {
	float: left;
	width: 248px;
	padding: 15px 0 0 0;
	margin: 0 0 0 0;
}

.sidebar {
	border-bottom: 5px #CCC solid;
	padding: 15px 15px 15px 30px;
	margin: 0 0 0 0;
}

.sidebar ul li {
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.sidebar p {
	font-size: 11px;
	margin: 9px 0 3px 0;
	padding: 0;
}

.sidebar h4 {
	font-size: 16px;
	margin: 10px 0 5px 0;
	padding: 0 0 10px 0;
	font-weight: 300;
}

.sidebarBorder {
	border-bottom: dashed 1px #999;
	margin: 0 5px 12px 0;
	padding: 0;
}

.sidebarNoBorder {
	padding: 15px 15px 15px 30px;
	margin: 0 0 0 0;
}

.sidebarContainer p {
	font-size: 11px;
	line-height: 14px;
}

.sub {
	margin: -15px 0 0 15px;
	display: block;
}

#bodyCopy {
	float: left;
	width: 430px;
	margin: 0;
	padding: 30px 15px 0 50px;
}

#affiliates {
	width: 200px; 
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#affiliates img {
	float: left;
	margin: 0;
	padding: 0 5px 0 5px;
}

.border {
	border-bottom: dashed 1px #ccc;
	padding: 0;
	margin: 15px 0 15px 0;
}

.clearFloat {
	clear: both;
}

form,input,select,textarea{margin:0; padding:0; color:#ffffff;}

div.box {
width:375px;
background:#ebebeb;
position:relative;
top:10px;
border:1px solid #CCC;
}

div.box h1 { 
color:#333;
font-size:18px;
text-transform:uppercase;
padding:5px 0 5px 5px;
border-top:1px solid #FFF;
border-bottom:1px solid #FFF;
}

div.box label {
width:100%;
display: block;
background:#ebebeb;
border-top:1px solid #CCC;
border-bottom:1px solid #FFF;
padding:10px 0 10px 0;
}

div.box label span {
display: block;
color:#333;
font-size:12px;
float:left;
width:100px;
text-align:right;
padding:5px 20px 0 0;
}

div.box .input_text {
padding:10px 10px;
width:200px;
background:#FFF;
border-bottom: 1px double #CCC;
border-top: 1px double #CCC;
border-left:1px double #CCC;
border-right:1px double #CCC;
color: #333;
}

div.box .message{
padding:7px 7px;
width:206px;
background:#FFF;
border-bottom: 1px double #CCC;
border-top: 1px double #CCC;
border-left:1px double #CCC;
border-right:1px double #CCC;
overflow:hidden;
height:150px;
color: #333;
}

div.box .button
{
margin:0 0 10px 0;
padding:4px 7px;
background:#CC0000;
border:0px;
position: relative;
top:10px;
left:120px;
width:100px;
border-bottom: 1px double #CCC;
border-top: 1px double #CCC;
border-left:1px double #CCC;
border-right:1px double #CCC;
}








div.boxSide {
width:200px;
background:#ebebeb;
position:relative;
top:10px;
border:1px solid #CCC;
margin: 0 0 20px 0;
}

div.boxSide h1 { 
color:#333;
font-size:15px;
padding:5px 0 5px 5px;
}

div.boxSide label {
width:100%;
display: block;
background:#ebebeb;
border-top:1px solid #CCC;
border-bottom:1px solid #FFF;
padding:10px 0 10px 0;
}

div.boxSide label span {
display: block;
color:#333;
font-size:12px;
float:left;
width:100px;
text-align:left;
margin: 0 0 0 10px;
padding:0;
}

div.boxSide .input_text {
padding: 10px 10px;
margin: 0 0 0 10px;
width:155px;
background:#FFF;
border-bottom: 1px double #CCC;
border-top: 1px double #CCC;
border-left:1px double #CCC;
border-right:1px double #CCC;
color: #333;
}

div.boxSide .message{
padding:7px 7px;
width:100px;
background:#FFF;
border-bottom: 1px double #CCC;
border-top: 1px double #CCC;
border-left:1px double #CCC;
border-right:1px double #CCC;
overflow:hidden;
height:150px;
color: #333;
}

div.boxSide .button
{
margin:0 0 10px 0;
padding:4px 7px;
background:#CC0000;
border:0px;
position: relative;
top:5px;
left:10px;
width:100px;
border-bottom: 1px double #CCC;
border-top: 1px double #CCC;
border-left:1px double #CCC;
border-right:1px double #CCC;
}

ul.li.values {display:block}

