@charset "utf-8";
/* ------------------------------------------------------------------------
CSS sheet for Wisconsin Medical Credit Union
Author: Jeff Sanders
Date Created: 2/24/09
All inquiries for this document should be directed to information@virtualtech.com.
--------------------------------------------------------------------------


/*-----------------------------------------------------------------------------------
MAIN DESIGN ELEMENTS 
-----------------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff url(../images/body_bg.jpg) top left repeat-x; 
}
#wrapper {
	position: relative;
	margin: 0px auto;
	width: 955px;
	min-height: 100%;
}
* html #wrapper { /*for IE6*/
	height: 100%;
}
#header {
	height: 101px;
}
	#header h1 {
		margin: 0px;
	}
	 #header h1 a {
	   font: 30px Georgia, "Times New Roman", Times, serif;
	   line-height: 100px;
	   color: #fff;
	   text-decoration: none;
	 }
	.images-on #header h1 a {
		line-height: 100px;
		text-indent: -1000px;
		background: url(../images/WMCU_logo_02.png) top left no-repeat;
		display: block;
		overflow: hidden;
	}
#content {
	padding: 20px 20px 270px 20px;
	overflow: auto;
}
#footer {
	min-height: 250px;
	background: #97C3DE url(../images/footer_bg.jpg) top left repeat-x;
	position: relative;
	margin-top: -250px;
	border-top: 5px solid #1f5b80;
}
	#footer h2 {
		color: #1F5B80;
	}
	#footercontent {
		position: relative;
		width: 955px;
		margin: 0px auto;		
	}
	#footcol1 {
		padding: 10px;
		width: 447px;
		float: left;
	}
	#footcol2 {
		padding: 10px;
		width: 447px;
		float: right;
	}
		#drivethru {
			width: 218px;
			float: left;
		}
		#lobby {
			width: 218px;
			float: right;
		}
	p.copy {
		clear: both;
		float: left;
	}
	p.copy a {
		padding-bottom: 2px;
		color: #1F5B80;
		text-decoration: none;
		border-bottom: 1px dashed #1F5B80;
	}
	p.copy a:hover {
		padding-bottom: 2px;
		color: #000033;
		text-decoration: none;
		border-bottom: 1px dashed #000033;
	}
ul#logos {
	position: absolute;
	bottom: 0px;
	right: 0px;
	list-style-type: none;
	list-style-image: none;
}
ul#logos li {
	padding-right: 15px;
	float: left;
}
ul#logos li.equal {
	display: block;
	clear: both;
}
.logos{
		float: left;
		text-align: center;
}
.logos img {
	margin: 0px 20px 10px 20px;
}
#end{
	display: block;
	clear: both;
	overflow: hidden;
	padding-top: 00px;
	border-top: 1px solid #1f5b80;
}
/*.tilebg {
background:url(../images/tilebg.png) repeat-y;
height:100%;
width:200px;
margin-top:111px;
margin-bottom:428px;
}*/
/*-----------------------------------------------------------------------------------
NAVIGATION ELEMENTS 
-----------------------------------------------------------------------------------*/
ul#nav {
	height: 34px;
	line-height: 34px;
	list-style-type: none;
	background: #01A662 url(../images/menu_bg.jpg) top left repeat-x;
}
ul#nav li {
	position: relative;
	float: left;
	display: block;
}
ul#nav li a {
	padding: 0px 10px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border-left: 1px solid #2EBC82;
	border-right: 1px solid #006D3E;
	display: block;
}
ul#nav li.first a {
	border-left: none;
}
	ul#nav li.first a:hover {
		border-left: none;
	}
ul#nav li.last a {
	border-right: none;
}
ul#nav li a:hover {
	background: #94e8c5;
	color: #034a2c;
	border-right: 1px solid #94e8c5; 
}
ul#nav ul {
	display: none;
	z-index: 10000;
}
ul#nav li:hover, ul#nav li.over {
	background: #94e8c5;
	z-index: 10000;
}
ul#nav li:hover a, ul#nav li.over a {
	color: #034a2c;
	border-left: 1px solid #94e8c5;
}
ul#nav li:hover ul, ul#nav li.over ul {
	display: block;
	position: absolute;
	top: 34px;
	left: -1px;
	width: 250px;
	background: #94e8c5;
	border-left: 1px solid #006D3E;
	border-right: 1px solid #006D3E;
}
ul#nav li:hover ul li a, ul#nav li.over ul li a {
	color: #034a2c;
}
ul#nav ul li {
	min-width: 250px;
	border-bottom: 1px solid #006D3E;
}
ul#nav li:hover ul li a, ul#nav li.over ul li a {
	display: block;
	white-space: nowrap;
}
	ul#nav li:hover ul li a, ul#nav li.over ul li a {
		border-right: none;
		border-left: none;
	}
	ul#nav li:hover ul li a:hover, ul#nav li.over ul li a:hover {
		background: #01A662;
		color: #fff;
	}

