/* CSS provided by template author, any additional CSS should be placed in web.css */
html, body {
	height: 100%;
	width: 100%;
	display: table;
}


body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #434343;
	margin: 0;
	padding: 0;
	background: #809f34 url('../images/common/body-bg.jpg') no-repeat 50% 0;
	vertical-align: middle;
	display: table-cell;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

#page {
	width: 994px;
	margin: 0 auto;
}
/* header start */
#header {
	overflow: hidden;
	height: 100%; 
	padding-bottom: 17px;
}
/* logo start */
#header h1 {
	float: left;
	margin: 0;
	background: url('../images/common/logo.png') no-repeat;
}

#header h1 a {
	float: left;
	text-indent: -9999px;
	width: 315px;
	height: 53px;
	overflow: hidden;
	position: relative; 
	background: url(../images/common/transparent.gif);
}
/* logo end */
#header a {
	margin: 8px 0 0; 
	float: right; 
	text-indent: -9999px; 
	width: 172px;
	height: 42px;
	overflow: hidden;
	background: url(../images/common/header-info.png) no-repeat ;
}
/* header end */

#content {
	/* removed by chardcastle to fix positions of twitter feed popups */
	/*overflow: hidden;*/
	height: 100%;
	padding: 0 2px 0 0;
}
/* main start */
.main {
	float: left; 
	width: 775px;
	background: url(../images/backgrounds/main-top-bg.png) no-repeat ;
	padding: 4px 0 0;
}
.main .bg {
	overflow: hidden;
	background: url(../images/backgrounds/main-bg.gif) repeat-y ;
	height: 100%;
	padding: 0 4px 12px;
}
.main .bottom-bg {
	height: 25px;
	overflow: hidden;
	text-indent: -9999px; 
	background: url(../images/backgrounds/main-bottom-bg.png) no-repeat ;
}
/* nav start */
.nav {
	height: 32px;
	overflow: hidden;
	padding: 0 19px 0 0;
	position: relative; 
	z-index: 100;
	background: url(../images/common/nav-bg.png) repeat-x ;
}
.nav ul {
	list-style: none;
	overflow: hidden;
	padding: 3px 0 0;
	margin: 0 0 0 2px;
	float: left; 
}
.nav ul li {
	float: left;
	padding: 2px 11px 0 5px;
	background: url(../images/common/nav-divider.gif) no-repeat ;
	height: 20px;
	margin-left: -2px;
	display: inline; 
}
.nav ul li a {
	float: left;
	height: 18px;
	overflow: hidden;
	text-decoration: none; 
	font: bold 11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	padding-left:6px;	
	text-align: center; 
}
.nav ul li span{
	padding-right:6px;
}
.nav ul li span.rightHoveractive{	
	display:block;
	height:20px;	
	background:transparent url(../images/backgrounds/mainNavHover/hoverRightBg.jpg) no-repeat top right;	
}
.nav ul li a:hover {
	/*
background: url(../images/common/nav-bg.gif) no-repeat ;
*/
}
.nav ul li a.active, .nav ul li a.jQhover{
	background: url(../images/common/nav-bg.gif) no-repeat ;
	color: #354812;
}
.nav .link {
	float: right; 
	text-decoration: none; 
	font: bold 11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 5px 0 0;
}
.nav .link:hover {
	text-decoration: underline; 
}
/* nav end */
/* sweet start */
.sweet {
	overflow: hidden;
	height: 100%;
	border-bottom: 1px solid #000; 
	background: url(../images/backgrounds/sweet-bg.gif) repeat-y ;
	margin: -4px 0 0;
}
.sweet ul {
	margin: 0;
	padding: 6px 14px 10px 16px;
	list-style: none;
	float: left; 
	width: 58px;
}
.sweet ul li {
	font: 12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 10px 0 0;
}
.sweet ul li a {
	text-decoration: none; 
	color: #360;
}
.sweet ul li a.active,
.sweet ul li a:hover {
	text-decoration: underline; 
}
.sweet .image {
	float: right;
	width: 658px;
	position: relative; 
}
.sweet .image img {
	float: left; 
}
.sweet .image h2 {
	position: absolute;
	left: 20px;
	top: 174px; 
	color: #fff;
	font: 45px "Times New Roman", Times, serif;
	margin: 0; 
}
.sweet .image p {
	margin: 0; 
	position: absolute;
	left: 118px;
	top: 210px; 
	color: #fff;
	font-size: 30px;
	height: 40px;
	line-height: 40px;
}
/* sweet end */
/* cont start */
.cont {
	overflow: hidden;
	height: 100%;
	width: 550px;
	padding: 0 0 0 37px;
}
/* breadcrumb start */
.breadcrumb {
	margin: 0;
	padding: 9px 0 0;
	overflow: hidden;
	height: 100%;
	list-style: none;
}
.breadcrumb li {
	float: left; 
	padding: 0 24px 0 14px;
	margin-left: -14px;
	display: inline; 
	background: url(../images/common/bread-arrow.gif) no-repeat 0 6px;
	color: #999;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.breadcrumb li a {
	text-decoration: underline; 
	color: #88ae40;
}
.breadcrumb li a:hover {
	text-decoration: none; 
}
/* breadcrumb end */
.cont h2 {
	margin: 0; 
	color: #88ae40;
	font-size: 20px;
	padding: 22px 0 0;
	letter-spacing: 1px;
	font-weight: normal; 
}
.cont p {
	margin: 0; 
	padding: 19px 0 0;
	line-height: 16px;
}
/* cont end */
/* main end */

