/* CSS Document */

/* Styling of navigation and header area */
.page {
	min-width:1015px;
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 1015 ? "1015px" : "auto");
}
#header #navigation {
    position:absolute;
	left:525px;
    width:450px;
	top:85px;
    line-height:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:-17px 0 0 0;
	/* border: 1px solid red; */
    }

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #header #navigation {margin:0 0 0 0;}
/* End IE5-Mac hack */

#header #navigation ul {
    margin:4px;
    padding:0;
    list-style:none;
    }

#header #navigation a {
	float:left;
    display:block;
	color:#300001;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:normal;
    background:url("images/tab_off_left.gif")
    no-repeat left top;
    padding:5px 15px;
    }
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #header #navigation a {float:none;}
/* End IE5-Mac hack */

#header #navigation a:hover {
	color:#981b1e;
}

#header #navigation li {
    float:left;
    background:url("images/tab_off_right.gif")
      no-repeat right top;
    margin:0;
    }

#home #header #navigation .home,
#services #header #navigation .services,
#portfolio #header #navigation .portfolio,
#quote #header #navigation .quote {
    background:url("images/tab_on_right.gif")
	 no-repeat right top;
    }

#home #header #navigation .home a,
#services #header #navigation .services a,
#portfolio #header #navigation .portfolio a,
#quote #header #navigation .quote a {
    background:url("images/tab_on_left.gif")
	 no-repeat left top;
	 color:#981b1e;
	 font-weight:bold;
    }

#detail_page {
	width:100%;
	text-align:center;
	}

/* Define HTML tags */

h1 {

	font-family:"Times New Roman", Times, serif;
	font-size:40px;
	color:#989797;
	font-weight:normal;
	clear:both;
	line-height:50px;
	margin-bottom:-5px
}

h1 em {
	color:#981b1e;
	font-style:italic;
	}

h2 {

	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	margin:0 0 0 -2px;
	color:#981b1e;
}

html, body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:"Times New Roman", Times, serif;
	color: #4d4d4d;
	font-size: 18px;
	line-height: 32px;

	}

a, strong {
	font-family:Arial, Helvetica, sans-serif;
	color:#851c1e;
	font-weight:bold;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

/* Styling for header area */

.body_copy_big{
	font-size: 19px;
}

.body_copy_big a, strong{
	font-size: 17px;
}

.body_copy_small{
	font-size: 15px;
	line-height:15px;
}

#header {
    background:#fae5b1;
	height:115px;
	padding: 0 0 0 0;
	float:left;
	width:100%;
	clear:both;
	}

#contact_info {
position:absolute;
left:535px;
top:45px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	letter-spacing:1px;
	color:#ffffff;
	font-weight:bold;
}

#contact_info a {
	color:#ffffff;
}

#big_link a{
font-size:34px;
color:#bebebe;
text-decoration:none;
font:"Times New Roman", Times, serif;
font-family:"Times New Roman", Times, serif;
font-weight:normal;
}

#big_link a:hover{
color:#827f7f;
}

#site_id {
	height:115px;
	width:100%;
	position:relative;
	background-image:url(images/header_bg_tile.gif);
	clear:both;
}
*html div #site_id {
    top: 0px;
}

#body_content {
	clear:both;
}

#body_copy {
	padding:1px 30px 30px 30px;
	clear:both;
}

#body_copy a {
	font-size:15px;
}

/* Homepage middle section styling */

.body_middle_section_container {
	width:100%;
	height:325px;
	
	clear:both;
	min-width:1000px;
	margin-top:-15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 1000 ? "1000px" : "auto");
	
	line-height:21px;
	color:#1b1b1b;
}


.body_middle_section_container a {
	font-size:13px;
}

#body_middle_section{
padding:0 0 0 30px;
	margin: 0px auto;
	width:1000px;
}




#homepageThumbContainer{
	width:271px;
	float:left;
	padding-right:55px;

}

