/*  
Theme Name: HWSA
Theme URI: http://www.hwsa.net/
Description: Default HWSA theme.
Version: 1.0
Author: Joshua Wychopen
Author URI: http://www.precisioncreations.com/
*/

/* GLOBAL CSS
----------------------------------------------------------------------------- */

html {
     min-height: 100%;
     margin-bottom: 1px;
}

body { background: #1f638d url(http://www.hwsa.net/media/images/bg_repeat.jpg) repeat top center;  }

body#home #top {
	width: 100%;
}

#wrapper-outer {
	width: 100%;
	min-height: 360px;
	background: transparent url(http://www.hwsa.net/media/images/body_bg_x.jpg) repeat-x top center;
}

#wrapper-inner {
	width: 100%;
	min-height: 960px;
	background: transparent url(http://www.hwsa.net/media/images/bg.jpg) no-repeat top center;
}

#wrapper {
	width: 984px;
	margin: 0 auto;
}

#masterhead {
	width: 984px;
	height: 179px;
	margin: 0 auto;
}

#header {
	width: 984px;
	margin: 0 auto;
}

#logo {
	width: 429px;
	height: 119px;
	float: left;
	display: block;
	margin: 0px 0px 0px 18px;
	background: transparent url(http://www.hwsa.net/media/images/logo.png) no-repeat top left;
}

h1.logo a {
	width: 427px;
	height: 82px;
	float: left;
	display: block;
	margin: 15px 0px 0px 0px;
	text-indent: -99999px;
}

#top-info {
	width: 519px;
	height: 119px;
	float: left;
	display: block;
	margin: 0px 18px 0px 0px;
}

#top-info ul.links { 
	height: 36px;
	width: 210px; 
	float: right; 
	display: block;
	margin: 50px 0px 0px 0px; 
}

#top-info ul.links li.follow-us {
	width: 120px;
	height: 18px;
	float: left;
	display: block;
	margin: 8px 15px 0px 0px;
	text-indent: -99999px;
	background: transparent url(http://www.hwsa.net/media/images/follow_us.png) no-repeat top left;	
}

#top-info ul.links li.facebook a {
	width: 36px;
	height: 36px;
	float: left;
	display: block;
	margin: 0px 3px 0px 0px;
	text-indent: -99999px;
	background: transparent url(http://www.hwsa.net/media/images/top_info_follow_us_buttons.jpg) no-repeat 0px 0px;
}

#top-info ul.links li.facebook a:hover { background: transparent url(http://www.hwsa.net/media/images/top_info_follow_us_buttons.jpg) no-repeat 0px -36px; }

#top-info ul.links li.twitter a {
	width: 36px;
	height: 36px;
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	text-indent: -99999px;
	background: transparent url(http://www.hwsa.net/media/images/top_info_follow_us_buttons.jpg) no-repeat -36px 0px;
}

#top-info ul.links li.twitter a:hover { background: transparent url(http://www.hwsa.net/media/images/top_info_follow_us_buttons.jpg) no-repeat -36px -36px; }

