/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #A9B3BB url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555555;
}

h1, h2, h3 {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.3em;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #FC3E1A;
}

img.left {
	float: left;
	margin: 3px 20px 0 0;
/*	border: 3px solid #848C8F;*/
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
/*	border: 3px solid #848C8F;*/
}

hr {
	display: none;
}

.clearleft {
	clear: left;
}

#Casinos, #Welcome {
	padding-top: 10px;
	clear: left;

}

#Keesler {
	padding-top: 10px;
	clear: left;
}

.wide-post h2, .wide-post h3 {
	margin-top: 10px;
	margin-bottom: 10px;
/*	text-decoration: underline;*/
}
/* Header */

#logo {
	width: 770px;
	height: 130px;
	margin: 0 auto;
	padding: 0px 0 0 100px;
	background: url(images/cityline.png) no-repeat 350px 0px;
}

#logo h1, #logo p {
	color: #f6c613;
}

#logo h1 {
/*	font-family: "Arial Black", "Verdana", Arial, Helvetica, sans-serif;
*/	position: relative;
	top: 10px;
	left: 5px;
	font-size: 4em;
}

#logo p {
	margin: 0;
	padding: 0 0 0 2px;
	line-height: normal;
	font-size: 1.4em;
	position: relative;
	top: 22px;
	left: -10px;
}

#logo .tagline1 {
	position: relative;
	left: 50px;
	top: -10px;
}

#logo .tagline2 {
	position: relative;
	left: 50px;
	top: -10px;
}

#logo a {
	text-decoration: none;
	color: #f6c613;
}

#logo span.phonenumber {
	position: relative;
	top: -10px;
	left: 450px;
	font-size: 2.4em;
	font-weight: bold;
	color: #f6c613;
}
/* Menu */

#menu {
	width: 670px;
	height: 70px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 43px;
	padding: 12px 30px 0 30px;
	text-decoration: none;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	background: url(images/img03.gif) no-repeat center bottom;
}

/* Wide Post */

.wide-post {
	width: 770px;
	margin: 0 auto;
	background: #D4D9DD url(images/img04.gif) repeat-y;
	margin-bottom: 20px;
}

.wide-post .title {
	padding: 30px 30px 20px 30px;
	background: url(images/img05.gif) no-repeat;
	font-size: 2em;
}

.wide-post .title span {
	text-decoration: none;
	border-bottom: 1px solid #B4BBBE;
	color: #333333;
}

/*.wide-post .title span:hover {
	border: none;
}*/

.wide-post .entry {
	padding: 0 30px;
}

.wide-post .bottom {
	height: 20px;
	background: url(images/img06.gif) no-repeat left bottom;
}

.wide-post .links {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #CDD4D7;
	border-top: 1px solid #B4BBBE;
	font-size: .9em;
}

.wide-post .links a {
	text-decoration: none;
}

.wide-post .links .date {
	padding-left: 20px;
	background: url(images/img08.gif) no-repeat left center;
}

.wide-post .links .author {
	padding-left: 20px;
	background: url(images/img09.gif) no-repeat left center;
}

.wide-post .links .comments {
	padding-left: 20px;
	background: url(images/img10.gif) no-repeat left center;
}

.wide-post .links .feeds {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat left center;
}

/* Two Columns */

.two-columns {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}

.two-columns .column-one {
	float: left;
	width: 370px;
}

.two-columns .column-two {
	float: right;
	width: 370px;
}

#recent-comments .title {
	height: 28px;
	padding: 7px 0 0 10px;
	background: #DB8603 url(images/img12.gif) no-repeat;
	font-size: 1.4em;
	color: #333333;
	margin: 0px;
}

#recent-comments .entry  {
	background: url(images/img13.gif) repeat-x;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	height: 250px;
}

#recent-comments .entry h2 {
	color: white;
	font-size: 1.7em;
}

#recent-comments {
	float: right;
	width: 280px;
	height: 150px;
	background-color: #A9B3BB;
	margin-left: 20px;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

#form_container {
	background: url(images/img13.gif) repeat-x;
	width: 80%;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	background-color: #A9B3BB;
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}

label { font-weight: bold;}

form p {
	clear: left;
	margin: 0;
	padding: 5px 0 8px 125px;
	width: 100%;
}

label:first-child {
	float: left;
	margin-left: -125px;
	width: 120px;
}

#form input[type="text"], #form textarea, #form select{
	margin: 0 10px 5px 10px;
}

#form textarea {
	width: 100%;
}

#form input[type="text"] {
	height: 1.5em;
}

.clear {
	clear: both;
}

.gty {
	text-transform: uppercase;
	color: red;
	font-weight: bold;
}

p.right {
	text-align: right;
}

/* Recent Posts */

#recent-posts {
}

.wide-post ul {
	padding: 5px 20px 5px 5px;
	list-style: none;
}

.wide-post li {
	padding: 1px 15px 1px 17px;
	background: url(images/arrow.png) no-repeat left center;
	text-decoration: underline;
/*	border-bottom: 1px solid #949EA4;*/
}

/* Recent Comments */

#recent-comments {
}

#recent-comments ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}

#recent-comments li {
	padding: 5px 15px 5px 17px;
	background: url(images/img15.gif) no-repeat left center;
	border-bottom: 1px solid #949EA4;
}

#PhoneUs {
	width: 640px;
	background: url(images/callme_bg.gif) repeat-x;
	margin-left: 30px;
}

#phoneperson {
	height: 95px;
	padding-left: 160px;
	background: url(images/bottom_img.gif) no-repeat -6px 0px;
	color: white;
}

#phoneperson h1 {
		padding-top: 20px;
}
/* Submenu */

#submenu {
	clear: both;
	padding: 20px 0;
	background: #535657 url(images/img16.gif) repeat-x left bottom;
	color: #A9B6BB;
}

#submenu ul {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: block;
	float: left;
	width: 180px;
	padding: 0 12px 0 0;
}

#submenu li ul {
	width: auto;
	margin: 0;
}

#submenu li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0 5px 10px;
	background: url(images/img17.gif) no-repeat left center;
	border-bottom: 1px solid #424546;
}

#submenu h2 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid #424546;
	font-size: 1.2em;
}

#submenu a {
	text-decoration: none;
	color: #A9B6BB;
}

#submenu a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	padding: 40px 0;
	background: #3F4244 url(images/img18.gif) repeat-x;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}