/* top elements */
* {
	padding: 0 0 0 0;
	margin: 0;
}

body {
	margin: auto;
	padding: 0;
	text-align: center;
	background-repeat: repeat-x;
	background-color: #e7e7d3;
	background-image: url(../images/bg-body.gif);
}	

/* links */
a {
	color:#CB4721; 
	background-color: inherit;
	text-decoration: none;	
}
a:hover {
	background-color: inherit;
	text-decoration: underline;
}

/* ---------------
	headers 
------------------*/

h1, h2, h3 {
	font: normal 1em Georgia, "Times New Roman", Times, serif;
	color:#111;
	letter-spacing:-1px;
}
h1 { font-size: 2.2em; } 
h2 { font-size: 1.8em; color:eacb31; }
h3 { font-size: 1.6em; color:#C34E23; letter-spacing: 0px;}
h4 { font-size: 1.8em; color:eacb31; }

p, h1, h2, h3 {
	padding: 0;
	margin-top: 5px;
	margin-right: 5px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	font-size: 0.9em;
}

/* ---------------
	images
------------------*/
img {
	padding: 0px;
	border: 0px;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */   
  background: #FCFCF9;
  border: 1px solid #EFEFEF;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 30px;  	
  	font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;   
	background: #FCFCF9;
   border: 1px solid #EFEFEF;
	color: #6C6E3A;
}

/* ---------------
	tables td
------------------*/
table {
	border-collapse: collapse;
	margin: 0px;
}
th strong {
	color: #FFF;
}
th {
	background: #882D2D;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: left;
	border-left: 1px solid #EDC9C9;
	border-bottom: 1px solid #FFF;
}
tr {
	height: 20px;
}
td {
	padding: 1px;
}
/* end - table */

/* ---------------
	forms
------------------*/
form {
	padding: 0;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	font: normal 1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	color: #000;
}
textarea {
	padding:3px;
	border: 1px solid #EFEFEF;
	font: normal 1.1em Verdana, 'Trebuchet MS', Tahoma, sans-serif;
	height:100px;
	display:block;
	color: #666666;
}
input.button {
	margin: 0;
	font: bold 1em Arial, Sans-serif;
	padding: 2px 3px;
	background: #F1F0E4;
}

/* ---------------
	search form
------------------*/
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #333; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #footer-content, #content {
	width: 1020px;
}
#header-wrap, #footer-wrap, #content-wrap {
	min-width: 810px;	
}

/* ---------------
	header menu
------------------*/
#header-wrap {
	height: 127px;
	text-align: left;
	background-repeat: repeat-x;
	background-position: 0 0;
}
#header-content {
	position: relative;
	padding: 0;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/headercont-bg.gif);
	background-repeat: no-repeat;
}
#header-content #nav {
	float: left;
	height: 33px;
	width: 100%;
	margin-left: 50px;
}

#header-content #logo {
	height: 95px;
	float: left;
	width: 1020px;
	background-image: url(../images/bg-logo.gif);
	padding-left: 30px;
	left: 2px;
}
#header-content #logo a {
	text-decoration: none;
	background: transparent;
}

#header-content ul {
	position: absolute;
	right: 0px; top: 125px; 
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin: 0; padding: 0;		
	text-transform: uppercase;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 0px 18px 7px 18px;	
	color: #F3A251; 
	text-decoration: none;
}
#header-content li a:hover {
	color: #F88F26;
}
#header-content li a#current  {	
	color: #FFF;	
}

#header-content #header-links {
	top: 5px;
	right:10px;
	color: #8E5F2F;
	font-size: 90%;
	height: 30px;
	float: right;
	width: 460px;
	margin-top: 30px;
}
#header-content #header-links P {
	margin: 0; padding: 0;
}
#header-content #header-links a {	
	color: #A4A4A4;
	text-decoration: none;
}
#header-content #header-links a:hover {
	color: #F3A251;
}