#top-navigation {
	width: 948px;
	float: left;
	margin: 0px 18px 0px 18px;
	padding: 0px 0px 0px 0px;
}

	#top-navigation ul#menu-main-navigation {
		float: left;
		margin: 0px 0px 0px 60px;
		padding: 0px;
	}
	
	#top-navigation ul#menu-main-navigation li {
		height: 60px;
		display: none;
		float:left;
		position: relative;
		z-index: 20;
		color: #ffffff;
		display: block;
		font-size: 15px;
		margin: 0px;
		padding: 0px 0px 0px 0px;
		letter-spacing: -1px;
		text-transform: uppercase;
		background: transparent url(http://www.hwsa.net/media/images/navigation_separator.png) no-repeat top left;
	}
	
	#top-navigation ul#menu-main-navigation li.menu-item-24 {
		background: none;
	}
	
	#top-navigation ul#menu-main-navigation li a {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 20px 18px 20px 18px;
		color: #ffffff;
		font-weight: bold;
	}
	
	#top-navigation ul#menu-main-navigation li.current-menu-item a,
	#top-navigation ul#menu-main-navigation li a:hover {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 20px 18px 20px 18px;
		color: #5face2;
	}
	
		#top-navigation ul#menu-main-navigation li.menu-item ul {  
			background:url(http://www.hwsa.net/media/images/dropdown_bg.png) no-repeat left bottom;
			width:200px;
			position:absolute;
			top:60px;
			left: -9px;
			padding: 8px 0px 17px 0px;
			z-index: 10;
			clear:left;
		}
				
		#top-navigation ul#menu-main-navigation li.menu-item ul li.menu-item {
			display:inline-block;
			position:relative;
			width:146px;
			height: auto;
			margin: 0px 0px 0px 10px;
			padding: 0px 5px 0px 5px;
			background: none;
		}
		
		#top-navigation ul#menu-main-navigation li.menu-item ul li.menu-item a {
			color:#666666;
			text-transform: none;
			text-indent: 0px;
			font-size:11px;
			height:auto;
			display:inline-block;
			position:relative;
			width:146px;
			font-weight: bold;
			padding: 4px 10px 4px 10px;
			margin: 0px 0px 3px 0px;
			background: none;
			text-decoration: none;
		}
		
		#top-navigation ul#menu-main-navigation li.menu-item ul li.current-menu-item a {
			color: #333333;
			width:146px;
			font-weight: bold;
			background-color: #f0efeb;
		}
		
		#top-navigation ul#menu-main-navigation li.menu-item ul li.menu-item a:hover,
		#top-navigation ul#menu-main-navigation li.menu-item ul li.menu-item ul li.current-menu-item a, 
		#top-navigation ul#menu-main-navigation li.menu-item ul li.current-menu-item ul li.menu-item a:hover {
			color:#3275A5;
			width:146px;
			font-weight: bold;
			background-color: #f0efeb;
		}
		
		#top-navigation ul#menu-main-navigation li.menu-item ul li.menu-item ul {  
			background:url(http://www.hwsa.net/media/images/dropdown_bg.png) no-repeat left bottom;
			left:146px;
			position:absolute;
			display: none;
			z-index: 10;
			clear:left;
			top: 0px;
		}

#footer-message {
	width: 948px;
	height: 111px;
	margin: 0px 18px 0px 18px;
	float: left;
	display: block;
	text-indent: -99999px;
	background: transparent url(http://www.hwsa.net/media/images/footer_message.png) no-repeat top center;
}
	
#footer {
	width: 948px;
	float: left;
	margin: 0px 18px 75px 18px;
	background: transparent url(http://www.hwsa.net/media/images/footer_shadow.png) no-repeat top center;
}
	
	#footer .left {
		width: 474px;
		float: left;
	}
	
		#footer .left p {
			float: left;
			margin: 2px 0px 0px 0px;
			color: #ffffff; 
			font-weight: normal; 
			font-size: 11px; 
			line-height: 15px; 
			text-align: left;
		}
		
		#footer .left ul.footer-links {
			margin: 20px 0px 0px 0px;
		}
		
		#footer .left ul.footer-links li {
			display: inline;
			color: #ffffff;
		}
		
		#footer .left ul.footer-links li a {
			display: inline;
			color: #ffffff;
			font-size: 11px; 
			line-height: 15px; 
			text-align: left;
			font-weight: bold;
			padding: 0px 0px 0px 0px;
		}
		
		#footer .left ul.footer-links li a:hover {
			text-decoration: underline;
		}
	
	#footer .right {
		width: 474px;
		float: left;
	}
	
		#footer .right .links { 
			width:200px;
			float: right;
			margin: 20px 4px 0px 0px;
		}
		
		#footer .right .links .top a { 
			width:94px;
			height: 23px;
			float: right;
			text-indent: -99999px;
			margin: 6px 0px 0px 0px;
			cursor: pointer;
			background: transparent url(http://www.hwsa.net/media/images/back_to_top.png) repeat 0 0;
		}
		
			#footer .right .links .top a:hover {
				background: transparent url(http://www.hwsa.net/media/images/back_to_top.png) repeat 0 -23px;
			}
			
		#footer .right .links .definingmoment a { 
			width:33px;
			height:33px;
			float: right;
			text-indent: -99999px;
			margin: 0px 0px 0px 4px;
			cursor: pointer;
			background: transparent url(http://www.hwsa.net/media/images/dm_logo.png) repeat 0 0;
		}
		
			#footer .right .links .definingmoment a:hover {
				background: transparent url(http://www.hwsa.net/media/images/dm_logo.png) repeat 0 -33px;
			}

