/* Basics CSS*/

html {overflow: scroll;}
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	color: #000;
	background:#f2deab;
	padding:0;
	font: 0.8em/1.4em Arial, Helvetica, sans-serif;
 }

a:link, a:visited, a:active {
color: #775D42;
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #fff;
}

h1 {
 font-size: 1.5em;
}

h2 {
 font-size: 1.3em;
}

#outer {
	width: 791px;
	margin: 0 auto;
	background: #fff;
	border: 3px solid #6B3D20;
	text-align: justify;
 }

#hdr {
 padding-top: 180px;
 background: #fff url(../images/headerlogo.png) no-repeat;
 }

#hdr h1 {
 color: #fff;
 background:#B7734B;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 text-transform: uppercase;
 margin: 0;
 padding: 1em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#nav {
	float:left;
	width:180px;
	padding-left: 8px;
	margin-top: 15px;
}
#nav2 {
	float:right;
	width:130px;
	padding-left: 8px;
	margin-left: 10px;
	border: 3px solid #734425;
	padding-right: 8px;
	font-size: 12px;
	background: #E3AF62;
	margin-top: 4px;
}
#nav2 a {
	display: block;
}
#nav2 a:link, #nav2 a:visited, #nav2 a:active {
color: #000 !important;
text-decoration: none;
}
#nav2 a:hover {
text-decoration: none;
color: #734425 !important;
}

#cont {
	float: right;
	width:568px;
	padding: 10px 20px 10px 10px;
 }
#cont a:link, #cont a:visited, #cont a:active {
color: #5e391e;
text-decoration: underline;
}
#cont a:hover {
text-decoration: none;
color: #eb7b19;
}
#cont h2 {
	color: #eb7b19;
	font-size: 18px;
	font-style: italic;
	font-weight: bolder;
}
#cont li {
	list-style-type: none;
	background: url(../images/dot01.gif) no-repeat 0px 5px;
	padding-left: 20px;
	padding-top: 5px;
}

#ftr {
	clear: both;
	color: #000;
	background:#E3AF62;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #000;
	margin: 1em 0 0;
	height: 60px;
	padding-top: 5px;
 }
#ftr a:link, #ftr a:visited, #ftr a:active {
color: #000;
text-decoration: none;
}
#ftr a:hover {
text-decoration: underline;
color: #4e2915;
}

.imgLeft
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.imgRight
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.imgCenter
{ display: block;
  margin: 0 auto;
}
.imgCenterBorder
{
	display: block;
	margin: 0 auto;
	border: 1px solid #000000;
}
.imgLeftBorder
{ float: left; 
  margin: 0px 8px 0px 0px;
  border: 1px solid #000000;
}

.imgRightBorder
{ float: right; 
  margin: 0px 0px 0px 8px;
  border: 1px solid #000000;
}
.hdrOrangeItalCtr {
	font: bold 24px Tahoma, Geneva, sans-serif;
	color: #4e2915;
	text-align: center;
	margin-top: 15px;
}
.txtOrange {
	font: italic bold 20px Tahoma, Geneva, sans-serif;
	color: #4e2915;
	margin-top: 16px;
	margin-bottom: 25px;
}
.txtBrown {
	font: bold 18px Tahoma, Geneva, sans-serif;
	color: #4E2915;
}
.txtBrownSmCaps {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #4E2915;
}
.boxRates {
	font-size: 16px;
	font-weight: bold;
	background: #F1D1A0;
	padding: 15px;
	margin-right: 20px;
	margin-left: 20px;
	border: 1px solid #8E5A2B;
	text-align: center;
}
.hdrBrown {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #F2E2BD;
	background: #6B3D20;
	display: block;
	border: 1px solid #000;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	width: 360px;
	margin-top: 10px;
}
.clear {
	clear: both;
	height: 10px;
}
.txtbigital {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
.center {
	text-align: center;
}
.phones {
	font-weight: bold !important;
	text-align: center;
	margin-bottom: 20px !important;
	font-size: 18px;
	line-height: 1.3em;
	color: #4e2915;
}
.boxCtr {
	width: 300px;
	margin-left: 50px;
	border: 1px solid #734021;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #F2DEAB;
	font-weight: bold;
}

