/* CSS resets start */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

caption, cite, code, dfn, em, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

/* CSS resets end */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#d2c5a6;
	font-size: 12px;
}

a {
	outline:none;
}

a:link {
	color:#000;
}

a:visited {
	color:#000;
}

a:hover {
	color:#000;
}

a.highlight:link {
	color:#9c1d20;
}

a.highlight:visited {
	color:#9c1d20;
}

a.highlight:hover {
	color:#9c1d20;
}

.more{
	text-align:right
}

.red {
	color:#f00;
}

.stories {
	padding:10px;
}

#header {
	background-color: #fff;
	padding:10px;
}

#header p {
	margin:0;
	padding:0;
}

#ad-header {
	background-color: #fff;
	padding:7px 10px;
}

#ad-header p {
	margin:0;
	padding:0;
}

#ad-header ul li {
	margin:0px;	padding:0;
	list-style:none;
	display:inline;
	color: #fff;
}

ul#menu {   
    margin:0px; padding:0px;  
	background-color:#32b60a;
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}  

ul#menu li {
	margin:0px;	padding:0 10px;
	list-style:none;
	display:inline;
	line-height:30px;
	color: #fff;
}

ul#menu li.first {
	padding:0 10px 0 15px;
}

ul#menu li.nav_border {
	margin:0px;	padding:0;
	line-height:0px;
}

ul#menu li a {
	text-decoration:none;
	color:#fff;
}

ul#menu li a:hover {
	text-decoration:none;
	color:#ccc;
}

#container {
    margin: 0 auto;
	width:960px;
	background-color:#DBE3F0;
}

#class-container {
    margin: 0 auto;
	width:1140px;
	background-color:#DBE3F0;
}

#clock {
	font-size: 12px;
	text-align: right;
	padding:5px;
}

#main_text {
	padding: 5px;
	margin-left: 160px;
}

#side_nav {
    float:left;
}

#side_nav ul { /* all lists */
	padding: 0;
    margin-left: 0;
    background-color: #F59E06;
    color: #fff;
    width: 160px;
    font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 12px;  
	list-style: none;
	border: none;
    }

#side_nav li { /* all list items */
	position: relative;
	list-style: none;
	border: 1px solid #fff;
	border-top: 0;
	border-left:0;
	margin: 0;
    }
	
#side_nav li a.active {
	outline:none;
	}

/* Fix IE. Hide from IE Mac \*/
* html #side_nav ul li { float: left; }
* html #side_nav ul li a { height: 1%; }
/* End */

#side_nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 0;
	left:160px;
    }

#side_nav li:hover, #side_nav li li:hover {
    background-color: #6699CC;
    color: #fff;
    }
	
#side_nav li a {
    display: block;
    padding: 2px 2px 2px 0.5em;
    border-left: 10px solid #DB6E0D;
	background-color: #F59E06;
	background-image: url('images/1.gif');
    background-repeat: no-repeat;
	background-position: top right; 
	color: #fff;
	text-decoration: none;
    }
	
#side_nav li a.nobg {
    background-image: none;
	}
	
#side_nav li a.heading {
    background-image: none;
	background-color: #6C5537;
	border:0;
	font-size: 10px;
	letter-spacing: 3px;
	font-weight: bold;
	}

#side_nav li a.heading:hover {
    border:0;
	background-color: #6C5537;
	color: #fff;
	}
	
#side_nav li a:hover {
    border-left: 10px solid #A57015;
	background-color: #DC951A;
	color: #fff;
    }	

#side_nav li ul li a {
	display: block;
	padding: 2px 2px 2px 0.5em;
	border:0;
	background-color: #F59E06;
	background-image: none;
	color: #fff;
	text-decoration: none;
	}
	
html>body #side_nav li a {
	width: auto;
	}

#side_nav li ul li a:hover {
    border:0;
	background-color: #DC951A;
	color: #fff;
    }	

#side_nav li:hover ul, #side_nav li.over ul { /* lists nested under hovered list items */
	display: block;
    }

#main_content {
    width: 779px;
    float: left;
	background-color: #fff;
	padding:1px;
	border-right: 1px solid #6D929B;
}

#ad_content {
    float: left;
	background-color: #fff;
	
}

