body
{
    font: 12px arial, helvetica; 
	height:100%;
	margin: 0px;
	padding: 0px;
	background: #ffffff url('../images/background.gif');
	/*color: #46423b;*/
	color: #000000;
}

td{ font: 12px arial, helvetica; color: #46423b; }

img
{
	border: none;
}


#wrapper
{
	background-image: url('../images/header_background.gif');
	background-repeat: repeat-x;
	height: 100%;
	margin: 0 auto -500px; /* the bottom margin is the negative value of the footer's height */
}

#container
{
	text-align: left;
	width: 1000px;
	height: 100%;
}

#footer
{
	padding: 10px;
	font-weight: bold;
	color: #625f59;
}

#footer a
{
	color: #625f59;	
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}


#header
{
	position: relative;
	height: 200px;
	background: #0053b2 url('../images/head_background.gif') no-repeat;
}

#circle_wisconsin_logo
{
	position: absolute; 
	top: 5px; 
	left: 64px;
}

#bus_heading
{
	display: inline;
	float: right; 
	text-align: left; 
	width: 520px; 
	padding: 15px;
	margin-right: 50px;
	!margin-right: 85px;
}

#bus_heading #main_title
{
	 font: 46px 'Times New Roman';
	 color: #ffffff;
	 margin-left: 100px;
	 text-align: left;
}

#bus_heading #sub_title
{
	 font: 18px 'Times New Roman';
	 color: #8bc1ff;
	 margin: -10px 0px 0px 150px;
	 padding: 0px 0px 5px 40px;
	 text-align: left;
	 border-bottom: 1px solid #8bc1ff;
}

#bus_heading #top_links
{
	text-align: left;
	margin-left: 150px;
	padding-left: 50px;
}

#bus_heading #top_links a
{
	color: #00dd14;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

#bus_heading #top_links a:hover
{
	text-decoration: underline;
}


#linkbar
{
	position: absolute;
	bottom: 0px;
	right: 40px;
}


#linkbar a
{
	float: left;
	padding: 15px;
	display: block;
	text-decoration: none;
}

#linkbar a:hover
{
	background-color: #004ca2;
}

#linkbar a .heading
{
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
}

#linkbar a .subheading
{
	font-weight: bold;
	font-size: 12px;
	color: #00dd14;
}

#content_container
{
	display: inline;
	float: left;
	padding-top: 10px;
	width: 670px;
	margin-left: 80px;
}

#content_container #top_cap
{
	font-size: 1px; 
	line-height:0px; 
	width: 670px; 
	height: 7px; 
	background-image: url('../images/content_top.gif');
	background-repeat: no-repeat;
}

#content_container #bottom_cap
{
	font-size: 1px; 
	line-height:0px; 
	width: 670px; 
	height: 7px; 
	background-image: url('../images/content_bottom.gif');
	background-repeat: no-repeat;
}

#content
{
	background: #DDD6C6;
	padding: 20px 20px;
	min-height: 660px;
	height:auto !important;
    height: 660px;
}

#right_menu
{
	float: left;
	padding-top: 10px;
	margin-left: 10px;
	width: 210px;
}

#searchbox
{
	
	width: 202px;
	!width: 210px;
	height: 40px;
	padding: 8px 0px 8px 8px;
	background-image: url('../images/backgrounds/search_background.gif');
	background-repeat: no-repeat;
}
#searchbox #searchText
{
	float: left;
	margin: 0px;
	width: 147px;
}

#searchbox #search_button
{
	float: left;
	/*margin: -1px 0px 0px 8px;*/
	margin: -4px 0px 0px 3px;
	border: none;
}

.sideFlashRotation
{
	margin-bottom: 10px;
	overflow: hidden;
}

/* Rotation */
div#rotation_1, div#rotation_2, div#rotation_3 {height: 175px; width: auto; max-width: 210px; display: block; clear: both; position: relative;}
div#rotation_1 div.panel, div#rotation_2 div.panel, div#rotation_3 div.panel {position: absolute; clear: both; top: 0px; padding: 0; margin: 0; height: 175px; line-height: 1; list-style-type: none; z-index: 1; overflow: hidden;}
div#rotation_1 div.show, div#rotation_2 div.show, div#rotation_3 div.show {z-index: 50;}
.panel .rotatedImg {max-width: 210px; width: auto; height: 175px; float: left; z-index: 2; overflow: hidden;}

