﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #66CCFF;
	background-image: url('bg.jpg');
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#wrapper {
	width: 960px;
	margin: 10px auto 10px auto;
}
#masthead {
	margin: 35px 0 0 0;
	width: 960px;
	height: 100px;
	background-image: url('logo.png');
	background-repeat: no-repeat;
}
#top_nav {
	height: 47px;
	margin: 12px 0 0 0;
	background-color: #FFFFFF;
	width: 723px;
}
#top_nav_left {
	height: 47px;
	width: 17px;
	background-image: url('menuleft.png');
	background-repeat: no-repeat;
	float: left;
}
#top_nav_right {
	height: 47px;
	width: 17px;
	background-image: url('menuright.png');
	background-repeat: no-repeat;
	float: right;
}
#mainnav {
	height: 47px;
	background-image: url('menubg.jpg');
	background-repeat: repeat-x;
}
a.nav, a.nav:link, a.nav:visited {
	display: block;
	height: 41px;
	margin: 12px 10px 0px 0px;
	text-align: center;
	text-decoration: none;
	font-size: 1.0em;
	color: #000;
	line-height: 30px;
	overflow: hidden;
	float: left;
	padding: 2px 9px 0px 8px;
}
a.nav:hover {
	color: #009900;
}
a.nav:active {
	color: #009900;
}
#slider {
	height: 260px;
	background-image: url('contenttop.png');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 10px;
}
#featured {
	width: 700px;
	padding-right: 250px;
	position: relative;
	border-left: 10px solid #FFF;
	height: 250px;
	overflow: hidden;
	background: #fff;
}
#featured ul.ui-tabs-nav {
	position: absolute;
	top: 0;
	left: 700px;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 240px;
	height: 250px;
	overflow: auto;
	overflow-x: hidden;
}
#featured ul.ui-tabs-nav li {
	padding: 1px 0;
	padding-left: 13px;
	font-size: 12px;
	color: #666;
}
#featured ul.ui-tabs-nav li img {
	float: left;
	margin: 2px 2px;
	background: #fff;
	padding: 2px;
	border: 1px solid #eee;
}
#featured ul.ui-tabs-nav li span {
	font-size: 11px;
	font-family: Verdana;
	line-height: 18px;
}
#featured li.ui-tabs-nav-item a {
	display: block;
	height: 60px;
	text-decoration: none;
	color: #009900;
	background: #fff;
	line-height: 20px;
	outline: none;
	padding-right: 5px;
}
#featured li.ui-tabs-nav-item a:hover {
	background: #FFF;
	background-image: url('navoff.jpg');
	background-repeat: repeat-y;
	color: #000;
}
#featured li.ui-tabs-selected {
	background: url('selected-item.gif') top left no-repeat;
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	background: #FFF;
	background-image: url('navoff.jpg');
	background-repeat: repeat-y;
	color: #009900;
}
#featured .ui-tabs-panel {
	width: 700px;
	height: 250px;
	background: #999;
	position: relative;
}
#featured .ui-tabs-panel .info {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 70px;
	background: url('images/transparent-bg.png');
}
#featured .ui-tabs-panel .info a.hideshow {
	position: absolute;
	font-size: 11px;
	color: #f0f0f0;
	right: 10px;
	top: -20px;
	line-height: 20px;
	margin: 0;
	outline: none;
	background: #333;
}
#featured .info h2 {
	font-size: 1.2em;
	color: #fff;
	padding: 5px;
	margin: 0;
	font-weight: normal;
	overflow: hidden;
}
#featured .info p {
	margin: 0 5px;
	font-size: 11px;
	line-height: 15px;
	color: #f0f0f0;
}
#featured .info a {
	text-decoration: none;
	color: #fff;
}
#featured .info a:hover {
	text-decoration: underline;
}
#featured .ui-tabs-hide {
	display: none;
}
#container {
	background-color: #FFFFFF;
	width: 940px;
	float: left;
	background-color: #ffffff;
	padding: 0px 10px 0px 10px;
	color: #003300;
}
#container a {
	text-decoration: underline;
	color: #000000;
}
#container a:hover {

	color: #003300;
}
#holdem {
	background-color: #EEEEEE;
	float: left;
}
#left_col {
	width: 420px;
	float: left;
	background-image: url('contentleftbg.jpg');
	background-repeat: no-repeat;
	padding: 10px 10px 0px 15px;
}
#right_col {
	width: 195px;
	float: right;
	background-image: url('contentrightbg.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px 5px 0px 15px;
}
#page_content {
	margin-left: 450px;
	margin-right: 215px;
	padding: 10px 15px 0px 10px;
	background-color: #EEEEEE;
	width: 250px;
}

#left_col2 {
	width: 700px;
	float: left;
	background-image: url('contentleftbg.jpg');
	background-repeat: no-repeat;
	padding: 10px 10px 0px 15px;
}
#right_col2 {
	width: 195px;
	float: right;
	background-image: url('contentrightbg.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px 5px 0px 15px;
}
.gallery {
	padding: 0;
	margin: 10px 0px 0px 50px;
	display: inline-block;
	width: 620px;

}
.gallery img {
	margin: 10px 10px 10px 10px;
	padding: 1px;
	border: 1px solid #FFF;
}
.gallery a {
	border: 1px solid #eeeeee;
	display: inline-block;
}
.gallery a:hover {
	border: 1px solid #003300;
}

.testimonials {
	border-radius: 10px;
	box-shadow: 2px 2px 2px 2px #808080;
	padding: 5px;
	border: 1px solid #003300;
	background-color: #FFFFFF;
}
.h2spacer {
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	font-size: 110%;
}
p {
	font-size: 86%;
}
#container ul {
	font-size: 86%;
	margin:20px 0 20px 0;
	padding:0;
	list-style-type:none;
}
#container li {
	background-image:url('bullet.gif');
	background-repeat:no-repeat;
	padding-bottom: 10px;
	padding-left:20px;
}
.butwithcon {
	height: 129px;
	width: 120px;
	margin: 0 0 0 40px;
	border: 1px solid #eee;
}
.edbi {
	height: 120px;
	width: 100px;
	margin: 0px 0 0 50px;
	border: 1px solid #eee;
}

#footer {
	clear: both;
	height: 28px;
	background-image: url('footer.png');
	background-repeat: no-repeat;
	padding-top: 30px;
	text-align: center;
	color: #FFF;
}
#footer a {
	color: #ccc;
	text-decoration: none;
	font-size: 70%;
	padding: 0 20px 0 20px;
}
.points {
	font-size: 0.6em; 
	color: #FFF;
	text-align:center;
}
