@charset "utf-8";
/* CSS Document */
/*FORM*/
body{
background:#ffffff;	
}
.rss{
	float:right;
}
.wilson_status a{
color:#3A5071;	
}
.wilson_status a:visited{
color:#3A5071;	
}
.wilson_status ul{
list-style:square;
margin-top:5px;
margin-left:15px;
}
#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left:-200px;
	width: 400px;
	height: 200px;
	padding: 48px;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: hidden;
}

img{
outline:0px;
border:0px;
}
#boxtitle
{
	position:absolute;
	float:left;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	padding-top:4px;
	padding-left:8px;
	margin:0;
	border-bottom:4px solid #999999;
	background-color: #cccccc;
	font:bold 13px arial, verdana, helvetica;
	color:#3A5071;
	text-align:center;
}

.feed_but{
	float:right;margin-right:34px;}
/*FORM*/
/* SLIDER */
a{
	outline:none;
}
.hwSlider                         { width: 611px; height: 220px; position: relative; margin: 0 auto;background:url("../images/banner_nav_bg3.jpg") no-repeat; }
.hwSlider .wrapper                { width: 610px; overflow: auto; height: 190px; margin: 0px; position: absolute; top: 0; left: 0; }
.hwSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: -40px; background:url("../images/banner_bg.jpg") repeat-x; margin: 0; }
.hwSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 680px; margin: 0; }
.hwSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.hwSlider .forward                { background-position: 0 0; right: -20px; }
.hwSlider .back                   { background-position: -67px 0; left: -20px; }
.hwSlider .forward:hover          { background-position: 0 -200px; }
.hwSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 193px; text-align: right;margin-right:30px; }
#thumbNav a                             { color: black; font: 11px arial,Georgia, Serif; display: inline-block; padding: 1px 6px;text-decoration:none; height: 14px;border:1px solid #ffffff; margin: 0 5px 0 0; background: url("../images/nav_button_bg.jpg") repeat-x; text-align: center;  }
#thumbNav a:hover                       { background: #fff; }
#thumbNav a.cur                         { background: #89b6d5;color:white; }

#start-stop                             { background: white; font: 11px/18px Georgia, Serif;background-repeat: repeat-x; color: white; padding: 4px 6px; height:8px; text-align: center; border:1px solid #325272;position: absolute; right: 45px; top: 193px; }
#start-stop.playing                     { background-color: white; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.wrapper{
	overflow: hidden;}
.hwSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.hwSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

/* SLIDER */


img{
	border:0px;
}
.linking{
text-decoration:none;
color:#325272;
font-weight:bold;
font: 13px arial,verdana,helvetica;
}
.urlLink{
color:green;
font: 12px arial,verdana,helvetica;
}
/* BEGIN WRAPPERS*/
.wrapper_header{
	background: url("../images/header_bg2.jpg");
	height:130px;
	width:100%;
	position:relative;
}
.wrapper_content{
	background: #ffffff;
	width:100%;
	position:relative;
}
.wrapper_contenthome{
	background: #ffffff;
	width:100%;
	position:relative;
}
.wrapper_footer{
	width:100%;
	background: #ffffff url("../images/footer_bg3.jpg") repeat-x;
	position:relative;
	height:120px;
}
.wrapper_footerhome{
	width:100%;
	background:#fafafa;
	position:relative;
}
	
/* END WRAPPERS*/


