
/* General styles */
body {
	margin:0;
	padding:0;
	border:0;	
	width:100%;
	background:#fff;
	min-width:600px;
	font-size:1em;
	font-family:arial, sans-serif;
	background-image:url(/themes/mcu/i/bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	color:#444;
}
#container a {
	color:#444;
}
#container a:hover {
	text-decoration:none;
}

#container h1 {
	margin:5px 0 0 15px;
	float:left;
}
#container h2, #container h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
#container p {
	margin:.4em 0 .8em 0;
	padding:0;
}

#container .col1 ul li {
	line-height:1.4em;
}

#container .col1 table {
	border-collapse:collapse;
	margin:1em 0;
}
#container .col1 th {
	text-align:left;
	background-color:#eee;
}
#container .col1 td, #container .col1 th {
	padding:3px;
	border:#ccc solid 1px;
	vertical-align:top;
}

img {
	border:0;
}

#container {
	width:965px;
	margin:0 auto;
	position:relative;
}
#tag {
	display:none;
}

/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
	position:relative;
}

#top_nav {
	clear:left;
	float:left;
	height:43px;
	width:100%;
	background-image:url(/themes/mcu/i/navbg.png);
	background-repeat:no-repeat;
	margin-top:15px;
}
#top_nav ul {
	list-style:none;
	margin:0;
	padding:0;
	height:43px;
}
#top_nav ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#top_nav ul li a {
	display:block;
	float:left;
	margin:3px 0 0 0;
	padding:8px 12px 7px 12px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.4em;
	border-right:#458d47 solid 1px;
	border-left:#8fbc87 solid 1px;
	font-weight:bold;
}
#top_nav ul li:first-child a {
	border-left:none;
}
#top_nav ul li:last-child a {
	border-right:none;
}
#top_nav ul li a:hover, #top_nav ul li a.nav-path-selected {
	background:#2b802d;
}

#top_nav #search_form {
	position:absolute;
	right:10px;
	bottom:7px;
	height:26px;
}
#top_nav #search_form img {
	vertical-align:middle;
	cursor:pointer;
}

#promo_banner {
	position:absolute;
	left:240px;
	top:15px;
}

#right_top_box {
	width:212px;
	float:right;
	margin:12px 0 0 0;
}
#right_top_box p {
	margin:0;
}
#right_top_box .top_phone {
	font-size:1.5em;
	font-weight:bold;
	line-height:1em;
	margin-top:0.4em;
}
#right_top_box .top_email {
	font-size:0.9em;
	line-height:1em;
	margin:0.6em 0 0.8em 0;
}
#right_top_box .top_email a {
	text-decoration:none;
	color:#4b994d;
}
#right_top_box .top_more {
	font-size:0.75em;
	line-height:1em;
	margin:0.3em 0 0 0;
}
#right_top_box .top_more a {
	padding:2px 0 2px 20px;
	background-image:url(/themes/mcu/i/arrow.png);
	background-repeat:no-repeat;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}

#home_feature {
	background-image:url(/themes/mcu/i/home-feature-bg.png);
	background-repeat:no-repeat;
	width:734px;
	height:193px;
	padding:12px 0 0 13px;
}

.third_col {
	width:210px;
	float:left;
	margin-left:28px;
}
.third_col h2 {
	font-size:1.2em;
}
#container .col1 .third_col ul {
	list-style:none outside none;
	margin:0;
	padding:0;
}
.third_col ul li {
	line-height:1.4em;
}
#container .third_col ul li a {
	color:#4b994d;
	text-decoration:none;
	font-size:1em;
	font-weight:bold;
}

#breadcrumbs {
	margin:1em 0;
}
#breadcrumbs a {
	color:#4b994d;
	text-decoration:none;
}

/* 2 Column (right menu) settings */
.rightmenu {
	
}
.rightmenu .colleft {
	right:25%;			/* right column width */
}
.rightmenu .col1 {
	width:71%;			/* left column content width (left column width minus left and right padding) */
	left:25%;			/* (right column width) plus (left column left padding) */
	background-image:url(/themes/mcu/i/centrecolbglg.png);
	background-repeat:no-repeat;
	padding:10px 30px;
	font-size:0.8em;
	min-height:350px;
}
.default .rightmenu .col1 {
	width:77%;
	padding:0;
	background-image:none;
}
.rightmenu img.ccm-image-block {
	margin-left:-20px;
}
.default .rightmenu img.ccm-image-block {
	margin-left:0;
}
.rightmenu .col2 {
	width:216px;			/* right column content width (right column width minus left and right padding) */
	left:244px;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

/* 3 Column settings */
.threecol {
	
}
.threecol .colmid {
	right:25%;			/* width of the right column */
}
.threecol .colleft {
	right:50%;			/* width of the middle column */
}
.threecol .col1 {
	width:500px;			/* width of center column content */
	left:905px;
	background-image:url(/themes/mcu/i/centrecolbg.png);
	background-repeat:no-repeat;
	padding:10px 32px;
	font-size:0.8em;
	min-height:350px;
}

.threecol .col2 {
	width:190px;			/* Width of left column content */
	left:160px;
}
.threecol .col3 {
	width:211px;			/* Width of right column content */
	left:714px;
}

.threecol .col1 img.ccm-image-block {
	margin-left:-20px;
}

/* side nav */

.threecol .col2 ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#container .threecol .col2 ul li a {
	color:#4b994d;
}
#container .threecol .col2 ul li a:link, .threecol .col2 ul li a:visited {
	text-decoration:none;
	font-size:1em;
	padding:0.7em 0 0.7em 1em;
	display:block;
	font-weight:bold;
}
#container .threecol .col2 ul li a:hover {
	text-decoration:underline;
}
.threecol .col2 ul li a.nav-selected {
	background-image:url(/themes/mcu/i/sidenavbg.png);
	background-repeat:no-repeat;
}
#container .threecol .col2 ul li a:hover.nav-selected {
	text-decoration:none;
}

