body {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 11px;
	background-color: #d5cbad; }

table {
	border-spacing: 0; 
	border-collapse:collapse; }

td { 
	padding: 0; 
	vertical-align: top;	}
	
img { 
	border: 0px; }

form {
	padding: 0px;
	margin: 0px; }
	
.left-bg {
	background-image: url(images/left-bg.gif);
	background-repeat: no-repeat;
	background-position: top right; }
	
.right-bg {
	background-image: url(images/right-bg.jpg);
	background-repeat: no-repeat; }
	
.mid-bg {
	width: 893px;
	background-image: url(images/content-bg.gif);
	background-repeat: repeat-y; }
		
		
	/*
	-----Header-----
	----------------
	*/	
	#header {
		background-image: url(images/header-bg.jpg);
		background-repeat: no-repeat;
		width: 646px;
		height: 163px;
		padding: 5px 0px 0px 247px; }
		
		#header-nav {
			margin: 0px 0px 20px 0px;
			font-weight: bold; }
		
			#header-nav a:link {
				color: #454545;
				text-decoration: none; }
			
			#header-nav a:visited {
				color: #454545;
				text-decoration: none; }
			
			#header-nav a:hover {
				color: #454545;
				text-decoration: underline; }
			
			#header-nav a:active {
				color: #454545;
				text-decoration: underline; }
				
		#header h1 {
			font-family: arial narrow, sans-serif;
			color: #ffffff;
			font-size: 19px;
			margin: 0px 0px 5px 0px; }
			
		#header p {
			font-size: 12px;
			font-weight: bold;
			margin: 0px 260px 0px 0px; }
			
#content {
	width: 893px; }
	
	
	/*
	-----Services-----
	------------------
	*/	
	#services-nav-left {
		width: 17px;
		height: 394px;
		float: left;
		display: inline; 
		background-image: url(images/services-nav-left.jpg);
		background-repeat: no-repeat; }
		
	#services-nav {
		width: 204px;
		height: 394px;
		float: left;
		display: inline; }
		
		#services-holder {
			width: 204px;
			height: 69px;
			background-image: url(images/services-bg.gif);
			background-repeat: repeat-x; }
			
			#services-holder img {
				float: left; }
				
			#services-intro {
				float: right;
				display: inline;
				width: 115px;
				padding: 5px 5px 0px 0px; }
		
	#services-nav-right {
		width: 15px;
		height: 394px;
		float: left;
		display: inline; 
		background-image: url(images/services-nav-right.jpg);
		background-repeat: no-repeat; }
		
	#content-holder {
		width: 612px;
		height: 375px;
		padding: 7px 10px 10px 10px;
		margin: 2px 2px 0px 0px;
		float: left;
		display: inline;
		overflow: auto;
		scrollbar-3dlight-color: #b3b3b3;
		scrollbar-arrow-color: #b3b3b3;
		scrollbar-base-color: #f6f6f6;
		scrollbar-darkshadow-color: #b3b3b3;
		scrollbar-face-color: #f6f6f6;
		scrollbar-highlight-color: #f6f6f6;
		scrollbar-shadow-color: #f6f6f6; }
		
		#content-holder a {
			color: #454545;
			text-decoration: underline;
			font-weight: bold; }
		
		#content-holder h1 {
			font-family: arial narrow, sans-serif;
			font-size: 18px;
			color: #909090;
			margin: 0px; }
			
		#content-holder p {
			margin: 0px 0px 20px 0px; }
		
	#content-right {
		width: 23px;
		height: 394px;
		float: left;
		display: inline; 
		background-image: url(images/content-right.gif);
		background-repeat: no-repeat; }


/*
-----Footer-----
----------------
*/	
#footer {
	width: 893px;
	height: 15px;
	background-color: #d5cbad;
	color: #7b6a4d;
	font-size: 10px; }
	
	#footer a:link, #footer a:visited {
		color: #7b6a4d;
		text-decoration: none; }
		
	#footer a:hover, #footer a:active {
		color: #7b6a4d;
		text-decoration: underline; }
	
	#footer-left {
		float: left;
		display: inline;
		padding: 0px 0px 0px 12px; }
		
	#footer-right {
		text-align: right;
		float: right;
		display: inline;
		padding: 0px 23px 0px 0px; }
		
		
/*
-----Fly-out menus-----
-----------------------
*/
.ul-nav {
	list-style: none;
	display: block;
	width: 204px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/services-arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #ffffff;;
}

.li-nav {
	position: relative;
	}
	
/* Styles for Menu Items */
li-nav2 a {
	display: block;
	width: 171px;
	height: 18px;
	}
	
ul {
	list-style: none;
	display: block;
	width: 156px;
	padding: 0px;
	margin: 0px;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 203px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a:link, ul li a:visited {
	display: block;
	width: 199px;
	height: 17px;
	color: #454545;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 0px 0px 5px; }
	
ul li a:hover, ul li a:active {
	display: block;
	width: 199px;
	height: 17px;
	color: #454545;
	text-decoration: underline;
	font-weight: bold;
	padding: 4px 0px 0px 5px; }
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */

.sublinks-holder {
	background-color: #ffffff;
	border: solid 1px #000000;
	margin: -1px 0px 0px 1px;
	padding: 0px 0px 2px 0px;
	width: 200px; }
	
	
/*
-----News-----
--------------
*/
#news-left {
	float: left;
	display: inline;
	width: 225px; }
		
	#news-date {
		padding: 2px 0px 2px 0px;
		font-size: 10px;
		color: #929292; }
		
	#news-intro {
		background-color: #f6f6f6;
		padding: 3px 5px 5px 0px;
		margin: 0px 0px 15px 0px; }
		
#news-right {
	float: left;
	display: inline;
	width: 350px;
	padding: 0px 0px 10px 12px;}
	
#gallery-thumb {
	float: left;
	display: inline;
	width: 144px;
	height: 100px;
	overflow: hidden;
	border: solid 1px #000000;
	margin: 0px 2px 5px 0px; }

	#gallery-intro {
		background-color: #f6f6f6;
		padding: 3px 5px 5px 0px;
		margin: 3px 0px 5px 0px; }