/*
	Website		Impulse Development Application Framework
	Author		Impulse Development
	Date		June 2009
=============================================== */

/* =GENERAL
----------------------------------------------- */

/* GENERAL: =Reset */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6, textarea, button {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

button::-moz-focus-inner{
	padding:0;
	border:none
}

/* =TYPOGRAPHY
----------------------------------------------- */

/* TYPOGRAPHY: =Headings */

h1 {
  height: 35px;
  overflow: hidden;
  text-indent: -5000px;
  width: 940px;
}

  .home h1 {
    background: url(../images/h1-own_a_piece_of_the_great_southwest.png) no-repeat;
  }
  
  .about h1 {
    background: url(../images/h1-about_lone_star_investments.png) no-repeat;
  }
  
  .photos h1 {
    background: url(../images/h1-photos.png) no-repeat;
  }
  
  .testimonials h1 {
    background: url(../images/h1-testimonials.png) no-repeat;
  }
  
  .faqs h1 {
    background: url(../images/h1-frequently_asked_questions.png) no-repeat;
  }
  
  .contracts h1 {
    background: url(../images/h1-purchase.png) no-repeat;
  }
  
  .links h1 {
    background: url(../images/h1-links.png) no-repeat;
  }
  
  .contact h1 {
    background: url(../images/h1-contact_lone_star_investments.png) no-repeat;
  }

h2 {
	color: #a43131;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
}

h3 {
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 1em;
}

/* TYPOGRAPHY: =Paragraphs */

p {
	color: #333333;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1em;
}

/* TYPOGRAPHY: =Lists */

ul {
  list-style: disc inside;
  margin-bottom: 1em;
}

  ul li {
    color: #333333;
    font-size: 1.2em;
    line-height: 1.4em;
  }

dl {
  width: 100%;
}

  dl dt {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 0.5em;
  }
  
  dl dd {
    font-size: 1.2em;
    line-height: 1.4em;
    margin-bottom: 1em;
    padding-left: 32px;
  }
  
    dl dd p {
      font-size: 1em;
    }
	
/* TYPOGRAPHY: =Links */

a {
  color: #a43131;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
	
/* TYPOGRAPHY: =Variants */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/* =STRUCTURE
----------------------------------------------- */

/* STRUCTURE: =Background */

html {
  background: url(../images/bg-html.gif) repeat #351e14;
}

body {
	background: url(../images/bg-body.gif) repeat-x top left;
}

/* STRUCTURE: =Layout */

#pageContainer {
  margin: 0 auto;
	width: 968px;
}

#pageHeader {
  display: inline;
  float: left;
	height: 157px;
	margin-bottom: 12px;
	position: relative;
	width: 968px;
}

#pageBody {
  display: inline;
  float: left;
	position: relative;
	width: 968px;
}

  #bodyBanner {
    background: url(../images/bg-banner.png) no-repeat;
    float: left;
    height: 238px;
    margin-bottom: 8px;
    padding: 10px 0 10px 10px;
    position: relative;
    width: 1008px;
  }
  
  #bodyHeading {
    background: url(../images/bg-body_top.png) no-repeat top left;
    display: inline;
    float: left;
    height: 57px;
    padding: 14px 14px 0 14px;
    width: 940px;
  }

	#bodyContent {
	  background: url(../images/bg-content.png) repeat-y top left;
	  display: inline;
	  float: left;
	  _height: 200px;
	  min-height: 200px;
	  padding: 8px 20px 0 20px;
	  width: 608px;
	}
	
	#bodySidebar {
	  display: inline;
	  float: left;
	  width: 320px;
	}
	
#pageFooter {
	clear: both;
	height: 32px;
	padding: 0 4px;
	position: relative;
	width: 640px;
}

/* =HEADER
----------------------------------------------- */

/* HEADER: =Logo */

#headerTitle {
	left: -32px;
	position: absolute;
	top: 0;
}

	#headerTitle p {
		margin: 0;
	}
	
		#headerTitle p a {
			background: url(../images/logo-lone_star_investments.png) no-repeat;
			display: block;
			height: 166px;
			overflow: hidden;
			text-indent: -5000px;
			width: 294px;
		}
		
/* HEADER: =Call To Action */

#headerCallToAction {
  position: absolute;
  right: -73px;
  top: -15px;
  z-index: 9999;
}

  #headerCallToAction p {
    background: url(../images/misc-call_to_action.png) no-repeat;
    height: 110px;
    overflow: hidden;
    text-indent: -5000px;
    width: 416px;
  }

/* HEADER: =Navigation */

#headerNavigation {
  list-style: none;
  margin: 0;
  position: absolute;
  right: 4px;
  top: 0;
  width: 697px;
}

  #headerNavigation li {
    display: inline;
    float: left;
    height: 156px;
  }
  
    #headerNavigation li a {
      display: block;
      height: 156px;
      overflow: hidden;
      text-indent: -5000px;
    }
    
    #headerNavigation li.home a {
      background: url(../images/nav-home.gif) no-repeat top;
      width: 66px;
    }
    
    #headerNavigation li.about a {
      background: url(../images/nav-about.gif) no-repeat top;
      width: 72px;
    }
    
    #headerNavigation li.photos a {
      background: url(../images/nav-photos.gif) no-repeat top;
      width: 84px;
    }
    
    #headerNavigation li.testimonials a {
      background: url(../images/nav-testimonials.gif) no-repeat top;
      width: 137px;
    }
    
    #headerNavigation li.faqs a {
      background: url(../images/nav-faqs.gif) no-repeat top;
      width: 60px;
    }
    
    #headerNavigation li.contracts a {
      background: url(../images/nav-purchase.gif) no-repeat top;
      width: 114px;
    }
    
    #headerNavigation li.links a {
      background: url(../images/nav-links.gif) no-repeat top;
      width: 67px;
    }
    
    #headerNavigation li.contact a {
      background: url(../images/nav-contact.gif) no-repeat top;
      width: 97px;
    }
    
    #headerNavigation li a:hover,
    #headerNavigation li a.current {
      background-position: 0 -157px;
    }

