/* Alliant Energy corporate site stylesheet */
/* GENERAL */
body {
	margin: 10px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#wrapper {
	margin: 0px auto 10px;
	width: 770px;
	/* width: 760px;*/
}
#content_wrapper {

} 
#bodycontent_wrapper 
{
	padding: 7px 0px;
}
#bodycontent_background {
	background-image: url(images/bodycontent_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;
}
#bodycontent_land {
	background-image: url(images/rightcolumn_bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#one_col_center {
	margin: 0px;
	padding: 10px;
	width: 740px;
    font-size: 85%;
}
#two_col_left {
	float: left;
	margin-right: 10px;
	width: 167px;
	padding: 25px 0px 10px 10px;
}
#two_col_center {
	float: left;
	margin: 0px;
	padding: 10px;
	width: 563px;
	/* width: 553px;*/
	font-size: 85%; 
}
#three_col_left {
	float: left;
	margin-right: 10px;
	width: 177px;
}
#three_col_center {
	float: left;
	margin-right: 10px;
	width: 396px;
	/* width: 386px*/;
	background-color: transparent !important;
    /* font-size: 85%; */
}
#three_col_center p {
    font-size: 85%;
}

#three_col_right {
	float: left;
	width: 177px;
}

h1, .Heading1 { 
	margin: 10px 0px 0px;
	font-size: 150%;
	color: #003E7E;
	border-bottom: 1px solid #003E7E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
}
h2, .Heading2 {
	margin: 0px 0px 10px 0px;
	font-size: 150%;
	color: #CC9900;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3, .Heading3 {
	margin: 10px 0px;
	font-size: 125%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h4, .Heading4 {
	margin: 10px 0px;
	font-size: 100%;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h5, .Heading5 {
	margin: 10px 0px;
	font-size: 100%;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}
.Rule {
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CC9900;
	border-width: 1px;
	text-align: left;
	display: block;
}
.Caption {
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
	padding-right: 10px;
	padding-left: 10px;
}
.Image, p.Image {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 75%;
}
.leftimage {
	float: left;
	width: 176px;
	overflow: hidden;
}
a:link {
	color: #003E7E;
	text-decoration: underline;
}
a:active {
	color: #003E7E;
	text-decoration: underline;
} 
a:visited {
	color: #003E7E;
	text-decoration: underline;
}  
a:hover {
	color: #003E7E;
	text-decoration: underline;
}
.clearer {
	clear: both;
        height:1px;
        font-size:0;
}

/* HEADER */
#header {
	
}
#header_banner {
	display: block;
	background-color: #003E7E;
	padding: 13px;
}
#header_banner_print {
	# display: block;
	# margin: 0px 0px 0px 10px;
	
}
#header_searchbox {
	white-space: nowrap;
	background-color: transparent;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	top: 35px;
	padding-right: 15px;
	width: 745px;
}
#header_searchbox form {
	white-space: nowrap;
	margin: 0px;
}
/* The formbutton and textfield classes apply to the Site Search and Your Account Log In form */
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	border: 1px solid #999999;
	font-size: 80%;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 90%;
}

#yourid:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
}

/* NAVIGATION */ 
/* toplevel navigation menu classes are in another stylesheet */
#nav_toplevel {
	display: block;
	background-color: #003E7E;
	border-top:1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
}
.contact_us {
	border: none !important;
}

