/* *************************************************
Alliant Credit Union
Core stylesheet
by TeamIPC.com

v0.85 - 2008-02-27

************************************************* */


/* common styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	background-color: #f5f5f5;
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/body_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.72em;
	color: #666;
	font-weight: normal;
	line-height: 1.6;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 190%;
	color: #369;
	font-family: georgia, times, serif;
	margin: 0 0 19px 0;
	width: 700px;
	white-space: nowrap;
	width: 100%;
}
h2 {
	font-size: 125%;
	margin: 0 0 10px 0;
	padding: 0;
}
h3 {
	font-size: 125%;
	margin: 0;
	padding: 0;
}
h4 {
	font-size: 100%;
	margin: 0;
	padding:
}

a, a:link, a:active {
	color: #0066cc;
	text-decoration: underline;
}
a:visited {
	color: #778fa6;
	text-decoration: underline;
}
a:hover {
	color: #ec8000;
	text-decoration: underline;
}

.f_right { float: right; }
.f_left { float: left; }
.clear { clear: both; }
.f_none { float: none; }
.t_right { text-align: right; }
.t_left { text-align: left; }

/* header styles */
#header {
	clear:both;
/*	width:961px;*/
	width:961px;
	overflow:hidden;
	height: 107px;
	margin-bottom: 3px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	position: relative;
}
#logo {
	height: 74px;
	width: 240px;
}
#logo_print {
	height: 51px;
	width: 240px;
}

#sitesearch {
	float: right;
}

#searchbox {
	position: absolute;
	top: 15px;
	right: 20px;
	width: 50%;
	text-align: right;
}
#quicklinks {
	font-size: 80%;
	color: #ccc;
	margin-bottom: 10px;
}
#quicklinks a, #quicklinks a:active, #quicklinks a:visited {
	color: #ccc;
	text-decoration: none;
}
#quicklinks a:hover {
	color: #ccc;
	text-decoration: underline;
}
input#search {
	height: 17px;
	padding: 0;
	margin: 0 6px 3px 0;
}


/* Menu styles */

#navbar {
/*	width: 961px;*/
	width: 961px;
	height: 33px;
	margin: 0;
	padding: 0;
}
#navbar span {
	float: left;
}
#navbar span a {
	height: 33px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant_promos/images/promos_menu.png);
	background-repeat: no-repeat;
}
#navbar span.navbar1 a {
	background-position: 0px 0px;
	width: 88px;
}
#navbar span.navbar2 a {
	background-position: -88px 0px;
	width: 219px;
}
#navbar span.navbar3 a {
	background-position: -307px 0px;
	width: 111px;
}
#navbar span.navbar4 a {
	background-position: -418px 0px;
	width: 142px;
}
#navbar span.navbar5 a {
	background-position: -560px 0px;
	width: 144px;
}
#navbar span.navbar6 a {
	background-position: -704px 0px;
	width: 123px;
}
#navbar span.navbar7 a {
	background-position: -827px 0px;
	width: 134px;
}

/* Hover styles */

#navbar span.navbar1 a:hover {
	background-position: 0px -33px;
}
#navbar span.navbar2 a:hover {
	background-position: -88px -33px;
}
#navbar span.navbar3 a:hover {
	background-position: -307px -33px;
}
#navbar span.navbar4 a:hover {
	background-position: -418px -33px;
}
#navbar span.navbar5 a:hover {
	background-position: -560px -33px;
}
#navbar span.navbar6 a:hover {
	background-position: -704px -33px;
}
#navbar span.navbar7 a:hover {
	background-position: -827px -33px;
}

/* Active (press) styles */

#navbar span.navbar1 a:active {
	background-position: 0px -66px;
}
#navbar span.navbar2 a:active {
	background-position: -88px -66px;
}
#navbar span.navbar3 a:active {
	background-position: -307px -66px;
}
#navbar span.navbar4 a:active {
	background-position: -418px -66px;
}
#navbar span.navbar5 a:active {
	background-position: -560px -66px;
}
#navbar span.navbar6 a:active {
	background-position: -704px -66px;
}
#navbar span.navbar7 a:active {
	background-position: -827px -66px;
}

