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 ------------------------ */
html {
	background: #f4f0eb url("images/bg-html.gif") top center repeat;
}

body { 
	background: transparent url("images/bg-body.jpg") top center repeat-y;
	text-align:center; 
	font:12px Arial, Helvetica, sans-serif; 
	color:#555;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:18px; color:#c5a383; font-family: "Arial Narrow";}
h3	{ font-size:1.1em; color:#c5a383; }

/*h1 span,h2 span,h3 span	{ display:none; }*/

a:link,a:visited	{ color:#333; font-weight: bold; text-decoration: none; outline:none; cursor: pointer;}
a:hover,a:active	{ color:#553125; text-decoration:underline; outline:none; cursor: pointer;}

#sticky-post {
	font-weight: bold;
}

.post h3 {
	margin-left: 35px;
	font-size: 1.2em;
	color: #47a6d2;
}

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("images/bullet-back-to-top.jpg") right no-repeat;
	}

img.img-left { 
	float:left; 
	margin:2px 10px 10px 0px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 27px; 
	}
	
/* ------------------------ form elements ------------------------ */
form {
	width:300px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

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 #553125;
	color:#553125;
	width:295px; /* 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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:200px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; margin: 10px 0px 10px 0px;}

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ 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 button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
		
#wrap {
	width:850px;
	margin: 0px auto;
	text-align:left;
	background: #fff;
	}

#left-column {
	float: left;
	width: 545px;
	height: 237px;
}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	background:url("images/masthead.jpg") no-repeat top left;
	height:212px;
	width:545px;
}

	#masthead-flash {
		margin: 3px 0px 0px 4px;
	}

#masthead-category {
	background:url("images/masthead-category.jpg") no-repeat top left;
	height:212px;
	width:545px;
}

#masthead-about {
	background:url("images/masthead-about.jpg") no-repeat top left;
	height:212px;
	width:545px;
}

#masthead-services {
	background:url("images/masthead-services.jpg") no-repeat top left;
	height:212px;
	width:545px;
}
	
#masthead-links {
	background:url("images/masthead-links.jpg") no-repeat top left;
	height:212px;
	width:545px;
}
	
#masthead-referral {
	background:url("images/masthead-referral.jpg") no-repeat top left;
	height:212px;
	width:545px;
}
	
#masthead-contact {
	background:url("images/masthead-contact.jpg") no-repeat top left;
	height:212px;
	width:545px;
}
	
#masthead-other {
	background:url("images/masthead.jpg") no-repeat top left;
	height:212px;
	width:544px;
}

#right-column {
	float: left;
	width: 230px;
	height: 237px;
	background: url("images/logo-right.jpg");
}

	#right-side-nav { 
		background:url("images/logo-right.jpg") no-repeat; 
		height:237px;
		width:230px;
		margin:0;
		padding:0; 
	}

	#right-side-nav span { display: none; }

	#right-side-nav li, #right-side-nav a { display:block; } /* change height here also */
	
	#right-side-nav #rs-nav-03 a {display: inline;}

	#right-side-nav li { float:left; list-style:none; display:inline; position:relative; }

	#right-side-nav #rs-nav-01 a { width: 230px; height: 193px;}
	#right-side-nav #rs-nav-02 a { width: 65px; height: 44px;}
	#right-side-nav #rs-nav-03 { margin: 24px 0px 0px;}
	#right-side-nav #rs-nav-04 a { width: 20px; height: 21px; margin: 20px 0px 0px;}

	#right-side-nav #rs-nav-02 a:hover { background:url("images/logo-right.jpg") 0px -430px no-repeat; }
	
#font-size {
	margin: 0 auto;
	background: #fff;
}

	#font-size ul {
		float: right;
		margin-right: 20px;
	}

	#font-size li {
		float: left;
		margin: 0px 0px 0px 10px;
	}

		#font-size a {
			text-decoration: none;
		}

		#font-size a:hover {
			text-decoration: underline;
		}

		#font-size #regular {
			margin-top: 4px;
		}

		#font-size #bigger {
			font-size: 1.2em;
			margin-top: 3px;
		}

		#font-size #biggest {
			font-size: 1.4em;
		}
		
#content {
	margin: 28px 0px 0px 0px;
}

