/* *************************************************
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: #fff;
/*	background-image: url(/themes/site_themes/alliant_bs/images/body_bg.jpg);
	background-position: 0px -50px;
	background-repeat: repeat-x;*/
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	font-weight: normal;
	line-height: 1.6;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 190%;
	color: #333;
	font-family: arial, verdana, helvetica, sans-serif;
	margin: 0 0 19px 0;
	width: 582px;
/*	white-space: nowrap;*/
	width: 100%;

        font-family: 'times new roman', georgia, times, serif;
        font-weight: normal;
}
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:810px;
	overflow:hidden;
	height: 110px;
	margin: 30px auto 0 auto;
	padding: 0;
	position: relative;
}
#logo {
	height: 39px;
	width: 805px;
	margin-bottom: 30px;
	position: relative;
}
#logo_print {
	height: 51px;
	width: 240px;
}
#phone {
	text-align: right;
	position: absolute;
	top: 4px;
	right: 0;
	font-size: 150%;
	color: #666;
}

/* Menu 1 styles */

/*
#navbar {
	width: 789px;
	height: 40px;
	margin: 0;
	padding: 0;
}
.header_home #navbar, .header_home #navbar span a, .header_home #navbar span.navbar1_home {
	height: 37px;
}
#navbar span {
	float: left;
}
#navbar span a {
	height: 40px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(/themes/site_themes/alliant_bs/images/hr_menu.png);
	background-repeat: no-repeat;
}
#navbar span.navbar1 a {
	background-position: 0px 0px;
	width: 47px;
}
#navbar span.navbar2 a {
	background-position: -47px 0px;
	width: 101px;
}
#navbar span.navbar3 a {
	background-position: -148px 0px;
	width: 169px;
}
#navbar span.navbar4 a {
	background-position: -317px 0px;
	width: 192px;
}
#navbar span.navbar5 a {
	background-position: -509px 0px;
	width: 101px;
}
#navbar span.navbar6 a {
	background-position: -610px 0px;
	width: 118px;
}
#navbar span.navbar7 a {
	background-position: -728px 0px;
	width: 61px;
}
*/
/* Hover styles */
/*
#navbar span.navbar1 a:hover {
	background-position: 0px -40px;
}
#navbar span.navbar2 a:hover {
	background-position: -47px -40px;
}
#navbar span.navbar3 a:hover {
	background-position: -148px -40px;
}
#navbar span.navbar4 a:hover {
	background-position: -317px -40px;
}
#navbar span.navbar5 a:hover {
	background-position: -509px -40px;
}
#navbar span.navbar6 a:hover {
	background-position: -610px -40px;
}
#navbar span.navbar7 a:hover {
	background-position: -728px -40px;
}
*/
/* Active (press) styles */
/*
#navbar span.navbar1 a:active {
	background-position: 0px -80px;
}
#navbar span.navbar2 a:active {
	background-position: -47px -80px;
}
#navbar span.navbar3 a:active {
	background-position: -148px -80px;
}
#navbar span.navbar4 a:active {
	background-position: -317px -80px;
}
#navbar span.navbar5 a:active {
	background-position: -509px -80px;
}
#navbar span.navbar6 a:active {
	background-position: -610px -80px;
}
#navbar span.navbar7 a:active {
	background-position: -728px -80px;
}
*/
/* Selected styles */
/*
#navbar span.navbar1 a.selected {
	background-position: 0px 0px;
}
#navbar span.navbar2 a.selected {
	background-position: -47px -80px;
}
#navbar span.navbar3 a.selected {
	background-position: -148px -80px;
}
#navbar span.navbar4 a.selected {
	background-position: -317px -80px;
}
#navbar span.navbar5 a.selected {
	background-position: -509px -80px;
}
#navbar span.navbar6 a.selected {
	background-position: -610px -80px;
}
#navbar span.navbar7 a.selected {
	background-position: -728px -80px;
}
*/


/* Menu 2 styles - wide */