/* HOME PAGE
----------------------------------------------------------------------------- */

#header #featured-news {
	width:627px;
	height: 328px;
	float: left;
	display: block;
	margin: 25px 15px 0px 18px;
	position: relative;
}

#header #featured-news ul#featured-news-fader {
	width:627px;
	height: 328px;
	float: left;
	display: block;
	margin: 0px;
	position: relative;
}

	#header #featured-news ul#featured-news-fader li {
		width:627px;
		height: 328px;
		float: left;
		display: block;
		margin: 0px;
		position: relative;
	}

		#header #featured-news ul#featured-news-fader li img {
			width:627px;
			height: 328px;
			display: block;
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 1;
		}
		
		#header #featured-news ul#featured-news-fader li .transparent-white-border {
			width:627px;
			height: 328px;
			display: block;
			position: absolute;
			top: 0px;
			left: 0px;
			z-index: 2;
			background: transparent url(http://www.hwsa.net/media/images/transparent_white_border.png) no-repeat 0px 0px;
		}
		
		#header #featured-news ul#featured-news-fader li .block {
			width:587px;
			min-height: 61px;
			display: block;
			position: absolute;
			left: 0px;
			bottom: 0px;
			z-index: 3;
			padding: 12px 20px 12px 20px;
			background: transparent url(http://www.hwsa.net/media/images/featured_news_black_bg.png) repeat 0px 0px;
		}
		
			#header #featured-news ul#featured-news-fader li .block h2 {
				font-size: 15px;
				font-weight: bold;
				color: #74B0DA;
				letter-spacing: -0.07em;
				margin: 0px 0px 3px 0px;
			}
			
				#header #featured-news ul#featured-news-fader li .block h2 a {
					color: #74B0DA;
					text-decoration: none;
				}
				
					#header #featured-news ul#featured-news-fader li .block h2 a:hover {
						color: #b5d3e8;
						text-decoration: underline;
					}
					
			#header #featured-news ul#featured-news-fader li .block p {
				color: #ffffff;
				font-size: 11px;
				margin: 0px 0px 0px 0px;
				display: inline-block;
			}
			
	#header #featured-news #pager { 
		position: absolute; 
		z-index: 10;
		top: 18px; 
		right: 18px;
	}
	
	#header #featured-news #pager li.pagination { 
		width: 13px;
		height: 13px;
		float: left;
		display: block;
		padding: 0px 2px 0px 0px;
	}
	
	#header #featured-news #pager li.pagination a { 
		width: 13px;
		height: 13px;
		float: left;
		display: block;
		background:url(http://www.hwsa.net/media/images/pagination.png) no-repeat 0 0;
	}
	
	#header #featured-news #pager li.pagination a:hover,
	#header #featured-news #pager li.pagination a.activeSlide { 
		width: 13px;
		height: 13px;
		float: left;
		display: block;
		background:url(http://www.hwsa.net/media/images/pagination.png) no-repeat 0 -13px;
	}

#header #feature {
	width:628px;
	height: 327px;
	float: left;
	display: block;
	text-indent: -99999px;
	margin: 25px 15px 0px 18px;
	background: transparent url(http://www.hwsa.net/media/images/feature-one.jpg) no-repeat top left;
}
	
	#header #feature a.register-now {
		width: 131px;
		height: 33px;
		float: left;
		display: block;
		text-indent: -99999px;
		margin: 265px 15px 0px 35px;
		background: transparent url(http://www.hwsa.net/media/images/button_register_now.jpg) no-repeat 0px 0px;
	}
	
	#header #feature a.register-now:hover {
		background: transparent url(http://www.hwsa.net/media/images/button_register_now.jpg) no-repeat 0px -33px;
	}

