/***********************************************
CSS for Montana Gaming Group
Created by Billie Anthony for Pyron Technology
05/01/2008
***********************************************/



body {
	background-image: url(../images/bg.jpg); /*Black Gradient Background */
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-color:#000;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
h1 {
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	text-transform:uppercase;
}
h2 {
	background-image:url(../images/h2.jpg); /*Royal Blue Gradient*/
	background-repeat:no-repeat;
	height: 34px;
	padding: 10px;
	margin: 0 0 -30px 0;
	color:#FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform:uppercase;
}
a, a:link {
	color: #000000;
}

a:hover {
text-decoration: none;
	color:#2a3855;
}

/***********************************************
Header Section
Handles Logo, Site Map/Home Link & Search
***********************************************/

#header {
	margin: 05px auto 0 auto;
	background-image:url(../images/header.jpg);
	background-color:#000000;
	width: 800px;
	height: 91px;
	background-repeat: no-repeat;
	font-size: 11.42px;
	color: #FFF;
	text-align:right;
}

#header a {
	color: #fff;
	text-decoration:underline;
}

#header a:hover {
	color: #fff;
	text-decoration:none;
}
#header h1 {
display:none;
}
#searchForm {
	float: right;
	margin: 0;
	margin-top: 2px;
	padding: 0;
}
#searchForm .textinput {
	width: 190px;
	border: 1px solid gray;
}
.submit {
	border: 2px outset #0000FF;
	background-color: #FFF;
	color: #000;
}

/***********************************************
Content/Middle Section
***********************************************/

.more {
	text-align:right;
}
#outerWrapper #contentWrapper #content .more a {
	color: #0000FF;
}
#outerWrapper {
	background-color: #CCCCCC;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 800px;
}
#outerWrapper #contentWrapper #content {
	position:relative;
	margin: 0 0 0 180px;
	padding: 10px;
	background-color:#FFF;
	border: 2px #999 solid;
	min-height: 600px;
}

/***********************************************
Left Column
***********************************************/
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	width: 180px;
}
#links, #archives {
	background-color: #FFF;
	border: 2px #999999 solid;
	margin-bottom: 0px;
}
.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 170px;
	position:relative;
	left:2px;
	font-size:.9em;
}

.menu ul li {
width: 170px;
}


.menu ul li a {
	display: block;
	color: #4C3652;
	padding: 2px 0 2px 0px;
	text-indent:5px; 
	text-decoration: none;
	font-weight:bold;
	position:relative;
}
.menu ul li a:hover  {

	color:#FFFFFF;
	background-image:url(../images/h2.jpg);
}

.menu ul li ul {
margin:0 0 0 10px;
}

.menu ul ul li {
width: 160px;
}

.menu ul li ul li, .menu ul li ul li a {
border-bottom:none;
}

.menu ul ul li a {
text-indent:0;
padding:2px 0 2px 7px;
background:url(../images/navIcon.gif) no-repeat 0 6px;
}

.menu ul li ul li a:hover {
background:url(../images/navIcon.gif) no-repeat 0 6px;
text-decoration:underline;
border:0;
color:#000000;
}

#outerWrapper #contentWrapper #leftColumn1 #archives p, label {
	padding-left: 4px;
}
#outerWrapper #contentWrapper #rightColumn1 .more a {
	color: #0000FF;
}
.menu li {
	border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
}
/***********************************************
Footer
***********************************************/
#outerWrapper #footer {
	clear:both;
	background-image: url(../images/footer.jpg);
	background-repeat:repeat-x;
	width: 800px;
	height: 27px;
}

