/*
	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, 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
}

a {
  outline: 0;
}

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

/* TYPOGRAPHY: =Headings */

h1 {
  height: 34px;
  margin: 0 0 2em -12px;
  overflow: hidden;
  text-indent: -5000px;
  width: 100%;
}

  .home h1 {
    background: url(../images/h1-welcome.png) no-repeat left;
  }
  
  .about h1 {
    background: url(../images/h1-about.png) no-repeat left;
  }
  
  .profiles h1 {
    background: url(../images/h1-attorney_profiles.png) no-repeat left;
  }
  
  .areas h1 {
    background: url(../images/h1-practice_areas.png) no-repeat left;
  }
  
  .clients h1 {
    background: url(../images/h1-clients.png) no-repeat left;
  }
  
  .jobs h1 {
    background: url(../images/h1-jobs.png) no-repeat left;
  }
  
  .contact h1 {
    background: url(../images/h1-contact.png) no-repeat left;
  }

h2 {
  color: #3d3a2d;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.75em;
}

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

/* TYPOGRAPHY: =Paragraphs */

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

/* TYPOGRAPHY: =Lists */

ul {
	list-style: disc outside;
	margin-bottom: 1em;
	padding-left: 1.5em;
}

	ul li {
		color: #3d3a2d;
		font-size: 1.2em;
		line-height: 1.4em;
	}
	
dl dt {
  color: #3d3a2d;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

dl dd {
  color: #3d3a2d;
  line-height: 1.4em;
  margin-bottom: 1em;
  padding-left: 1.5em;
}
	
/* TYPOGRAPHY: =Links */

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

a:hover {
	text-decoration: underline;
}

/* TYPOGRAPHY: =More Links */

.more p {
  font-size: 1.3em;
  text-align: center;
}

  .more p a {
    text-align: center;
    text-transform: lowercase;
  }
	
/* TYPOGRAPHY: =Variants */

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

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

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

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

#container {
  margin: 0 auto;
  width: 1075px;
}

#pageHeader {
  height: 427px;
  margin-bottom: 12px;
  position: relative;
  width: 1075px;
}

#pageBody {
  margin: 0 auto 0 auto;
  width: 956px;
}

  #bodyContent {
    float: left;
    margin-bottom: 24px;
    padding: 12px 0 0 12px;
    width: 632px;
  }
  
  #bodySidebar {
    float: right;
    margin-bottom: 24px;
    width: 300px;
  }

#pageFooter {
  clear: both;
  height: 46px;
  margin: 0 auto;
  position: relative;
  width: 956px;
}

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

#headerTitle {
  left: 59px;
  position: absolute;
  top: 36px;
  z-index: 9999;
}

  #headerTitle p {
    margin: 0;
  }
    
    #headerTitle p a {
      background: url(../images/logo-medium.png) no-repeat center;
      display: block;
      height: 79px;
      overflow: hidden;
      text-indent: -5000px;
      width: 501px;
    }
    
#headerNavigation {
  bottom: -1px;
  _bottom: -3px;
  left: 59px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 956px;
}

  #headerNavigation li {
    float: left;
    margin: 0 22px;
    _margin: 0 20px;
  }
  
    #headerNavigation li a {
      display: block;
      height: 43px;
      overflow: hidden;
      text-indent: -5000px;
    }
    
    #headerNavigation li.about a {
      background: url(../images/nav-about.png) no-repeat;
      width: 73px;
    }
    
    #headerNavigation li.profiles a {
      background: url(../images/nav-attorney_profiles.png) no-repeat;
      width: 211px;
    }
    
    #headerNavigation li.areas a {
      background: url(../images/nav-practice_areas.png) no-repeat;
      width: 172px;
    }
    
    #headerNavigation li.clients a {
      background: url(../images/nav-clients.png) no-repeat;
      width: 88px;
    }
    
    #headerNavigation li.jobs a {
      background: url(../images/nav-jobs.png) no-repeat;
      width: 47px;
    }
    
    #headerNavigation li.contact a {
      background: url(../images/nav-contact.png) no-repeat;
      width: 98px;
    }
    
    #headerNavigation li a:hover,
    #headerNavigation li a.current {
      background-position: 0 -43px;
    }
    
