/* CSS Document */
/* Default Style Sheet - Ammonite Gaming */
/* Author - Kyle McCabe :: factor360 design+technology :: www.factor360.com :: Rapid City, SD :: 04/07 */

/* {border:1px solid black;} */


/* HTML tag styles. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	margin: 0;
	background: url(images/bg.gif) repeat-x;
	background-color: #736a60;
	behavior: url(csshover.htc);
}

a {
	text-decoration: none;
}

a:hover {

}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	display: inline;
	margin-bottom: 6px;
}
h4 {
	font-size: 12pt;
}
hr {
}

/* Layout Styles */

#main {
	position: relative;
	width: 750px;
	margin: 16px auto 0 auto;
	border: 1px solid white;
}

#header {
	position: relative;
}

#logo {
	position: absolute;
	z-index: 5;
	top: 23px;
	left: 10px;
}

#navBar1 {
	background-color: #c0431d;
	height: 23px;
	border-top: 3px solid white;
	border-bottom: 1px solid white;
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	color: #f2e5cb;
}
#navBar1 div {
	margin: 0;
	padding: 0;
	margin: 3px 6px 0 6px;
}
#mainMenu a {
	font-size: 10pt;
	font-style: normal;
	color: #FFFFFF;
}
#mainMenu a:hover {
	color: #EEEEEE;
}

#navBar2 {
	background-color: #802020;
	height: 48px;
	text-align: center;
}

#contentArea {
	width: 750px;
	position: relative;
	background-color: #FFFFFF;
	margin: 0;
	background-image: url(images/side-bg.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#content {
	float: right;
	width: 530px;
	margin: 12px 6px 0px 0px;
}
div>#content {
	margin-right: 14px;
}

#sideBar {
	float: left;
	width: 170px;
	margin: 6px 0 0 3px;
}
div>#sideBar { /* IE6 sucks */
	margin: 0 0 0 6px;
}
#sideBar p {
	margin: 0;
	margin-left: 4px;
}

#footerWrap {
	width: 752px;
	margin: 6px auto;
	text-align: right;
}
#footer {
	float: right;
	width: 728px;
	height: 33px;
	background: #802020;
	border: 1px solid white;
	text-align: center;
	color: #999999;
	font-size: 8pt;
}
#footer p {
	margin: 0;
	margin-top: 10px;
}

#f360footer {
	width: 750px;
	margin: 12px auto;
	text-align: center;
}

#corner {
	position: absolute;
	width: 23px;
	height: 29px;
	bottom: 11px;
	left: -1px;
}
div>#corner { /* IE6 sucks */
	bottom: -1px;
	left: -1px;
}

/* Main Menu */


/* Default List element. */
#listElement {
	clear: both;
	border: 1px solid silver;
	margin-top:5px;
	margin-bottom:5px;
	font-size: 8pt;
}
#listElement td {
	padding:4px;
}

#listElement .rowTwo {
	background-color: #F5F5F5;
}

#listElement .titleRow {
	background-color:#802020;
	border:1px solid white;
	color: silver;
	letter-spacing: -1px;
}

#listElement .titleRow a{
	color:#FFFFFF;
	font-weight: bold;
}

#listElement .listLinks {
	width:20px;
	text-align:center;
}

/* Class Styles */

.clear {
	clear: both;
}
.silverBorder {
	padding: 10px;
	border: 1px solid silver;
	margin: 10px;
}
.blockedContent {
	margin: -20px 10px 0 20px;
	width: 350px;
}
.largeText {
	font-size: 12pt;
}
.smallText {
	font-size: 8pt;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.black {
	font-color: #000000;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.lineHeightExpand {
	line-height: 150%;
}
.clearStyles {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;	
}
.boxFloatLeft {
	float: left;
	width: 122px;
	margin: 3px;
	text-align: center;
}
.boxFloatLeft img {
	border: 1px solid black;
	margin-bottom: 6px;
}
.centered {
	text-align: center;
}