.news-header {
	font-size:15pt;
	color: white;
}

.news-header-container {
	background-color: rgba(127,127,127,0.7);
	padding: 15px, 0px, 15px, 0px;
}
	

#header #news-announcements {
	width: 307px;
	height: 327px;
	float: left;
	display: block;
	margin: 25px 0px 0px 0px;
	background: transparent url(http://www.hwsa.net/media/images/news_announcement_bg.png) repeat top left;
}
	
	#header #news-announcements h2 {
		width: 307px;
		height: 58px;
		float: left;
		display: block;
		text-indent: -99999px;
		margin: 0px 0px 8px 0px;
		/*background: transparent url(http://www.hwsa.net/media/images/h2_news_announcements.jpg) repeat top left;*/
	}
	
	#header #news-announcements ul.news-items {
		margin: 8px 22px 0px 22px;
		color:white;
		float: left;
	}
		
		#header #news-announcements ul.news-items li {
			list-style: none;
			color: white;
			font-size: 12px;
			font-weight: regular;
			letter-spacing: 0px;
			line-height: 14px;
			margin: 0px 0px 0px 0px;
			display: block;
		}
		
		#header #news-announcements ul.news-items li span.grey,
		#header #news-announcements ul.news-items li span.grey {
			color: #cccccc;
			font-size: 13px;
			font-weight: normal;
			padding: 0px 0px 0px 0px;
			display: block;
		}
		
		#header #news-announcements ul.news-items li a {
			color: #74b0da;
			line-height:14px;
			letter-spacing:0px;
			padding: 0px 0px 8px 0px;
			margin: 0px; 
			text-decoration: none;
			display: block;
		}
		
		#header #news-announcements ul.news-items li a:hover,
		#header #news-announcements ul.news-items li.current_page_item a {
			color: #b5d3e8;
			background: none;
		}
		
		#header #news-announcements p.view-all a {
			width: 131px;
			height: 33px;
			float: left;
			display: block;
			text-indent: -99999px;
			margin: 10px 22px 0px 22px;
			background: transparent url(http://www.hwsa.net/media/images/button_view_all.jpg) no-repeat 0px 0px;
		}
		
		#header #news-announcements p.view-all a:hover {
			background: transparent url(http://www.hwsa.net/media/images/button_view_all.jpg) no-repeat 0px -33px;
		}
		
#alerts {
		height: 200px;
		width: 250px;
		position: relative;
		top: -220px;
		left: 680px;
		font-weight:bold;
		font-size: 9pt;
		color:#CC0000;
		}
		
#alerts a:link{
		color:white;
		}
#alerts a:visited{
		color:white;
		}
#alerts a:hover{
		color:white;
		text-decoration: underline;
		}
		

		
#scoreboard {
	width:950px;
	height:300px;
	float: left;
	display: block;
	margin: 20px 15px 0px 18px;
	/*background: transparent url(http://www.hwsa.net/media/uploads/new_scoreboard1.png) no-repeat top left;*/
	background: transparent url(http://www.hwsa.net/media/uploads/new_scoreboard21.png) no-repeat top left;
}

#scoreboard a:link{
		color:red;
		}
#scoreboard a:visited{
		color:red;
		}