/* Left side navigation */
/*Control DIV for expand all and collapse all links*/
#nav_leftside_ctrl {
	margin: 0px;
	font-size: 90%;
	display: none;
	display: block;
}
/*Sets line-height of all top-level menuitems*/
#nav_leftside div {
	line-height: 1.1em;
}
/*Sets line-height of all other menuitems*/
#nav_leftside div div {
	line-height: 0.9em;
}
/*Sets background color and border around the menu DIV*/
#nav_leftside {
	background-color: transparent !important;
	border: 2px none #f9f9f9;
}
/*Sets a bottom margin for each top-level link*/
#nav_leftside div {
	margin: 0 0 .3em 0;
}
/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to .8em establishing a fluid cascading indent*/
#nav_leftside div div {
	margin: 0 0 0 0.8em;
}
/*The Link style for top-level menuitems and is read by all browsers*/
#nav_leftside div a {
	color: #FF9900;
	/*font-size: 0.9em;*/
	font-size: 90%;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#nav_leftside div a {
	color: #224C9A;
	padding: 0 0 0 0;
	display: block;
	text-decoration: none;
	border: 1px solid #F9F9F9;
	font-weight: bold;
}
#nav_leftside div a:visited {
	color: #224C9A;
}
#nav_leftside div a:hover {
	color: #234D99;
	background-color: #FFFF99;
	border: 1px solid #666666;
}
/*The Link and visited styles combined for second-level menuitems*/
#nav_leftside div div a, 
#nav_leftside div div a:visited {
	font-size: 75%;
	color: #666666;
	padding: 0px 10px 0px 0px;
	border: 1px solid #F9F9F9;
	font-weight: normal;
}
#nav_leftside div div a:hover {
	color: #234D99;
	background-color: #FFFF99;
	border: 1px solid #666666;
}
/*The Link style for third-level menuitems and lower*/
#nav_leftside div div div a {
	font-size: 75%;
}
/*rules programatically assigned to page link corresponding to current page (You are Here)*/
.currentmark, 
.currentmark a, 
a.currentmark {
	color: #CF142B !important;
	background-color: transparent !important;
	padding: 0 0 0 0 !important;
	font-weight: bold;
	text-transform: uppercase;
}
/* CONTENT */
/* contentlist styles are just for the homepage */
#contentlist h1 {
	margin: 10px 5px 0px;
	border-bottom: 1px solid #999999;
	font-size: 125%;
	color: #003E7E;
}
#contentlist h4 {
	background-image: url(images/arrow_bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding: 5px 5px 5px 20px;
	font-size: 75%;
	font-weight: normal;
	margin: 0px 0px 10px;
}
#contentlist p, 
#contentlist td {
	font-size: 75%;
	margin: 5px;
}
#contentlist a:link, 
#contentlist a:visited, 
#contentlist a:active {
	color: #003E7E;
	text-decoration: none;
}
#contentlist a:hover {
	text-decoration: underline;
}
#contentlist table {
	margin: 5px 0px;
}
#contentlist ul {
	list-style-type: square;
	margin: 5px 5px 10px 2em;
	padding-left: 0px;
}
#contentlistindex p.title {
	font-weight: bold;
	/* font-size: 85%;*/ 
	margin: 10px 0px 0px 0px !important;
}
#contentlistindex p.description {
	margin: 0px 0px 10px 0px !important;
	/* font-size: 85%;*/ 
}
#contentimg {
	margin: 0px;
}
#contenttop p img {
	margin: 0px 0px 10px;
}
#contenttop p {
	margin: 10px 0px;
}
#contentbody p {
	margin: 10px 0px;
}
#contentbody ul {
	list-style-type: square;
	margin: 5px 5px 10px 2.5em;
	padding-left: 0px;
}
#contentbody ol {
	list-style-type: decimal;
	margin: 5px 5px 10px 2.5em;
	padding-left: 0px;
}
#contentbody li {
	margin: 3px 0px;
}
#contentbody img {
	padding-left: 10px;
	padding-right: 10px;
}
/* BLOCKS */
.blockhome {
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
.blockhome img {
	margin: 0px 4px 0px 0px;
	float: left;
	clear: left;
}
.blockhome h1 {
	margin: 0px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	font-size: 100%;
	background-color: #F0F0F0; 
	color: #CC9900;
}
.blockhome h1 p {
	font-size:95%;
}
.blockhome h1 p.oneline {
	font-size: 95%;
	margin: 6px 0px;
	position: relative;
	text-align: left;
	line-height: 1.3em;
}
.blockhome h1 p.twolines {
        font-size: 95%;
        margin: 2px 0px;
        position: relative;
        text-align: left;
        line-height: 0.92em;
}
.blockhome font {
}
.twolines {
        font-size: 95%;
        margin: 2px 0px;
        position: relative;
        text-align: left;
        line-height: 1.0em;
}
.oneline {
	font-size: 95%;
	margin: 6px 0px;
	position: relative;
	text-align: left;
	line-height: 2.0em;
}
* html .twolines {
	font-size: 95%;
        margin: 2px 0px;
        position: relative;
        text-align: left;
        line-height: 0.91em;
	 }
* html .oneline {
	font-size: 95%;
	margin: 6px 0px;
	position: relative;
	text-align: left;
	line-height: 2.09em;
}
.blockhome p {
	padding: 0px 5px;
	margin: 5px 0px;
	font-size: 75%;
}
.blockhome form {
	margin: 5px 0px;
	padding: 0px 5px;
}
.blockhome td{
	font-size: 75%;
}
.blockhome li {
	margin: 3px 0px;
}
.blockhome ul {
	list-style-type: square;
	font-size: 75%;
	margin: 5px 5px 5px 2.5em;
	padding-left: 0px;
}
.blockhome h4 {
	background-image: url(images/arrow_bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding: 4px 5px 5px 20px;
	font-size: 75%;
	font-weight: normal;
	margin: 0px 0px 10px;
	background-color: #F0F0F0;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}
.block {
	margin: 20px 0px;
	padding: 5px 2px;
	background-color: transparent;
}
.block h1 {
	font-size: 100%;
	margin: 15px 0px 0px 5px;
}
.block p {
	font-size: 75%;
	margin: 5px 0px;
	padding: 0px 5px;
}

.block form {
	margin: 5px 0px;
	padding: 0px 5px;
}
.block ul {
	list-style-type: square;
	font-size: 75%;
	margin: 5px 5px 10px 2.5em;
	padding-left: 0px;
}
.block li {
	margin: 3px 0px;
}
.block td {
	font-size: 75%;
	margin-left: 5px;
}
.block img {
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

/* FOOTER */
#footer {
	background-color: #003E7E !important;
	color: #FFFFFF !important;
	font-size: 75%;
}
#footer a {
	color: #FFFFFF;
}
#footer_questions {
	padding: 5px;
	float: left;
}
#footer_legal {
	padding: 10px 5px 5px;
	float: right;
}
#footer_print {
	display: none;
}
/* PRINTER FRIENDLY */
#printer_friendly {
	float: right;
	margin: 0px 10px 5px 0px;   
        font-size: 90%;
}
#printer_friendly img {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	margin: 0px !important;
}
