body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */
 

/* ------------------------ type selectors ------------------------ */

body { 
	background:#E1E3D1 url("../images/bg-body.jpg") repeat-x;
	text-align:center; 
	font:11px/17px "Verdana", Arial, Helvetica, sans-serif; 
	color:#4e2b1e;
	}
	

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#27420F; }
h2	{ font-size:1.1em; color:#27420F; }
h3	{ font-size:1.0em; color:#27420F; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#4D1516; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#1F3B01; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	margin:20px 80px 0 0;
	background:url("../images/bullet-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}
	
img.img-left1 { 
	float:left; 
	margin:2px 10px 10px 40px;
	padding-left:40px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}
	
p.top {padding-top:15px;}

.why { 
	width: 400px;
	text-align: left;
	margin: 10px; 0 0 10px;
	}


/* ------------------------ form elements ------------------------ */
form {
	width:400px;
	margin:0px; /* set margin left and right below */
	}

form label	{ font-size:.95em; color:#4e2b1e;} 

form label.text-color {color:#fff;}

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #4e2b1e;
	color:#4e2b1e;
	width:210px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

#submit-area { 
	width: 400px;
	margin: 90px 0 10px 250px;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:914px;
	margin:0 auto;
	text-align:left;
	}

#wrap-header {

	width:914px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:237px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:157px;
		width:272px;
		top:25px;
		height:213px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-center framework ------------------------ */

#column-center {
	width:914px;
	}

#column-center p.top {margin-top:20px;}	
	
	#column-center p, #column-center h1, #column-center h2, #column-center h3, body#index #column-center ul, #column-center dl, #services-list {
		margin:15px 80px 15px 80px;
		}

	#column-center form { margin-left:130px; } /* set form margin here */

	/* single column list */
	#column-center ul { padding-left:5px; margin-top:0px;}
		#column-center ul li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-center ul.multi { padding-left:5px; } 
		#column-center ul.multi li { 
			background:transparent url("") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}




/* ------------------------ column-left framework ------------------------ */

#column-left {
	width:290px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 0px 10px 0px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}


/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:470px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0px 10px 0px;
		}

	#column-right form { margin-left:0px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px;
			line-height:20px; 
			}


/* ------------------------ header framework ------------------------ */
#header-graphic { height:238px; margin-top:none;} /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); height:238px; width:914px;}
	body#portfolio #header-graphic { background:url("../images/header-index.png"); }
	body#services #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-index.jpg"); }
	body#contact #header-graphic { background:url("../images/header-index.jpg"); }
	body#portfolio #header-graphic { background:url("../images/header-index.jpg"); }
	body#resources #header-graphic { background:url("../images/header-index.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-index.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-index.jpg"); }


/* ------------------------ subhead framework ------------------------ */
#subhead { height:89px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#about #subhead { background:url("../images/subhead-about.jpg"); }
	body#services #subhead { background:url("../images/subhead-services.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#portfolio #subhead { background:url("../images/subhead-portfolio.jpg"); }
	body#resources #subhead { background:url("../images/subhead-resources.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	
#subhead span { display: none; }	


/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}
	
#title-package {
	height:33px;
	margin-left:40px;
	background:url("../images/packages.jpg") no-repeat;
	}

#title-ftd-work {
	height:155px;
	background:url("../images/title-ftd-work.jpg") ;
	}
	
	#title-ftd-work span { display: none; }

#ftd-work {
	height:256px;
	background:url("../images/ftd-work.jpg") ;
	}
#consultation {
	position:relative;
	height:80px;
	background:url("../images/free-consultation.jpg") no-repeat;
	margin:0 0 0 380px;
	width:200px;
}

#consultation a {
	position:absolute;
	width:199px;
	height:78px;
	top: 3px;
	left: 2px;
		}
		
#consultation span { display: none; }		


/* ------------------------------------- Services ---------------------------------------- */
#package-top {
	background:url("../images/package-top.jpg") no-repeat;
	height:33px;
	margin-left:40px;
	}

#package-wrap {
	background:url("../images/package-wrap.jpg") repeat-y;
	margin-left:40px;
	}