#scoreboard a:hover{
		color:red;
		text-decoration: underline;
		}

	#scoreboard .block {
		width:630px;
		height:200px;
		float: left;
		display: block;
		margin: 65px 0px 0px 20px;
		padding: 5px 25px 5px 25px;
		font-weight:bold;
		font-size:10pt;
		color: #d6d900;
	}
	
	#scoreboard .block h2 {
		font-size: 14px;
		font-weight: bold;
		color: #d6d900;
		padding: 0px 0px 3px 0px;
		width: 320px;
		height: 16px;
		overflow: hidden;
		letter-spacing: -0.07em;
	}
	
		#scoreboard .block h2 a {
			color: #d6d900;
			text-decoration: none;
		}
		
			#scoreboard .block h2 a:hover {
				color: #b5d3e8;
				text-decoration: underline;
			}
	
	#scoreboard .block p {
		font-size: 10px;
		color: #d6d900;
	}
	
	#scoreboard .block ul {
		width: 320px;
		height: 70px;
		overflow: hidden;
		display: block;
		float: right;
		margin: 200px 15px 0px 18px;
	}
	
		#scoreboard .block ul li {
			font-size: 10px;
			color: #ffffff;
		}
		
	#scoreboard h3.view-all-scores a {
		width: 121px;
		height: 31px;
		float: left;
		display: block;
		text-indent: -99999px;
		margin: 250px 0px 0px -430px;
		background: transparent url(http://www.hwsa.net/media/images/button_view_all_scores.png) no-repeat 0px 0px;
	}
	
		#scoreboard h3.view-all-scores a:hover {
			background: transparent url(http://www.hwsa.net/media/images/button_view_all_scores.png) no-repeat 0px -31px;
		}
		
#three-col-teaser {
	width: 984px;
	float: left;
	display: block;
	margin: 15px 0px 0px 0px;
}

	#three-col-teaser .col-one { width: 318px; height: 138px; margin: 0px 2px 0px 14px; float: left; display: block; background:url(http://www.hwsa.net/media/uploads/bot-left.png) no-repeat 0px 0px; }
	#three-col-teaser .col-two { width: 318px; height: 138px; margin: 0px 2px 0px 0px; float: left; display: block; background:url(http://www.hwsa.net/media/images/column_bg.png) no-repeat 0px 0px; }
	#three-col-teaser .col-three { width: 318px; height: 138px; margin: 0px 0px 0px 0px; float: left; display: block; background:url(http://www.hwsa.net/media/uploads/umpires2.png) no-repeat 0px 0px; }

	#three-col-teaser h3 a { color: #8e0c05; font-weight: bold; font-size: 20px; margin: 0px 0px 10px 0px; display: block; letter-spacing:-2px; }
	
	#three-col-teaser .col-one-image a { width: 110px; height: 128px; margin: 5px 10px 0px 5px; float: left; display: block; background:url(http://www.hwsa.net/media/images/col_one_image.jpg) no-repeat 0px 0px; }
	#three-col-teaser .col-two-image a { width: 110px; height: 128px; margin: 5px 10px 0px 5px; float: left; display: block; background:url(http://www.hwsa.net/media/images/col_two_image.jpg) no-repeat 0px 0px; }
	#three-col-teaser .col-three-image a { width: 110px; height: 128px; margin: 5px 10px 0px 5px; float: left; display: block; background:url(http://www.hwsa.net/media/images/col_three_image.jpg) no-repeat 0px 0px; }
	
	#three-col-teaser h2 { color: #3275a5; font-size: 18px; margin: 20px 0px 5px 0px; letter-spacing: -1px; }
	#three-col-teaser p { color: #333333; font-weight: normal; font-size: 10px; line-height: 16px; text-align: left; width: 285px; }
	#three-col-teaser p a { color: #3275a5; text-decoration: none; }
	#three-col-teaser p a:hover { color: #3275a5; text-decoration: underline; }
			
/* CONTENT PAGE
----------------------------------------------------------------------------- */


body#content #page-title {
	width: 948px;
	height: 148px;
	display: block;
	float: left;
	margin: 18px 0px 0px 0px;
	padding: 0px 18px 0px 18px;
	background: transparent url(http://www.hwsa.net/media/images/title_bg.png) no-repeat top center;
}

body#content #page-title h1 {
	font-size: 28px;
	letter-spacing: -1px;
	color: #ffffff;
	margin: 85px 0px 0px 25px;
}

body#content #content {
	width: 948px;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 18px 0px 18px;
	background: transparent url(http://www.hwsa.net/media/images/content_bg.png) repeat-y top center;
}