#container .threecol .col2 ul ul li a:link, .threecol .col2 ul ul li a:visited {
	font-weight:normal;
	font-size:0.8em;
	border-bottom:#fff solid 1px;
	padding:0.9em 0 0.9em 1.2em;
}
#container .threecol .col2 ul ul li:last-child a:link, .threecol .col2 ul ul li:last-child a:visited {
	border-bottom:#cfe5c6 solid 1px;
}

#container .threecol .col2 h2 {
	font-size:1.2em;
	padding-left:1em;
}

#utilities form {
	background-repeat:no-repeat;
	width:214px;
	padding:1px 15px;
	margin:3px 0 0 0;
	height:200px;
}
#utilities form#apply_widget {
	background-image:url(/themes/mcu/i/widget-bg.png);
	color:#fff;
}
#utilities form#loan_calc {
	background-image:url(/themes/mcu/i/widget-bg-lite.png);
	color:#555;
}

#utilities form#apply_widget h3, #utilities form#loan_calc h3 {
	font-size:1.3em;
	margin:0.7em 0 0;
}
#utilities form#apply_widget select, #utilities form#loan_calc select {
	width:160px;
}
#utilities form#apply_widget .submit, #utilities form#loan_calc .submit, form#apply_form .submit {
	cursor:pointer;
	width:126px;
	height:35px;
	background-repeat:no-repeat;
	border:none;
	text-indent:-5000px;
	outline:none;
	background-color:transparent;
	margin:1em 0 0 0;
}
#utilities form#apply_widget .submit, #utilities form#loan_calc .submit {
	background-image:url(/themes/mcu/i/continue.png);
}
form#apply_form .submit {
	background-image:url(/themes/mcu/i/send.png);
}
#utilities form#apply_widget label, #utilities form#loan_calc label  {
	display:block;
	font-size:0.8em;
	margin:0.7em 0 0;
}


/* Footer styles */

#foot_promo {
	clear:both;
	width:100%;
	margin:10px 0 0 0;
}
#foot_promo .foot_promo_col {
	float:left;
	width:300px;
	height:95px;
	margin:0 18px 0 0;
	padding:;
	text-align:center;
}
#foot_promo .foot_promo_col a {
	margin:0;
}
#foot_promo .foot_promo_col:last-child {
	margin:0;
}

#foot_map {
	clear:both;
	float:left;
	width:100%;
	margin:10px 0 0 10px;
	text-align:left;
}
#foot_map .foot_map_col {
	float:left;
	width:190px;
	text-align:left;
}
#foot_map .foot_map_col h3 {
	font-size:1.4em;
	color:#666;
}
#foot_map .foot_map_col ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

/* footer sub navigation format */
/*
#foot_map .foot_map_col ul {
	font-weight:bold;
}
#foot_map .foot_map_col ul ul {
	font-weight:normal;
	margin-left:0.5em;
	display:none;
}
*/
#foot_map .foot_map_col ul ul {
	display:none;
}
/* */

#foot_map .foot_map_col a {
	margin:0;
	font-size:0.7em;
	text-decoration:none;
	color:#4b994d;
}
#foot_map .foot_map_col:last-child {
	margin:0;
}

#footer {
	clear:both;
	float:left;
	width:100%;
	background-color:#444;
	color:#fff;
	border-top:#fff solid 10px;
	position:relative;
}
#footer p {
	padding:10px;
	margin:0;
	font-size:0.7em;
	width:965px;
	margin:0 auto;
	text-align:center;
}

#login {
	position:absolute;
	left:0;
	bottom:0;
}
#login a {
	color:#444;
}

#apply_now {
	position:absolute;
	right:25px;
	top:20px;
}

#quicklinks_sidebar {
	width:194px;
	background-image:url(/themes/mcu/i/widget-bg-lite.png);
	height:180px;
	padding:10px;
}
#quicklinks_sidebar h3 {
	margin:0;
}
#quicklinks_sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0 10px;
}
#quicklinks_sidebar ul li a {
	font-size:0.8em;
}

.portrait img {
	float:left;
	margin-right:10px;
	padding:5px;
	border:#ccc solid 1px;
}

.ccm-form {
	clear:left;
}

#tag {
	display:none;
}