/*-----------------------------------------------------------------------------------
TEXT ELEMENTS 
-----------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 10px 0px;
}
h2 {
	font: 28px Georgia, "Times New Roman", Times, serif;
	color: #01A662;
}
h3 {
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #1F5B80;
}
h4 {
	font: 20px Georgia, "Times New Roman", Times, serif;
}
p {
	margin: 10px 0px;
	line-height: 18px;
	font-size: 12px;
}
blockquote {
	margin: 0px 0px 20px 20px;
	padding: 10px;
	width: 225px;
	font: bold 12px/18px Georgia, "Times New Roman", Times, serif;
	text-align: center;	
	border: 1px solid #ccc;
	background: #f4f4f4;
	float: right;
}
.hide {
	display: none;
}
#content ul {
	margin-left: 20px;
	list-style-image: url(../images/bullet.jpg);
}
	#content ul ul {
		margin-left: 10px;
		list-style-image: url(../images/bullet2.jpg);
	}
	#content li {
		padding-left: 5px;
		font-size: 12px;
		line-height: 18px;
	}
#content dl {
	font-size: 12px;
}
	#services #content dl {
		margin-left: 0px;
	}
	#services #content dt {
		padding-left: 20px;
		font: bold 14px Verdana, Arial, Helvetica, sans-serif;
		background: url(../images/bullet.jpg) center left no-repeat;
		line-height: 18px;
	}
	#services #content dd {
		margin-bottom: 20px;
		line-height: 18px;
	}
#equity #content dt {
	margin-bottom: 10px;
	width: 75px;
	text-align: right;
	float: left;
}
	#equity #content dd {
		margin-bottom: 10px;
		margin-left: 20px;
		width: 550px;
		float: left;
	}
address {
	line-height: 18px;
	font-style: normal;
	font-size: 12px;
}
#content a {
	color: #1F83C6;
	font-weight: bold;
	text-decoration: underline;
}
#content a:hover {
	color: #01A662;
	font-weight: bold;
	text-decoration: underline;
}

/*-----------------------------------------------------------------------------------
HOME ELEMENTS 
-----------------------------------------------------------------------------------*/
#home #col1 {
	width: 445px;
	min-height: 330px;
	float: left;
	display: block;
}
#home #col2 {
	width: 445px;
	min-height: 330px;
	float: right;
	display: block;
}
#home .minicol {
	width: 50%;
	float: left;
}
	#flashContent {
		margin-bottom: 10px;
		width: 445px;
		height: 296px;
		border: 1px solid #ccc;
		float: left;
	}
	.newsletter a, .loan a {
		margin-bottom: 20px;
		width: 200px;
		height: 50px;
		text-align: center;
		background: #c2D5EC;
		border: 1px solid #95C3DD;
		display: block;
		font: 16px Georgia, "Times New Roman", Times, serif;
		color: #003366;
		text-decoration: none;
		float: left;
	}
	.images-on .newsletter a {
		background: url(../images/newsletter.jpg);
		text-indent: -1000px;
		overflow: hidden;
	}
	.atm a {
		width: 200px;
		height: 50px;
		text-align: center;
		background: #c2D5EC;
		border: 1px solid #95C3DD;
		display: block;
		font: 16px Georgia, "Times New Roman", Times, serif;
		color: #003366;
		text-decoration: none;
	}
	.images-on .atm a {
		background: url(../images/atm.jpg);
		text-indent: -1000px;
		overflow: hidden;
}
	.loan a {
		width: 200px;
		height: 50px;
		text-align: center;
		background: #c2D5EC;
		border: 1px solid #8F9FD0;
		display: block;
		font: 16px Georgia, "Times New Roman", Times, serif;
		color: #003366;
		text-decoration: none;
	}
	.images-on .loan a {
		background: url(../images/loan.png);
		text-indent: -1000px;
		overflow: hidden;
}

#news {
	width: 580px;
	float: left;
	display: block;
}
#sidebar {
	padding: 10px;
	width: 290px;
	background: #f4f4f4;
	border: 1px solid #DFDFDF;
	float: right;
}
	p.intro {
		margin-bottom: 30px;
	}
#newsletter form {
	padding: 5px;
}
#newsletter form h3 {
	font-size: 18px;
}
#newsletter input[type="text"] {
	margin-left: 0px;
}
#newsletter label .small{
	font-size: 10px;
}
/*-----------------------------------------------------------------------------------
RATES ELEMENTS 
-----------------------------------------------------------------------------------*/
table {
	margin-bottom: 20px;
	width: 100%;
	border-top: 1px solid #97C3DE;
	border-right: 1px solid #97C3DE;
	border-collapse: collapse;
}
table.codes th {
	width: 50%;
}
th {
	font-weight: normal;
	text-align: left;
	background: #EFF6FF;
}
	th.title {
		padding-left: 10px;
		background: #1F5B80;
		font: 20px Georgia, "Times New Roman", Times, serif;
		color: #fff;
		
	}