/* ---------------
	banner
------------------*/
#banner-wrap {
	height: 211px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/banner-bg.gif);
}
#banner-content {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/banner.jpg);
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
#banner-content  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1.5em;
}

#banner-content #contact {
	height: 210px;
	width: 238px;
	float: left;
}
#banner-content #text {
	height: 210px;
	width: 560px;
	float: left;
	padding-left: 20px;
}
#banner-content #graphic {
	left: 0px;
	width: 132px;
	float: left;
	height: 210px;
	margin-left: 35px;
}

/* ---------------
	box
------------------*/
#box-wrap {
	width: 100%;
	float: left;
	margin-top: 10px;
	padding-left: 15px;
}
#box {
	text-align: left;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 950px;
	height: 100%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30;
}
#box a:hover {
	color: #FFFFFF;
}

#box p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	line-height: 1.1em;
}
#box a {
	font-size: 0.9em;
	color: #FFFF00;
	text-decoration: underline;
}


#box #safes {
	height: 70px;
	width: 140px;
	float: left;
	background-image: url(../images/box-safes.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 25px;
	padding-right: 80px;
}
#box #locks {
	height: 70px;
	width: 140px;
	float: left;
	background-image: url(../images/box-locks.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 25px;
	padding-right: 80px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#box #locksmith {
	height: 70px;
	width: 140px;
	float: left;
	background-image: url(../images/box-locksmith.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 25px;
	padding-right: 80px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#box #emergency {
	height: 70px;
	width: 140px;
	float: left;
	background-image: url(../images/box-emergency.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 25px;
	padding-right: 80px;
	padding-bottom: 10px;
	padding-left: 10px;
}


/* ---------------
	content
------------------*/
#content-wrap {
	width: 100%;
	background-position: center top;
	background-repeat: repeat-y;
	float: left;
	background-image: url(../images/bg-contents.gif);
}
#content {
	text-align: left;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	width: 961px;
	height: 100%;
	background-repeat: repeat-y;
}
#content #top {
	background-image: url(../images/bg-contents-top.gif);
	height: 10px;
	background-repeat: no-repeat;
	background-position: top;
}

#content p {
	font-size: 0.9em;
}

#content #main {
	width: 71%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 100%;
	padding-top: 5px;
	padding-left: 25px;
}
#content #main h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	color: #A75D08;
	font-weight: normal;
	font-style: normal;
}

#content #main h3 {
	font-weight: normal;
	color: #CC6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
}

#content #main h4 {
	font-weight: bold;
	color: #990000;
	font-size: 0.9em;
}
#main #ul {
	width: 300px;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}
#main #contact {
	width: 200px;
	float: left;
}
#main #form {
	width: 460px;
	float: left;
	margin-left: 20px;
}


#content #box {
	background-color: #009999;
	height: 100px;
	width: 400px;
}
#content #formbox {
	float: left;
	width: 232px;
	background-image: url(../images/bg-book-us.gif);
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 0px;
}
#content #formbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
}

#content #formbox2 {
	float: left;
	width: 252px;
	background-image: url(../images/bg-book-us-down.gif);
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: top;
}
#content #formbox-btn {
	height: 6px;
	float: left;
}

#content #formbox table tr td {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 0.7em;
	font-weight: bold;
}


/* ---------------
	sidebar
------------------*/
#sidebar {
	float: right;
	width: 250px;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#sidebar img {

}

#sidebar p {
	font-size: 0.7em;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
}
#sidebar h3 {
	font-weight: bold;
}


#sidebar h1 {
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
	color: #6C6E3A;
	padding: 0;
	margin: 0 0 10px 5px;	
	letter-spacing:-1px;	
}
#sidebar ul.sidemenu {
	margin: 5px 0 15px 0;
	padding: 0;	
	border-top: 1px dashed #E1E1E1;	
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px dashed #E1E1E1;
}
#sidebar ul.sidemenu a {
	display: block;
	color: #666666; 
	text-decoration: none;
	padding: .3em 0 .3em 10px;		
	width: 94%;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	color: #CB4721;
	background: #FFF;	
}