/*
#navbar {
	width: 810px;
	height: 40px;
	margin: 0;
	padding: 0;
}
.header_home #navbar, .header_home #navbar span a, .header_home #navbar span.navbar1_home {
	height: 37px;
}
#navbar span {
	float: left;
}
#navbar span a {
	height: 40px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(/themes/site_themes/alliant_bs/images/hr_menu2.png);
	background-repeat: no-repeat;
}
#navbar span.navbar1 a {
	background-position: 0px 0px;
	width: 52px;
}
#navbar span.navbar2 a {
	background-position: -52px 0px;
	width: 109px;
}
#navbar span.navbar3 a {
	background-position: -161px 0px;
	width: 168px;
}
#navbar span.navbar4 a {
	background-position: -329px 0px;
	width: 194px;
}
#navbar span.navbar5 a {
	background-position: -523px 0px;
	width: 99px;
}
#navbar span.navbar6 a {
	background-position: -622px 0px;
	width: 108px;
}
#navbar span.navbar7 a {
	background-position: -730px 0px;
	width: 80px;
}
*/
/* Hover styles */
/*
#navbar span.navbar1 a:hover {
	background-position: 0px -40px;
}
#navbar span.navbar2 a:hover {
	background-position: -52px -40px;
}
#navbar span.navbar3 a:hover {
	background-position: -161px -40px;
}
#navbar span.navbar4 a:hover {
	background-position: -329px -40px;
}
#navbar span.navbar5 a:hover {
	background-position: -523px -40px;
}
#navbar span.navbar6 a:hover {
	background-position: -622px -40px;
}
#navbar span.navbar7 a:hover {
	background-position: -730px -40px;
}
*/
/* Active (press) styles */
/*
#navbar span.navbar1 a:active {
	background-position: 0px -80px;
}
#navbar span.navbar2 a:active {
	background-position: -52px -80px;
}
#navbar span.navbar3 a:active {
	background-position: -161px -80px;
}
#navbar span.navbar4 a:active {
	background-position: -329px -80px;
}
#navbar span.navbar5 a:active {
	background-position: -523px -80px;
}
#navbar span.navbar6 a:active {
	background-position: -622px -80px;
}
#navbar span.navbar7 a:active {
	background-position: -730px -80px;
}
*/
/* Selected styles */
/*
#navbar span.navbar1 a.selected {
	background-position: 0px 0px;
}
#navbar span.navbar2 a.selected {
	background-position: -52px -80px;
}
#navbar span.navbar3 a.selected {
	background-position: -161px -80px;
}
#navbar span.navbar4 a.selected {
	background-position: -329px -80px;
}
#navbar span.navbar5 a.selected {
	background-position: -523px -80px;
}
#navbar span.navbar6 a.selected {
	background-position: -622px -80px;
}
#navbar span.navbar7 a.selected {
	background-position: -730px -80px;
}
*/

/* Menu 3 styles - wide */

#navbar {
	width: 810px;
	height: 40px;
	margin: 0;
	padding: 0;
}
.header_home #navbar, .header_home #navbar span a, .header_home #navbar span.navbar1_home {
	height: 37px;
}
#navbar span {
	float: left;
}
#navbar span a {
	height: 40px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	background-image: url(/themes/site_themes/alliant_bs/images/hr_menu3.png);
	background-repeat: no-repeat;
}
#navbar span.navbar1 a {
	background-position: 0px 0px;
	width: 49px;
}
#navbar span.navbar2 a {
	background-position: -49px 0px;
	width: 102px;
}
#navbar span.navbar3 a {
	background-position: -151px 0px;
	width: 186px;
}
#navbar span.navbar4 a {
	background-position: -337px 0px;
	width: 161px;
}
#navbar span.navbar5 a {
	background-position: -498px 0px;
	width: 94px;
}
#navbar span.navbar6 a {
	background-position: -592px 0px;
	width: 136px;
}
#navbar span.navbar7 a {
	background-position: -728px 0px;
	width: 82px;
}

/* Hover styles */

#navbar span.navbar1 a:hover {
	background-position: 0px -40px;
}
#navbar span.navbar2 a:hover {
	background-position: -49px -40px;
}
#navbar span.navbar3 a:hover {
	background-position: -151px -40px;
}
#navbar span.navbar4 a:hover {
	background-position: -337px -40px;
}
#navbar span.navbar5 a:hover {
	background-position: -498px -40px;
}
#navbar span.navbar6 a:hover {
	background-position: -592px -40px;
}
#navbar span.navbar7 a:hover {
	background-position: -728px -40px;
}

