@charset "utf-8";
/* CSS Document */

h1
{
	font-size: 28px;
	color: #D8B163;
	margin: 5px 0px 8px -5px;
}

h2
{
	font-size: 21px;
	color: #D8B163;
	margin: 0px 0px 8px -5px;
	padding: 0px;
}

h3
{
	font-size: 19px;
	color: #D8B163;
	margin: 15px 0px 7px -5px;
	padding: 0px;
}

p
{
	margin: 0px 0px 15px 0;
	line-height: 19px;
}

a
{
	color: #ffffff;	
}

a:hover
{
	color: #D8B163;
}

a.cream
{
	color: #D8B163;
	text-decoration: underline;
	cursor: pointer;
}

a.cream:hover
{
	color: #ffffff;
}

a.grey
{
	color: #333;
	text-decoration: underline;
	cursor: pointer;
}

a.grey:hover
{
	color: #960;
}

#logo_banner
{
	float: left;
	width: 900px;
	height: 78px;
	margin-top: 40px;	
}

#telephone
{
	float: right;
	height: 78px;
	line-height: 78px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;	
}

#navigation
{
	float: left;
	width: 900px;
	height: 80px;
}

a.nav_item
{
	float: left;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #ffffff;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a.nav_item:hover
{
 	background-image: url(../images/nav_hover.png);
}


a.button, a.button_sm_padding
{
	border: 1px solid #422913;
	background-color: #5C3A1B;
	background-image: url(../images/button_normal.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
	padding: 7px 6px 6px 6px;
	color: #000;
	font-size: 16px;
}

a.button:hover, a.button_sm_padding:hover
{
	background-image: url(../images/button_hover.jpg);
}


a.button_sm_padding
{
	padding: 3px 5px 3px 5px;
	font-size: 12px;
}

.dummy_hr
{
	clear: left;
	border-top: 1px dotted #663C20;	
	margin-top: 15px;
}


/* panaroma */
#overlay
{
	display: none;
	background-color: #A6802D;
	border: 10px solid #A6802D;
	border-bottom: none;
	z-index: 3000;	
}
				
#overlay a.close
{
	display: block;
	height: 30px;
	line-height: 30px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;	
}




