body {
	background: url(images/background.gif) repeat fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #333333;
	position: relative;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3 {
	color: #18AC9A;
	text-align: left;
	margin: 0px;
	padding: 12px 0px;
}
	#recent_box h1 a, #testimonial_box h1 a, .side_box_content h1 a {
		color: #18AC9A;
		text-decoration: none;
	}
p {
	margin: 0px;
	padding: 7px 0px;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	color: #18AC9A;
	padding: 4px;
}
.form_input {
	width: 50%;
}
.colouredText {
	color: #18AC9A;
}
.messageText {
	color: #CC0000;
}
.boldType {
	font-weight: bold;
}
a:link, a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}
a:hover, a:active {
	color: #AFBD21;
	text-decoration: none;
	border-bottom: 1px solid #AFBD21;
}
a:link.noBorderUnderline, a:visited.noBorderUnderline, a:hover.noBorderUnderline, a:active.noBorderUnderline {
	border: none;
}
.portfolio_table {
	text-align: center;
	margin: 0px auto;
}
.portfolio_table img {
	border: 1px solid #18AC9A;
}
.portfolio_table td {
	padding: 7px 30px 3px;
	vertical-align: top;
}
.button_link {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}
/* ---------------------------------------------- page sections -----------------*/
/* -------------- link bar --------------*/
#link_bar {
	background-color: #222222;
	padding: 5px 0px;
	border-bottom: 1px solid #ffffff;
	color: #dddddd;
}
	#link_bar_content {
		margin: 0px auto;
		width: 900px;
		text-align: left;
	}
		#link_bar_content h3 {
			display: inline;
			color: #dddddd;
		}
		#link_bar_content a {
			color: #dddddd;
			border: none;
		}
	table#contact_info {
	float: left;
}
table#social_icons_small {
	float: right;
}
table#social_icons_small td {
	width: 32px;
	height: 32px;
	padding: 2px;
}
table#social_icons_small td#facebook {
	background: url(images/icon_facebook_small.png) center center no-repeat;
}
	table#social_icons_small td#facebook a:hover {
		background: url(images/icon_facebook_hv_small.png) center center no-repeat;
	}
table#social_icons_small td#twitter {
	background: url(images/icon_twitter_small.png) center center no-repeat;
}
	table#social_icons_small td#twitter a:hover {
		background: url(images/icon_twitter_hv_small.png) center center no-repeat;
	}
table#social_icons_small td#flickr {
	background: url(images/icon_flickr_small.png) center center no-repeat;
}
	table#social_icons_small td#flickr a:hover {
		background: url(images/icon_flickr_hv_small.png) center center no-repeat;
	}
table#social_icons_small td#youtube {
	background: url(images/icon_youtube_small.png) center center no-repeat;
}
	table#social_icons_small td#youtube a:hover {
		background: url(images/icon_youtube_hv_small.png) center center no-repeat;
	}
#wrapper {
	margin: 0px auto 10px;
	width: 900px;
	text-align: left;
}
/* ---------------------------- top navigation ----------------*/
#nav {
	margin: 8px 0px;
	padding: 0px 10px;
	font-weight: bold;
	background-color: #999999;
	text-align: left;
}
	#strapline {
		font-size: 80%;
		display: inline;
		margin-right: 50px;
	}
		#strapline a {
			border: none;
		}
	#nav ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		display: inline;
	}
		#nav ul li {
			display: inline;
		}
			#nav ul li a {
				display: inline-block;
				margin: 0px;
				padding: 3px 10px;
				text-decoration: none;
				color: #FFFFFF;
				border: none;
			}
			#nav ul li a:hover, #nav ul li a:active {
				background-color: #AAAAAA;
				border: none;
			}
/* ---------------------------- content ----------------------*/
#content_container {
	margin: 0px 0px 8px;
	padding: 0px;
	overflow: hidden;
}
#three_boxes {
	float: left;
	width: 600px;
}
	#main_content_box {
		margin-bottom: 8px;
	}
		#main_content_top {
			background-image: url(images/main_content_top.png);
			background-repeat: no-repeat;
			height: 10px;
		}
		#main_content_bottom {
			background-image: url(images/main_content_bottom.png);
			background-repeat: no-repeat;
			height: 10px;
		}
		#main_content {
			padding: 0px 24px;
			text-align: justify;
			background-color: #CCCCCC;
		}
			#main_content ul {
				margin: 0px;
				padding: 0px 0px 12px 30px;
				text-align: left;
			}
				#main_content ul li {
					margin: 0px;
					padding: 1px 0px;
				}
	#two_boxes {
		overflow: hidden;
	}
		#two_box_top {
			background-image: url(images/two_box_top.png);
			background-repeat: no-repeat;
			height: 10px;
		}
		#recent_box {
			float: left;
			width: 248px;
			padding: 0px 24px 30000px;
			margin-bottom: -30000px;
			text-align: left;
			background-color: #CCCCCC;
		}
		#recent_box img {
			margin: 7px 0px 1px;
			border: 1px solid #18AC9A;
		}
			.centralize {
				text-align: center;
			}
		#testimonial_box { /*296px wide*/
			margin-left: 304px;
			padding: 0px 24px 30000px;
			margin-bottom: -30000px;
			text-align: justify;
			background-color: #CCCCCC;
		}
		#two_box_bottom {
			background-image: url(images/two_box_bottom.png);
			background-repeat: no-repeat;
			height: 10px;
		}
.quote_name {
	font-weight: bold;
	text-align: left;
	color: #18AC9A;
}
#right_column {
	float: left;
	width: 292px;
	margin-left: 8px;
}
	.side_box_top {
		background: url(images/right_box_top.png) no-repeat;
		height: 10px;
	}
	.side_box_content {
		background-color: #CCCCCC;
		padding: 0px 18px 5px;
	}
	.side_box_bottom {
		background: url(images/right_box_bottom.png) no-repeat;
		height: 10px;
		margin-bottom: 8px;
	}
		.side_box_content ul {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		.side_box_content ul a:link, .side_box_content ul a:visited, .side_box_content ul a:hover, .side_box_content ul a:active {
			border: none;
		}
/* ---------------------------- footer ----------------------*/
#footer {
	font-weight: bold;
}
#footer img {
	margin: 5px 3px 5px 0px;
}
#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
	border: none;
}
#footer a:hover, #footer a:active {
	color: #AFBD21;
	text-decoration: none;
	border: none;
}
#footer_top {
	background-image: url(images/footer_top.png);
	background-repeat: no-repeat;
	height: 10px;
}
#footer_bottom {
	background-image: url(images/footer_bottom.png);
	background-repeat: no-repeat;
	height: 10px;
}
#footer_title {
	background-color: #CCCCCC;
	border-bottom: 1px solid #AFBD21;
}
#footer_title h2 {
	margin: 0px;
	padding: 10px 24px;
}
#footer_content {
	margin: 0px;
	padding: 0px 24px;
	background-color: #CCCCCC;
}
	#column1 {
		float: left;
		width: 130px;
	}
	#column2 {
		float: left;
		width: 240px;
		padding-left: 30px;
	}
	#column3 {
		float: left;
		width: 200px;
		padding-top: 26px;
	}
	#column4 {
		margin-left: 610px;
		padding-top: 26px;
	}
#footer_content ul {
	list-style-type: none;
	margin: 7px 0px 0px;
	padding: 0px;
}
#footer_content li {
	margin: 0px 0px 3px;
	padding: 0px 0px 3px;
}
.divide {
	border-bottom: 1px dotted #18AC9A;
}
/* ---------------------------------------------- clearing -----------------*/
.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