#page_content {
    width: 761px;
    float: left;
	background-color: #fff;
	padding:10px;
	border-right: 1px solid #6D929B;
}

.header_image {
	padding: 10px 0 15px 0px;
}

#side_content {
	width:178px;
    float: left;
}

#side_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#side_content ul li {
	text-align: center;
	padding:10px 0 0 0;
}

#clear {
	clear:both;
}

#testimonials {
	background-color: #eee;
    font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
    font-size: 14px;
	border: 1px solid #aaa;
	width:210px;
	height: 265px;
}

#testimonials h4 { 
    font-size: 15px;
	background-color: #ccc;
	padding:2px 0px 2px 8px;
	letter-spacing: 2px;
	border-bottom: 1px solid #aaa;
}

#testimonials p {
	padding : 10px;
}

.widgets ul li {
	list-style: none;
	margin: 0;
	padding: 0 10px 10px 0;
	border: none;
	float: left;
	}
	
	
.widgets ul li.last {
	padding-right:0;
}

.main {
	background-color: #eee;
    font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
    font-size: 12px;
	border: 1px solid #aaa;
	margin-bottom: 10px;
}

.main h4 { 
    font-size: 15px;
    font-weight: bold;
	background-color: #ccc;
	padding:2px 0px 2px 8px;
	letter-spacing: 2px;
	border-bottom: 1px solid #aaa;
}

.main h5 {
	font-size: 13px;
	color: #9c1d20;
	padding:2px 0;
}

.main ul{
    margin:0px;
    padding: 5px 5px 5px 20px;
}

.main ul li {
   margin:0;
   padding: 4px 0 4px 2px;
   list-style: square;
}

.main ul li.nostyle {
   list-style: none;
}

.main p {
   margin:0;
   background:#ccc;
   padding:1px 0px 1px 10px;
   font-weight: bold;
   font-size: 12px;
}

.main p a {
   text-decoration:none;
   color: #000;
}

.pipe {
   margin:0;
   background:#ccc;
   padding:3px;
   font-weight: bold;
   font-size:11px;
   border-top: 1px solid #aaa;
}

.pipe a {
   text-decoration:underline;
   color: #333;
}

.pipe ul {
   margin: 0;
   padding: 0;
   display: inline;
}

.pipe ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}

.pipe ul li.first {
	margin: 0;
	padding-left:5px;
	border-left: none;
	list-style: none;
	display: inline;
	}
	
.list a:link {
    text-decoration: none;
    border-bottom: #666666;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

.list a:visited {
    text-decoration: none;
    border-bottom: #666666;
    border-width: 0px 0px 1px 0px;
    border-style: none none dotted none;
}

.list a:hover {
    text-decoration: underline;
    border:0;
}

#front-ads {
    padding: 0;
	margin: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
    font-size: 12px;
	width:100%;
	_width:99%;
}

#front-ads th {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #9c1d20;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 4px 6px 4px 12px;
	background: #DCDEDE url(../images/bg_header.jpg) no-repeat;
}

#front-ads th.last {
	border-right:0;
}

#front-ads td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #fff;
	padding: 1px 6px 1px 10px;
	color: #444545;
}

#front-ads td.last {
	border-right:0;
}

#front-ads tr.last td {
	border-bottom:0;
}

#testimonial_content {
	background-color: #fff;
}

#testimonial_content ul {
	list-style: none;
	padding:0px;
	margin:0px;
}

#testimonial_content ul li {
	list-style: none;
	margin: 10px;
	padding: 20px;
	background-color: #f4e8be;
	border: 1px solid #c3a747;
}

#message {
	padding:5px;
	background: #FAB01B url('../images/message_bg.jpg') no-repeat;
}

#message p {
	background: none;
	padding: 5px 0 0 0;
}

#message a {
	text-decoration:underline;
}

.news {
   padding: 10px 10px 0 10px;
   border-bottom: 1px dashed #333;
}

.news em {
   font-weight: bold;   
   padding-left:5px;
}

.final {
   border:0;
}

fieldset {  
margin: 1em 0 0 0;  
padding: 0;
}

legend {
	font-size:14px;
	font-weight:bold;
}

label {  
display: block;
}

fieldset ol {  
padding: 0.5em 1em 0 0;  
list-style: none;
}

