/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #f1ebe0 url(../images/sub/background.png) top left no-repeat;
}
.restaurant {
	color: #FFFFFF;
	font-weight: bold;
}
.request {
	color: #FFFFFF;
	font-weight: bold;
}
.search {
	color: #ffffff;
	font-weight: bold;
	border: 0px;
	background-image: url(../images/index/searchbg.jpg);
	height: 20px;
	padding: 3px 5px 0px 5px;
}
.heading {
	font-size: 20px;
	color: #FF6633;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.subheading {
	font-size: 15px;
	font-weight: bold;
	color: #0077AE;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    border-bottom: 1px solid #0077AE;
    text-decoration: none;
}
.sigline {
	font-size: 9px;
	color: #82A7B0;
	padding: 5px 0px 0px 0px;
}

a.sigline {
	color: #82A7B0;
	text-decoration: underline;
}
a.sigline:hover {
	color: #ffffff;
	text-decoration: none;
}
a.sigline:active {
	color: #82A7B0;
	text-decoration: underline;
	color: #006699;
}
a.sigline:visited {
	text-decoration: none;
	color: #82A7B0;
}
a.request {
	color: #ffffff;
	text-decoration: none;
}
a.request:hover {
	color: #FFCC00;
	text-decoration: none;
}

a.footerlinks {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
a.footerlinks:hover {
	color: #F50000;
	text-decoration: underline;
}
a.link {
	color: #0000FF;
	text-decoration: none;
    font-weight: bold;
}
a.link:hover {
	text-decoration: underline;
	color: #FF0033;
}
.small {font-size: 9px}
.dots_line { background-image:url(../images/sub/dots_line.jpg); height:1px;}
.religious { padding-left:25px}
ul{
list-style-image:url(../images/sub/bullet.jpg);
line-height:16px;
}
.leftpadding { padding-left:20px}


.index_heading {
	font-size: 16px;
	color: #FF6633;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.error, .message {
    border: 1px solid red;
    padding: 5px;
}
.error {
    color: red;
    background-color: #FFC0CB;
}
.message {
    color: blue;
    background-color: #66ccff;
    border: 1px solid blue;
}
