/*
CSS - Architexture 2008
Ironwood Shake & Tile
*/
 
* {
	margin: 0;
	padding: 0;}

html, body {
	border:0;
	margin:0;
	padding:0;}
	
html { min-height: 100%; margin-bottom: 1px; }
 
body {
	background: #f4f5ed url(images/bg-body2.gif) top left repeat-x;
	font:65%/1.25 arial, helvetica, sans-serif;
	text-align: center;}
	
/***** Structure *****/

#container {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;}
	
#header {
	height: 127px;
	margin: 0;
	padding: 0;}
	
ul#navigation {
	list-style: none;
	margin: 0;
	padding: 0;}
	
ul#navigation li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;}

ul#navigation a {
	font:1.2em/1.25 arial, helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 8px 13px;}
	
ul#navigation a:hover, a.down {
	background-color: #cc701d;
	color: #FFF;}
	
#masthead {
	margin-bottom: 25px;
	padding: 0;}
	
#left {
	float: left;
	width: 298px;
	margin: 0 0 20px 10px;}
	
#right {
	float: right;
	width: 586px;
	margin: 0;}
	
ul#homeimages {
	list-style: none;}
	
ul#homeimages li {
	list-style: none;
	float: left;}
	
.spacer1 {
	margin-right: 16px;}

#footer {
	clear: both;
	background: transparent url(images/bg-footer.jpg) repeat-x;
	height: 92px;}
	
#footer ul {
	list-style: none;
	margin: 0;
	padding: 15px 10px 0 20px;}
	
#footer li {
	font:1.2em arial, helvetica, sans-serif;
	color: #FFF;
	list-style: none;
	padding-bottom: 3px;}	
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;}
 
h1 {
	font:1.7em arial, helvetica, sans-serif;
	color: #04587b;
	background: #f4f5ed url(images/h1.gif) bottom repeat-x;
	height: 40px;
	font-weight: bold;
	margin-bottom: 4px;}
 
h2 {
	font:1.3em arial, helvetica, sans-serif;
	border-top: 1px solid #97b8c1;
	text-transform: uppercase;
	font-weight: bold;
	color: #985112;
	margin: 10px 0 6px 0;
	padding: 10px 0 4px 0;}
 
h3, legend {
	font:1.3em arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #04587b;
	font-weight:bold;
	margin: 13px 0 4px 0;}
 
p, dl, address {
	font: 1.3em/1.3 Arial, Verdana, Helvetica;
	color: #323232;
	margin:0;
	padding:0 0 18px 0;}
	
small {
	font-size: 11px;}
	
#left ul {
	list-style: none;
	font: 1.3em/1.3 Arial, Verdana, Helvetica;}
	
ol {
	font: 1.3em/1.3 Arial, Verdana, Helvetica;
	margin: 0 0 0 25px;	}
	
ol li {
	padding-bottom: 3px;}
 
dl {}

dt {
	font-weight: bold;}

dd {
	margin: 8px 0 8px 0;
	padding-bottom: 6px;
	border-bottom: 1px solid #e0e2d5;}
 
img {
	border:0;}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;}
 
/***** Links *****/
 
a:link, a:visited, a:active {
	color: #a65914;
	text-decoration:underline;}
 
a:hover {
	text-decoration: none;}
	
#nounderline a {
	text-decoration: none;}
	
#nounderline a:hover {
	color: black;}
	
a.white {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;}
 
/***** Forms *****/
 
form {
	margin:0;
	padding:0;}
	
fieldset {
	border: solid 0 transparent;}
 
label {
	font-weight: bold;
	float: left;
	width: 12em;}
	
.submit {
	background-color: #8c8a80;
	border: 1px solid #6c6a62;
	color: #FFF;
	padding: 2px 6px;}

	 
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 18px 0;
	padding:0;}
 
table tr td {
	padding:2px;}
 
/***** Wrapper *****/
 
#wrap {
	width:960px;
	margin:0 auto;}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

:focus         { outline: none;}

.galleryimages { display: none;}
.bottom        { margin-bottom: 10px;}
.tall          { margin-bottom: 400px;}