@charset "utf-8";
/* CSS Document */

body {margin:0px auto; background-color:#dcf4ff; font-family:Tahoma, Geneva, sans-serif; font-size:12px;}
img {border:none}
#header {background-image:url(../images/header_bkg_wol.jpg); background-repeat:no-repeat; margin:0px auto; width:984px; height:133px;}
#content {width:984px; min-height:300px; margin:0px auto; background-image:url(../images/content.jpg); background-repeat:repeat-y;}
#footer {background-image:url(../images/bg_footer_image_wol.jpg); background-repeat:no-repeat; width:984px; height:131px; margin:0px auto; text-align:center; padding-top:50px;}
#search {width:550px; height:100px; margin:0px auto; padding:5%; text-align:center;}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
color:#09C;
}
.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
color: #09C;

}

.shadetabs li a:visited{
color: #09C;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
#footer_container{
	/*The main footer div witch will hold the bar*/
	bottom: 0px;
	font-size: 11px; /*Font size used within the footer unless specifeied elsewhere*/
	padding: 0px;	/*0 Padding for the footer container*/
	position: fixed;/*Fixe the containter at bottom*/
	right: 0px;
	width: 100%;/*This is not the footer width: goto -> .footer_bar->margin-(left/right)*/
}
#footer_container .footer_bar{
	background-image:url(../images/foobar.jpg);
	background-repeat:repeat-x;
	/*Margin(left/right) change for space left and right of bar*/
	margin-left: 15px;
	margin-right: 15px;
	/*Border for the outline effect, note.. DONT add border bottem*/
	border-right:1px solid #999;
	border-top:1px solid #999;
	border-left:1px solid #999;
	/*How big do you want the bar*/
	height:25px;
	/*Visibility general*/
	overflow: visible !important;
	position: relative;
	display:block;
}
#footer_container .footer_bar .footer_bar_left{float:left;left:0px;}
#footer_container .footer_bar .footer_bar_right{float:right;right:0px; margin-right:10px; margin-top:5px;}

#ajaxticker1{
width: 900px;
height: 100px;
padding: 5px;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/

}
#list{
				margin:0 auto;
				height:350px;
				width:300px;
				overflow:hidden;
				position:relative;
				background-color: #fff;
			}
			#list ul,
			#list li{
				list-style:none;
				margin:0;
				padding:0;
			}
			#list a{
				position:absolute;
				text-decoration: none;
				color:#09f;
			}
			#list a:hover{
				color:#ccc;
			}