/* BEGIN HEADER*/
.header{
	width:780px;
	height:130px;
	margin:0 auto;
	background:url(../images/header_bg.jpg) no-repeat;
	padding:0;
}
.logo{
	float:left;
	width:130px;
	margin-left:37px;
	height:130px;
}
.banner_container{
	float:left;
	width:610px;
}
.banner{
	width:610px;
}
.header_right{
	float:left;
	width:610px;
	height:130px;
}
.search{
	background:url("../images/search_bg.png");
	width:400px;
	padding-top:10px;
	height:40px;
	float:right;
}
.dropdown{
	margin-left:24px;
	float:left;
}
#dropdown input{
height:22px;	
}
.textsearch{
	float:left;
}
#dropdown{
	padding-top:0px;
	height:22px;
}
#dropdown2{
	padding-top:2px;
	height:33px;
	font:20px arial,verdana,helvetica;
	margin-right:4px;
}
.cart_info{
float:left;
font:12px arial, verdana, helvetica;
color:white;
margin-top:5px;
margin-left:60px;
}
.cart_info a{
	font-weight: bold;
}
.cart_info a:link{
color:green;
text-decoration:none;
font:14px bold arial, verdana, helvetica;
}
.cart_info a:visited{
color: green;
text-decoration: none;
font-weight: bold;
font:14px bold arial, verdana, helvetica;
}
.cart_info a:hover{
color: green;
text-decoration: underline;
font:14px bold arial, verdana, helvetica;
}
.read_more{
	text-align:right;
	float:right;
	width:100px;
	margin-right:30px;
	margin-top:20px;
}
.read_more a:link{
	text-decoration:none;
	color:#4777A5;
	font:12px arial,verdana,helvetica;
	font-weight:bold;
}
.read_more a:visited{
	text-decoration:none;
	color:#4777A5;
	font:12px arial,verdana,helvetica;
	font-weight:bold;
}
.read_more a:hover{
	text-decoration:none;
	color:#4777A5;
	font:12px arial,verdana,helvetica;
	font-weight:bold;
}
.buy_button{
	text-align:right;
	float:left;
	width:100px;
	margin-left:10px;
	margin-top:12px;
}
.buy_button a:link{
	text-decoration:none;
	color:#4777A5;
	font:12px arial,verdana,helvetica;
	font-weight:bold;
}
.buy_button a:visited{
	text-decoration:none;
	color:#4777A5;
	font:12px arial,verdana,helvetica;
	font-weight:bold;
}
.buy_button a:hover{
	text-decoration:none;
	color:#4777A5;
	font:12px arial,verdana,helvetica;
	font-weight:bold;
}
.radio_button{
	margin:0px;
	margin-right:1px;
	padding:0px;
}
.feedbacktext{
	color:black;
}
#searchbox{
	padding-top:2px;
	height:26px;
	font:20px arial,verdana,helvetica;
}
.textsearch input{
	height:16px;
}
.menu_container {
background:url("../images/menu_butt.jpg") repeat scroll 0 0 transparent;
height:33px;
margin-left:2px;
margin-top:97px;
position:relative;
width:611px;
}
.menu li ul li{
		border-top:1px solid #eae558;
	border-bottom:1px solid #eae558;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	width:180px;
}
.menu li ul{
	visibility:hidden;
	position:absolute;
	margin-top:6px;
	list-style:none;
	width:180px;
	text-align:left;
	padding-top:10px;
	padding-right:10px;
	margin-left:-5px;
	display:block;
}
.menu li ul li:hover{
	background:white;
	background-position:top;
	border-top:1px solid #4a84be;
	border-bottom:1px solid #4a84be;
	padding-left:5px;
	padding-right:5px;
	width:180px;
}
.menu li:hover ul{
	visibility:visible;
	z-index:9999;
	height:60px;
	background:#eae558;
	border-bottom:1px solid #4a84be;
	border-left:1px solid #4a84be;
	border-right:1px solid #4a84be;
	display:block;
}

.menu{
	height:33px;
	float:left;
	display:inline;
	background:#4a84be;
	font: 14px arial;
}
.menu ul{
	display:inline;
	height:33px;
	padding:0px;
	margin:0px;
}
.menu li{
	float:left;
	list-style:none;
	margin-right:1px;
	text-transform:uppercase;
}
.nav_button{
	background:url(../images/menu_butt.jpg);
	padding-left:3px;
	padding-right:3px;
	padding-top:11px;
	height:22px;
	color:white;
}
.nav_button2{
	background:url(../images/menu_butt2.jpg);
	padding-left:3px;
	padding-right:3px;
	padding-top:11px;
	height:22px;
	color:white;
}
.nav_button a{
	text-decoration:none;
	font:12px arial,verdana,helvetica;
	color:white;
	outline:none;
	padding-left:2px;
	padding-right:2px;
}
.nav_button2 a{
	text-decoration:none;
	font:12px arial,verdana,helvetica;
	color:#696969;
	outline:none;
	padding-left:2px;
	padding-right:2px;
}
.networking{
	width:200px;
	height:60px;
	margin-left:430px;
	position:absolute;
	top:34px;
}
.facebook{
width: 58px;  
height: 63px;
overflow:hidden; 
float:left; 

}
.facebook_icon{
	top:35px;
	height:100px;
	position:relative;
}
.twitter{
width: 58px;  
height: 63px;
overflow:hidden;  
float:left; 
}
.twitter_icon{
	top:35px;
	height:100px;
	position:relative;
}
.networking2{
	width:140px;
	height:60px;
	top:0px;
	margin-top:19px;
	margin-left:127px;
}
.facebook2{
width: 34px;  
height: 63px;
overflow:hidden; 
float:left;
}
.facebook_icon2{
	top:7px;
	height:100px;
	position:relative;
}
.twitter2{
width: 34px;  
height: 63px;
overflow:hidden;  
float:left; 
}
.twitter_icon2{
	top:7px;
	height:100px;
	position:relative;
}
.youtube2{
width: 34px;  
height: 63px;
overflow:hidden;  
float:left; 
}
.youtube_icon2{
	top:7px;
	height:100px;
	position:relative;
}
/* END HEADER*/