/* Selected styles */

#navbar span.navbar1 a.selected {
	background-position: 0px 0px;
}
#navbar span.navbar2 a.selected {
	background-position: -88px -99px;
}
#navbar span.navbar3 a.selected {
	background-position: -307px -99px;
}
#navbar span.navbar4 a.selected {
	background-position: -418px -99px;
}
#navbar span.navbar5 a.selected {
	background-position: -560px -99px;
}
#navbar span.navbar6 a.selected {
	background-position: -704px -99px;
}
#navbar span.navbar7 a.selected {
	background-position: -827px -99px;
}

/* Home page styles */
#navbar span.navbar1_home {
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant_promos/images/promos_menu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 33px;
	width: 88px;
	display: block;
	text-indent: -9999px;
}


/* common template styles */

/* column container */
.colmask {
	clear:both;
	margin-left: auto;
	margin-right: auto;
/*	width: 961px;*/				/* width of page */
	width: 961px;
	overflow:hidden;
	position:relative;
	margin-bottom: 30px;
}
#subnav {
	height: 34px;
	margin: 0 0 17px 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/subnav_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
}
#subnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#subnav li {
	display: inline;
	margin: 0;
	padding: 0;
}
#subnav li a {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #666;
	cursor: pointer;
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/subnav_tab_left.png);
	background-position: left 0px;
	background-repeat: no-repeat;
}
#subnav li a span {
	float: left;
	display: block;
	margin: 0 10px 0 0;
	padding: 12px 10px 6px 0;
	overflow: hidden;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/subnav_tab_right_bg.png);
	background-position: right 0px;
	background-repeat: no-repeat;
}
#subnav li.active a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/subnav_tab_left.png);
	background-position: left -44px;
	background-repeat: no-repeat;
}
#subnav li.active a span {
	color: #333;
}
#subnav li.active span {
	color: #333;
	text-decoration: none;
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/subnav_tab_right_bg.png);
	background-position: right -44px;
	background-repeat: no-repeat;
}
#subnav li a:hover, #subnav li a:visited {
	cursor: pointer;
	text-decoration: none;
}
#subnav li a:hover span {
	color: #06c;
	text-decoration: none;
}
#subnav li.active a:hover span {
	color: #06c;
	font-weight: bold;
	text-decoration: none;
}

/* rounded corner boxes for use on home page left column */
.col2 a, .col2 a:link,.col2 a:active {
	color: #666;
	text-decoration: underline;
}
.col2 a:visited {
	color: #666;
	text-decoration: underline;
}
.col2 a:hover {
	color: #666;
	text-decoration: none;
}
.col2 .box_bg {
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/leftcol_box_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	width: 200px;
	margin-bottom: 10px;
}
.col2 .box_top {
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/leftcol_box_top_bot.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 10px;
	width: 200px;
}
.col2 .box_top_first {
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/leftcol_box_top_bot_first.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 10px;
	width: 200px;
}
.col2 .box_bot {
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/leftcol_box_top_bot.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 10px;
	width: 200px;
}
.col2 .box_bg_or {
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/leftcol_box_bg_orange.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	width: 200px;
	margin-bottom: 10px;
}
.col2 .box_top_or {
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/leftcol_box_top_bot_orange.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 10px;
	width: 200px;
}
.col2 .box_bot_or {
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/leftcol_box_top_bot_orange.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 10px;
	width: 200px;
}
.col2 .box_bg_bl {
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/leftcol_box_bg_blue.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	width: 200px;
	margin-bottom: 10px;
}
.col2 .box_top_bl {
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/leftcol_box_top_bot_blue.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 10px;
	width: 200px;
}
.col2 .box_bot_bl {
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/leftcol_box_top_bot_blue.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 10px;
	width: 200px;
}
.col2 .box_bg h3 {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0;
	font-size: 100%;
	color: #369;
}
.col2 .box_bg p {
	margin-left: 30px;
	margin-right: 15px;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 85%;
	text-indent: -15px;
}
.col2 #locator {
	margin-left: 40px;
}
.col2 #locator p {
	margin: 0;
	font-size: 85%;
}
.col2 #locator form {
	margin: 0;
}
.col2 #locator label {
	font-size: 85%;
}
.col2 #locator input, .col2 #locator input {
	font-size: 100%;
}

