@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	background-image: url(http://www.robertsdairyefcu.org/images/backgroundrepeat.jpg);
	background-repeat: repeat-x;
}
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 944px;
	height: 156px;
	margin-top: 25px;
	margin-left: 18px;
	float: left;
	display: inline;
	background-image:url(http://www.robertsdairyefcu.org/images/header.jpg);
	background-repeat:no-repeat;
}
#contentpane {
	float: left;
	display: inline;
	margin-left: 25px;
	height: auto;
	background-color: #FFF;
}
#col_left {
	float: left;
	display: inline;
	width: 507px;
	height: auto;
	background-color:#FFF;
}
#col_img {
	float: left;
	display: inline;
	width: 215px;
	padding-left: 8px;
	height: auto;
	background-color:#FFF;
}
#images img {
	margin-top: 15px;
}
#col_right {
	float: left;
	display: inline;
	width: 200px;
	height: auto;
	background-image: url(../images/sidebar_background.jpg);
	background-repeat: no-repeat;
}
#footer {
	float: left;
	display: inline;
	width: 930px;
	height: 30px;
	margin-left: 25px;
}
#navcontainer {
	margin-top: 90px;
	margin-left: 8px;
	height: 40px;
	z-index: 10;
}
#home {
	float: left;
	display: inline;
}
#services {
	float: left;
	display: inline;
}
#rates {
	float: left;
	display: inline;
}
#about {
	float: left;
	display: inline;
}
#contact {
	float: left;
	display: inline;
}
h1 {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #6c0;
	font-size: 24px;
	margin-left: 27px;
	margin-top: 15px;
	width: 462px;
}
h2 {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	font-size: 14px;
	margin-left: 27px;
	margin-top: 11px;
	width: 462px;
	line-height: 18px;
}
h3 {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #6c0;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}
h4 {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	font-size: 12px;
	margin-left: 27px;
	margin-top: 11px;
	width: 462px;
}
.side_main {
	float: left;
	display: inline;
	clear: left;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #6c0;
	font-size: 18px;
	margin-left: 8px;
	margin-top: 8px;
	width: 180px;
}
.side_content {
	float: left;
	display: inline;
	clear: left;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	font-size: 14px;
	margin-left: 8px;
	margin-top: 7px;
	width: 180px;
}
.side_note {
	float: left;
	display: inline;
	clear: left;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000;
	font-size: 12px;
	margin-left: 22px;
	margin-top: 7px;
	width: 180px;
}
#greenbar {
	float: left;
	display: block;
	width: 180px;
	height: 1px;
	margin-top: 11px;
	margin-left: 8px;
	background-color: #6c0;
}
#col_right img {
	float: left;
	display: inline;
	clear: both;
	margin-left: 8px;
	margin-top: 9px;
}
#col_right img a:link {
	text-decoration: none;
}
#col_right img a:visited {
	text-decoration: none;
}
#col_right img a:hover {
	text-decoration: none;
}
#col_right img a:active {
	text-decoration: none;
}
#form_left {
float: left;
display: inline;
text-align: right;
margin-left: 27px;
margin-top: 18px;
width: 130px;
}
#form_right {
float: left;
display: inline;
margin-top: 18px;
margin-left: 6px;
width: 298px;
height: 396px;
}
.generic_textfield {
height: 18px;
width: 294px;
border: 1px solid #666;
margin-top: 5px;
}
.city_textfield {
float: left;
display: inline;
height: 18px;
width: 153px;
border: 1px solid #666;
margin-top: 5px;
}
.state_textfield {
float: left;
display: inline;
height: 18px;
width: 40px;
border: 1px solid #666;
margin-top: 5px;
margin-left: 4px;
}
.zip_textfield {
float: left;
display: inline;
height: 18px;
width: 85px;
border: 1px solid #666;
margin-top: 5px;
margin-left: 4px;
}
.message_textfield {
height: 147px;
width: 294px;
border: 1px solid #666;
margin-top: 5px;
overflow: auto; 
}
#buttons {
	float: left;
	clear: left; 
	display: inline;
	height: 36px;
	margin-top: 10px;
	width: 298px;
}
.form_submit_button {
	float: left;
	display: inline;
	width: 100px;
	vertical-align: top;
}
.form_reset_button {
	float: right;
	display: inline;
	margin-right: 10px;
	width: 100px;
	vertical-align: top;
}
.privacy_text {
	font-family: "Lucida Sans Regular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align: left;
	font-size: 12px;
	color: #6c0;
}
.privacy_text a:link {
	text-decoration: none;
	color: #6c0;
}
.privacy_text a:visited {
	text-decoration: none;
	color: #6c0;
}
.privacy_text a:hover {
	text-decoration: underline;
	color: #6c0;
}
.privacy_text a:active {
	text-decoration: none;
	color: #6c0;
}
#sidebar_spacing {
	width: 200px;
	height: 10px;
}
.side_content a:link {
	text-decoration: none;
	color: #000;
}
.side_content a:visited {
	text-decoration: none;
	color: #000;
}
.side_content a:hover {
	text-decoration: underline;
	color: #000;
}
.side_content a:active {
	text-decoration: none;
	color: #000;
}
/* general table styles */
.table.wp-table-reloaded {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

/* Styles for the tablehead (<th>) (if enabled) */
.table.wp-table-reloaded thead tr th, table.wp-table-reloaded tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}

.table.wp-table-reloaded thead tr .header {
	background-image: url(/wp-content/plugins/wp-table-reloaded/img/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

.table.wp-table-reloaded tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}


/* Styles for alternating row colors (if enabled) */
.table.wp-table-reloaded tbody tr.even td {
	background-color:#FFFFFF;
}
.table.wp-table-reloaded tbody tr.odd td {
	background-color:#F0F0F6;
}
#bankinglink {
	float: right;
	display: inline;
	margin-top: 68px;
	margin-right: 17px;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #039;
}
#bankinglink a:link {
	text-decoration: none;
	color: #039;
}
#bankinglink a:visited {
	text-decoration: none;
	color: #039;
}
#bankinglink a:hover {
	text-decoration: underline;
	color: #039;
}
#bankinglink a:active {
	text-decoration: none;
	color: #039;
}

