/* 
************************************************

Coding and design by Hambo Design - 2008

************************************************
*/

body {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	line-height: 1;
}

strong	{ font-weight: bold }

/* 
************************************************

Link Typography

************************************************
*/

a:link, a:visited {
	color: #000;

}

	a:hover {
		color: #820a06;
		/* border-bottom: 1px dotted #820a06; */
	}
	
	
	
/* 
************************************************

Header Typography

************************************************
*/

h1, h2, h3, h4 {
	font-family: Arial, sans-serif;
	font-weight: lighter;
}

h1 {
	color: #1c1c1c;
	font-size: 1.4em;
	padding-bottom: 20px;
}

h2 {
	color: #1c1c1c;
	font-size: 1em;
	font-weight: bolder;
	line-height: 1.3em;
	padding-bottom: 20px;
	text-transform: uppercase;
}

	h2 span {
		color: #820a06;
	}

h3 {
	color: #820a06;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	padding: 10px 0 15px;
	text-transform: uppercase;
}

	h3.team_member_name, h3.testimonial_name {
		padding: 0;
	}
	
h4 {
	color: #b13e00;
	font-size: 0.9em;
	padding-bottom: 0.15em;
}



/* 
************************************************

Paragraph Typography

************************************************
*/

p {
	color: #0b0b0b;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	margin-bottom: 1.2em;
}


/* 
************************************************

Section Paragraph Typography

************************************************
*/

#cf_newsletter p, .form_item p {
	font-size: 0.7em;
	text-align: center;
}

.contact_map p {
	margin: 0;
	padding: 0;
}

#footer p {
	color: #820a06;
	font-weight: bold;
}

	#footer p a:link, #footer p a:visited {
		color: #820a06;
	}

	#footer p span {
		color: #222;
		font-size: 0.5em;
		font-weight: lighter;
		text-transform: uppercase;
	}


/* 
************************************************

Paragraph Classes

************************************************
*/

p.list_lead_in 						{ font-style: italic; }
p span.bold 						{ font-weight: bold; }
p.intro 							{ font-weight: bold; }
p.form_title 						{ color: #B01A24; font-size: 0.7em; font-weight: bold; margin-bottom: 0; text-transform: uppercase; }
p.team_member_title 				{ text-transform: uppercase; }
p.testimonial_company 				{ text-transform: uppercase; }



/* 
************************************************

List Typography

************************************************
*/

ol li, ul li {
	color: #e66925;
	font-size: 13px;
	line-height: 1.2em;
	list-style: square;
}
	
	li span {
		color: #000;
	}
	
ul.list {
	margin-left: 15px;
}

/* 
************************************************

Navigation Typography

************************************************
*/

#navigation_main li {
	list-style: none;
}

	#navigation_main li a {
		color: #fff;
		font-size: 0.9em;
		text-decoration: none;
		text-transform: uppercase;
	}

	#navigation_main li.current a {
		color: #000;
	}

	#navigation_main ul li a:hover {
		color: #000;
	}
	
#navigation_services ul {
	
}

	#navigation_services li {
		list-style: none;	
	}

	#navigation_services li a {
		color: #999;
		font-size: 12px;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	#navigation_services li a:hover, #navigation_services li.current a {
		border-bottom: none;
		color: #820a06;
	}
	


/* 
************************************************

sIFR CSS

************************************************
*/

.sIFR-flash {
  visibility: visible !important;
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

.sIFR-unloading .sIFR-flash {
  visibility: hidden !important;
}

.sIFR-replaced, .sIFR-ignore {
  clear: none;
 margin: 0; padding: 0;
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}

.sIFR-dummy { 
  width: 0px;
  height: 0px;
  margin-left: 42px;
  z-index: 0;
}


/* 
************************************************

sIFR Typography

************************************************
*/

.sIFR-active h2 {
	clear: none;
	visibility: hidden;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1em;
	margin: 0; padding: 0;
	font-size: 1.1em;
	font-weight: bolder;
	padding-bottom: 10px;
}