﻿/* CSS Document */

/* Slider */

#slider1 {
    width: 875px; /* important to be same as image width */
    height: 360px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	top: 0;
	margin-left: 0;
	background-color:#535252;
}

#slider1Content {
    width: 875px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	padding:0;
	margin:0
}
.slider1Image {

	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 694px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.slider1Image span strong {
    font-size: 14px;
}
.left-slider1 {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right-slider1 {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
ul { list-style-type: none;}
.clear {
	clear: both;
}

/* Shadowbox */
#sb-container,#sb-wrapper{text-align:left;}#sb-container,#sb-overlay{position:absolute;top:0;left:0;width:100%;margin:0;padding:0;}#sb-container{height:100%;display:none;visibility:hidden;z-index:999;}body>#sb-container{position:fixed;}#sb-overlay{height:expression(document.documentElement.clientHeight+'px');}#sb-container>#sb-overlay{height:100%;}#sb-wrapper{position:relative;}#sb-wrapper img{border:none;}#sb-body{position:relative;margin:0;padding:0;overflow:hidden;border:1px solid #303030;}#sb-body-inner{position:relative;height:100%;}#sb-content.html{height:100%;overflow:auto;}#sb-loading{position:absolute;top:0;width:100%;height:100%;text-align:center;padding-top:10px;}#sb-body,#sb-loading{background-color:#060606;}#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}#sb-title-inner,#sb-info-inner{position:relative;font-family:'Lucida Grande',Tahoma,sans-serif;line-height:16px;}#sb-title,#sb-title-inner{height:26px;}#sb-title-inner{font-size:16px;padding:5px 0;color:#fff;}#sb-info,#sb-info-inner{height:20px;}#sb-info-inner{font-size:12px;color:#fff;}#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;}#sb-nav-close{background-image:url(resources/close.png);background-repeat:no-repeat;}#sb-nav-next{background-image:url(resources/next.png);background-repeat:no-repeat;}#sb-nav-previous{background-image:url(resources/previous.png);background-repeat:no-repeat;}#sb-nav-play{background-image:url(resources/play.png);background-repeat:no-repeat;}#sb-nav-pause{background-image:url(resources/pause.png);background-repeat:no-repeat;}#sb-counter{float:left;padding:2px 0;width:45%;}#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}#sb-counter a.sb-counter-current{text-decoration:underline;}div.sb-message{font-family:'Lucida Grande',Tahoma,sans-serif;font-size:12px;padding:10px;text-align:center;}div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

/* Hide List Title */
.sf_listTitle 

{
	margin: 0;
	padding: 0;
	Visibility: hidden;
}
/*General Tags */
BODY {
	background-color: #a4a3a3;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
}
div.container {
	background-color: #a4a3a3;
	padding-top: 0px;
	width: 875px;
}
div.content {
	background-color: #ffffff;
	padding: 20px;
	text-align:left;
}
div.footer {
	margin:0;
	padding:0;
	float:left;
}
div.footerline {
	font: arial;
	font-size: 10px;
	font-stretch: condensed;
	color: #535252;
}
div.footerline a, div.footerline a:visited, div.footerline a:active {
	font: arial;
	font-size: 10px;
	font-stretch: condensed;
	color: #535252;
	text-decoration:none;
}
div.footerline a:hover {
	font: arial;
	font-size: 10px;
	font-stretch: condensed;
	color: #535252;
	text-decoration:underline;
}
a, a:hover, a:visited, a:active {
	color: #2aa5bb;
	text-decoration:none;
}
.maintext {
	font-family:Arial;
	font-size:14px;
	color: #3c3b3b;
}
.maintitle {
	font-family:Arial;
	font-size:24px;
	font-weight:bold;
	margin-top:10px;
	color: #3c3b3b;
}

.subtext {
	font-family:Arial;
	font-size:12px;
	color: #3c3b3b;
}
.subtitle {
	font-family:Arial;
	font-size:16px;
	font-weight:bold;
	margin-top:10px;
	color: #3c3b3b;
}
/* menu */
#menuHolder {
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 900;
	color: #ffffff;
	background-color: #535252;
	width: 875px;
	width: 100%;
}
.menu {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 875px;
	background: #535252;
	float: left;
}
.menu li {
	display: inline;
}
* html .menu li {
	margin: 0;
	padding: 0;
	text-align: center;
}
.menu li a {
	height: 33px;
	overflow: hidden;
	float: left;
	line-height: 33px;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	text-indent: 14px;
	padding-right: 15px;
	color: #ffffff;
	background: #535252;
	cursor: pointer;
}
.menu li.sub a {
	color: #000;
	background: #3c3b3b;
}
.menu li:hover > a, ul.menu li.current_page_item > a {
	color: #2aa5bb;
	background: #3c3b3b;
	display: block;
}
ul.menu li.is-open > a {
	background-position: top right;
}
.menu li:hover > a {
	color: #2aa5bb;
}
.menu li a.home, .menu li.is-open a.home, ul.menu li.current_page_item a.home {
	width: 33px;
	background: url("http://www.worldhelp.net/graphics/home.gif") no-repeat top left;
}
.menu li:hover a.home {
	background-position: 0 -33px;
}
.menu li.has_child:hover, ul.menu li.has_child.current_page_item, ul.menu li.has_child.is-open {
	/*push the breadcrumbs down*/
	margin-bottom: 30px;
}
ul.menu li ul li.current_page_item {
	margin-bottom: 0;
}
ul.menu li.current_page_item ul, ul.menu li.is-open ul {
	display: block;
}
.menu li:hover ul {
	display: block;
	z-index: 100;
}
/* submenu */
.menu li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 33px;
	left: 0px;
	width: 100%;
	width: 875px;
	display: none;
	background: #3c3b3b;
	z-index: 1;
}
.menu li ul li {
	margin: 0;
	padding: 0;
	text-align: center;
}
.menu li ul li a {
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #999;
	display: block;
	line-height: 25px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	height: auto;
	background: #3c3b3b;
	text-indent: 0;
}
.menu li ul li.last-child a, .menu li ul li.last-child a:hover, .menu li ul li.current_page_item.last-child a, .menu li ul li.current_page_item.last-child a:hover {
	background: none;
}
li.cleaner {
	clear: both;
	width: 1px;
	height: 1px;
}
.menu li ul li:hover {
	margin: 0;
}
.menu li ul li:hover a, .menu li ul li.current_page_item a {
	background: url(images/layout/subnav-bg-right.gif) no-repeat right center;
}
/*feature boxes*/
/*common features*/
.down-button {
	display: block;
	float: right;
	margin-right: 3px;
	margin-top: 0;
	padding-top: 0;
	width: 12px;
	height: 12px;
	outline: none;
	background: url("http://www.worldhelp.net/graphics/down_arrow.jpg") no-repeat 0 0;
}
.up-button {
	display: block;
	float: right;
	margin-right: 3px;
	margin-top: 0;
	padding-top: 0;
	width: 12px;
	height: 12px;
	outline: none;
	background: url("http://www.worldhelp.net/graphics/up_arrow.jpg") no-repeat 0 0;
}
.right-button {
	display: block;
	float: right;
	margin-right: 3px;
	margin-top: 0;
	padding-top: 0;
	width: 12px;
	height: 12px;
	outline: none;
	background: url("http://www.worldhelp.net/graphics/right_arrow.jpg") no-repeat 0 0;
}
.left-button {
	display: block;
	float: right;
	margin-right: 3px;
	margin-top: 0;
	padding-top: 0;
	width: 12px;
	height: 12px;
	outline: none;
	background: url("http://www.worldhelp.net/graphics/left_arrow.jpg") no-repeat 0 0;
}

/*spotlight section*/
.spotlight {
	float: left;
	width: 288px;
	background-color: #535252;
}
.spotlight ul {
	margin-left: 0px;
	padding: 0px;
	list-style: none;
	overflow: hidden;
}
.spotlight ul li {
	width: 132px;
	height: 96px;
	float: left;
	margin: 0px 0px 0px 8px;
	padding: 0px 0px 0px 0px;
}
#spotlightHolder {
	width: 288px;
	height: 115px;
	overflow: hidden;
	position: relative;
	margin: 00;
	padding: 0;
	float: left;
}
.spotlightButtons {
	position: relative;
	margin: 10px 5px 5px 0px;
	padding-bottom: 0px;
	float: left;
}
/*social section*/
.social {
	float:left;
	margin-left: 5px;
	width: 288px;
	background-color: #535252;
}
.social ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	float: left;
}
.social ul li {
	color: #ffffff;
	margin: 10px 10px 15px 10px;
	font-size: 10px;
	text-align:left;
}

#socialHolder {
	width: 288px;
	height: 115px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
}
.socialButtons {
	position: relative;
	margin: 10px 5px 5px 0px;
	padding-bottom: 0px;
	float: left;
}
/*news section*/
.news {
	float:left;
	margin-left: 5px;
	width: 288px;
	background-color: #535252;
}
.news ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	float: left;
}
.news ul li, .news ul li a {
	color: #ffffff;
	margin: 10px 10px 15px 10px;
	font-size: 10px;
	text-align:left;
}
#newsHolder {
	width: 288px;
	height: 115px;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
}
.newsButtons {
	position: relative;
	margin: 10px 5px 5px 0px;
	padding-bottom: 0px;
	float: left;
}
/* Email Subscription */
.emailForm 
{
	margin: 0;
	padding:3px;
	border: 0;
	height:25px;
	background-color:#535252;
}

.emailSubmit
{
	background: url("http://www.worldhelp.net/graphics/email-icon.gif") no-repeat 0 0;
	width: 25px;
	height: 25px;
	float:left;
	vertical-align:middle;
	outline:none;
	z-index:900;
	display:block;
}

.emailBox
{
	width:223px;
	margin-left:6px;
	height:16px;
	vertical-align:baseline;
}