/* *************
HACKS:

IE6:
* html #ie6 { background-color: red; }

IE7:
*:first-child+html #ie7 { background-color: blue; }

Safari2:
body:last-child:not(:root:root) #safari2 { background-color: yellow; }

Safari 3:
html*:first-of-type #safari3 { background-color: orange; }
html*#id_of_body:first-of-type to target the body

Safari 2/3:
html* #safari2and3 { background-color: gray; }
html*#id_of_body to target the body

************* */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #252525;
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
a img {
	text-decoration:none;
	border:none;
}

/* ***************** GLOBAL STYLES ********************** */
#main_content {
	background:url(../images/bg_content_inside.gif) bottom left repeat-x;
	position:relative;
	overflow:hidden;
}

#sub_content {
	float:left;
	width:280px;
	display:inline;
	height:1%;
}
div.quote_group {width:255px; background-color:#fafafa; position:relative;
}
p {margin:1.2em 0; font-size:13px;}
.clear {clear:both;}
h2 {font-size:34px;color:#fafafa;text-align:right;}
h3 {color:#7a1111;font-size:20px;margin:0 0 20px 0;}
h4 {
	font-size:16px;
	color:#7a1111;
	font-style:italic;
	margin:0 0 10px 0;
}
h5 {font-size:13px;}
div.content {margin:0;position:relative;width:960px;}
div.content_bottom {
	margin:30px;
	width:600px;
	float:left;
	display:inline;
}
div.sub_content {
	margin:0 0 0 50px;
	width:260px;
	float:left;
	display:inline;
}
#footer {
	background: #1a1a1a url(../images/bg_footer.gif) 0 0 repeat-x;
	color:#fafafa;
	font-size:12px;
	position:relative;
	overflow:hidden;
	padding-bottom:30px;
	clear:both;
	height:1%;
}
#footer dl {float:left;width:480px;margin:30px 0 20px 35px;}
#footer dt img {float:left;width:121px;}
#footer dd {
	float:right;
	width:350px;
	line-height:1.5em;
	padding-top:5px;
}
#footer dd a {
	color:#fafafa;
	text-decoration:none;
}
#footer ul{float:right;margin:40px 0;}
#footer ul a{color:#fafafa;	}
#footer ul li {float:left;padding:3px 5px;border-right:1px solid #fff;}
#footer ul li.last {border-right:none;}
#sub_content div.quote_group blockquote p {
	background:url(../images/quote_btm.gif) bottom right no-repeat;
	padding:0 0 25 20px;
	width:200px;
	font-style:italic;
}
#sub_content blockquote {
	color:#760101;
	padding:5px;
	margin-left:20px;
	width:200px;
	line-height:1.3em;
	background:url(../images/quote_top.gif) 0 0 no-repeat;
}
#sub_content blockquote li {
	font-size:11px;
	color:#c5a4a1;
	text-align:right;
	font-style:normal;
	margin:1em 0;
}
ul.check li {
	background:url(../images/check.gif) center left no-repeat;
	color:#252525;
	font-size:12px;
	line-height:2.2em;
	padding-left:15px;
}
div.content_top h2 {position:absolute;top:90px;left:660px;}
/* ***************** END GLOBAL STYLES ****************** */
/* ***************** GLOBAL NAV STYLES ********************** */
#global_nav {
	position:absolute;
	z-index:100;
	top:30px;
	right:20px;
	height:65px;
}

* html #global_nav {
	top:70px;
}


*:first-child+html #global_nav {
	top:70px;
}

#global_nav ul#primary_nav {
	position:relative;
	overflow:hidden;
	width:540px;
	height:25px;
	background:url(../images/nav_brdr_end.gif) 0 5px no-repeat;
	border-bottom:1px solid #760101;
}
#global_nav ul#primary_nav li {
	float:left;
	padding:5px 13px;
	background:url(../images/nav_seperate_top.gif) bottom right no-repeat;
}

#global_nav ul#primary_nav li.last {
	background:url(../images/nav_brdr_end.gif) bottom right no-repeat;
}
ul#primary_nav li a {font-size:13px;}
#global_nav li a {color:#6d6d6d;text-decoration:none;}
#global_nav ul.about,
#global_nav ul.success,
#global_nav ul.services {position:relative;overflow:hidden;height:40px;}
#global_nav ul.about li,
#global_nav ul.success li,
#global_nav ul.services li{
	float:left;
	font-size:11px;
	padding:8px 12px;
	background:url(../images/nav_seperate_btm.gif) top right no-repeat;
}
#global_nav ul.about li.last_child,
#global_nav ul.success li.last_child,
#global_nav ul.services li.last_child {
	background:none;
}
#global_nav ul.services li a {padding:3px 0px;}
#global_nav ul li a:hover,
#global_nav ul li a.selected {color:#760101;}
#global_nav ul li a {text-decoration:none;}