/* boxes for use on home page main content area */
table#home_services {
	margin: 10px 0;
}
table#home_services td {
	background-color: #F1F2F6;
	text-align: left;
}
table#home_services div {
	padding: 8px 10px;
	min-height: 160px;
	border: 1px solid #ccc;
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/home_box_fade.png);
	background-position: top left;
	background-repeat: repeat-x;
}
table#home_services div.first {
	margin: 0 5px 0 0;
}
table#home_services div.middle {
	margin: 0 5px;
}
table#home_services div.last {
	margin: 0 0 0 5px;
}
table#home_services td h3 a, table#home_services td h3 a:visited, table#home_services td h3 a:hover {
	color: #369;
	text-decoration: none;
}
table#home_services td ul {
	padding-left: 30px;
}
table#home_services td ul li {
	color: #06c;
}
table#home_services td ul li a, table#home_services td ul li a:visited {
	color: #06c;
	text-decoration: none;
}
table#home_services td ul li a:hover {
	color: #06c;
	text-decoration: underline;
}
.home .box_bg table td {
	font-size: 85%;
}
.home .box_bg p {
	margin-left: 15px;
	text-indent: 0px;
}

/* tables for use on main section overview page */
table.overview td.cell1, table.overview td.cell2 {
/*	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/overview_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;*/
	border-bottom: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
}
table.overview td.cell3 {
/*	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/overview_bg.gif);
	background-position: -1px bottom;
	background-repeat: no-repeat;*/
	border-bottom: 1px dashed #ccc;
}
table.overview td.cell4, table.overview td.cell5 {
/*	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/overview_bg.gif);
	background-position: right -1px;
	background-repeat: no-repeat;*/
	border-right: 1px dashed #ccc;
}
table.overview td.cell1, table.overview td.cell4 {
	padding-right: 10px;
}
table.overview td.cell2, table.overview td.cell5 {
	padding-left: 10px;
	padding-right: 10px;
}
table.overview td.cell3, table.overview td.cell6 {
	padding-left: 10px;
}
table.overview td.cell1, table.overview td.cell2, table.overview td.cell3 {
	padding-bottom: 10px;
}
table.overview td.cell4, table.overview td.cell5, table.overview td.cell6 {
	padding-top: 10px;
}
table.overview h2, table.overview h2 a, table.overview h2 a:hover, table.overview h2 a:visited, table.overview h3, table.overview h3 a, table.overview h3 a:hover, table.overview h3 a:visited {
	color: #666;
	text-decoration: none;
}
table.overview ul {
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
	line-height: 1.8;
}
table.overview td.bullets ul {
	list-style-type: disc;
	margin: 0;
	padding-left: 20px;
	line-height: 1.8;
}
/*
table.overview a {
	color: #666;
	text-decoration: underline;
}
table.overview a:hover {
	color: #666;
	text-decoration: none;
}
*/