th, td {
	padding: 5px;
	font-size: 12px;
	border-bottom: 1px solid #97C3DE;
	border-left: 1px solid #97C3DE;
}
.terms {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

/*-----------------------------------------------------------------------------------
SERVICES ELEMENTS 
-----------------------------------------------------------------------------------*/
#menu {
	width: 230px;
	float: left;
	z-index: 1;
}
#menu ul ul {
	margin-left: 10px;
}
#mainContent {
	width: 660px;
	float: right;
}

.sub{
	margin-left: 30px;
}
/*-----------------------------------------------------------------------------------
CONTACT ELEMENTS 
-----------------------------------------------------------------------------------*/
iframe {
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
}
small {
	font-size: 10px;
}
#col1 {
	width: 450px;
	float: left;
}
#col2 {
	width: 420px;
	float: right;	
}

/*-----------------------------------------------------------------------------------
FORM ELEMENTS 
-----------------------------------------------------------------------------------*/
form {
	padding: 0px 20px 20px 20px;
	font-size: 12px;
	background: #EFF3FF;
	border: 1px solid #95C3DD;
}
form br {
	clear: left;
}
label {
	margin-bottom: 10px;
	width: 150px;
	display: block;
	float: left;
}
textarea {
	margin-bottom: 10px;
	padding: 2px;
	width: 370px;
	height: 200px;
	font: 12px Arial, Helvetica, sans-serif;
	border: 1px solid #ccc;
}
input[type="text"] {
	margin: 0px 0px 10px 20px;
	padding: 2px;
	width: 200px;
	border: 1px solid #ccc;
}
/*-----------------------------------------------------------------------------------
EXTERNAL SITE ELEMENTS 
-----------------------------------------------------------------------------------*/
#content .back a {
	padding-left: 75px;
	width: 135px;
	height: 60px;
	font: 20px/60px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	background: url(../images/back.jpg) top left no-repeat;
	display: block;
	float: left;
}
#content .continue a {
	margin-left: 75px;
	padding-right: 75px;
	width: 135px;
	height: 60px;
	font: 20px/60px Georgia, "Times New Roman", Times, serif;
	text-align: right;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	background: url(../images/continue.jpg) top left no-repeat;
	display: block;
	float: left;
}
	#content .back a:hover, #content .continue a:hover {
		text-decoration: underline;
	}

/*-----------------------------------------------------------------------------------
MISC ELEMENTS 
-----------------------------------------------------------------------------------*/
ul.pdf {
	list-style-type: none;
}
ul.pdf li {
	list-style-image: url(../images/pdficon_small.gif);
}
a img.getadobe {
	margin-top: 20px;
	border: none;
}

#col2 a img {
	margin-bottom: 10px;
	border: none;
}
/*-----------------------------------------------------------------------------------
HOME PAGE TABLE STYLE
-----------------------------------------------------------------------------------*/
table.news {
	width: 100%;
	color: #212424;
	margin: 0 0 1em 0;	
	font: 80%/150% "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Helvetica, sans-serif;
}
table.news,table.news tr,table.news th,table.news td {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
table.news caption {
	width: 100%;
		font: 22px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	margin-top:50px;
 letter-spacing:.2em;
}
table.news caption:hover {
	background-position: 98% 100%;
}

/* HEADER */

/* BODY */

table.news tbody tr td {
	background: #DDF0BD url(bg_cell.gif) no-repeat top left;
}
table.news tbody tr.odd td {
	background-color: #D0EBA6;
}
table.news tbody tr td:hover, table.news tbody tr.odd td:hover {
	background: #c5e894;
}
table.news tbody tr th, table.news tbody tr td {
	padding: 0.1em 0.4em;
	border: 1px solid #a6ce39;
}
table.news tbody tr th {
	padding-right: 1em;
	text-align: right;
	font-weight: normal;
	background: #c5e894 url(bg_cell.gif) no-repeat top left;
	text-transform: uppercase;
}
table.news tbody tr th:hover {
	background: #D0EBA6;
}

/* LINKS */

table.news a {
	color: #854400;
	text-decoration: none;
}
table.news a:visited {
	text-decoration: line-through;
}
table.news a:hover {
	text-decoration: underline;
}

#outer1 {
position:relative;
top:0;
left:0;
height:0px;
width:0px;
}

#inner1 {
background: url(../images/bg_grad.png);
position:relative;
top:0;
left:-195px;
width:200px;
}

#outer2 {
position:relative;
top:0;
left:0;
height:0px;
width:0px;
}

#inner2 {
background: url(../images/bg_grad.png);
position:relative;
top:0;
left:950px;
width:200px;
}