/* footer start */
#footer {
	overflow: hidden;
	height: 100%;
	padding: 11px 15px 0 0;
	clear:both;
}
#footer .left {
	float: left; 
	width: 723px;
	height: 26px;
	margin: 3px 0 0;
	padding: 0 19px 0 29px;
	background: url(../images/common/footer-bg.png) no-repeat ;
}
#footer .left a {
	float: left; 
	margin: 8px 0 0;
	position: relative; 
	background: url(../images/common/footer-logo.png) no-repeat;
	width:67px;
	height:10px;
}
#footer .left a img {
	display: block; 
	
}
#footer .left p {
	margin: 0; 
	position: relative; 
	float: right; 
	color: #000;
	font: 10px/26px Arial, Helvetica, sans-serif;
}
#footer .right {
	float: right; 
	text-align: right; 
	margin: 0; 
	color: #000;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: -1px;
}
#footer .right a {
	position: relative; 
	top: 7px;
	margin-left: 2px;
}
/* footer end */



/*sifr start*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
object, embed {
	margin: 0;
	padding: 0;
	display: block;
}
/*sifr end*/

/* sidebar start */
.sidebar {
	float: right; 
	width: 192px;
	margin: -17px 0 0;
}
.sidebar .block {
	float: left;
	width: 192px;
	margin: 17px 0 0;
	padding: 5px 0 0;
	background: url(../images/backgrounds/sideBar/sidebar-top-bg.png) no-repeat ;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.sidebar .block .bg {
	height: 100%;
	background: url(../images/backgrounds/sideBar/sidebar-bg.gif) repeat-y ;
	padding: 0 3px;
	float: left;
	width: 186px;
}
.sidebar .block .bottom-bg {
	height: 9px;
	overflow: hidden;
	float: left;
	width: 100%; 
	background: url(../images/backgrounds/sideBar/sidebar-bottom-bg.png) no-repeat ;
}
/* chat start */
.chat {
	height: 100%;
	float: left; 
	width: 100%; 
}
.chat h3 {
	margin: 1px 0 0; 
	color: #88ae40;
	font: 18px/28px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding: 2px 0 0 14px;
	overflow: hidden;
	height: 100%; 
}
.chat h3 span {
	background: url(../images/chat/chat-head-bg.gif) no-repeat 100% 0;
	padding: 0 25px 0 0;
	float: left; 
}
.table {
	display: table; 
	height: 1%;
}
.chat ul {
	margin: 2px 0 0;
	padding: 0 1px 1px;
	list-style: none;
	height: 100%;
	float: left;
	width: 184px;
}
.chat ul li {
	height: 100%;
	background: #d9d9d9;
	color: #484848;
	padding: 1px;
	margin: 1px 0 0;
	position: relative; 
}
.chat ul li:after {
	content:"";
	display:block;
	width:100%;
	overflow:hidden;
	height:0;
	clear:both;
}
.chat ul li .img {
	float: left; 
	margin: 0 12px 0 0;
}
* html .chat ul li .img {
	margin-right: 9px;
}
.chat ul li .img img {
	display: block; 
}
.chat ul li p {
	margin: 4px 0 2px; 
	line-height: 13px;
	
}
.chat ul li p a {
	text-decoration: none; 
	color: #693;
}
.chat ul li p a:hover {
	text-decoration: underline; 
}
/* chat end */
/* contact start */
.contact {
	padding: 16px 0 18px 7px;
	background: #333;
	float: left; 
	width: 179px;

}
.contact strong {
	display: block; 
	font-size: 14px;
	margin-bottom: -1px;
	color: #fff;
}
.contact span {
	display: block; 
	font-size: 11px;
	line-height: 14px;
}
.contact span a, .contact span a:visited, .contactStack a, .contactStack a:visited {
	text-decoration: none; 
	color: #88ae40;
}
.contact span a:hover, .contactStack a:hover {
	text-decoration: underline; 
}
/* contact end */
/* download start */
.download {
	overflow: hidden;
	height: 100%;
}
.download h3 {
	margin: 1px 0 0; 
	color: #88ae40;
	font: 18px/28px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding: 1px 0 0 14px;
	overflow: hidden;
	height: 100%;
}
.download h3 span {
	float: left; 
	padding: 0 39px 4px 0; 
	background: url(../images/icons/pdf-icon.gif) no-repeat 100% 3px;
}
.download ul {
	margin: 3px 0 0;
	padding: 0 3px 2px;
	list-style: none;
	overflow: hidden;
	height: 100%;
}
.download ul li {
	background: #d9d9d9;
	line-height: 13px;
	padding: 3px 11px 4px;
	margin: 2px 0 0;
}
.download ul li a {
	text-decoration: none; 
	color: #54692d;
}
.download ul li a:hover {
	text-decoration: underline; 
}
/* download end */
/* pdf-text start */
.pdf-text {
	overflow: hidden;
	height: 100%;
	background: #333;
	color: #e3f2d6;
	padding: 0 15px 17px 9px;
}

.pdf-text p {
	margin: 8px 0 0; 
	line-height: 13px;
}
.pdf-text p a {
	text-decoration: none; 
	color: #98b959;
}
.pdf-text p a:hover {
	text-decoration: underline; 
}
/* pdf-text end */
/* popup start */
.popup {
	width: 165px;
	background: url(../images/backgrounds/twitterPopup/popup-top-bg.png) no-repeat ;
	padding: 7px 0 0;
	position: absolute;
	left: -25px;
	bottom: 47px; 
}
.popup-bg {
	overflow: hidden;
	height: 100%;
	background: url(../images/backgrounds/twitterPopup/popup-bg.png) repeat-y ;
	padding: 1px 18px 11px 21px;
}
.popup-bottom-bg {
	overflow: hidden;
	height: 33px;
	text-indent: -9999px; 
	background: url(../images/backgrounds/twitterPopup/popup-bottom-bg.png) no-repeat ;
}
.popup .popup-bg div {
	overflow: hidden;
	height: 100%;
}
.popup .close {
	float: right; 
}
.popup .close img {
	display: block; 
}
.popup span {
	width: 120px;
	float: left; 
	margin: 4px 0 0 !important; 
	clear: both;
	color: #2f2f2f;
}
/* popup end */
/* sidebar end */