/* tables for use on second level overview page */
table.overview2 {
	background-color: #fff;
	border-top: 1px solid #D4D1D1;
	border-left: 1px solid #D4D1D1;
}
table.overview2 tr.header {
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/overview2_header.png);
	background-position: top left;
	background-repeat: repeat-x;
	font-weight: bold;
}
table.overview2 h2, table.overview2 h2 a, table.overview2 h2 a:hover {
	color: #06c;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
table.overview2 td {
	padding: 5px;
	border-bottom: 1px solid #D4D1D1;
	border-right: 1px solid #D4D1D1;
}
table.overview2 .products {
	white-space: nowrap;
}
table.overview2 .rates {
	white-space: nowrap;
	text-align: center;
}
table.overview2 .style1 {
	color: #666;
	font-weight: bold;
	font-size: 115%;
}
table.overview2 .style2 {
	color: #06c;
	font-weight: bold;
	font-size: 115%;
}
table.overview2 ul {
	margin: 0;
	padding: 0 0 0 20px;
}
table.overview2 a {
	color: #666;
	text-decoration: underline;
}
table.overview2 a:hover {
	color: #666;
	text-decoration: none;
}


/* rounded corner boxes for use in right column */
.col3 a, .col3 a:link,.col3 a:active {
	color: #666;
	text-decoration: underline;
}
.col3 a:hover {
	color: #666;
	text-decoration: none;
}
.col3 a:visited {
	color: #778fa6;
	text-decoration: underline;
}
.col3 .box_bg {
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/rightcol_box_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	width: 233px;
	margin-bottom: 10px;
}
.col3 .box_top {
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/rightcol_box_top_bot.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 10px;
	width: 233px;
}
.col3 .box_bot {
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/rightcol_box_top_bot.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 10px;
	width: 233px;
}
.col3 .box_bg h3 {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0;
	font-size: 100%;
	color: #369;
}
.col3 .box_bg p {
	margin-left: 30px;
	margin-right: 15px;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 85%;
	text-indent: -15px;
}
.col3 img {
	vertical-align: bottom;
}

/* 1 column full page settings */
.fullpage {
	margin-top: 13px;
}
.fullpage .col1 {
	margin: 20px 15px 0 0;
}
.fullpage #content {
	width: 961px;
	position:relative;
}
.fullpage #subnav {
/*	top: 65px;*/
	width: 961px; 
}

/* 2 column left menu settings */
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:200px;
	margin-top: 10px;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:200px;
	padding-bottom:1em;
}
.leftmenu .col1 {
	margin:10px 0px 0 236px;
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu #content {
	width: 460px; 
	float: left;
}
.leftmenu .col2 {
	float:left;
	width:200px;
	position:relative;
	right:200px;
	margin-top: 49px;
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/subnav_bg.png);
	background-position: 0px 16px;
	background-repeat: repeat-x;
}
.leftmenu .col3 {
	float:right;			/* This overrides the float:left above */
	width:233px;        	/* Width of right column content (right column width minus left and right padding) */
	position:relative;
/*	margin-top: 105px;*/
	margin: 0;
}
.leftmenu #subnav {
/*	top: 55px; */
	width: 725px;
}

/* 2 column right menu settings */
.rightmenu .colleft {
	float:left;
	width:200%;
	margin-left:0px;
	position:relative;
	right:100%;
	background: none;
	margin-top: 10px;
}
.rightmenu .col1wrap {
	float:left;
	width:50%;
	position:relative;
	left:50%;
	padding-bottom:1em;
}
.rightmenu .col1 {
	margin:20px 0px 0 0px;
	overflow:hidden;
}
.rightmenu #content {
	width: 692px; 
	float: left;
}
.rightmenu .col3 {
	float:right;
	width:233px;
	position:relative;
	left:0;
	margin-top: -47px;
	padding-left: 10px;
	background-color: #f5f5f5;
}
.rightmenu #subnav {
/*	top: 55px;*/
	width: 961px;
}

/* home page main content area - must stay below others */
.home #content {
	margin-top: 5px;
	width: 725px;
}
.home .col2 {
	margin-top: 15px;
}

/* used for left column template */

.leftmenu #content_wide {
	width: 725px; 
	float: left;
}

/* used for full width template */


/* Footer styles */
#sitemap {
	clear:both;
	width: 944px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/sitemap_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}
