/* CSS Document */

body {
	background-image:url(images/green_top_bck.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color:#4c9577;

}

a {
	color:#999999;

	}
#Content {
	width:725px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	margin-top: 10px;
	text-align:left; /* Counteract to IE5/Win Hack */
	/*padding:15px;*/
	border:0px dashed #333;
	background-color:#E5E5E5;
	
}

#content_left {
	position:relative;
	float:left;
	width:249px;
	border:solid 0px #000000;
	background-color:#E5E5E5;
	}
	
#content_right {
	position:relative;
	float:right;
	width:435px;
	border:solid 0px #000000;
	background-color:#E5E5E5;
	}

/* Content Left */
#logo {
	background-image:url(images/wws_logo.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:249px;
	height:200px;
	position:relative;
	top:-110px;
	}
	
#login_box {
	position:relative;
	width:290px;
	height:175px;
	left:-42px;
	border-right:solid 1px #000000;
	top:-100px;
	background-image:url(images/login_box.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding-top:20px;
	text-align:center;
	}
ul.list_inline {
	padding:0;
	margin:0;
	list-style-type:none;
	}
ul.list_inline li {
	display:inline;
	}
ul.list_inline li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0033CC;
	}
ul.list_inline li a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	}
	
#left_navigation {
	position:relative;
	width:266px;
	border:solid 0px #000000;
	left:-15px;
	top:-85px;
	}
/* Left Navigation Nav */
ul#left_navigation_buttons {
	padding:0;
	margin:0;
	}

ul#left_navigation_buttons li {
	list-style-type:none;
	border:solid 0px #000000;
	margin-top:3px;
	margin-bottom:3px;
	}
	
ul#left_navigation_buttons li a:link, 
ul#left_navigation_buttons li a:visited,
ul#left_navigation_buttons li a:active {
	width: 266px;
	height: 51px;
	background-image:url(images/left_nav_button.png);
	background-repeat:no-repeat;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	}
ul#left_navigation_buttons li a:hover {
	width: 266px;
	height: 51px;
	display: block;
	text-decoration: none;
	background-repeat:no-repeat;
	text-align: center;
	background-image:url(images/left_nav_button_on.png);
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	}
	
/* Content Right*/

#slideshow {
	position:relative;
	width:500px;
	border:solid 1px #000000;
	left:0px;
	height:400px;
	top:-50px;
	background-image:url(slideshow/image1.jpg);
	}

#bio {
	position:relative;
	width:476px;
	border:solid 0px #000000;
	left:0px;
	height:207px;
	top:-25px;
	background-image:url(images/wws_bio_box.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}

#bio_title {
	position:relative;
	float:left;
	text-align:right;
	border:solid 0px #000000;
	width:385px;
	padding-top:2px;
	height:23px;
	}

#bio_text {
	clear:both;
	margin-left:20px;
	padding-top:10px;
	height:145px;
	overflow:hidden;
	width:430px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	border:solid 0px #000000;
	text-align:center;
	font-weight:bold;
	}
	
#bio_footer {
	position:relative;
	float:right;
	text-align:left;
	width:120px;
	font-family:Arial, Helvetica, sans-serif;
	}
#bio_footer a {
	color:#FFCC00;
	text-decoration:none;
	}
#bio_footer a:hover {
	color:#CCCCCC;
	text-decoration:none;
	}
	
/* Header */

#header {
	position:relative;
	height:100px;
	border:solid 0px #000000;
	margin-top:0px;
	top:25px;
	}
	
#header_right {
	position:relative;
	float:right;
	width:705px;
	border:solid 0px #000000;
	text-align:left;
	}
	
#header ul {
	padding:0;
	margin:0;
	}
	
#header ul li {
	display:inline;
	}

ul#header_nav {
	padding:0;
	margin:0;
	list-style-type:none;
	color:#FFFFFF;
	}
ul#header_nav li {
	display:inline;
	margin-left:5px;
	margin-right:5px;
	}
ul#header_nav li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
ul#header_nav li a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#00CC33;
	text-decoration:none;
	font-weight:bold;
	}

	
/* footer */
#footer {
	clear:both;
	}

/* Fonts */
h2#login_box_title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	}

h1#bio_heading {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	
	}

