body div {
	font-family: Cumberland AMT, Arial, Helvetica, Verdana, serif;
	font-size: 12px
}

body {
	background-color: #122F09;
	vertical-align: top;
}

/*Sets the text color the same as the backgroung*/
.txBGColor {
	color: #122F09;
}

td {
	vertical-align: top;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
}

h3 {
	font-size:14px;
}

div.mainDiv { /*     background-color: #D8DEC0; */
	width: auto;
	min-width: 80em;
	background-color: #EFE7C2;
	vertical-align: top;
	margin: 1em auto;
	max-width:1100px;
}

table.main {
	width: 100%;
}

div.mainDiv {
	min-height: 600px;
}

div.searchResults {
	padding-top: 5px;
}
div.le {
	font-size:14px; 
	width:100%; 
	margin:auto;
	padding-bottom:8px;
}
div.le a {
	color:black;
}


div.leDesc {
	line-height:1; 
	font-size:12px; 
	width:90%; 
	padding-left:10%;
}

table.rate {
	border-collapse: collapse;
}

td.sides {

}

td.center {

}

a:link {
	color: #122F09;
}

/*No underline link*/
a.noULLink {
	text-decoration:none;
}

a:visited {
	color: gray;
}

a.le:link {
	color:black;
}

input.search {
	font-size:20px;
	width:100%;
	background: white;
	border-color:#122F09;
	color:gray;
}
table.topBot {
	
	width:auto;
	border:#502D17 solid thick;
	background-color: #EFE7C2;
	/*background-color:white;*/
	width:100%;
	border-collapse:collapse;
	height:16em;
}
table.topBot a:link {

}
table.topBot a:visited {

}
table.topBot th {
	font-size:20px;
	font-weight:bold;
	background: url(images/brick048.jpg);
	color:white;
}
table.topBot td.r {
	text-align:center;
	width:5em;
}

table.topBot td.list{
}

table.cats {
	font-size: 15px;
	line-height:1.7;
	width:100%;
}

.searchRet {
	font-size:18px;
}


span.rating {
	float:right;
}

span.address {
	margin-left: 10%;
	width: 90%;
	font-size: 10px;
}


div.branches {
	overflow: auto;
	max-height: 10em;
	border: solid thin;
}

img {
	border: none;
}

div.about p, div.about ul, div.about ol {
	margin-left:2em;
}

div.about h1, div.article h1 {
	text-align:center;
	width:auto;
	clear:both;
}

div.about, div.article {
	width:100%;
}

div.about h3, div.about h4, div.article h2, div.article p {
	padding-top:1em;
	padding-bottom:.5em;
}

div.artDesc {
	padding-left:5%;
	width:95%;
}

/*PAGINATION BAR SPECIFIC PROPERTIES*/
td.pagination,td.paginationSel {
	border-color: #E0E0E0;
	border-width: 2px;
	border-style: solid;
	text-align: center;
}

td.pagination:hover,td.pagination:hover>a {
	border-color: #122F09;
	color: #FBFBFB;
	background-color: #122F09;
}

td.paginationSel {
	background-color: #E0E0E0;
}

table.pagination,.resultCnt {
	width: 90%;
	margin: 0px auto;
}

table.pagination,div.resultCnt,select.pagination {
	font-size: 10px
}

select.pagination {
	background-color: #E0E0E0
}

.suggest_link, .suggestJSLink div, .suggestJSLink, .suggestOops, .suggestMsg{
	color:black;
	padding: 2px 6px 2px 6px;
	z-index:2062;
}
.suggest_link:hover,.suggestJSLink:hover div, .suggestJSLink:hover{
	color:white;
	/*padding: 2px 6px 2px 6px;*/
	z-index:2062;
	background-color: #122F09;
}

.suggestJSLink:hover div{
	border:#FFFFFF solid 1px;
}
.suggestMsg {
	text-align:center;
	width:90%
}

.suggestJSLink, .suggestOops, .suggestMsg{
	font-weight:bold;
	position:static;
}

.suggestJSLink, .suggestOops {
	font-size:18px;
	min-width:15em;
	width:20em;
}

.suggestJSLink div{
	font-size:12px;
	position:absolute;
	display:inline;
	text-align:center;
	width:7em;
	border:#122F09 solid 1px;
}

.suggestJSLink div:hover{
	background-color:#FFFFFF;
	color:black;
}

.suggestJSLink_innerL {
	left:10%;
}
.suggestJSLink_innerR {
	right:10%;
}

div.search_suggest {
	position: absolute; 
	z-index:2051;
	background-color: #FFFFFF; 
	text-align: left; 
	cursor:pointer;
}
div.mainSearch {
	background-color: #EFEFEF;
	max-height:40em;
	overflow:auto;
	border:solid #122F09 3px;
	position:relative;
}

/*Menu divider*/
div.mainMenu, div.bottomMenu {
	border-top:1px solid;
	border-bottom:1px solid;
	border-color:#B7B5B3;
	margin:0;
}

div.mainMenu {
	width:95%;
	margin:auto;
	font-size:16px;
}

div.bottomMenu {
	width:75%;
	text-align:center;
	margin:auto;
	font-size:12px;
	
}

div.mainMenu a, div.bottomMenu a{
	display:inline-block;
	min-width: 10em;
	text-align:center;
	color:black;
	text-decoration:none;
	font-weight:700;
}

div.mainMenu a {
	width: 24%;	
}
div.bottomMenu a {
	width:19.5%
}

div.mainMenu a:hover, div.bottomMenu a:hover{
	text-decoration:underline;
}

div.contestDialog {
	position:fixed;
	left:5em;
	top:2em;
	color:white;
	visibility:hidden;
}
div.contestDialog span {
	color:#EFE7C2;
}
.contestHighlight, div.contestDialog a, div.contestDialog a:visited {
	color:white;
	font-size:larger;
	font-weight:800;
}
div.contestDialog a:hover {
	color:#EFE7C2;
	
}

div.contestClose {
	float:right;
	height:1.25em;
	width:1.25em;
	vertical-align:middle;
	text-align:center;
	color:#EFE7C2;
	font-weight:800;
}
div.contestClose:hover {
	color:#502D17;
	background-color:#EFE7C2;
	cursor:pointer;
}

.mainPageHead {
	font-size:14px;
	font-weight:bold;
}
div.link {
	padding:1em .5em;
	width:100%;
}

div.link textarea{
	width:90%;
	height:4em;
	margin-left:5%;
}
div.link a {
	color:black;
	font-weight:bold;
}

ul#twitter_update_list li{
	list-style-type:none;
	margin:1em 0;
	padding:0;
}
ul#twitter_update_list{
	padding-left:0;
	margin:0;
}

div.rss {
	float:right;
}