/* =BANNER
----------------------------------------------- */

#bodyBanner .thumbs {
  position: absolute;
  right: 10px;
  top: 20px;
  width: auto;
}

  #bodyBanner .thumbs li {
    display: block;
    float: none;
    height: auto;
    margin: 0 0 7px 0;
    padding: 0;
    width: auto;
  }
		
/* =CONTENT
----------------------------------------------- */

/* CONTENT: =Images */

#bodyContent .image,
#bodyContent .map {
  margin-bottom: 1em;
}

#bodyContent .image img {
  background-color: #ffffff;
  padding: 4px;
}

#bodyContent .image p {
  margin: 0;
  padding: 4px 0;
  text-align: center;
}

/* CONTENT: =Galleries */

#bodyContent .gallery {
  display: inline;
  float: left;
  margin-bottom: 12px;
  width: 100%;
}

  #bodyContent .gallery .image {
    display: inline;
    float: left;
    margin: 0 6px 12px 6px;
  }
  
/* CONTENT: =Testimonials */

#bodyContent .testimonial {
  border-top: 1px solid #8e6652;
  margin-bottom: 12px;
  padding-top: 12px;
}

  #bodyContent .testimonial p {
    color: #a43131;
    font-size: 1.4em;
    font-weight: bold;
    text-align: right;
  }

  #bodyContent .testimonial blockquote {
    padding: 0 32px;
  }

    #bodyContent .testimonial blockquote p {
      color: #333333;
      font-size: 1.2em;
      font-weight: normal;
      text-align: left;
    }
    
/* CONTENT: =Items */

#bodyContent .item {
  border-top: 1px solid #8e6652;
  display: inline;
  float: left;
  margin-bottom: 12px;
  padding-top: 12px;
  position: relative;
  width: 100%;
}

  #bodyContent .item h2 {
    font-size: 1.4em;
  }

  #bodyContent .item .image {
    display: inline;
    float: left;
    margin: 0 12px 12px 0;
  }

  #bodyContent .item .more {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  
    #bodyContent .item .more p {
      font-size: 1.1em;
      margin: 0;
    }
    
/* CONTENT: =iFrames */

iframe {
  margin-bottom: 12px;
}

/* =SIDEBAR
----------------------------------------------- */

/* SIDEBAR: =Vcard */

#sidebarVcard {
  background: url(../images/vcard-sidebar.png) no-repeat;
  height: 184px;
  margin: 20px auto 0 auto;
  overflow: hidden;
  text-indent: -5000px;
  width: 261px;
}
		
/* =FOOTER
----------------------------------------------- */

#pageFooter p {
  color: #dddddd;
  font-size: 1.1em;
  line-height: 32px;
}

#pageFooter a {
  color: #ffffff;
  font-weight: bold;
}

#footerCopyright {
  display: inline;
  float: left;
}

#footerDeveloper {
  display: inline;
  float: right;
}

/* =FORMS
----------------------------------------------- */

form {
  margin: 0 auto;
	width: 65%;
}

/* FORMS: =Field Containers */

.textField,
.textArea,
.fileField,
.submitButton {
	display: inline;
	float: left;
	margin-bottom: 1em;
	width: 100%;
}

/* FORMS: =Labels */

label {
	color: #333333;
	display: block;
	font-size: 1.2em;
	line-height: 2em;
}

/* FORMS: =Required Fields */

.required label {
	font-weight: bold;
}

/* FORMS: =Text Fields & Areas */

.textField input,
.textArea textarea {
	background: #ffffff;
	border: 1px solid #8e6652;
	font-size: 1.2em;
	padding: 8px;
	width: 97%;
}

.textArea textarea {
	height: 75px;
}

/* FORMS: =Fields With Errors */

.fieldWithErrors {
	display: inline;
}

.fieldWithErrors input,
.fieldWithErrors textarea {
	background-color: #fdf2f2;
	border: 1px solid #b00000;
}

/* FORMS: =Submit Buttons */

.submitButton {
	text-align: center;
}

	.submitButton button {
	  background: transparent;
		border: none;
		cursor: pointer;
	}

		.submitButton button span {
		  background: url(../images/btn-submit.gif) no-repeat;
		  display: block;
		  height: 37px;
		  overflow: hidden;
		  text-indent: -5000px;
		  width: 96px;
		}
		
		.submitButton button:hover span {
			background-position: 0 -37px;
		}
		
/* FORMS: =Error Explanation */

.errorExplanation {
	background: #f7eded;
	border: 1px solid #b00000;
	margin-bottom: 12px;
	padding: 12px;
}

	.errorExplanation h2 {
		display: none;
	}

	.errorExplanation p {
		color: #b00000;
		font-size: 12px;
		font-weight: bold;
		text-align: center;
	}

	.errorExplanation ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}

		.errorExplanation ul li {
			color: #b00000;
			font-size: 12px;
			line-height: 15px;
			list-style: none;
			margin-bottom: 0;
			text-align: center;
		}