.homepage_client{
float:left;
}

.homepage_view{
float:right;
}


/* Quotes styling */

#client_quotes{
	width:100%;
	min-width:920px;
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 920 ? "920px" : "auto");
	clear:both;
}

.client_quote {
	width:362px;
}

#client_quote_container_yellow{
	margin:30px 90px 20px 0;
    display: inline;
	float:right;
}
#client_quote_container_red{
	margin:30px 0 20px 90px;
    display: inline;
	float:left;
}
*html div #client_quote_container_yellow, *html div #client_quote_container_red {
    /*margin-top: 0px;*/
}
.client_quote_attribute{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:0px;
	text-align:center;
	}

.client_quote_attribute a{
	font-size:13px;
	font-weight:normal;
	color:#666666;
}

.client_quote_attribute a:hover{
	color:#333333;
	text-decoration:none;
}

.client_quote_attribute strong{
	font-size:15px;
	}

/* Red quotes styling */

#client_quote_container_red .client_quote_top {
	height:8px;
    line-height: 0;
    font-size: 1px;
	background-image:url(images/quote_red_top.gif);
}

#client_quote_container_red .client_quote_body {
	padding: 10px 26px 20px 24px;
	margin-bottom:-10px;
	background-image:url(images/quote_red_middle.gif);
    background-repeat: repeat-y;
	font-size: 16px;
	font-style:italic;
	line-height:22px;
	color:#000000;
}

#client_quote_container_red .client_quote_body em{
	font-family:Arial, Helvetica, sans-serif;
	color:#981b1e;
	font-size:15px;
	font-weight:bold;
}

#client_quote_container_red .client_quote_bottom{
	height:22px;
	background-image:url(images/quote_red_bottom.gif);
}

/* Yellow quotes styling */

#client_quote_container_yellow .client_quote_top {
	height:8px;
    line-height: 0;
    font-size: 1px;
    background-image:url(images/quote_yellow_top.gif);
}

#client_quote_container_yellow .client_quote_body {
	padding: 10px 26px 20px 24px;
	margin-bottom:-10px;
	background-image:url(images/quote_yellow_middle.gif);
    background-repeat: repeat-y;
	font-size: 16px;
	font-style:italic;
	line-height:22px;
	color:#000000;
}

#client_quote_container_yellow .client_quote_body em{
	font-family:Arial, Helvetica, sans-serif;
	color:#fabb26;
	font-size:15px;
	font-weight:bold;
}

#client_quote_container_yellow .client_quote_bottom{
	height:22px;
	background-image:url(images/quote_yellow_bottom.gif);
}


#footer {
	font-family:Arial, Helvetica, sans-serif;
    padding:4px 20px 10px 20px;
	font-size:11px;
	letter-spacing:1px;
	line-height:22px;
	color:#FFFFFF;
	height:15px;
	border-left:35px solid white;
	border-right:35px solid white;
	clear:both;
	background-image:url(images/footer_bg.gif);
	min-width:500px;

	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 500 ? "500px" : "auto");
}
*html div#footer {
    padding-bottom: 0px;
}

/* Fat Bar styling */

#fat_bar {
	height:92px;
	background-image:url(images/fatBar_tile.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	clear:both;
	width:100%;
}

.fat_bar_links{
	margin:0 20px 5px 0;
	text-align:right;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#981b1e;
	min-width:500px;
}

.fat_bar_links a{
	color:#ffb300;
}

.fat_bar_links a:hover{
	color:#981b1e;
	text-decoration:none;
}

.fat_bar_headline{
	position:relative;
	top:20px;
	height:72px;
	font-family:"Times New Roman", Times, serif;
	font-size:38px;
	font-style:italic;
	color:#ffffff;
	padding-left:20px;
}

.fat_bar_headline_shadow{
	position:relative;
	left:20px;
	top:20px;
	font-family:"Times New Roman", Times, serif;
	font-size:38px;
	font-style:italic;
}

