/* YUI CSS reset
----------------------------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ul, ol {
	list-style-type:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* End of reset
----------------------------------------------------------------------------------------------------*/
body {
	z-index: -100;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header {
	z-index: 2;
	height: 78px;
	background-color: #6C960C;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #3D5904;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #739F0E;
	background-image: url("images/header-bg.jpg");
	background-repeat: repeat-x;
}
#header img { /* floats logo image left */
	float:left;
}
#content {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 170%;
	color: #333;
}
#footer {
	height: 45px;
	color: #999;
	padding-top: 20px;
	margin-bottom: 15px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	background-image: url("images/footer-shadow.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
a {
	color: #4F7307;
}
#footer a {
	color: #999;
}

/* Suckerfish Menu Styles
----------------------------------------------------------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			27px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li:hover li li:hover ul, ul.sf-menu li.sfHover li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			-1px; /* to accomodate top border */
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
.sf-menu {
	float:			right;
	margin-bottom:	0em;
}
.sf-menu a { /* top level menu items */
	text-decoration:none;
	padding-right: 8px;
	padding-left: 8px;
	white-space: nowrap;
	padding-top: 8px;
	padding-bottom: 8px;
}
.sf-menu li li a {
	padding: 10px 12px;	/* set drop down menu height by adjusting the 10px value */
	font-size: 11px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #253601;
	border-bottom-color: #253601;
	border-left-color: #253601;
}
.sf-menu li li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #253601;
}
.sf-menu a, .sf-menu a:visited { /* main level menu text color */
	color: #F4FDE1;
}
.sf-menu a:hover, .sf-menu li.sfHover a { /* main level menu text hover color */
	color: #FFF;
}
.sf-menu li li a, .sf-menu li.sfHover li a { /* sub menu text color */
	color: #F4FDE1;
}
.sf-menu li li, .sf-menu li li li {
	background-color: #60860C; /* drop-down menu background color */
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background-color:		#446306; /* drop-down menu hover color */
}
.sf-menu li li, .sf-menu li li li {
	background-image: none;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background-image: none;
	outline:		0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	1.5em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			5px;
	top:			17px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url("images/arrows-ffffff.png") no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
li li .sf-sub-indicator {
	top:			13px; /* IE6 drop down arrow position */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			10px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
li li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			10px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url("images/shadow.png") no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* Type styles
----------------------------------------------------------------------------------------------------*/
p {
	padding-bottom: 10px;
}
h1 {
	color: #527608;
	letter-spacing: -1px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: normal;
	line-height: 34px;
	font-weight: normal;
	font-variant: normal;
}
h2 {
	color: #719C0E;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 28px;
	font-weight: normal;
}
h3 {
	color: #666;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
}
h4 {
	margin-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}
h5 {
	color: #333;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}

/* Navigation wrapper styles
----------------------------------------------------------------------------------------------------*/
#nav {
	z-index: 10;
	height: 33px;
	margin-top: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
}

/* Sidebar content and nav styles
----------------------------------------------------------------------------------------------------*/
.sidebarbox {
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:15px;
	background-color: #f5f3e5;
	line-height: 150%;
	font-size: 12px;
	color: #333;
}
.sidebarbox h3 {
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
	border-bottom: 1px solid #CCC;
	line-height: normal;
	margin-bottom: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	background-color: #577C0A;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
}
.sidebarbox p {
	padding:8px;
}
.sidebarbox ul {
	margin: 0px;
	padding: 3px 3px 2px 3px;
	background: #FFF;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.sidebarbox ul li {
	list-style: none;
	display: inline;
}
.sidebarbox ul li a {
	display: block;
	padding: 4px 4px 6px 10px;
	line-height: 18px;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	border-bottom:1px solid #FFF;
	
}
.sidebarbox ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #719C0E;
}
.simple {
	margin-bottom:15px;
	font-size: 12px;
	line-height: 150%;
	color: #666;
}
.simple ul li a {
	display: block;
	padding: 4px 4px 6px 10px;
	border-bottom:1px solid #EAEAEA;
	line-height: 18px;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
.simple ul li a:hover {
	text-decoration: none;
	color: #333;
	background-color: #f5f3e5;
}


/* Sub Feature Area Styles
----------------------------------------------------------------------------------------------------*/

#subfeature {
	background-color: #F4FDE1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1CDAB;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #446306;
	text-align: center;
	
}
.subtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333;
	text-align: center;
	
}
.optinname, .optinemail {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #000;
	text-align: center;
	width: 150px;
	margin-right: 4px;
	color: #FFF;
	background-color: #5C8209;
}
.submitbtn {
	font-weight: bold;
	color: #405E04;
	background-color: #F4FDE1;
	width: 40px;
	font-size: 22px;
	cursor:pointer;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.submitbtr {
	font-weight: bold;
	color: #65b200;
	font-size: 20px;
	cursor:pointer;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.submitbtn2 {
	font-weight: bold;
	color: #405E04;
	background-color: #F4FDE1;
	width: 40px;
	font-size: 16px;
	cursor:pointer;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.submitbtn3 {
	font-weight: bold;
	color: #e30b0b;
	font-size: 22px;
	cursor:pointer;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
.submitbtn3r {
	font-weight: bold;
	color: #e30b0b;
	font-size: 20px;
	cursor:pointer;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}
.submitbtn4 {
	font-weight: bold;
	color: #00aaf4;
	font-size: 16px;
	cursor:pointer;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.submitbtn5 {
	font-weight: bold;
	color: #08ac08;
	font-size: 16px;
	cursor:pointer;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.submitbtn6 {
	font-weight: bold;
	color: #1d5d15;
	font-size: 13px;
	cursor:pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.submitbtn7 {
	font-size: 10px;
	cursor:pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.smallitalic {
	font-size: 11px;
	font-style: italic;
	color: #5C8209;
	margin-top: 9px;
	
}

/* Social media icons in navigation
----------------------------------------------------------------------------------------------------*/

.sf-menu li li a.facebook {
	background-image: url("images/social-media/facebook.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
}
.sf-menu li li a.twitter {
	background-image: url("images/social-media/twitter.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
}
.sf-menu li li a.youtube {
	background-image: url("images/social-media/youtube.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
}
.sf-menu li li a.linkedin {
	background-image: url("images/social-media/linkedin.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
}
.sf-menu li li a.flickr {
	background-image: url("images/social-media/flickr.png");
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 30px;
}


/* Misc styles
----------------------------------------------------------------------------------------------------*/

.toppad { /* Generic style applied anywhere top padding needed */
	padding-top:20px;
}
caption {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
table {
	border: 1px solid #577C0A;
}
td {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #577C0A;
}
tr.even {
	background-color: #F5FAF3;
}
tr.odd {
	background-color: #C7E0B8;
}
th {
	color: #FFF;
	background-color: #577C0A;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-weight: bold;
}
.credit {
	margin-top:10px;
	color:#ccc;
}
#footer .credit a {
	color:#ccc;	
}


.cell {
	display: block;
	height: 28px;
	width: 212px;
	line-height: 18px;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	border-bottom:1px solid #FFF;
	color: #333;
	background-color: #f5f3e5;
}

.cell:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #719C0E;
}


.cell1 img {
	margin: 3px 5px 0px;
	float: left;
}

.grid_3 img {
	margin: 3px 5px 0px;
	float: left;
}

.cell1 {
	width: 157px;
	display: block;
	float: left;

}
.cell2 {
	width: 40px;
	display: block;
	float: left;
	line-height: 18px;
	padding: 4px 4px 6px 10px;
}
.cell3 {
	width: 215px;
	height:30px;
	display: block;

}
.cellt1 {
	width: 142px;
	display: block;
	float: left;

}
.cellt2 {
	width: 55px;
	display: block;
	float: left;
	line-height: 18px;
	padding: 4px 4px 6px 10px;
}



.pokermoneyoffer {
	
	height: 31px;
	width: 308px;
	border-bottom: 1px solid #dbf4da;
}
.pokermoneyoffer:hover {
	
}
.pokermoneyoffer:hover img {
	
	opacity: 0.6;
}
.pokermoneyoffer img {
	margin: 6px 10px 0px;
	float: left;
}
.pokermoneyoffername {
	margin: 7px 0px 0px;
	width: 100px;
	display: block;
	float: left;
}
.pokermoneyofferprice {
	margin: 7px 0px 0px;
	width: 50px;
	display: block;
	float: left;
}
.pokermoneyofferclaim {
	float: right;
	height: 24px;
	width: 93px;
	display: block;
	text-decoration: none;
	padding: 7px 0px 0px 26px;
	text-align: center;
}
.topbox {
	border: 1px solid #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom:15px;
	background-color: #f5f3e5;
	line-height: 150%;
	font-size: 12px;
	color: #333;
}
.prob {
	font-size: 9px;
	font-weight: bold;
}
.probb {
	font-size: 9px;
	font-style:oblique
}
