@import url("http://www.newmoondesigns.net/display.css");
/* @import url("http://www.restaurant.com/rdc_styles.css"); */
html
{
	width:100%;
	height:100%;
	overflow: -moz-scrollbars-vertical;  /* fixes scroll bar in Firefox */
}

body{
	margin:0;
	padding:0 0 20px 0;
	font-family:'Trebuchet MS', Tahoma, verdana, arial, san-serif;
	font-size:10pt;
	color:#162C3b;
	width:100%;
	background-color:#A1A882;
	background-image:url(images/background.jpg);
}

img{
	border:0;
}

a{
	text-decoration:none;
	color:#aa000a;
}

a:hover{
	text-decoration:underline;
	color:#ff3300;
}


/* HEADER*/
#container
{
	width: 95%;
	min-width: 770px;
   	max-width: 1150px;
	background-color: #edeae1;
	background-image:url(images/sand.jpg);
	background-repeat:repeat;
	padding: 3px;
	margin:0 auto;
	margin-top:3%;
	border:3px ridge #5E4F71;
}


#header{
	/* IE ONLY Gradient filter, just for fun! */
	/*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#CCD6B4', endColorStr='#FFCCCC', gradientType='1');*/
	top:0;
	height:160px;
	background-color: transparent;
	float:left;
	width:100%;
	margin-bottom:-3px;
	padding:0 0 15px 0;
}

#header_img
{
	margin-bottom:0px;
	padding-bottom:2px;
	margin-left:0px;
	float:left;
	border-bottom:7px ridge #cccccc;

}
#header ul{
	float:right;
	margin:0;
	padding:0;
	height:2em;
	padding-top:3px;
}

#header ul li{
	display: inline;
	margin-top:5px;
	color:white;
}

#header ul li a{
	color:white;
	text-decoration:none;
	margin:1px;
	padding:1px;
	border: solid 1px #2B2E21;
}

#header ul li a:hover
{
	border: solid 1px white;
	background: #545E42;
	text-decoration:none;
}

#header p
{
	float:left;
	margin:0;
}

#header h1
{
	clear:both;
	margin:0;
	padding-bottom:0px;
}

/* Navigation Menu */

#navSquare 
{
	  margin: 0 auto;
      padding: 10px 0 29px 5px;
      border-bottom: 1px solid #9fb1bc;
	  background-color:transparent;
	  margin-right:2%;
}
	 
#navSquare li 
{
       margin: 0;
       padding: 0;
       display: inline;
       list-style-type: none;
	   
}

#navSquare a:link, #navSquare a:visited 
{
       float: left;
       font-size: .85em;
       line-height: 16px;
       font-weight: 500;
       padding: 0 7px 9px 0px;
       text-decoration: none;
       color: #aa000a;
	   font-family:'Trebuchet MS',Verdana,tahoma, sans-serif;
	   
}

/*#navSquare a:link.active, #navSquare a:visited.active,*/ 
#navSquare a:link.active, a:visited.active
{
     font-weight:600;
     background: url(images/pointer.gif) no-repeat bottom center;
}
#navSquare a:hover
{
background: url(images/pointer2.gif) no-repeat bottom center;
}
/* MAIN CONTENT*/
#main_content
{
	background-color:transparent;
	margin:0 auto;
	padding:0px;
	float:left;
	clear:both;
	width:100%;
}

#main_content h1

{
	color:#83A979;
	font-weight:600;
	font-stretch:wider;
	margin:0px;
	padding:0px 0px 0px 10px;
}
#main_content p
{
	margin: 0 0 15px 0;
	line-height:13pt;
	padding:0px 0px 0px 10px;
}
#main_content p:first-letter
{
	font-size:12pt;
} 
#body-ads
{
	margin:0 5px 0 10px;
	width:auto;
}

#body-ads img
{
	float:left;
	margin:0 20px 0 0;
	vertical-align:top;
	border:none;
}

#body-ads h2
{
	color:#83A979;
}

#body-ads p
{
	text-align:justify;
	line-height:14pt;
	margin-right:5px;
}

#body-ads p:first-letter
{
	font-size:12pt;
}
#body-ads a
{
	color:#aa000a;
}

#body-ads hr
{
	background-color:#83A979; 
	color:#83A979;
	height:1px;
	border: none;
	width:99%;
	margin: 5px 10px 0px 0px;
}
.adcolor 
{
	font-weight:600;
}