/* Portfolio Piece formatting
border: 1px solid red; */

#portfolio_piece{
	margin: 20px 0 0 0;
	min-width:750px;
	_width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 750 ? "750px" : "auto");
	clear:both;
}

#portfolio_piece_image{
	float:left;
}

#portfolio_piece_copy_webdesign{

	padding:0 0 5px 5px;
	height:297px;
	position:relative;
	left:20px;
}

#portfolio_piece_thumbs_webdesign{
	padding:0 15px 0 0;
	height:112px;
	position:relative;
	left:20px;
}

#portfolio_piece_copy{
	padding:0 10px 5px 5px;
	position:relative;
	left:20px;
}

#portfolio_piece_copy_print{
	padding:0 0 5px 5px;
	position:relative;
	left:20px;
}

#portfolio_piece_links{
	position:relative;
}

#portfolio_piece_links a{
	padding:0 19px 0 3px;
	background-image:url(images/link_arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#portfolio_piece_links strong{
	font-size:14px;
	color:#999999;
	text-transform:uppercase;
	letter-spacing:1px;
}

#portfolio_piece_links a:hover{
	background-image:url(images/link_arrow_on.gif);
	color:#fabb26;
	text-decoration:none;
	background-color:#981b1e;
}

.clickableImage:hover{
	background-color:#fabb26;
}

/* Form formtting elements */

#form{
    margin: 0;
    padding: 0;
}

fieldset{
    /*margin:0 0 -70px 0;*/
	width:500px;
	border: solid 0 red;
}
.no-gap{
    margin-top: -40px;
}
#form_left_column{
    float:left;
}

#form_right_column{
position:relative;
left:20px;
}

#form_subhead{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#737373;
	font-weight:normal;
	margin:0 0 -14px 0;
}

#form_label_1{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#851c1e;
	font-weight:bold;
	margin: 10px 0 -38px 0;
}
*html div #form_label_1 {
    margin-top: 10px;
}
#form_label{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#851c1e;
	font-weight:bold;
    margin: 10px 0 -48px 0;
    position: relative;
}
*html div #form_label {
    margin-top: 10px;
}
.submit_button{
    padding:15px 0 0 295px;
}
*html div .submit_button{
    padding-top: 0px;
    margin-top: -20px;
}

.texta {
 border: 1px solid #666666;
 margin-top:8px;
}

/* Misc formtting elements */

.left{ float:left; }

.right{ float:right; }

.center{ text-align:center; }

.red{color:#981b1e;}

.yellow{color:#fabb26;}

#inspiring_quote_1{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:20px;
	color:#797979;
	float:left;
    padding: 0 0 0 25px;
     margin:-10px 0 -25px 0;
}

#inspiring_quote_2{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:20px;
	color:#797979;
	padding: 0 0 0 40px;
   margin:-80px 0 0 0;
	float:left;
}

.inspiring_quote_text_1{
	width:450px;
   padding:25px 0 0 300px;
}
*html div .inspiring_quote_text_1 {
   padding:25px 0 0 70px;
}

.inspiring_quote_text_2{
	width:400px;
	padding:95px 0 0 20px;
	float:left;
}

#divider{
	clear:both;
	margin:20px -30px 0px -50px;
	background-image:url(images/divider_tile.gif);
	background-repeat:repeat-x;
	height:19px;
}

#25_pixel_vertical_space{
	height:25px;
	clear:both;
}

#5_pixel_vertical_space{
	height:5px;
	clear:both;
	margin: 0 0 0 0;
}
#15_pixel_vertical_space{
	height:15px;
	clear:both;
}

.small_arrow{
	position:relative;
	top:1px;
	padding:0 0 0 5px;
}

#clearFloats{
	clear:both;
	height:0px;
	}

.add10pixelsAboveImage{
padding-top:10px;
}

.small_text{
	font-size:12px;
	font-weight:normal;
}