/* ***************** END GLOBAL NAV STYLES ****************** */

#header {border-top:2px solid #910404;height:135px;}
#header h1 {
	background:transparent url(../images/branding.gif) center top no-repeat;
	font-size:40px;
	margin:34px 0 0 25px;
	padding:15px 0 5px;
	text-indent:-9999px;
	width:236px;
}
#header h1 a {display:block;height:100px;}
div.content_top {	
	height:227px;
	padding:4px 0;
	position:relative;
}
div.top_band {
	height:227px;
	background: url(../images/bg_header_inside.gif) top left repeat-x;
	padding:4px 0;
}
/* *********** ROTATION WRAPPER INSIDE PAGES ******************* */
* html div.quote_group {margin-top:-8opx;}
#rotation {
	position:absolute;
	overflow:hidden;
	padding:4px 0;
	height:227px;
	width:541px;
	top:0;
	left:35px;
}
div.img1 {
	background:transparent url(../images/apple_inside.jpg) top left no-repeat;
	height:227px;
	width:541px;
}
div.img2 {
	background:transparent url(../images/puzzle_inside.jpg) top left no-repeat;
	height:227px;
	width:541px;
	}
div.img3 {
	background:transparent url(../images/rocks_inside.jpg) top left no-repeat;
	height:227px;
	width:541px;
	}
div.img4 {
	height:227px;
	width:541px;
	background:transparent url(../images/drops_inside.jpg) top left no-repeat;
	}

/* ***************** START FORM  ****************** */

#index .form_group {
	float:left;
	position:relative;
	margin:4px 0 0 20px;
	width:280px;	
	background:url(../images/inside_form_bottom.png) bottom left no-repeat;
	padding-bottom:23px;
}
form#inquire {
	background:url(../images/index_form_top.png) top left no-repeat;
	font-size:12px;
	padding-left:13px;
	position:relative;
}
form#inquire li.email{
	background:url(../images/index_email.gif) center left no-repeat;
	font-size:12px;
	text-transform:uppercase;
	padding:0 0 3px 25px;
	margin:15px 0 13px 0;
}
form#inquire li.email a{color:#212121;}
form#inquire input#send_inquire {position:absolute;bottom:0px;right:40px;}
.form_group_inner{
	background:url(../images/inside_form_back.png) top left repeat-y;
}
.form_group ol li {margin-bottom:7px;}
form#inquire ol.second_group label {float:none;font-size:11px;}
/* style for  labels */
label {float: left;width: 40px;}
legend {font-size:16px;padding:18px 0;}
form ol, form ul {width:240px;}
legend.default {font-size:12px;padding:10px 0;}
/* style for required labels */
label .required {font-size: 0.83em; color:#760000;}

input.txt_input {
  width: 170px;
  height:20px;
  background:url(../images/bg_input.gif) top left repeat-x;
}
input.txt_input_phone {
  width: 45px;
   height:20px;
  background:url(../images/bg_input.gif) top left repeat-x;
}
input.txt_input_phone_last {
  width: 67px;
  height:20px;
  background:url(../images/bg_input.gif) top left repeat-x;
}
fieldset {display:inline;}
div.message {position:relative;margin:10px 0;clear:left;}
#alert b {color:#990000;}
#alert strong {color:green;display:block;margin:0 0 40px 0;}
label.error {
	color:#990000;
	display:block;
	clear:left;
	margin:3px 0;
	width:100%;
}
div.special_row {display:none;}

/* ***************** END FORM ****************** */

/* ***************** INDEX PAGE ********************** */
#index #rotation {
	position:absolute;
	overflow:hidden;
	height:293px;
	width:826px;
	top:0;
	left:0;
}
div.img_index1 {
	background:transparent url(../images/rocks.jpg) top left no-repeat;
	height:293px;
	width:826px;
}
div.img_index2 {
	background:transparent url(../images/index_img2.jpg) top left no-repeat;
	height:293px;
	width:826px;
}
div.img_index3 {
	background:transparent url(../images/index_img3.jpg) top left no-repeat;
	height:293px;
	width:826px;
}
div.img_index4 {
	background:transparent url(../images/index_img4.jpg) top left no-repeat;
	height:293px;
	width:826px;
}
#index #quote_group {
	position:absolute;
	top:130px;
	right:0;
	width:400px;
	height:150px;
	overflow:hidden;
	z-index:100;
}
#index blockquote {	
	background:url(../images/index_quotesTop.png) 0 20px no-repeat;
	width:400px;
	padding:0 0 0 25px;
}
#index blockquote p {
	color:#760101;
	padding:10px;
	font-size:14px;
	font-weight:500;
	line-height:20px;
	width:280px;
	text-transform:uppercase;
	background:url(../images/index_quotesBtm.png) no-repeat;
}
#index blockquote p.q1 {background-position:130px 50px;}
#index blockquote p.q2 {background-position:250px 30px;}
#index blockquote p.q3 {background-position:200px 50px;}
#index blockquote p.q4 {background-position:130px 50px;}
#index blockquote p.read {
	font-size:11px;
	color:#c5a4a1;
	text-align:right;
	font-style:normal;
	position:absolute;
	right:50px;
	bottom:0;
	background:none;
	text-transform:none;
}
#index blockquote a {color:#c5a4a1;}
#index #header {height:112px;}
#index #main_content {background:none;position:relative;overflow:hidden;}
#index .primary_content {
	padding-bottom:20px;
	background:#760101 url(../images/bg_primary_btm.gif) bottom left repeat-x;
}
#index div.content_main {float:left;width:520px;margin:35px 0 0 38px;}
#index .primary_content_btm {
	position:relative;
	overflow:hidden;
	background:#760101 url(../images/bg_primary_top.gif) top left repeat-x;
	padding-bottom:20px;
}
#index .primary_content h2 {
	font-size:32px;
	color:#fafafa;
	width:300px;
	padding:20px 100px 25px 110px;
	text-align:left;
	background:url(../images/logo_design.gif) center left no-repeat;
}
#index  .text_group {
	width:410px;
	padding:10px 20px;
	line-height:1.2em;
	border-top:1px solid #b95f5f;
	border-bottom:1px solid #b95f5f;
}
#index div.primary_content div.text_group p {width:400px;}
#index .primary_content p {width:460px;color:#fafafa;}
#index .content_top {
	height:285px;
}

