/* @override http://holdemrebates.com/styles.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}



/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	text-align: center;
	min-width: 600px;
}

#wrapper {
	margin:0 auto;
	width:600px;
	text-align: left;
}

#container {
	height: 600px;
	margin-right: auto;
	margin-left: auto;
	width: 920px;
	background-color: #CCFFCC;
	margin-top: 10px;
}

#top_bar {
	height: 15px;
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background-color: white;
}

#header {
	height: 180px;
	background: #c3f6c3 url(header.png) no-repeat 20px 25px;
}

#content {
	background-color: #CCFFCC;
	height: 600px;
}

#spacer {
	background-color: #CCFFCC;
	height: 30px;
}

/* columns */

#one {
	background-color: white;
	margin-left: 20px;
	width: 250px;
	margin-top: -10px;
}

#one img {
	margin-left: -125px;
	margin-top: 15px;
}

#two {
	width: 250px;
	background-color: white;
	float: right;
	margin-right: 20px;
	margin-top: -593px;
}

#two img {
	margin-top: 12px;
	margin-left: -125px;
}

#three {
	width: 250px;
	height: 400px;
	background-color: white;
	float: right;
	margin-top: -593px;
	margin-right: 330px;
}

#three img {
	margin-top: 17px;
	margin-left: -135px;
}

/* Delete me */


#one ol li { border-bottom:1px dashed #666; padding:10px 0 10px 210px; height:65px; position:relative }
#one ol li.even { background: #fde7ca}
#one ol li.lastOne { border:none }
#one ol li span { position:absolute; top:10px; left:10px; font-size:24px; line-height:24px }
#one ol li img { position:absolute; top:0; left:50px;
	margin-left: -30px;
}

#one ol li h3 {
	margin-left: -45px;
}

#one ol li a:visited { background: fff; }



#one ol li a {
	margin-left: -45px;
	text-decoration:none; color:#242629;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}




#two ol li { border-bottom:1px dashed #666; padding:10px 0 10px 210px; height:65px; position:relative }
#two ol li.even { background: #fde7ca}
#two ol li.lastOne { border:none }
#two ol li span { position:absolute; top:10px; left:10px; font-size:24px; line-height:24px }
#two ol li img { position:absolute; top:0; left:50px;
	margin-left: -30px;
}

#two ol li h3 {
	margin-left: -45px;
}

#two ol li a {
	margin-left: -45px;
	text-decoration:none; color:#242629;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}




#three ol li { border-bottom:1px dashed #666; padding:10px 0 10px 210px; height:65px; position:relative }
#three ol li.even { background: #fde7ca}
#three ol li.lastOne { border:none }
#three ol li span { position:absolute; top:10px; left:10px; font-size:24px; line-height:24px }
#three ol li img { position:absolute; top:0; left:50px;
	margin-left: -30px;
}

#three ol li h3 {
	margin-left: -45px;
}

#three ol li a {
	margin-left: -45px;
	text-decoration:none; color:#242629;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}


/* Delete me end */

a.submodal img { border: 0; }

/* Tabs */

/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px;
	margin: -2px 0 1em;
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #CCFFCC; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
	border-top: 1px solid #6c6;
	border-right: 1px solid #6c6;
	border-left: 1px solid #6c6;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #fff; /* set desired hover color */
}

/* end css tabs */