body#content #left-col {
	width: 701px;
	min-height: 750px;
	float: left;
	display: block;
}

body#content #left-col #type,
body#content #left-col #news {
	padding: 18px 25px 18px 25px;
}
	
	body#content #left-col hr {
		border: 1px solid #e4e4e4;
		margin: 5px 0px 5px 0px;
	}
	
	body#content #left-col blockquote {
		width: 550px;
		border-top: 1px solid #d0cec9;
		border-bottom: 1px solid #d0cec9;
		float: left;
		padding: 25px 50px 25px 50px;
		margin: 15px 0px 25px 0px;
		display: block;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 26px;
		letter-spacing: -2px;
		text-align: center;
		color: #bebdb7;
		line-height: 32px;
		font-weight: normal;
	}
		
	body#content #left-col h1 { 
		font-size: 26px;
		font-weight: bold;
		color: #5087ad;
		letter-spacing: -1px;
		padding: 5px 0px 2px 0px;
	}
	
	body#content #left-col .wp-caption { 
		background-color:#e6e3e3;
		border-width: thin;
		margin-top:5px;
		border-style:solid;
		border-color:#ccc;
		padding: 5px;
	}

	body#content #left-col .wp-caption p { 
		margin-left:5px;
		text-align:center;
	}
	
	body#content #left-col h2 { 
		font-size: 20px;
		font-weight: bold;
		color: #5087ad;
		letter-spacing: -1px;
		padding: 8px 0px 2px 0px;
	}
	
	body#content #left-col h3 { 
		font-size: 16px;
		font-weight: bold;
		color: #5087ad;
		letter-spacing: -1px;
		padding: 8px 0px 2px 0px;
		text-transform: uppercase;
	}
	
	body#content #left-col h4 { 
		font-size: 14px;
		font-weight: bold;
		color: #818079;
		letter-spacing: -1px;
		padding: 8px 0px 2px 0px;
	}
	
	body#content #left-col p { 
		font-size: 11px;
		line-height: 19px;
		color: #818079;
		padding: 0px 0px 12px 0px;
	}
	
	body#content #left-col a { 
		color: #5087ad;
		font-weight: bold;
		text-decoration: underline;
	}
	
		body#content #left-col a:hover { 
			color: #74a2c2;
			font-weight: bold;
			text-decoration: none;
			border-bottom: 1px dotted #74a2c2;
		}
		
	body#content #left-col a.find-out-more {
		width: 148px;
		height: 31px;
		display: block;
		margin: 0px 0px 0px 0px;
		text-indent: -9999px;
		background: transparent url(http://www.hwsa.net/media/images/button_find_out_more.png) no-repeat 0px 0px;
	}
	
		body#content #left-col a.find-out-more:hover {
			border: 0;
			background: transparent url(http://www.hwsa.net/media/images/button_find_out_more.png) no-repeat 0px -31px;
		}
	
	body#content #left-col ul {
		padding: 15px 25px 15px 25px;
	}
		
		body#content #left-col ul li {
			font-size: 11px;
			line-height: 24px;
			color: #666666;
			padding: 5px 0px 3px 0px;
		}
		
		body#content #left-col ul li a.pdfs {
			color: #666666;
			padding: 5px 0px 3px 28px;
			margin: 0px 0px 0px 0px;
			text-decoration: none;
			font-weight: normal;
			background:url(http://www.hwsa.net/media/images/icon_pdf.png) no-repeat 0 4px;
		}
		
		body#content #left-col ul li a:hover {
			color: #666666;
			border: 0px;
			text-decoration: underline;
		}
		
	body#content #left-col ul.arrows {
		padding: 15px 25px 15px 25px;
	}
		
		body#content #left-col ul.arrows li {
			font-size: 11px;
			line-height: 24px;
			color: #666666;
			padding: 0px 0px 3px 20px;
			background:url(http://www.hwsa.net/media/images/icon_arrow.png) no-repeat 0 7px;
		}
		
	body#content #left-col a img, body#content #left-col img,
	body#content #left-col a img.alignnone, body#content #left-col img.alignnone {
		margin: 5px auto 5px auto;
	}
	
		body#content #left-col a img:hover, body#content #left-col img:hover,
		body#content #left-col a img.alignnone:hover, body#content #left-col img.alignnone:hover {
			margin: 5px auto 5px auto;
		}
	
	body#content #left-col a img.alignleft, 
	body#content #left-col img.alignleft {
		float: left;
		margin: 5px 10px 5px 0px;
	}
	
		body#content #left-col a img.alignleft:hover, 
		body#content #left-col img.alignleft:hover {
			float: left;
			margin: 5px 10px 5px 0px;
		}
	
	body#content #left-col a img.alignright, 
	body#content #left-col img.alignright {
		float: right;
		margin: 0px 0px 5px 10px;
	}
	
		body#content #left-col a img.alignright:hover, 
		body#content #left-col img.alignright:hover {
			float: right;
			margin: 0px 0px 5px 10px;
		}
		
