/* CSS Document by Kelly M. Stanonik | www.lowlimitholdem.com */

* {margin: 0; padding: 0;}

/**************************************** Main structure ****************************/

body {
background-image: url("/theme/tilesuits.gif");
background-repeat: repeat; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	}
	
a:link, a:visited {
text-decoration: none; color: #380302;
}

a.newlink {
text-decoration: underline; color:#380302;
}

a:hover {
text-decoration: underline; cursor: help; color: #9A0500;}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}

/* backslash hack hides from IE mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* end backslash hack */

div.clearfix {
	clear:both;
}

#container {
	width: 842px;
	overflow: hidden;
	font-size: 1.2em;
	margin: auto;
	margin-top: 2px;
	margin-bottom: 30px;
			}

#top_nav {
	background-image: url(/theme/nav_top.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 842px;
	padding-top: 15px;
	text-align: right;
	margin-right: 10px;
	padding-right: 20px;
	color: #7E0200;
	float: left;
}

#top_nav_inner{
padding-right: 15px;
}

#header {
	background-image: url(/theme/header01.jpg);
	background-repeat: no-repeat;
	height: 130px;
	width: 842px;
	float: left;
}

#main_nav {
	background-image: url(/theme/main_nav.jpg);
	background-repeat: no-repeat;
	height: 56px;
	width: 842px;
	float: left;
}

#contentwrapper {
	background-image: url(/theme/contentwrapper.jpg);
	background-repeat: repeat-y;
	width: 842px;
	float: left;
}

#left {
	float: left;
	width: 160px;
	padding-top: 15px;
	margin-left: 10px;
	font-size: 0.9em;
	text-align: left;	
}

#right {
	float: right;
	width: 160px;
	padding-top: 15px;
	margin-right: 10px;
	font-size: 0.9em;
}


#content {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	float: left;
	width: 460px;

}

#footer {
	background-image: url(/theme/footer.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 842px;
	text-align: center;
	padding-top: 20px;
}

/**************************************** text, theme, lists ****************************/

img.float_left {
	float: right;
}

p {
    margin-top: 5px;
	margin-bottom: 15px;
	text-align:justify;
}

p.topnav, .copyright {
	margin: 0;
}

h1 {
	color: #FFFFFF;
	padding-top: 20px;
	padding-left: 130px;
	font-size: 3em;
	font-style: italic;
}

h2 {
	font-size: 1em;
	color: #9A0500;
	background-image: url(/theme/h2.jpg);
	background-repeat: repeat-x;
	height: 42px;
	padding-top: 3px;
	margin-bottom: 20px;
	padding-left: 8px;
}

h3 {
	background-image: url(/theme/sidebar_heading.jpg);
	background-repeat: no-repeat;
	font-size: 1em;
	height: 19px;
	width: 135px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 24px;
}

h4 {
	background-image: url(/theme/sidebar_heading_2.jpg);
	background-repeat: no-repeat;
	font-size: 1em;
	height: 19px;
	width: 125px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 24px;
}

dl {
	padding-top: 10px;
	padding-bottom: 5px;
}

dt {
	border-bottom: 1px solid white;
	padding: 3px;
	margin-bottom: 5px;
	background-image: url(/theme/dt_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

dd {
	margin-bottom: 12px;
}

.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}

/**************************************** Menu ****************************/

#navcontainer ul
{
	color: White;
	float: left;
	width: 100%;
	height: 54px;
	display: block;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 18px 1em;
	height: 18px;
	color: #720201;
	text-decoration: none;
	float: left;
	background-image: url(/theme/menu_right_border.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background-image: url(/theme/menu_hover.jpg);
	background-repeat: repeat-x;
}

/**************************************** Contact form ****************************/

label {
	font-style: italic;
}

form.contact_us {
	width: 155px;
	margin-top: 0px;
	padding: 0px;
}

input.fields_contact_us {display: block;
        width: 155px;
        background: #FFFFFF;
		border-top: 1px solid #E5E3E4;
		border-left: 1px solid #E5E3E4;
		border-bottom: 1px solid #EDEDED;
		border-right: 1px solid #EDEDED;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 155px;
          background: #FFFFFF;
		  border-top: 1px solid #E5E3E4;
		  border-left: 1px solid #E5E3E4;
		  border-bottom: 1px solid #EDEDED;
		  border-right: 1px solid #EDEDED;
		  display: block;
          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	margin-left: 88px;
	padding: 2px;
	background-color: #910603;
	cursor: pointer;
	color: #FFFFFF;
}