.post {
	padding: 0px 26px;
}

	#blog-button {
		width: 234px;
		height: 188px;
		background: url("images/blog-button.jpg") top center no-repeat;
		display: block;
		float:right; 
		margin: 0px 0px 10px 27px; 
		}
		
		#blog-button span {
			display: none;
			}
		
		#blog-button:hover {
			background: url("images/blog-button.jpg") 0px -188px no-repeat;
			}

	.post h2 {
		background: url("images/bullet.gif") no-repeat top left;
		height: 28px;
		margin: 0 0 0 0;
	}
	
		.post h2 a {
			color:#c5a383;
			}
			
		.post h2 a:hover {
			color:#47a6d2;
			}
	
		.post h2 span {
			border-bottom: 2px solid #553125;
			margin: 0 0 0 34px;
			width: 695px;
			float: left;
		}
		
	.post .modified-date {
		margin: 0px 0px 18px 35px;
	}
	
	.post ul {
		margin: 10px 0px 25px 60px;
		padding: 0px;
		list-style: disc;
		}
		
	.post ol {
		margin: 10px 0px 25px 45px;
		padding: 0px;
		list-style: decimal;
		list-style-position: inside;
		}
		
	.post p {
		margin: 0 0 23px 35px;
	}
	
	.post .more-link {
		float: right;
		margin: 10px 0px 10px 0px;
		}
		
	.misc-comments {
		margin: 0px 0px 0px 30px;
	}
	
		.links {
			margin: 10px;
			float: left;
			width: 152px;
		}
		
			.comments-pop-up {
				margin-bottom: 10px;
				float: left;
			}
			
				.comments-pop-up a {
					width: 152px;
					height: 27px;
					background: url("images/add-comment.jpg") top left no-repeat;
					display: block;
				}
				
				.comments-pop-up span {
					display: none;
				}
			
			.comments-link {
				margin-bottom: 10px;
				float: left;
			}
			
				.comments-link a {
					width: 152px;
					height: 27px;
					background: url("images/link-post.jpg") top left no-repeat;
					display: block;
				}
			
				.comments-link span{
					display: none;
				}
			
			.comments-email {
				margin-bottom: 10px;
				float: left;
			}
			
				.comments-email a {
					width: 152px;
					height: 27px;
					background: url("images/email-post.jpg") top left no-repeat;
					display: block;
				}
			
				.comments-email span{
					display: none;
				}
	
		.comment-text {
			float: left;
			width: 500px;
			margin: 10px;
			height: 138px;
			border: 1px solid #47a6d2;
			background-color: #bddaec;
			color: #268EB1;
			overflow: auto;
		}
		
			.comment-text ul {
				margin: 10px 5px 5px;
				list-style: none;
			}
			
			.comment-text ul li p {
				margin: 5px 0px;
			}
			
			.comments-header {
				margin: 10px 0px 10px 10px;
			}
	
	/*.comment_link {
		padding: 0px 36px;
	}
	
	.comment_entry {
		padding: 0px 65px;
	}
	
		.comment_entry #submit {
			width:150px;
			height:20px;
			cursor:pointer; 
			padding:0; 
			margin: 0px 0px 0px 65px;
		}*/

#bottom-wrap {
	background:url("images/bottom-wrap.jpg");
	width:100%; /* fix for Safari */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	width:685px;
	margin:0 auto;
	text-align:center;
	}

#footer ul {margin: 0px 10px;}
	#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 #9d9d9d;
		}
	#footer li.first { border: none; }
	
	#footer-content {
		float: left;
		margin: 0px 40px;
	}
	
#wppi {
	float: left;
	background: url("images/wppi.jpg") no-repeat;
	height: 47px;
	width: 77px;
}

	#wppi a {
		height: 47px;
		width: 77px;
		display: block;
	}
	
	#wppi span { display: none; }

#ppa {
	float: left;
	background: url("images/ppa.jpg") no-repeat;
	height: 46px;
	width: 132px;
}

	#ppa a {
		height: 46px;
		width: 132px;
		display: block;
	}

	#ppa span { display: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("images/nav.jpg") no-repeat; 
	height:25px;
	width:545px;
	margin: 0px;
	/*padding: 0px 0px 0px 14px;*/
	}

#nav span { display: none; }

#nav li, #nav a { height:21px; display:block; margin: 1px 0px; padding: 0px;} /* change height here also */

#nav li { float:left; list-style:none; display:inline; position:relative; }

#nav li#nav-01 { width: 94px; margin-left: 14px;}
#nav-02 { width: 63px;}
#nav-03 { width: 78px;}
#nav-04 { width: 62px;}
#nav-05 { width: 147px;}
#nav-06 { width: 80px;}


/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("images/nav.jpg")  -14px -27px no-repeat; }
#nav-02 a:hover { background:url("images/nav.jpg") -108px -27px no-repeat; }
#nav-03 a:hover { background:url("images/nav.jpg") -171px -27px no-repeat; }
#nav-04 a:hover { background:url("images/nav.jpg") -249px -27px no-repeat; }
#nav-05 a:hover { background:url("images/nav.jpg") -311px -28px no-repeat; }
#nav-06 a:hover { background:url("images/nav.jpg") -458px -27px no-repeat; }

/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#553125;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	border:1px solid #D7C4B5;
	border-top: none;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border-top:none;
	margin: 0px;
	}	

#nav li ul li a {
	display: block;
	padding-left: 5px;
	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 */
	margin:0px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#FFFFFF;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-01 ul li a:hover { 
	background: #D6CABE;
	color:#553125;
	text-decoration:none;
	cursor: pointer;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-01 ul, #nav-01 li { width:115px; }