/* BEGIN CONTENT*/
.content{
	width:750px;
	background:#ffffff;
	margin:0 auto;
	min-height:400px;
	padding:0;
	padding-left:15px;
	padding-right:15px;
}
.content_home{
	width:777px;
	margin:0 auto;
	background:#ffffff;
	padding:0;
}
.left_nav{
	background:url(../images/left_nav_bg3.jpg) no-repeat;
	height:220px;
	width:167px;
	float:left;
}
.clear
{
clear:both;
}
.left_nav ul{
	padding-top:0px;
	margin-top:5px;
	font-weight:bold;
	list-style:none;
	padding-left:0px;
	margin-left:27px;
}
.left_nav li{
	padding-left:13px;
	margin-bottom:6px;
	margin-top:0px;
	height:15px;
	padding-top:0px;
	background:url("../images/arrow.png") no-repeat;
	background-position:0px 7px;
}
.left_nav a:link{
	color:#e7e491;
	font:12px arial,verdana,helvetica;
	font-weight:bold;
	text-decoration:none;
}
.left_nav a:visited{
	color:#e7e491;
	font:12px arial,verdana,helvetica;
	font-weight:bold;
	text-decoration:none;
}
.left_nav a:hover{
	color:#ffffff;
	font:12px arial,verdana,helvetica;
	font-weight:bold;
	text-decoration:underline;
}
.news_section{
width:352px;
height:185px;
margin-right:7px;
padding-top:6px;
background:url(../images/top_sec_div.jpg) no-repeat;
float:left;
}
.title{
	margin-left:4px;
	padding-right:4px;
}
.content_home h2{
	font:12px arial,verdana,helvetica;
	color:#3a5071;
	background:#ffffff;
	margin-top:0px;
	margin-bottom:5px;
	padding-bottom:0px;
	padding-top:0px;
}
.ww_links{
	float:left;
	margin-top:5px;
}
.news_holder{
	border-bottom:1px solid #e7e491;
	min-height:40px;
	padding-left:7px;
	margin-left:4px;
	width:345px;
}
.news_holder_last{
	min-height:40px;
	padding-left:7px;
	margin-left:4px;
	width:345px;
}
.news_title{
font:11px tahoma, arial,verdana,helvetica;
color:#4777a5;
float:left;
font-weight:bold;
margin-top:0px;
padding-top:0px;	
}
.news_title a:link {
color:#4777a5;
font-weight:bold;
}
.news_title a:hover {
color:#4777a5;
font-weight:bold;
}
.news_title a:visited {
color:#4777a5;
font-weight:bold;
}
.news_date{
font:11px arial,verdana,helvetica;
color:#4777a5;
border:1px solid #e7e491;
margin-top:-1px;
margin-right:0px;
float:right;
text-align:center;
width:100px;
padding-top:0px;
}
.news_content{
padding-top:2px;
font:11px tahoma, arial,verdana,helvetica;
width:343px;
color:#3A5071;
}
.news_content p{
	margin-top:0px;
	margin-bottom:7px;
}
.print_section{
width:200px;
height:185px;
padding-top:6px;
overflow:hidden;
background:url(../images/top_sec_div.jpg) no-repeat;
float:left;
}
.print_scroll{
width:2000px;
height:274px;
}
.scroll_hide{
width:200px;
height:274px;
overflow:hidden;
}
.print_content{
}
.print_image{
	margin-top:16px;
	margin-left:0px;
	float:left;
}
.print_heading{
	height:104px;
	margin-top:16px;
	margin-left:3px;
	width:100px;
	float:left;
}
.print_status{
	font:11px arial,verdana,helvetica;
	color:#4777a5;
	padding-left:6px;
	padding-right:6px;
	padding-top:12px;
	text-align:center;
	font-weight:bold;
}
.book_title{
	font:11px arial,verdana,helvetica;
	color:black;
	padding-left:6px;
	padding-right:6px;
	padding-top:6px;
	text-align:center;
	width:100px;
	margin:0 auto;
}
.book_title a:link {
	color:black;
	text-decoration:underline;
}
.book_title a:visited {
	color:black;
	text-decoration:underline;
}
.book_title a:hover {
	color:black;
	text-decoration:underline;
}
.print_summary{
	font:11px arial,verdana,helvetica;
	color:#3A5071;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
}
.divider{
	width:780px;
	height:3px;
	margin:0px;
	background:url("../images/hdivider.jpg");
}
.wilsonweb_section{
	width:218px;
	height:182px;
	float:left;
	padding-top:6px;
}
.wilsonweb_content{
	font:11px tahoma, arial, verdana, helvetica;
	color:#4777a5;
	margin-top:-10px;
	
}
.hw_links{
width:777px;
height:150px;
margin-left:0px;
float:left;
}
.icon_holder{
	width:572px;
	float:left;
}
.quick_icon{
float:left;
margin-left:0px;
width:114px;
height:150px;
}
div:hover.quick_icon{
float:left;
margin-left:0px;
width:114px;
height:150px;
background:url(../images/feature_hover.jpg) repeat-x;	
}
.quick_image{
	text-align:center;
}
.quick_imagecb{
	text-align:center;
	padding:2px;
	width:62px;
	margin-left:16px;
	background:#ffffff;
	border: 1px solid #cccccc;
}
.quick_imagenb{
	text-align:center;
	padding:2px;
	width:66px;
	margin-left:6px;
	background:#ffffff;
	border: 1px solid #cccccc;
}
.quick_imagecc{
	text-align:center;
	padding:2px;
	width:78px;
	margin-top:10px;
	margin-left:13px;
	background:#ffffff;
	border: 1px solid #cccccc;
}
.quick_title{
	text-align:center;
	font:12px arial,verdana,helvetica;
	color:#4777a5;
	font-weight:bold;
}
.quick_title a:link{
	color:#4777A5;
	text-decoration:none;
}
.quick_title a:visited{
	color:#4777A5;
	text-decoration:none;
}
.quick_title a:hover{
	color:#4777a5;
	text-decoration:none;
}
.text_links{
	float:left;
	width:205px;
}
.text_links ul{
	float:left;
	color:#4777a5;
	margin-left:30px;
	margin-top:2px;
	list-style:square;
	padding-left:0px;
}
.text_links a:link{
	color:#3A5071;
	font:11px arial,verdana,helvetica;
}
.text_links a:visited{
	color:#3A5071;
	font:11px arial,verdana,helvetica;
}

