/* Reset File For Cross-Browser Standardization */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Page Layout */
body { background: #B19154 url('../images/background.gif') repeat-x; color: #666; font: 12px Arial, Helvetica, sans-serif; }
#greenshield { background: url('../images/body-shadow.png') repeat-y; margin: 0 auto; text-align: left; width: 1015px; }
#header { background: url('../images/header.jpg') no-repeat; height: 101px; margin: 0 auto; width: 1015px; }
#header a#logo { float: left; left: 35px; position: relative; top: 20px; }
#header ul { float: left; left: 50px; position: relative; top: 67px; }
#header ul li { float: left; padding-right: 15px; }
#header ul li a { color: #666; font-size: 14px; font-weight: bold; }
#header h1 { color: #C15E20; float: left; font-size: 24px; left: 55px; position: relative; top: 30px; }
#header h2 { clear: left; color: #C15E20; float: left; font-size: 18px; left: 830px; position: relative; top: -9px; width: 140px; }
#content { float: left; padding: 13px 28px 0 28px; width: 959px; } 
#footer { background: url('../images/footer-gradient.jpg') repeat-x; border-top: 1px solid #FFF; clear: both; display: block; height: 118px; margin-left: 28px; width: 959px;}
#footer ul#footer-links { margin: 24px 0 0 30px; }
#footer ul#footer-links li { float: left; padding-right: 15px; }
#footer ul#footer-links li a { color: #FFF; }
#footer #copyright { clear: both; font: 10px Arial; color: #C1D39E; display: block; float: left; margin: 10px 0 0 30px; width: 450px; }
#footer #content1{ clear: both; font: 10px; color: #db8219; display: block; float: justify; margin: 10px 0 0 30px; width: 890px; }
#footer #call-us { color: #C1D39E; font-size: 16px; float: right; position: relative; right: 50px; }
#footer #call-us strong { color: #FFF; font-size: 18px; padding-left: 5px; }


#hiddenprint { display: none; }

/* Page Elements */
a { color: #DB8219; text-decoration: none; }
a:hover { text-decoration: underline; }
p { line-height: 170%; }

#facebox .b {
  background:url('../images/b.png');
}

#facebox .tl {
  background:url('../images/tl.png');
}

#facebox .tr {
  background:url('../images/tr.png');
}

#facebox .bl {
  background:url('../images/bl.png');
}

#facebox .br {
  background:url('../images/br.png');
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  clear: both;
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index:-100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
