/*     global styles     */
/*
This file contains styles that apply to all templates used
throughout the site
*/
/*     v1.0 RJHurst      */
/*
changelog:
- 
*/

/*
Reset browser defaults for consistency
based on http://meyerweb.com/eric/toolscss/reset/ v1.0 | 20080212 
*/

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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;*
}
body {
	line-height: 1.5em; /* this increased from orginal - IE was losing link underlines with it set to 1 */
	overflow: -moz-scrollbars-vertical; /* stop jumping between scrolling and no-scrolling pages - this line will break validation, but otherwise harmless */
}
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;
}
  

/* other common styles */
.clear {
  clear:both;
}

.visual-wrapper {
  /*background:green;*/ /* just for debugging */
}

.hidden {
  display:none;
}

/* project specific styles */

body {
	text-align:center;
	font-size:60%;
	background:#fff;
	font-family:helvetica, sans-serif;
	color:#666;
}

#header-wrapper,
#top-content-wrapper {
  background:#f5f3ee;
}

#top-content-wrapper {
  background:#f5f3ee url(op-hoz-dashes.png) bottom left repeat-x;
}

#header,
#top-content,
#bottom-content,
#footer {
    text-align:left;
    width:850px;
    margin:0 auto;
}

#bottom-content {
  background:#fff url(op-hoz-dashes.png) bottom left repeat-x;
  padding-bottom:20px;
  margin-bottom:10px;
}

#header {
  height:58px;
  background:#6a6762 url(header_bg.png) top left no-repeat;
  position: relative;
}

#header a {
  text-indent:-9999px;
  position:absolute;
  display:block;
}

#header a#nav-home {
  width:84px;
  height:50px;
  top:0;
  right:100px;
}

#header a#nav-delib {
  width:100px;
  height:50px;
  top:0;
  right:0;
}

#top-content .visual-wrapper {
  padding:20px 30px;
}

#bottom-content .visual-wrapper {
  margin:20px 30px;
}

#top-section-text {
  font-size:1.35em;
  line-height:1.2em;
  width:380px;
  float:left;
  padding-bottom:10px;
}

#bottom-section-text {
  font-size:1.35em;
  line-height:1.2em;
  width:495px;
  float:left;  
  padding-top:20px;
}

#cost-calculator-wrapper {
  font-size:1.35em;
  width:270px;
  float:left;
  margin-top:10px;
  border-left:1px solid #ccc;
}

#calc-icon {
  margin-left:10px;
  background: #fff url(calc-icon.png) top left no-repeat;
  padding-left:54px;
}

#calc-icon h3 {
  font-family: Georgia,serif;
  color:#333;
  font-weight: normal;
  font-size:1.4em;
}

#calc-icon p {
  font-size:0.85em;
  padding: 10px 0;
}

#calc-icon a {
  font-size:0.8em;
  color:#008BE3;
}

#contact {
  width:263px;
  height:150px;
  background: #fff url(contact-box-bg.png) top left no-repeat;
  margin:20px 0 20px 20px;
  padding:15px 20px;
}

#contact .pseudo-header {
  font-size:1.6em;
}

#contact ul {
  margin-top:10px;
}

#contact ul li {
  font-size:0.9em;
  display:block;
  line-height:1.4em;
}

.contact-details {
  margin-top:10px;
}

.contact-details a {
  color:#008BE3;
} 

#top-section-text p {
  margin-bottom:10px;
}

p.intro {
  font-family: Georgia,serif;
  font-size:1.7em;
  line-height:1.3em;
  color:#333;
  margin-bottom:12px;
}

h2 {
  font-family: Georgia,serif;
  font-size:1.7em;
  line-height:1.3em;
  color:#333;
  margin-bottom:12px;
  font-weight:normal;
}


#flash-wrapper {
   float:right;
   width:340px;
   margin:86px 10px 0 0;
}

.pseudo-header {
  color:#008be3;
  font-family: Georgia,serif;
  font-size:1.2em;
  margin-bottom:5px;
}

.pseudo-ol {
  margin-bottom:10px;
}

.pseudo-ol li {
  padding: 6px 1px 4px 27px;
}

.pseudo-ol li.ol-1 {
  background: transparent url(bullet-1.png) 0 3px no-repeat;
}

.pseudo-ol li.ol-2 {
  background: transparent url(bullet-2.png) 0 3px no-repeat;
}

.pseudo-ol li.ol-3 {
  background: transparent url(bullet-3.png) 0 3px no-repeat;
}

.pseudo-ol li.ol-4 {
  background: transparent url(bullet-4.png) 0 3px no-repeat;
}

#footer {
  font-size:1.2em;
  padding:10px 0 20px 0;
  position:relative;
}

#created-by-delib {
  position:absolute;
  top:0;
  right:0;
  width:123px;
  height:28px;
  background:transparent url(2009_reskin/created-by-delib.png);
  text-indent:-9999px;
  display:block;
}