.text_links a:hover{
	color:#325272;
	font:11px arial,verdana,helvetica;
}
.ww_links a:link{
	color:#3A5071;
	font:11px arial,verdana,helvetica;
}
.ww_links a:visited{
	color:#3A5071;
	font:11px arial,verdana,helvetica;
}

.ww_links a:hover{
	color:#325272;
	font:11px arial,verdana,helvetica;
}
.ww_left{
	float:left;
	width:90px;
	margin-left:25px;
	line-height:20px;
	padding-left:0px;
	margin-bottom:0px;
	text-indent:-4px;
	margin-top:0px;
	list-style:square;
}
.ww_right{
	float:left;
	width:90px;
	margin-bottom:0px;
	line-height:20px;
	margin-left:4px;
	margin-top:0px;
	text-indent:-4px;
	padding-left:0px;
	list-style:square;
}
.footer{
	background:url("../images/footer_bg3.jpg") repeat-x;
	width:777px;
	margin:0 auto;
	color:#3A5071;
	font:11px arial, verdana, helvetica;
	text-align:center;
	height:120px;
}
.newsletterbox{
	float:left;
}
.newsletterbutt{
	float:left;
}
input.newsletterbox{
border:0px;
height:22px;
}
input.newsletterbutt{
margin-top:5px;
outline:none;
border:0px;
}
.footerhome{
	background:url("../images/footer_bg3.jpg") repeat-x;
	width:780px;
	margin:0 auto;
	color:#3A5071;
	font:11px arial, verdana, helvetica;
	text-align:center;
	height:80px;
}
.footer_right{
	text-align:left;margin-left:10px;float:left;padding-top:15px;height:64px;width:390px;background:url(images/footer_rightbg2.jpg)no-repeat; background-position:bottom right;
}
/* END CONTENT*/