/* ---------------
	footer
------------------*/
#footer-wrap {
	position: relative;
	clear: both;
	background-repeat: repeat-x;
	background-position: 0 0;
	width: 100%;
}
#footer-wrap p {
	margin-left: 0;
}
#footer-content {
	width: 960px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-y;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #CC6600;
}
#footer-content a {
	color: #8b5912;
}
#footer-content a:hover {
	color: #fff;
	text-decoration: none;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;	
	width: 98%;
}
#footer-content ul.columns li {
	border-bottom: 1px dashed #272727;	
}
#footer-content ul.columns li.top {
	border-top: 1px dashed #272727;	
}
#footer-content ul.columns li a {
	display: block;
	line-height: 2em;
	font-weight: normal;
	padding-left: 5px;
	width: 98%;
	color: #BDBDBD;
}
#footer-content ul.columns li a:hover {
	background: #202020;
	color: #FFF;
	text-decoration: none;
}
#footer-content .col {
	width: 130px;
	padding: 10px 0 30px 0;
}
#footer-content .space-sep {
	margin-right: 10px;
}
#footer-content .col2 {
	width: 470px;
	padding: 0 0 30px 0;	
	display: inline;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.orange { color: #F3A251; }

.post-footer {
	font-size: 95%;
	border: 1px solid #EFEFEF; 
	background: #F8F8F8; 
	padding: 3px 10px;
	margin: 20px 15px 10px 15px;	
}
.post-footer .date {
	background: url('../images/clock.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .comments {
	background: url('../images/comment.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .readmore {
	background: url('../images/page.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;	
}

/* ---------------
	Box
----------------*/

.bordergray {
	background-image: url(../images/border/brd_frm_l.gif);
	background-repeat:repeat-y;
	background-position: left top;
	height: inherit;
	background-color: #e7e3c7;
}

.bordergray .brd_frm_r{
	background-image: url(../images/border/brd_frm_r.gif);
	background-repeat:repeat-y;
	background-position: right top;
}

.bordergray div.top{
	background-image: url(../images/border/brd_frm_u.gif);
	background-repeat:repeat-x;
	background-position:top;
	height: 20px;
}
.bordergray div.top2{
	background-image: url(../images/border/brd_frm_u.gif);
	background-repeat:repeat-x;
	background-position:top;
	height: 44px;
}

.bordergray div.top div.topdiv{
	height: 44px;
}

.bordergray div.top div.title{
	color:#000000;
	font-weight:normal;
	font-size: 12px;
	padding:0px 0px 0px 10px;
	float:left;
}

.bordergray div.top div.brd_frm_ul{
	background-image: url(../images/border/brd_frm_ul.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:21px;
	height: 20px;
	float:left;
}
.bordergray div.top div.brd_frm_ul2{
	background-image: url(../images/border/brd_frm_ul2.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:174px;
	height: 44px;
	float:left;
}
.bordergray div.top div.brd_frm_ul3{
	background-image: url(../images/border/brd_frm_ul3.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:174px;
	height: 44px;
	float:left;
}

.bordergray div.top div.brd_frm_ur{
	background-image: url(../images/border/brd_frm_ur.gif);
	background-repeat:repeat-x;
	background-position:top;
	width: 21px;
	height: 20px;
	float:right;
}

.bordergray .bodycontent {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: left;
}

.bordergray div.bottom{
	background-image: url(../images/border/brd_frm_bot.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	height: 22px;
}

.bordergray div.bottom div.brd_frm_ll{
	background-image: url(../images/border/brd_frm_ll.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:left;
	width: 18px;
	height: 22px;
}

.bordergray div.bottom div.brd_frm_lr{
	background-image: url(../images/border/brd_frm_lr.gif);
	background-repeat:repeat-x;
	background-position:top;
	float:right;
	width: 18px;
	height: 22px;
}
