@charset "UTF-8";
body  {
	/*font:100% Georgia, "Times New Roman", Times, serif;
	font:100% Arial, Helvetica, sans-serif;*/
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
	line-height:1.4em;
	letter-spacing:-.5px;
	color:#333333;
	background: url('../images/wieniewitz_financial_grad.jpg') #bcbcbc 0 0 repeat-x; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

a{
	color:#003b1b;
	padding:0px;
	margin:0px;
}

h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	color:#003b1b;
	font-variant:small-caps;
	font-size:200%;
	padding:0px;
	margin:0px 0px 10px 0px;
}

h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	color:#003b1b;
	font-variant:small-caps;
	font-size:175%;
	padding:0px;
	margin:0px 0px 10px 0px;
}

h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	color:#003b1b;
	font-variant:small-caps;
	font-size:150%;
	padding:0px;
	margin:0px 0px 10px 0px;
}

ul{
	list-style-type:circle;
	padding:0px 0px 0px 10px;
	margin:0px;
	line-height:1.3em;
}

li{
	margin-bottom:5px;
}

.tight{
	line-height:1em;
}

.title{
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing:-1px;
	color:#003b1b;
	font-variant:small-caps;
	font-size:175%;
	padding:0px;
	margin:0px 0px 10px 0px;
}

.normal{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6em;
	letter-spacing:-.5px;
	color:#333333;
}	
	
#outter { 
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url('../images/wieniewitz_financial_bg.jpg') #bcbcbc 0 0 no-repeat; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#container { 
	width: 1100px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background-color:#bcbcbc; 
	height:270px;
	width: 1070px;
	margin: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display:none;
}
#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-left:10px;
}

#sidebar1,#sidebar2,#sidebar3,#sidebar4 {
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	margin-bottom:6px;
}

#sidebar img{
	vertical-align:text-top;
	border: 0;
}

#sidebar1 a, #bottombar3 a{
	text-decoration:none;
}

#sidebar1 img, #bottombar3 img{
	border: 0;
	margin-left:10px;
}

#bottombar {
	height:auto;
	margin:0px 10px;
} 

#bottombar img{
	float:right;
}
#bottombar1 {
	background: #EBEBEB;
	border-right:6px #FFFFFF solid;
	float: left;
	display:inline-block;
	width: 186px;
	height:160px;
	padding:12px; 
	margin-bottom:10px;
}

#bottombar2 {
	background: #EBEBEB;
	border-right:6px #FFFFFF solid;
	float: left;
	display:inline-block; 
	width: 405px;
	height:160px;
	padding:12px; 
	margin-bottom:10px;
}

#bottombar3 {
	background: #EBEBEB;
	float: left;
	display:inline-block; 
	width: 405px;
	height:160px;
	padding:12px;
	margin-bottom:10px;
}

#shadow{
	width: 1075px;
	height:10px;
	margin: 0px 10px 6px 10px;
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
}

#mainContent { 
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url('../images/wieniewitz_financial_footer.jpg')#004820 0 0 repeat-x; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#FFFFFF;
	font-size:.8em;
	text-align: center;
	line-height:1.1em;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.underlinemenu{
font-weight: bold;
width: 1075px;
height:50px;
margin: 0px 10px 0px 10px;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
padding: 6px 0px 4px 0px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 5px; /*spacing between each menu link*/
font-family:Georgia, "Times New Roman", Times, serif;
text-decoration: none;
letter-spacing:-1px;
color:#003b1b;
font-variant:small-caps;
font-size:125%;
border-bottom: 3px solid #003b1b; /*bottom border is 3px*/
width: 210px;
display: block;
float: left;
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected, .underlinemenu ul li .current{
	border-bottom: 8px solid #003b1b; /*bottom border is 3px*/
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
}


.readmore{
	margin-top: 10px;
	text-align: right;
}	

#homebase {
background: transparent url(../images/WW_home_banner.jpg) no-repeat scroll 0pt 0pt;
width: 410px;
height: 150px;
}

 #homeboard {
margin: 10px 0px 10px 10px;
padding: 0px;
width: 200px;
height: 140px;
float: left;
overflow: hidden;
}
 #homelinks {
margin: 0px;
padding: 5px 5px 5px 0px;
width: 155px;
height: 135px;
float: right;
}
 #homelinks ul {
clear: both;
}
 #tab-links {
 list-style: none;
 padding: 0px;
 margin: 0px;
}
 #tab-links li {
 list-style-type: none;
 background:url(../images/slider.png) no-repeat 0 0;
 text-indent:30px;
 font-size: 12px;
 line-height:28px;
 color: #FFFFFF;
 cursor:pointer
}
 #tab-content {
 margin: 0px;
 padding: 0px;
 list-style: none;
 font-size: 12px;
 overflow: hidden;
}
 #tab-content-2, #tab-content-3, #tab-content-4, #tab-content-5, #tab-content-6 {
 display: none;
}
 #tab-links li.selected, #tab-links a:hover, #tab-links a#active {
 background:url(../images/slider_a.png) no-repeat 0 0;
 cursor:pointer
}

#slideshow {
    position:relative;
    height:300px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