#package-bottom {
	background:url("../images/package-bottom.jpg") no-repeat;
	height:13px;
	}
	
#sage {
	width:300px;
	float:left;
}

#sage p {
	margin:15px 35px 0 60px;
	}

/* single column list */
	#column-center #sage ul.sage { padding:0 0 20px 55px; margin:0;}
		#column-center  #sage ul.sage li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px; /* pushes text to the right to display bg img */
			}

#amber {
	width:230 px;
	float:left;
}

#amber p {
	float:left;
	width:212px;
	margin:0 0px 0 10px;
	}

#column-center #amber ul.amber { padding:0 0 20px 5px; margin:0; width:230px;}
		#column-center  #amber ul.amber li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px; /* pushes text to the right to display bg img */
			}

#ivory {
	width:220px;
	padding-left:35px;
	float:left;
}

#ivory p {
	float:left;
	width:212px;
	margin:17px 0px 0 0px;
	}	
	
#column-center #ivory ul.ivory { padding:0 0 0px 0px; margin:0;}
		#column-center  #ivory ul.ivory li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px; /* pushes text to the right to display bg img */
			}



/* ------------------------ Packages ------------------------ */

#package {
		height:139px;
		margin-left:40px;
		background:url("../images/package.jpg") no-repeat;	
		}
/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:#E1E3D1 url("../images/bg-body.jpg") bottom repeat-x;
	width:100%; /* fix for Safar */
	height:20px;
	}

/* ------------------------footer framework ------------------------ */

       
#footer-wrap {
	background:url("../images/footer-wrap.jpg") ;
	width:914px;
	margin:0 auto;
	text-align:left;
	height:163px;
	}

#footer {
	width:914px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#4e2b1e;
	margin: 0 70px 0 50px;
	}

#footer a:link, #footer a:visited { color:#4e2b1e; }
#footer a:hover, #footer a:active { color:#1A2715; }

#footer ul {margin:0 0 0 0; padding:50px 0 0 0px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #4e2b1e;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ SUB nav ------------------------ */
body#index #column-center #nav-sub { 
	background:url("../images/ftd-work.jpg") no-repeat; 
	width:914px; 
	height:256px; 
	margin:0;
	padding:0; 
	}

body#index #column-center #nav-sub ul li{ padding:0px;} 

#nav-sub span { display:none; padding:0px;}

#nav-sub li, #nav-sub a { height:256px; display:block; } /* change height here also */

#nav-sub li { float:left; list-style:none; _display:inline; position:relative; }

#nav-sub-01 { width: 160px; margin-left:219px;}
#nav-sub-02 { width: 151px;}
#nav-sub-03 { width: 149px;}
#nav-sub-04 { width: 152px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-sub-01 a:hover { background:url("../images/ftd-work.jpg") -219px -256px no-repeat; }
#nav-sub-02 a:hover { background:url("../images/ftd-work.jpg") -379px -256px no-repeat; }
#nav-sub-03 a:hover { background:url("../images/ftd-work.jpg") -530px -256px no-repeat; }
#nav-sub-04 a:hover { background:url("../images/ftd-work.jpg") -679px -256px no-repeat; }


#portfolio-index ul { padding-left:5px; }
		#portfolio-index ul li { 
			background:transparent url("") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:0px; /* pushes text to the right to display bg img */
			}

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
position:relative;
	background:url("../images/nav.jpg") no-repeat; 
	width:914px; 
	height:47px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:30px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 64px; margin-left: 70px;}
#nav-02 { width: 87px;}
#nav-03 { width: 80px;}
#nav-04 { width: 87px;}
#nav-05 { width: 89px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -70px -47px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -134px -47px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -221px -47px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -301px -47px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -388px -47px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#SPECIFY #nav-01 { background:url("../images/nav.jpg")  -79px -30px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.jpg") -158px -30px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.jpg") -247px -30px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.jpg") -341px -30px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.jpg") -428px -30px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-top:5px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
		/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #DCDFCA;
	border-top:none;
	background-color:#4E1E1A;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#DCDFCA;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover { 
	background-image:none;
	background-color:#C9CDAC;
	color:#4E1E1A;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:100px;}		
#nav-03 ul, #nav-03 li { width:100px; }
