@import url('reset.css');

/* global tags */
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 1em 0;
}
a {
	color: #a80008;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* end global tags */

body {
	background: #DECCA6 url(/images/wsg/bg_body.jpg) repeat-x;
	font: 75% Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	width: 984px;
}

#header {
	background:url(/images/wsg/bg_header.jpg) no-repeat;
	height: 180px;
	position: relative;
}

#header ul {
	height: 33px;
	position: absolute;
	top: 135px;
	left: 250px;
}

#header ul li {
	display: inline;
	height: 33px;
	line-height: 33px;
}
#header ul li a {
	float: left;
	font-weight: bold;
	height: 33px;
	margin: 0 20px 0 0;
	padding: 0 0 0 9px;
}
#header ul li.currItem a {
	background:url(/images/wsg/bg_topnav_tab_l.jpg) no-repeat left top;
}
#header ul li.currItem a span {
	background:url(/images/wsg/bg_topnav_tab_r.jpg) no-repeat right top;
}
#header ul li a:hover {
	background:url(/images/wsg/bg_topnav_tab_l.jpg) no-repeat left top;
	text-decoration: none;
}

#header ul li a span {
	cursor: pointer;
	display: block;
	float: left;
	height: 31px;
	padding: 0px 12px 2px 3px;
}
#header ul li a:hover span {
	background:url(/images/wsg/bg_topnav_tab_r.jpg) no-repeat right top;
}

#content {
	background: #fff url(/images/wsg/bg_home_content.jpg) bottom no-repeat;
	overflow: auto;
	width: 100%;
}

#content #content-left {
	float: left;
	padding: 10px 0 0 30px;
	width: 220px;
}

#content-left #left-nav ul {
	margin: 10px 0 5px 0;
}

#content-left #left-nav ul li {
	background:url(/images/wsg/bg_leftnav_div.jpg) bottom left no-repeat;
	/*height: 19px;*/
	padding: 3px 5px 3px 40px;
}

#content-left #left-nav ul li#lastli {
	background: none;
}

#content-left #left-nav ul li a {
	font-weight: bold;
}

#content-left #left-nav ul li.active {
	background:url(/images/wsg/bg_leftnav_active.jpg) no-repeat;
	height: auto;
}

#content-left #left-nav ul li.active a {color: #fff;}

#content-left #left-nav ul ul {
	display: none;
	margin: 5px 0 5px 25px;
}

#content-left #left-nav ul ul li {
	background: none;
	list-style-image:url(/images/wsg/leftnav_sub_arrow.gif);
	padding: 0;
}

#content-left #left-nav ul ul li a {
	color: #a80008 !important;
	font-weight: normal;
}

#content-left #more-info {
	background: #fff url(/images/wsg/bg_skyline.jpg) top no-repeat;
	margin: 0 0 10px 0;
	padding: 50px 10px 0 10px;
}

#content-left #latest-news {
	padding: 0 0 0 10px;
}

#content-left #latest-news h1 {
	height:20px;
	margin-top: 1em;
	width:152px;
	position: relative;
}
#content-left #latest-news h1 span {
	background: url(/images/wsg/latest_news.jpg) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

#content-left #latest-news h2 {
	margin: 0;
}

#content #content-right {
	float: left;
	width: 734px;
}

#content-right ul, #content-right ol {
	margin: 20px 30px;
}

#content-right ul li, #content-right ol li {
	margin: 0 0 8px 0;
}

#content-right ul {
	list-style-image:url(/images/wsg/leftnav_sub_arrow.gif);
}

#content-right ol {
	list-style: decimal;
}

#footer {
	background:url(/images/wsg/bg_footer.jpg) no-repeat;
	clear: both;
	font-size: .92em;
	height: 79px;
	padding: 60px 0 0 50px;
}
#footer ul {width: 100%;}
#footer ul li {
	float: left;
	margin: 0 25px 0 0;
}

#footer ul li a {
	color: #000;
}

#footer p {
	clear: both;
	color: #fff;
	float: left;
	margin: 40px 0 0 0;
}