body#content #right-col {
	width: 246px;
	float: left;
	display: block;
}

	body#content #right-col #sidebar .sidebar-module {
		width: 246px;
		display: block;
		float: left;
		margin: 0px 0px 15px 0px;
		font-style: normal;
	}
	
	body#content #right-col #sidebar .sidebar-module h3 {
		display: block;
		font-size: 18px;
		color: #707070;
		font-weight: bold;
		letter-spacing: -1px;
		padding: 12px 0px 10px 22px;
		margin: 0px 0px 15px 0px;
		background: url(http://www.hwsa.net/media/images/sidebar_title_bg.jpg) repeat-y top left;
	}
	
	body#content #right-col #sidebar .sidebar-module h3 a {
		font-style: normal;
		color: #707070;
	}
	
	body#content #right-col #sidebar .sidebar-module h3.latest-news a {

		font-style: normal;
		color: #707070;
		padding: 0px 0px 0px 22px;
		background: url(http://www.hwsa.net/media/images/icon_rss_sidebar.png) no-repeat 0px 2px;
	}
	
	body#content #right-col #sidebar .sidebar-module ul.sublinks {
		margin: 10px 0px 0px 0px;
	}
	
	body#content #right-col #sidebar .sidebar-module ul.sublinks li {
		list-style: none;
		display: block;
		color: #969696;
		font-size: 12px;
		font-weight: bold;
	}
	
	body#content #right-col #sidebar .sidebar-module ul.sublinks li a {
		margin: 0px 12px 0px 12px; 
		list-style: none;
		padding: 7px 18px 7px 25px;
		display: inline-block;
		text-decoration: none;
		color: #969696;
		width: 170px;
		-moz-border-radius:20px;
		-khtml-border-radius:20px;
		-webkit-border-radius:20px;
	}
	
	body#content #right-col #sidebar .sidebar-module ul.sublinks li a:hover,
	body#content #right-col #sidebar .sidebar-module ul.sublinks li.current_page_item a {
		margin: 0px 12px 0px 20px; 
		background-color: #eeede8;
		list-style: none;
		padding: 7px 18px 7px 17px;
		display: inline-block;
		text-decoration: none;
		color: #aaa5a5;
		width: 170px;
		-moz-border-radius:20px;
		-khtml-border-radius:20px;
		-webkit-border-radius:20px;
	}
	
	body#content #right-col #sidebar .sidebar-module ul.news-articles {
		margin: 0px 0px 0px 25px;
	}
		
		body#content #right-col #sidebar .sidebar-module ul.news-articles li {
			list-style: none;
			color: #458c9a;
			font-size: 13px;
			font-weight: bold;
			letter-spacing: -1px;

			line-height: 14px;
			margin: 0px 0px 10px 0px;
			display: block;
			background: url(http://www.hwsa.net/media/images/icon_arrow_sidebar.png) no-repeat 0px 3px;
		}
		
		body#content #right-col #sidebar .sidebar-module ul.news-articles li span.grey,
		body#content #right-col #sidebar .sidebar-module ul.news-articles li span.grey {
			color: #818079;
			font-size: 11px;
			line-height:14px;
			font-weight: normal;
			padding: 0px 0px 0px 0px;
			display: block;
		}
		
		body#content #right-col #sidebar .sidebar-module ul.news-articles li a {
			color: #5087ad;
			padding: 0px 0px 0px 22px;
			margin: 0px; 
			text-decoration: none;
			display: block;
			width: 170px;
		}
		
		body#content #right-col #sidebar .sidebar-module ul.news-articles li a:hover,
		body#content #right-col #sidebar .sidebar-module ul.news-articles li.current_page_item a {
			color: #55544d;
			background: none;
		}
		
	body#content #right-col #sidebar .sidebar-module ul.archives {
		margin: 0px 0px 15px 24px;
		width: 200px;
	}
	
	body#content #right-col #sidebar .sidebar-module ul.archives li {
		font-size: 12px;
		line-height: 22px;
		color: #5087ad;
		font-weight: bold;
	}
	
		body#content #right-col #sidebar .sidebar-module ul.archives li a {
			color: #969696;
		}
		
		body#content #right-col #sidebar .sidebar-module ul.archives li a:hover {
			color: #55544d;
		}
		