#index .text_group a {color:#fafafa;}
/* ***************** END INDEX PAGE ****************** */

/* ***************** START SUCCESS TESTIMONIAL PAGES****************** */
#success #global_nav ul.success {
	top:0;
	left:170px;	
	position:relative;
	width:200px;
}
.form_group {
	position:relative;
	width:280px;	
	background:url(../images/inside_form_bottom.png) bottom left no-repeat;
	padding-bottom:23px;
	margin-bottom:20px;
}
/* *********************** TESTIMONIAL GROUP TOP ************************************ */
#success .testimonial_group {
	position:relative;
	background:url(../images/testmonials_first.png) 0 0 no-repeat;
}
#success .testimonial_back {
	background:url(../images/bg_testimonials_top.png) 0 0 no-repeat;
	width:357px;
	padding-top:57px;
	position:relative;
	top:84px;
	left:89px;
	overflow:hidden;
}
#success .testimonial_group blockquote p {
	background:url(../images/bg_testimonials_bk.png) 0 0 repeat-y;
	width:317px;
	padding:0 20px;
	margin:0;
	text-align:justify;
}
#success .testimonial_group blockquote.first {
	background:url(../images/bg_testimonials_btm.png) bottom left no-repeat;
	width:357px;
	padding-bottom:120px;
}

/* *********************** TESTIMONIAL GROUP BOTTOM ************************************ */
#success .testimonial_back2 {
	background:url(../images/testmonials_top2.png) 0 0 no-repeat;
	width:357px;
	padding-top:57px;
	position:relative;
	top:84px;
	left:89px;
}
#success .testimonial_group2 {
	background:url(../images/testmonials_second.png) bottom left no-repeat;
	width:357px;
	padding:0 0 96px 91px;
	position:relative;
	top:-65px;
	left:50px;
}
#success .testimonial_group2 blockquote.second {
	background:url(../images/bg_testimonials_btm2.png) bottom left no-repeat;
	width:357px;
	padding-bottom:120px;
}
#success .testimonial_group2 blockquote p {
	background:url(../images/bg_testimonials_bk.png) 0 0 repeat-y;
	width:317px;
	padding:0 20px;
	margin:0;
	text-align:justify;
}
#success blockquote cite {
	bottom:80px;
	display:block;
	left:20px;
	position:absolute;
	font-size:11px;
}
#success .testimonial_group blockquote,
#success .testimonial_group2 blockquote.second {font-size:12px;line-height:1.4em;}
/* *********************** END TESTIMONIAL GROUPS ************************************ */
#success ul.check {width:80px;float:left;}
#success div.graph {float:left;margin:0 0 10px 20px;}
#success p.graph_subContent {font-size:12px;font-style:italic;}
#success .lower_group {clear:left;margin-top:20px;line-height:1.4em;}
#success div.content_bottom .lower_group strong {color:#7A1111;font-size:30px;}
/* ***************** END FORM SUCCESS PAGES ****************** */

