@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ccc;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	font-size: 11px;
	text-align: center;
	margin: 0;
	line-height: 14px;
}

#wrapper {
	 margin: 0 auto;
	 width: 948px;
	 text-align: justify;
	 }

#body {
	background-image:url(img/background.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0px 64px 0px 64px;
	}
	
#heading1 {
	background-image: url(img/circle_watermark.gif);
	background-repeat: no-repeat;
	height: 48px;
	border: 0;
	margin: -18px 0px -4px -18px;
	}
	
#heading2 {
	background-image: url(img/circle_watermark.gif);
	background-repeat: no-repeat;
	height: 48px;
	border: 0;
	margin: 24px 0px 6px -18px;
	}
	
#content {
	margin: 0;
	padding: 0px 12px 24px 12px;
	}
	
.about {
	margin-rght: 331px;
	}
	
#callout {
	float: right;
	margin: 0;
	padding: 6px 0px 12px 36px;
	position: relative;
	z-index: 2;
	}
	
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #505050;
	margin: 0;
	padding: 18px 0px 0px 18px;
	text-transform: uppercase;
	}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #505050;
	margin: 24px 0px -6px 0px;
	padding: 0;
	}

h2 a {font-weight:bold;}

h3 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #505050;
	margin: 0px 0px 6px 0px;
	padding: 0;
	}
	
h4 {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #a62028;
	margin: -6px 0px -6px 0px;
	padding: 0;
	}

.subheading {
	font-size: 12px;
	font-weight: bold;
	color: #505050;
	text-transform: uppercase;
	}
	
.element {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	}

	
a:link, a:visited {
	color: #a62028;
	font-weight: normal;
	text-decoration: none;
}

a:hover, a:active	{
	color: #a62028;
	font-weight: normal;
	text-decoration: underline;
	}

a.subheading {
	color: #a62028;
	font-weight: bold;
	text-decoration: none;
}

a.view {
	color: #a62028;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

#address {
	background-image:url(img/footer.gif);
	background-repeat: no-repeat;
	margin: 0;
	padding: 13px 0px 36px 64px;
	border: none;
	font-size: 10px;
	text-align:left;
	min-height: 150px;
	}
	
.clear {
	clear: both;
	color: #fff;
	height: 1px;
	font-size: 1px;
	}
	
.breadcrumb {
	font-size: 9px;
	padding: 18px 0px 30px 12px;
	text-transform: uppercase;
	}

.breadcrumb a {
	color: #505050;
	text-decoration: none;
	}
	
.breadcrumb a:hover {
	color: #505050;
	text-decoration: underline;
	}
	
ul {
	margin: 0px;
	padding: 0px 0px 9px 0px;
	line-height: 18px;
	list-style-type: none;
	}
	
.gallery {
	margin: 24px 24px 0 0;
	float: left;
	}
		
.portfolio {
	margin: 24px 54px 0 0;
	float: left;
	}

.portfolio img, .gallery img {
	padding: 3px;
	border: 1px solid #ddd;
	}
	
.portfolio_last, .gallery_last {
	margin: 24px 0 0 0;
	float: left;
	}	

.portfolio_last img, .gallery_last img {
	padding: 3px;
	border: 1px solid #ddd;
	}
	
#callout img {
	padding: 3px;
	margin: 9px 0 0 0;
	border: 1px solid #ddd;
	}

.caption {
	display: block;
	padding: 4px 0 0 3px;
	}

.expand_collapse {
	margin-top:18px;
	margin-bottom:0;
	color:#505050;
	}

.expand_collapse a {
	color:#a62028;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	}