body#content #content-bottom {
	width: 948px;
	height: 88px;
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 18px 0px 18px;
	background: transparent url(http://www.hwsa.net/media/images/content_bottom.png) no-repeat top center;
}
	
	body#content #content-bottom ul#breadcrumb {
		width: 625px;
		float: left;
		display: block;
		margin: 30px 0px 0px 30px;
	}
	
	body#content #content-bottom ul#breadcrumb li {
		display: inline;
		color: #919191;
		font-size: 12px;
		margin: 0px 3px 0px 0px;
		padding: 0px;
		float: left;
	}
	
	body#content #content-bottom ul#breadcrumb li a {
		display: inline;
		color: #919191;
	}
	
		body#content #content-bottom ul#breadcrumb li span.current,
		body#content #content-bottom ul#breadcrumb li a span.current {
			color: #3a6599;
		}
		
			body#content #content-bottom ul#breadcrumb li a span.current:hover {
				color: #3a6599;
				border-bottom: 1px dotted #3a6599;
			}
	
	body#content #content-bottom ul#breadcrumb li a:hover {
		color: #919191;
		border-bottom: 1px dotted #919191;
	}
	
	body#content #content-bottom ul.share { 
		height: 36px;
		width: 265px; 
		float: right; 
		display: block;
		margin: 18px 0px 0px 0px; 
	}
	
	body#content #content-bottom ul.share li.share-page {
		width: 153px;
		height: 24px;
		float: left;
		display: block;
		margin: 8px 15px 0px 0px;
		text-indent: -99999px;
		background: transparent url(http://www.hwsa.net/media/images/share_this_page.png) no-repeat top left;	
	}
	
	body#content #content-bottom ul.share li.facebook a {
		width: 36px;
		height: 36px;
		float: left;
		display: block;
		margin: 0px 3px 0px 0px;
		text-indent: -99999px;
		background: transparent url(http://www.hwsa.net/media/images/top_info_follow_us_buttons.jpg) no-repeat 0px 0px;
	}
	
	body#content #content-bottom ul.share li.facebook a:hover { background: transparent url(http://www.hwsa.net/media/images/top_info_follow_us_buttons.jpg) no-repeat 0px -36px; }
	
	body#content #content-bottom ul.share li.twitter a {
		width: 36px;
		height: 36px;
		float: left;
		display: block;
		margin: 0px 0px 0px 0px;
		text-indent: -99999px;
		background: transparent url(http://www.hwsa.net/media/images/top_info_follow_us_buttons.jpg) no-repeat -36px 0px;
	}
	
	body#content #content-bottom ul.share li.twitter a:hover { background: transparent url(http://www.hwsa.net/media/images/top_info_follow_us_buttons.jpg) no-repeat -36px -36px; }
	
	.table {font-size:80%;}
