﻿* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #000000;
	background-color: #FFFFFF;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	color: #d38217;
}
h4 {
	font-size: 14px;
	color: #b95c0a;
	line-height: 30px;
}



.clear {
	clear: both;
}
.floatleft {
	float: left;
	padding-right: 15px;
	padding-top: 5px;
}

.txt_11 {
	font-size: 11px;
	line-height: 21px;
}
.txt_190 {
	width: 190px;
}



#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

/* Custom Edit To: decrease header to 125px
/* Edited by HCN, Feb.2.2012
/* Changed: height from 149px to 100px
/* */
#header {
	background: url(../images/logo.jpg) no-repeat;
	height: 100px;
	margin-top: 10px;
	margin-bottom: 9px;
}
/* Custom Edit To: decrease header to 125px
/* Edited by HCN, Feb.2.2012
/* Original Style: #header img
/* Added height as 100px
/* */
#header img {
	height:100px;
}

#bnr {
	margin-top: 10px;
	margin-bottom: 10px;
}
#left {
	float: left;
	width: 655px;
}
#contact_no_d {
	float: left;
	width: 940px;
}
.content ul {
	padding-left: 27px;
	list-style-type: disc;
}

.content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#home ul {
	padding-left: 15px;
}

#sign {
	text-align: right;
	padding-top: 10px;
}

.form_box {
	padding: 20px;
	border: 2px solid #dcdcdc;
	width: 885px;
}



#right {
	float: right;
	width: 275px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-left: 14px;
}
#right img {
	padding-bottom: 15px;
}
.date {
	text-align: center;
	font-weight: bolder;
	color: #FFFFFF;
	padding-top: 207px;
}

.date_b {
	text-align: center;
	font-weight: bolder;
	color: #FFFFFF;
	padding-top: 225px;
}

#footer {
	text-align: center;
	margin-top: 15px;
	font-size: 9px;
	font-weight: bold;
}
#footer a {
	color: #b95c0a;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}

#dropmenudiv{
position:absolute;
border:1px solid #000;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:20px;
z-index:120;
}
 
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}
 
#dropmenudiv a:hover{ /*hover background color*/
background-color: #222;
}

.style1 {
	color: #b95c0a;
	font-weight: bold;
}

.style2 {color: #000000;
}

.style3 {
	font-size: 12px;
	font-weight: bold;
}

.style4 {color: #b95c0a; font-size: 14px; }

.style5 {color: #ce8618; font-size: 14px; }

.call {
	color: #000000;
	font-size: 30px;
	font-weight: normal;
	font-family: "Arial";
	line-height: 1;
}

.proudly {
	color: #000000;
	font-size: 12px;
	font-family: "Arial";
}

.bannertop {
	color: #000000;
	font-size: 17px;
	font-family: "Arial";
	font-weight: normal;
}
.specials_table{
	margin: 0 auto;	
}
.print_text{
	font-size: 10px;
	text-align: left;
	position: relative;
	top: -10px;
	left: 15px;
	cursor: pointer;
}

.b1{
	background: url(/images/banner1b.png) no-repeat scroll 0 0 transparent;
	width:246px;
	height:270px;
	cursor:pointer;
}

.b1:hover{
	background: url(/images/banner1b.gif) no-repeat scroll 0 0 transparent;
}

.b2{
	background: url(/images/banner2.png) no-repeat scroll 0 0 transparent;
	width:246px;
	height:270px;
	cursor:pointer;
}

.b2:hover{
	background: url(/images/banner2.gif) no-repeat scroll 0 0 transparent;
}

.b3{
	background: url(/images/banner3.png) no-repeat scroll 0 0 transparent;
	width:246px;
	height:270px;
	cursor:pointer;
}

.b3:hover{
	background: url(/images/banner3.gif) no-repeat scroll 0 0 transparent;
}

.b4{
	background: url(/images/banner4.png) no-repeat scroll 0 0 transparent;
	width:246px;
	height:270px;
	cursor:pointer;
}

.b4:hover{
	background: url(/images/banner4.gif) no-repeat scroll 0 0 transparent;
}

/* Custom Edit To: reduce bnr image height
/* Edited by HCN, Feb.01.2012
/* Original Style: #bnr img
/* Added: height as 150px
/* */
/* Custom Edit To: add changes made by client
/* Edited by HCN, Feb.02.2012
/* Changed: height as 250px
/* */
#bnr img {
	height:250px;
}
/* Custom Edit To: prevent bnr-images on 'career' and 'aboutus' pages from setting height to 150px by previous style
/* Edited by HCN, Feb.01.2012
/* Original Style: img.autoHeight
/* Added: height as 300px
/* */
#bnr img.autoHeight {
	height:auto;
}