/* Active (press) styles */

#navbar span.navbar1 a:active {
	background-position: 0px -80px;
}
#navbar span.navbar2 a:active {
	background-position: -49px -80px;
}
#navbar span.navbar3 a:active {
	background-position: -151px -80px;
}
#navbar span.navbar4 a:active {
	background-position: -337px -80px;
}
#navbar span.navbar5 a:active {
	background-position: -498px -80px;
}
#navbar span.navbar6 a:active {
	background-position: -592px -80px;
}
#navbar span.navbar7 a:active {
	background-position: -728px -80px;
}

/* Selected styles */

#navbar span.navbar1 a.selected {
	background-position: 0px 0px;
}
#navbar span.navbar2 a.selected {
	background-position: -49px -80px;
}
#navbar span.navbar3 a.selected {
	background-position: -151px -80px;
}
#navbar span.navbar4 a.selected {
	background-position: -337px -80px;
}
#navbar span.navbar5 a.selected {
	background-position: -498px -80px;
}
#navbar span.navbar6 a.selected {
	background-position: -592px -80px;
}
#navbar span.navbar7 a.selected {
	background-position: -728px -80px;
}


/* Home page styles */
#navbar span.navbar1_home {
	background-image: url(/themes/site_themes/alliant_bs/images/hr_menu3.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 40px;
	width: 49px;
	display: block;
	text-indent: -9999px;
}


/* common template styles */

/* column container */
.colmask {
	clear:both;
	margin-left: auto;
	margin-right: auto;
	width: 810px;				/* width of page */
	overflow:hidden;
	position:relative;
	margin-top: 0px;
	margin-bottom: 30px;
}
/*
#subnav {
	height: 34px;
	margin: 0 0 17px 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	background-image: url(/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(/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(/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(/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(/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(/themes/site_themes/alliant_bs/images/leftcol_box_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	width: 206px;
	margin-bottom: 10px;
}
.col2 .box_top {
	background-image: url(/themes/site_themes/alliant_bs/images/leftcol_box_top.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 10px;
	width: 206px;
}
.col2 .box_top_first {
	background-image: url(/themes/site_themes/alliant_bs/images/leftcol_box_top_first.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 10px;
	width: 206px;
}
.col2 .box_bot {
	background-image: url(/themes/site_themes/alliant_bs/images/leftcol_box_bot.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 10px;
	width: 206px;
}
.col2 .box_bg_yel {
	background-image: url(/themes/site_themes/alliant_bs/images/leftcol_box_bg_yel.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 210px;
	margin-bottom: 10px;
}
.col2 .box_top_yel {
	background-image: url(/themes/site_themes/alliant_bs/images/leftcol_box_top_yel.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 10px;
	width: 210px;
}
.col2 .box_top_yel_first {
	background-image: url(/themes/site_themes/alliant_bs/images/leftcol_box_top_yel_first.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 10px;
	width: 210px;
}
.col2 .box_bot_yel {
	background-image: url(/themes/site_themes/alliant_bs/images/leftcol_box_bot_yel.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 20px;
	width: 210px;
}
.col2 .box_bg h3 {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0;
	font-size: 150%;
	color: #369;
}
.col2 .box_bg p, .col2 .box_bg_yel p {
/*	margin-left: 30px;*/
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 95%;
/*	text-indent: -15px;*/
}
.col2 .box_bg .phone, .col2 .box_bg_yel .phone {
	font-size: 150%;
	color: #666;
}

.col2 .box_bg ul, .col2 .box_bg_yel ul {
	margin-right: 10px;
	font-size: 95%;
}
.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_promos {
	color: #666;
}
table#home_promos .main_promo {
	padding: 20px 0 0 20px; 
	width: 420px;
}
table#home_promos .sub_promo {
	margin: 0; 
	padding: 5px 0 0 20px; 
	width: 220px; 
	min-height: 75px;
}
table#home_promos .main_promo_ttl {
	margin: 0 20px 10px 0;
	font-weight: bold;
	font-size: 280%;
	line-height: 1.2;
	text-align: center;
    color: #336699;
        font-family: 'times new roman', georgia, times, serif;
}
table#home_promos .sub_promo_ttl {
	margin: 0; 
	font-weight: bold; 
	font-size: 160%;
	line-height: 1.2;
}
table#home_promos .sub_promo_ttl a {
	color: #336699;
	text-decoration: none;
}
table#home_promos td ul {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	font-size: 95%;
}
table#home_promos td ul li {
	padding-bottom: 8px;
	line-height: 1.0;
}