fieldset li {  
padding-bottom: 0.5em;
}

fieldset.submit {  
border-style: none;
}

#contact {
	border:1px solid #7cb8e5;
	background-color: #c0dbf2;
	padding:10px 15px;
}

ol.items {
	padding:10px 35px;
}

ol.items li {
	padding:5px 0;
	list-style:decimal;
	list-style-position:outside;
}

ol.items a.list {
	color:#f00;
}

#item-list {
	min-height:300px;
}

#paging {
        width:790px;
        _width: 787px;
	padding: 0;
	margin: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
    font-size: 13px;
}

#paging td {
	background: #fff;
	padding: 10px;
	color: #444545;
}



#ads {
        width:790px;
        _width: 787px;
	padding: 0;
	margin: 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
    font-size: 13px;
}

#ads th {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #DCDEDE url(bg_header.jpg) no-repeat;
}

#ads th.left {
   border-left: 1px solid #CCCCCC;
}

#ads td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #fff;
	padding: 6px 6px 6px 10px;
	color: #444545;
}


#ads td.alt {
	background: #F6F5F5;
}

#ads td.left {
	border-left: 1px solid #CCCCCC;
	background: #fff;
	padding: 6px 6px 6px 10px;
}

#ads td.leftalt {
	border-left: 1px solid #CCCCCC;
	background: #F6F5F5;
	padding: 6px 6px 6px 10px;
}

#license {
	padding: 10px;
	background-color: #fff686;
	border: 1px dashed #666;
	height:270px;
	overflow-y: auto;
}

input.btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-weight:bold;
}

#preview_page {
	background-color:#fff;
	padding:20px;
}

#ad_display {
	margin:15px 15px 0 15px;
	line-height:20px;
}

#experiences {
	background: #fff6bf;
	border:1px solid #BFA426;
	margin-top:15px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
    font-size: 12px;
}

#experiences ul{
    margin:0px;
	margin-left: 10px;
    padding: 10px 5px 10px 5px;
}

#experiences ul li {
   margin:0;
   padding: 2px 0;
   list-style: none;
}

/*restaurant styles*/

#rest {
	background: #fff6bf;
	margin:5px 0;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
    font-size: 12px;
	border-top: 1px solid #bfa426;
	border-bottom: 1px solid #bfa426;
}

#rest ul{
    margin:0px;
	margin-left: 10px;
    padding: 10px 5px 10px 5px;
}

#rest ul li {
   margin:0;
   padding: 4px 0 4px 2px;
   list-style: none;
}

#restpipe {
   margin:0;
   background:#ffd61f;
   padding:0px;
   font-weight: bold;
   font-size:12px;
}

#restpipe a {
   text-decoration:none;
   color: #000;
}

#restpipe ul {
   margin: 0;
   padding: 0;
   display: inline;
}

#restpipe ul li {
	margin: 0;
	padding: 3px 0px 3px 5px;
	list-style: none;
	display: inline;
	}

#restpipe ul li.first {
	margin: 0;
	padding-left:10px;
	border-left: none;
	list-style: none;
	display: inline;
	}

div.ratings {
	background-color:#fff; 
	padding:20px;
}

div.ratings ul li {
	padding: 4px 0;
   	list-style: none;
}


#movie {
	background: #fff6bf;
	border: 1px solid #CFAC0C;
	margin-top:25px;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size: 12px;
}

#movie ul {
	padding: 10px;
}

#movie ul li {
	margin: 0;
	padding: 5px;
	list-style: none;
}

#movie li.heading {
   font-size:14px;
   font-weight:bold;
}

#movie h4 { 
	font-size: 16px;
	background: #ffd61f;
	padding:2px 0px 2px 8px;
	letter-spacing: 3px;
	border-bottom: 1px solid #CFAC0C;
}

/*
	Footer
*/
#footer {
	margin: 0 auto;
	width: 960px;
	text-align: center;
	padding:5px 0;
	font-size:11px;
	color:#fff;
	background-color: #32b60a;
}

#footer a {
	color:#fff;
}

#class-footer {
	margin: 0 auto;
	width: 1140px;
	text-align: center;
	padding:5px 0;
	font-size:11px;
	color:#fff;
	background-color: #32b60a;
}

#class-footer a {
	color:#fff;
}