/* ***************** END SERVICES PAGES ****************** */
#services p {line-height:1.5em;}
#services h3 span {color:#252525;font-size:18px;}
#services #global_nav ul.services li {width:50px;}
#services #global_nav ul.services {
	top:0;
	left:0;	
	position:relative;
	width:350px;
}
#services ul.check {
	float:left;
	display:inline;
	width:250px;
	padding-bottom:10px;
	margin:0 40px 0 0;
}
* html #services ul.check {width:250px;margin:0;}
#services ul.check li {
	background-position:0 3px;
	line-height:1.6em;
	margin:1em 0;
	width:100%;
}
/* ***************** END SERVICES PAGES ****************** */

/* ***************** START ABOUT PAGES ****************** */

#about p {line-height:1.5em;}
#about h3 span {color:#252525;font-size:18px;}
#about #global_nav ul.about {
	top:0;
	left:50px;	
	position:relative;
	width:280px;
}
#about h4 {font-style:italic;font-weight:normal;}
#about div.brdr {
	height:3px;
	background: url(../images/divider.gif) center left no-repeat;
	margin:30px 0;
	border:none;
}
#about div.staff_group {
	padding:10px;
	background: #d8d8d8 url(../images/bg_about_staff.gif) top left repeat-x;
	position:relative;
}
#about div.staff_group li h5 {
	margin-left:-5px;
	font-weight:bold;
	padding:3px 20px 3px 0;
	background:url(../images/email_inside.gif) center right no-repeat;
	width:100px;
}
#about div.staff_group li h5 a {
	text-decoration:none;
	color:#252525;
}
#about div.staff_first,
#about div.staff_consultants,
#about div.staff_board {
	width:520px;
	margin:20px auto;
	position:relative;
	overflow:hidden;
}
#about div.staff_first h5,
#about div.staff_consultants h5,
#about div.staff_board h5 {font-weight:bold;font-size:14px;margin:3px 0;}
#about div.staff_group dl {width:245px;float:left;}
#about div.staff_group dl a {color:#252525;text-decoration:none;}
#about div.staff_group dl a:hover,
#about div.staff_group li h5 a:hover {color:#760101;}
#about div.staff_group dt {font-size:13px;margin:10px 0;font-weight:bold;}
#about div.staff_group dd {
	font-size:12px;
	font-style:italic;
	color:#252525;
	margin:5px 0;
}
#about div.staff_board dl dt {font-style:italic;}
#about dd.email_link a,
#about dt.email_link a {
	padding-right:20px;
	background: url(../images/email_inside.gif) center right no-repeat;
}
#about div.staff_group ol li em {font-size:11px;}
/* ***************** END ABOUT PAGES ****************** */

/* ***************** FAQ PAGES ****************** */
#faq dl.faq {margin:7px 0;}
#faq dl.faq dt {
	background: url(../images/arrow.gif) center left no-repeat;
	padding:3px 0 3px 20px;
	cursor:pointer;
	font-size:14px;
}
#faq dl.faq dd {
	padding-left:30px;
	margin-bottom:15px;
	font-size:12px;
	line-height:1.4em;
}
#faq dl.faq dd p {margin:1em;}
#faq dl.faq dd ul {list-style:disc;margin-left:30px;}
#faq dl dt.faq_close {
	background: url(../images/arrow_dwn.gif) center left no-repeat;
	padding:3px 0 3px 20px;
	cursor:pointer;
}
#faq .content_top h2 {
	width:300px;
	text-align:left;
	top:80px;
	right:10px;
}
/* ***************** END FAQ PAGES ****************** */

/* ***************** CONTACT PAGE ****************** */
#contact .content_bottom ul {font-size:14px;width:500px;margin:0 auto;}
#contact .content_bottom ul a {color:#2d2d2d;}
#contact .content_bottom ul li {padding:40px 0 40px 90px;width:250px;}
#contact .content_bottom ul li.phone {
	background: url(../images/phone.gif) 10px 20px no-repeat;
}
#contact .content_bottom ul li.email {
	background: url(../images/globe.gif) 0 10px no-repeat;
}
#contact .content_bottom ul li.addr {
	background: url(../images/stamp.gif) 18px 20px no-repeat;
}
/* ***************** END CONTACT PAGE ****************** */

/* ***************** SITEMAP 404 PAGE ****************** */
#sitemap p {line-height:1.5em;}
#sitemap h3 span {color:#252525;font-size:18px;}
#sitemap #global_nav ul.about {
	top:0;
	left:50px;	
	position:relative;
	width:280px;
}
#sitemap .content_bottom a {color:#333;}
#sitemap .content_bottom ul li {
	text-decoration:none;
	color:#555;
	padding:5px;
}
#sitemap .content_bottom ul li a:hover{text-decoration:underline;color:#990000;}

/* *****************END SITEMAP 404 PAGE ****************** */