#headerBanner {
  position: absolute;
  top: 86px;
  z-index: 9989;
}

  #headerBanner .overlay {
    background: url(../images/bnr-overlay.png) repeat-y top left;
    height: 298px;
    left: 0;
    position: absolute;
    top: 0;
    width: 1075px;
  }
		
/* =CONTENT
----------------------------------------------- */

#bodyContent .image img {
  border: 3px solid #9c9674;
  padding: 1px;
}

#bodyContent .item,
#bodyContent .itemWithImage {
  margin-bottom: 1.5em;
}

#bodyContent .itemWithImage {
  padding-left: 160px;
  position: relative;
  width: 472px;
}

  #bodyContent .itemWithImage .image {
    left: 0;
    position: absolute;
    top: 0;
  }
  
#bodyContent .hr {
  border-bottom: 1px solid #eeeeee;
  height: 1px;
  margin: 1.5em 0;
  width: 100%;
}

  #bodyContent .hr hr {
    display: none;
  }
		
/* =SIDEBAR
----------------------------------------------- */

#bodySidebar .section {
  float: left;
  width: 100%;
}

#sidebar-contact {
  background: url(../images/bg-sidebar_section.gif) repeat;
}

  #sidebar-contact h2 {
    background: url(../images/h2_sidebar-get_more_information.gif) no-repeat;
    height: 52px;
    margin-bottom: 12px;
    overflow: hidden;
    text-indent: -5000px;
    width: 100%;
  }
  
  #sidebar-contact form {
    margin: 0;
    padding: 0 12px;
    width: 276px;
  }
  
  #sidebar-contact form p {
    font-weight: bold;
    text-align: center;
  }
  
  #sidebar-contact .textField,
  #sidebar-contact .textArea {
    float: left;
    margin-bottom: 12px;
    width: 100%;
  }
  
  #sidebar-contact .textField label,
  #sidebar-contact .textArea label {
    line-height: 1em;
    margin-bottom: 6px;
  }
  
  #sidebar-contact .textField input,
  #sidebar-contact .textArea textarea {
    background: #f3f1e9;
    border: 1px solid #a59d79;
    padding: 6px;
    width: 264px;
  }

/* =FOOTER
----------------------------------------------- */
  
#footerCopyright,
#footerDeveloper {
  bottom: 0;
  position: absolute;
}

#footerCopyright {
  left: 0;
}

#footerDeveloper {
  right: 0;
}

  #footerCopyright p,
  #footerDeveloper p {
    color: #ffffff;
    font-size: 1.1em;
    line-height: 46px;
    margin: 0;
  }
    
    #footerCopyright p a,
    #footerDeveloper p a {
      color: #ffffff;
    }
  

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

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

/* FORMS: =Field Containers */

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

/* FORMS: =Labels */

label,
.label {
	color: #3d3a2d;
	display: block;
	font-size: 1.2em;
	line-height: 2em;
}

.required label,
.required .label {
  font-weight: bold;
}

/* FORMS: =Text Fields & Areas */

.textField input,
.textArea textarea {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #3d3a2d;
	font-size: 1.2em;
	padding: 4px;
	width: 97%;
}

.textArea textarea {
	height: 75px;
}

/* FORMS: =Fields With Errors */

.fieldWithErrors {
	display: inline;
}

.fieldWithErrors input,
.fieldWithErrors textarea {
	background-color: #fdf2f2;
}

/* FORMS: =Submit Buttons */

.submitButton {
	display: inline;
	float: left;
	margin-bottom: 1em;
	text-align: center;
	width: 100%;
}

  .submitButton button {
    background: transparent;
    border: 0;
    cursor: pointer;
  }
  
    .submitButton button span {
      background: url(../images/btn-submit.png) no-repeat;
      display: block;
      height: 40px;
      overflow: hidden;
      text-indent: -5000px;
      width: 110px;
    }
    
    .submitButton button:hover span {
      background-position: 0 -40px;
    }
		
/* FORMS: =Error Explanation */

.errorExplanation {
	background: #f7eded;
	border: 1px solid #b00000;
	margin: 12px 0;
	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;
		}