.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(/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(/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(/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(/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(/themes/site_themes/alliant_bs/images/leftcol_box_bg_yel.gif);
	background-position: top left;
	background-repeat: repeat-y;
	width: 210px;
	margin-bottom: 10px;
}
.col3 .box_top {
	background-image: url(/themes/site_themes/alliant_bs/images/leftcol_box_top_yel.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 10px;
	width: 210px;
}
.col3 .box_bot {
	background-image: url(/themes/site_themes/alliant_bs/images/leftcol_box_top_yel.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 10px;
	width: 210px;
}
.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 0 0 0;
}
.fullpage.home {
	margin-top: 3px; /* space between menu and banner */
}
.fullpage.home .col1 {
	margin: 0;
}
.fullpage #content {
	width: 810px; 
}
.fullpage #subnav {
/*	top: 65px;*/
	width: 810px; 
}

/* 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 240px;  /* sets the position of the right column */
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu #content {
	width: 460px; 
	float: left;
}
.leftmenu .col2 {
	float:left;
	width:210px;
	position:relative;
	right:200px; /* sets the position of the right column */
	margin-top: 10px;
/*	background-image: url(/themes/site_themes/alliant1/images/subnav_bg.png);
	background-position: 0px 16px;
	background-repeat: repeat-x;
*/
}
.leftmenu .col3 {
	float:left;			/* This overrides the float:left above */
	width:210px;        	/* 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: 553px;
}

/* 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: 520px; 
	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: 810px;
}

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

/* used for left column template */

.leftmenu #content_wide {
	width: 553px; 
	float: left;
	min-height: 400px;
}

/* 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(/themes/site_themes/alliant1/images/sitemap_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;*/
}
#sitemap_top {
/*
	background-image: url(/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(/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 {
display: none;
	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(/themes/site_themes/alliant1/images/footer_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
*/
	padding-bottom: 10px;
}
#footer_content {
	clear:both;
	width: 810px;
	padding:1em 0 2em 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 90%;
	color: #999;
}
#footer_content p {
	margin: 0;
}
#footer_content .links {
	color: #999;
}
#footer_content a, #footer_content a:link, #footer_content a:active {
	color: #999;
	text-decoration: underline;
}
#footer_content a:visited {
	color: #999;
	text-decoration: underline;
}
#footer_content a:hover {
	color: #999;
	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: #eaeaea;
	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(/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;
}

.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: 810px;
	padding-left: 20px;
	padding-right: 20px;
}


#advantage_employers {
	background-color: #1D8AD3;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 4px 0;
}
#advantage_employees {
	background-color: #0D346A;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 4px 0;
}
#advantage_employers2 {
	color: #1D8AD3;
}
#advantage_employees2 {
	color: #0D346A;
}
#advantage_employers2 ul, #advantage_employees2 ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
}
#advantage_employers2 ul li, #advantage_employees2 ul li {
	line-height: 1.5;
	margin-bottom: 6px;
}
ul#about_alliant {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
}

fieldset {
  padding: 1em;
  border: 0px solid #eaeaea;
  }
label {
  float:left;
  width:30%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }
legend {
/*
  padding: 0.2em 0.5em;
  border:1px solid #06c;
*/
  color:#06c;
  font-size:90%;
  text-align:right;
  }
  
/* FOR HR CONTACT US & EMAIL TO A FRIEND  */
  label.error {float:none;color:red;margin-left:5px;}

.printonly {
display: none;
}

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

@media print {
html, body {
width: 100%;
margin: 0;
padding: 0;
background-image: none;
background-color: #fff;
font-family: arial, verdana, 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: 553px;
}

.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: 553px;
}

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

.noprint {
display: none;
}

.printonly {
display: block;
}

}

p .play {float:right;}