/* Elements */
body{
	background:#363636;
	margin:0;
}
a,a:link{
	color:#9D8853;
	text-decoration:none;
}
a:visited{ color:#5f5742; }
a:hover,a:active{
	text-decoration:underline;
}
h1{
	font-size:17px;
	margin:0;
	padding:0;
}
body,tr,p,div{
	color:#868686;
	font-family:"avantgarde bk bt","avantgarde book","avantgarde book bt",tahoma,helvetica,arial,sans-serif;
	font-size:12px;
	line-height:1.4em;
}
#header{
	width:995px;
	height:475px;
	background-color:#363636;
}
#navContainer{ width:995px; }
#bottom{
	width:995px;
	clear:both;
}
#hpLeft,#inLeft{
	width:560px;
	float:left;
	overflow:hidden;
}
.hpContent{
	padding:17px 23px 0 23px;
}
#hpRight{
	width:435px;
	float:left;
	overflow:hidden;
}
#inLeft{
	width:648px;
	float:left;
	overflow:hidden;
}
#inRight{
	width:347px;
	float:left;
	overflow:hidden;
	background:url('/images/columnBorder.gif') no-repeat left top;
}
#peLeft{
	width:727px;
	float:left;
	overflow:hidden;
	background:url('/images/columnBorder.gif') no-repeat right top;
}
#peRight{
	width:268px;
	float:left;
	overflow:hidden;
}
.inContent{ padding:27px 23px 0px 23px; }
.leftIndent{ padding-left:27px; }
.inContent .indent{ padding:24px 10px 50px 48px; }
#inFull .inContent .indent{ padding:24px 65px 50px 75px; }
.menuContent{
	padding:16px 15px 50px 0px;
	margin:0 auto;
}
#footer{
	clear:both;
	width:995px;
}
#footer-copyright{ padding:17px 23px 17px 23px; }
#footer-copyright a,#footer-copyright a:visited{ color:#717171; }
#footer-copyright a:active,#footer-copyright a:hover{ text-decoration:underline; }
#footer-copyright p,#footer-copyright div,#footer-copyright span{
	font-size:11px;
	color:#717171;
	line-height:1em;
}
#news li{ font-size:110%; }
h1.small{
	font-size:15px;
	vertical-align:middle;
}
#galleryLink{
	font-size:11px;
	margin-left:1px;
}
#gallery-container{
	margin-top:7px;
	margin-left:2px;
}
#gallery-container img{ border:5px solid #d9d9d9; }

.menu{
	text-align:center;
	width:100%;
}
.menu h1{ font-size:18px; }
.menu h2{ font-size:16px; }
.menu-header{ margin-bottom:8px; }
.menuitem{ margin-bottom:18px; }
.menuitem-name{
	font-size:15px;
	font-weight:bold;
}
.menuitem-desc{}
.menuitem-pad{ display:none; } /* this is for layout, to preserve whitespace for text-readers/css disabled readers */
.menuitem-price{ padding-left:8px; }

#print-button{ float:right; }
.clear{ clear:both; }

dl.quote{
	padding:14px 30px 0px 30px;
	margin:0;
}
dl.quote dt{ font-size:16px; }
dl.quote dd{
	margin-left:70px;
	margin-top:8px;
}

.article-list h1{ font-size:15px; }

#nl-left,#nl-right{
	display:inline;
	float:left;
}

.WindowTitle{
	border:1px solid #978351;
	height:25px;
}
.WindowHeader{
	border:none;
	font-weight:bold;
	font-size:12px;
}
.TableHeader{
	border-bottom:1px solid #727272;
	font-weight:bold;
	font-size:12px;
}
.TableHeaderText{
	color:#FFF;
}
.TableRow{
	border-bottom:1px solid #727272;
	font-size:11px;
	color:#FFF;
}
.NewsImage{
	border:10px solid #d9d9d9;
}

/* Classes added below should be duplicated in /RadControls/Editor/Style.css */
.Small{
	font-size:8pt;
}
.Small-Italic{
	font-size:8pt;
	font-style:italic;
}
.Small-Bold{
	font-size:8pt;
	font-weight:bold;
}
.Small-Bold-Italic{
	font-size:8pt;
	font-weight:bold;
	font-style:italic;
}
.Normal{
	font-size:10pt;
}
.Normal-Italic{
	font-size:10pt;
	font-style:italic;
}
.Normal-Bold{
	font-size:10pt;
	font-weight:bold;
}
.Normal-Bold-Italic{
	font-size:10pt;
	font-weight:bold;
	font-style:italic;
}
.Large{
	font-size:12pt;
}
.Large-Italic{
	font-size:12pt;
	font-style:italic;
}
.Large-Bold{
	font-size:12pt;
	font-weight:bold;
}
.Large-Bold-Italic{
	font-size:12pt;
	font-weight:bold;
	font-style:italic;
}