/* Jump Menu */
#jump
{
	clear:both;
	background-color:#CECBA7;
	background-image:url(images/background.jpg);
	text-align:center;
	margin:15px 5px 0 5px;
	font-size:8pt;
	padding:2px 0px 2px 2px;
}

#jump a
{
	color:#aa000a;
	height:20px;
}

/* Long Jump Menu */
#jump-wide
{
	clear:both;
	background-color:#CECBA7;
	background-image:url(images/background.jpg);
	text-align:center;
	margin:15px 15px 0 10px;
	font-size:8pt;
	padding:0px;
}

#jump-wide a
{
	color:#aa000a;
}

#jump-wide table td
{
	
}
/* News Feed */

#feed
{
	margin:0 auto;
	margin-top:20px;
	clear:both;
	width:600px;
	
}
#feed h2
{
	color:#83A979;
	font-weight:600;
	font-stretch:expanded;
	font-size:1.7em;
	padding-bottom:0px;
	margin-bottom:7px;
}

#pscroller1{
width: 600px;
height: 100px;
border: 1px dashed black;
padding: 5px;
background-color: #e8e6d3;
color:#222222;
}

.rssclass .rsstitle{
font-weight: bold;
color:red;
}

.rssclass .rssdate{
color: #627078;
font-size:8pt;
font-weight:600;
}

.rssclass a{
text-decoration: none;
color:#aa000a;
}
/* LINKS COLUMNS*/


#main_links 
{
	font-size:8pt;
	margin:15px 0 0 7px;
	/*min-height:400px;*/
	height:100% !important;
	/*height:400px;*/
	padding:0px;
	float:left;
	clear:both;
	width:100%;
	margin-bottom:10px;
}

#main_links ul{
	margin:0 0 10px 0;
	padding:0 0 0 1px;
}

#main_links li{
	margin:0 0 5px 0px;
	list-style-type:none;
	padding:0 0 0 7px;
}


#main_links li:last-child
{
	font-size:8pt;
}

#main_links li:last-child a
{
	color:#aa000a;
}

#main_links h1{
	margin:0 0 10px 5px;
	color:#83A979;
	font-size:12pt;
	font-weight:700;
}

#main_links h2{
	margin:0 0 10px 5px;
	color:#aaa;
	font-size:12pt;
}

/*.row
{
	width:inherit;
	
	background-color:#ccffcc;
	width:100%;
	
	
} */

.col1{

background-color:transparent;
width:22%;
float:left;
padding: 0 6px 0 5px;

}

.col2{
background-color:transparent;
float:left;
width:22%;
padding: 0 6px 0 0;

}


.col3{
background-color:transparent;
width:22%;
float:left;
padding: 0 6px 0 0;
}

.col4
{
	/* background-color:transparent; */
	background-color:#E8E6D3;
	width:202px !important;
	height:100%;
	float:right;
	padding: 2px;
	margin:0 17px 0 0;
	border:1px solid #b3cdd5;
	font-size:10pt;
	text-align:center;
}

.col4 hr
{
	background-color:#83a979; 
	color:#83a979;
	height:1px;
	border: none;
	width:90%;
	text-align:center;
	margin-top:5px;
}
.col4img
{
	text-align:center;
	vertical-align:top;
	padding: 2px 2px 2px 2px;
	margin:0 auto;
}
.col4 img
{
	margin-bottom:5px;
}
/* FOOTER*/
#footer{
	/* IE ONLY Gradient filter, just for fun! */
	/*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F5F0B6', endColorStr='#B4CAB3', gradientType='1');
	background-color:#F5F0B6; */
	clear:both;
	background-color:#CCDAB4;
	background-image:url(images/background.jpg);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='grad_yellow.png', sizingMethod='scale');
	height:auto;
	margin:0;
	border-top:1px solid #bbbbbb;
	padding:0;
	padding-left:2px;
	margin-bottom:5px;
	vertical-align:middle;
}
#footer p
{
	margin:0 0 0 5px;
	font-size:8pt;
}

#footer a
{
	color:#aa000a;
	font-size:8pt;
}

/* H2 on Ads Page */

.ad-head
{
 	color:#7888a8 !important;
}
/* Gradient Box */

.grad img 
{
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 0;
}
.box {
  border:none;
  margin: 1px;
  position: relative;
  width: auto;
  padding: 5px;
}
.box * {
  margin: 0px;
  position: relative;
  z-index: 1;
}
* html .grad {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='grad_yellow.png', sizingMethod='scale');
}
* html .grad img {
  display: none;
}
* html .box {
    position:static;
}

.green { 
  background-color: #ACC2AB; 
}