#sitemap_top {
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/sitemap_top_bot.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 10px;
	width: 944px;
}
#sitemap_bot {
	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/sitemap_top_bot.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 10px;
	width: 944px;
}
#sitemap_content {
	margin: 0 10px 10px 10px;
	padding: 0;
	font-size: 90%;
}
#sitemap_content a, #sitemap_content a:link, #sitemap_content a:active {
	color: #666;
	text-decoration: none;
}
#sitemap_content a:visited {
	color: #778fa6;
	text-decoration: none;
}
#sitemap_content a:hover {
	color: #06c;
	text-decoration: underline;
}
#sitemap_head a, #sitemap_head a:link, #sitemap_head a:active, #sitemap_head a:visited {
	color: #06c;
	font-weight: bold;
}
#sitemap_head a:hover {
	color: #ec8000;
	font-weight: bold;
}
#sitemap_content .breadcrumbs {
	margin: 0 0 8px 0;
	padding: 0;
}
#sitemap_content .breadcrumbs a, #sitemap_content .breadcrumbs a:link, #sitemap_content .breadcrumbs a:active {
	color: #666;
	text-decoration: underline;
}
#sitemap_content .breadcrumbs a:hover {
	color: #666;
	text-decoration: none;
}
#sitemap_content .breadcrumbs a:visited {
	color: #778fa6;
	text-decoration: underline;
}

#sitemap table.sitemaptable {
	border-top: 1px solid #dadada; padding-top: 10px;
}

#footer table.footertable {
	border-bottom: 1px solid #ccc; width: 100%; margin-bottom: 10px; padding-bottom: 5px;
}


#footer {
	clear:both;
	width: 100%;
/*	background-color: #F2EEDF; */
/*	background-color: #f1efe9;*/
	background-color: #e2e2e2;
/*	border-top: 1px solid #CFCAB5;*/
	border-top: 1px solid #ccc;
/*	background-image: url(http://www.alliantcreditunion.org/themes/site_themes/alliant1/images/footer_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
*/
	padding-bottom: 10px;
}
#footer_content {
	clear:both;
	width: 944px;
	padding:1em 0 2em 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
}
#footer_content .links {
	color: #666;
}
#footer_content a, #footer_content a:link, #footer_content a:active {
	color: #666;
	text-decoration: underline;
}
#footer_content a:visited {
	color: #666;
	text-decoration: underline;
}
#footer_content a:hover {
	color: #666;
	text-decoration: none;
}

/* begin accordion styles */
.col2 h3.menu_title {
	color: #666;
	font-weight: bold;
	font-size: 110%;
	margin: 20px 0 0 0;
	padding: 5px 5px;
/*	background-color: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
}
.col2 h3.menu_title a, .col2 h3.menu_title a:hover, .col2 h3.menu_title a:visited {
	color: #666;
	text-decoration: none;
	display: block;
}

#accordion h3 {
	color: #333;
	background-color: #f5f5f5;
	margin: 0;
	padding: 4px 5px;
	border-bottom: 1px solid #ccc;
	font-size: 100%;
	font-weight: normal;
	cursor: pointer;
}
#accordion div {
	display: none;
}
#accordion h3:hover {
	background-color: #eee;
}
#accordion h3 a {
	color: #333;
	margin: 0;
	padding: 0;
	text-decoration: none;
	display: block;
}
#accordion h3 a:hover {
	color: #000;
}
#accordion ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	color: #666;
	border-bottom: 1px solid #ccc;
}
#accordion ul li {
	margin: 10px 20px;
	padding: 0;
}

#accordion ul li a {
	margin: 0;
	padding: 0;
	color: #666;
	text-decoration: none;
	display: block;
}

#accordion ul li a:hover {
	margin: 0;
	padding: 0;
	color: #06c;
	text-decoration: none;
}

#accordion ul li a.active {
	margin: 0;
	padding: 0;
	color: #06c;
	font-weight: bold;
	text-decoration: none;
}


.float-right {
	padding:10px 20px;
	float:right;
}

blockquote {
	font-style: italic;
	padding:5px 0 5px 30px;
}
/* end accordion styles */

img, a img {
	border: none;
}



/* expand/collapse styles */

#ex1, #ex2 { margin-bottom: 12px;}
p.extoggle {margin: 4px 0;}


.featured {
font-size: 200%;
line-height: 75%;
color: #06c;
font-weight: bold;
}


.home .featured {
background:url(http://www.alliantcreditunion.org/images/global/HomeIRAR0308.png) no-repeat; 
width:350px; 
height:175px;
}
.home .featured a {
/*position: relative;
top: 85px;
left: 132px;*/
width:350px; 
height:175px;
color: #000;
text-decoration: none;
}
.home .featured a:hover, .home .featured a:hover span {
color: #000;
text-decoration: none;
}
.home .featured a span {
color: #000;
text-decoration: none;
font-size: 200%;
line-height:155%;
font-weight: bold;
position: relative;
top: 85px;
left: 0;
text-align: center;
padding: 90px 138px 20px 142px;
}

.smalltext {
font-size: 90%;
line-height: 1.2;
}

sup {
font-size: 80%;
}

#headerimage {
padding: 6px 0;
}

dl {
margin-top: 0;
}
dd {
margin-left: 0;
margin-top: 5px;
margin-bottom: 15px;
}
dd p {
margin: 0;
}

.news dl {
margin-top: 0;
}
.news dd {
margin-left: 0;
margin-top: 5px;
margin-bottom: 15px;
}
.news dd p {
margin: 0;
}
.news ul.archives {
list-style-type: none;
padding-left: 15px;
margin-top: 5px;
}
.news ul.archives ul {
list-style-type: disc;
margin-top: 0;
margin-bottom: 15px;
padding-left: 20px;
}
.forms_list dt {
	margin-left: 20px;
	text-indent: -20px;
}

.search, .search .col1 {
}
.search #content {
	width: 915px;
	padding-left: 20px;
	padding-right: 20px;
}


.printonly {
display: none;
}

/*
--------------------------- PRINT STYLE -----------------------
*/

@media print {
html, body {
width: 100%;
margin: 0;
padding: 0;
background-image: none;
background-color: #fff;
font-family: verdana, arial, helvetica, sans-serif;
color: #000;
overflow: visible;
}

#header {
height: 74px;
}

.colmask {
clear: both;
left: 0;
right: 0;
margin: 0;
padding: 0;
width: 100%;
background: none;
display: block;
position: static;
float: none;
overflow:visible;
}

.leftmenu .col1wrap, .rightmenu .col1wrap {
clear: both;
left: 0;
right: 0;
margin: 0;
padding: 0;
width: 100%;
background: none;
display: block;
position: static;
float: none;
/* need to adjust */
}

.leftmenu, .rightmenu, .fullpage, #footer {
background: none;
}

.rightmenu .colleft, .leftmenu .colright {
clear: both;
left: 0;
right: 0;
margin: 0;
padding: 0;
width: 100%;
background: none;
display: block;
position: static;
float: none;
}
.leftmenu .col1 {
margin:0;
width: 725px;
}

.col1 {
clear: both;
left: 0;
right: 0;
margin: 0;
padding: 0;
background: none;
display: block;
position: static;
float: none;
/* need to adjust */
}


.leftmenu #content {
width: 725px;
}

h1 {
color: #000;
margin: 0;
padding: 0;
}

.noprint {
display: none;
}

.printonly {
display: block;
}

form.Quiz {width:100%;}

}

/* DINNER AND A MOVIE - QUIZ PAGE */
.submitQuiz {background:url(http://www.alliantcreditunion.org/forms/img/Forms_Buttons_Submit_f5-2.jpg) no-repeat;border:0;width:110px;height:32px;cursor:pointer;}
li.contact_name label.error {width:300px;color:red;padding-top:7px;}
li.contact_email label.error {width:300px;color:red;padding-top:7px;}
li.contact_zip label.error {width:300px;color:red;padding-top:7px;}

ol.radio li {position:relative;vertical-align:bottom;}
ol.radio li label.error {color:red;position:absolute;left:0px;top:0;}
ol.radio li input.error {margin-top:30px;}
ol.radio li label {vertical-align:bottom;}

/* DINNER AND A MOVIE - SUBMISSION THANKS PAGE */
#thanks {width:545px;margin:0 auto;position:relative;}
#dinner {position:absolute;bottom:0;left:0;}
#movie {position:absolute;bottom:0;right:0;}