/* Structure Layout  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/backfade.png);
	background-repeat: repeat-x;
	font: 0.75em/2em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #330000;
}
a:link {
	color: #49A9E9;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}
#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding:0px;
	background-image: url(../images/backfade.gif);
	background-repeat: repeat-x;
	background-color: #C2D0C8;
}
#content {
	width: 1000px;
}
.clear {clear:both;}

/* COLUMNS  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#container .halfcolumn {
	width: 100px;
	margin-left:20px;
	float: left;
}
#container .onecolumn {
	color: #FFFFFF;
	width: 220px;
	margin-left:20px;
	float: left;
}
#container .twocolumn {
	width: 460px;
	margin-left:20px;
	float: left;
}
#container .threecolumn {
	width: 700px;
	margin-left:20px;
	float: left;
}
#container .fourecolumn {
	width: 940px;
	margin-left:20px;
	float: left;
}
#container .oneandhalfcolumn {
	width: 340px;
	margin-left:20px;
	float: left;
}

.nomargin {
	margin-left:0!important;
	margin-right:0!important;
}
/* Spacers  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.onespacerblock {
	height:15px;
	display: block;
}
.twospacerblock {
	height:30px;
	display: block;
}
.threespacerblock {
	height:45px;
	display: block;
}
.fourspacerblock {
	height:60px;
	display: block;
}
.fivespacerblock {
	height:75px;
	display: block;
}
/* Content areas  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.address {
	font: 80%/130% "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #00182D;
	height:176px;
	background: url(../images/abstract.png) no-repeat;
	display: block;
}
.address span {
	margin-top:130px;
	display: block;
}
.banner {
	font: 0.75em/1.7em "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #00182D;
	height:176px;
	background-color:#000714; 
}
.highlight {
	font: 140%/150% Georgia, "Times New Roman", Times, serif;
	color: #330000;
	display: block;
	margin-bottom: 20px;
}
.highlightblue {
	font: 140%/150% "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #0099CC;
	display: block;
	margin-bottom: 20px;
}
.highlightbrown {
	font: 140%/150% "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color: #330000;
	display: block;
	margin-bottom: 20px;
}
.mainheader {
	font: italic 160%/180% Georgia, "Times New Roman", Times, serif;
	color: #3E190F;
	text-align: right;
	background-image: url(../images/flourish.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 40px;
	letter-spacing: 0.3em;
}
.brown {
 color:#3E190F;
}
.blue {
 color:#0066CC;
}
.serif-brown {
	color:#3E190F;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px
	}
.serif-blue {
	color:#0066CC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px
	}
.medium-brown {
	color:#3E190F;
	font-size:14px
	}
.medium-blue {
	color:#0066CC;
	font-size:14px
	}
.large-brown {
	color:#3E190F;
	font-size:16px
	}
.large-blue {
	color:#0066CC;
	font-size:16px
	}
.arrowlist {
	font: 12px "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	color:#0066CC;
	font-size:16px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.arrowlist  li {
	font: 12px "Lucida Grande", Tahoma, "Lucida Sans", Lucida, Arial, Helvetica, sans-serif;
	display: block;
	margin:0px 0px 5px;
	list-style-type: none;
	display:block;
	padding-left: 20px;
	background-image: url(../assets/general/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* TOP NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#nav {
	height:45px;
	display: block;
	margin: 0px;
	list-style: none;
}
#nav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;		
}
#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav  li a {
	font: normal 11px Arial, Helvetica, "Lucida Grande";
	color: #60483F;
	text-decoration: none;
	letter-spacing: 0.1em;
	background-image: url(../images/topnav-up.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	display: block;
	margin: 0px;
	height: 28px;
	float: left;
	padding: 15px 12px 2px;
	width: 85px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A7A9A1;
	text-transform: uppercase;
}
#nav li a:hover {
	color: #003366;
}
#nav li a.selected, #nav li a:hover.selected  {
	color: #FFFFFF;
	background-color: #BDCECB;
}
.footer{
	border-top:solid 1px #333333;
	margin-top:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-top: 5px;
	line-height: 12px;
	color: #433F2C;
}
.footer a { color: #433F2C; text-decoration:none;}
/* SUB NAV  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#subnav {
	margin: 20px 0px 0px;
	padding:20px 0px 0px;
	float: right;
	width: 220px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6D7DB;
}	
#subnav  ul {
	display: inline;
	margin:0px;
	list-style-type: none;
	padding: 0px;
}
#subnav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#subnav li a {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 6px 0px;
	font: 10px "Lucida Grande", Verdana, Arial, sans-serif;
	color:#433F2C;
	text-decoration: none;
	line-height:20px;
	font-weight: normal;
	background-image: url(../images/subarrow.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align: right;
}
#subnav li a:hover {
	color:#0099CC;
	font-weight: normal;
}
/* FADE BOX  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.fadebox {
	width:600px;
	height:160px;
	background-color: #FFFFFF;
	float: left;
}
.innerboxone {
	width:340px;
	height:160px;
	background-color: #FFFFFF;
	float: left;
}
.innerboxtwo {
	width:220px;
	height:90px;
	background-color: #FFFFFF;
	float: left;
	background-image: url(../images/quote-back.gif);
	background-repeat: no-repeat;
	padding: 50px 20px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
}
.georgiaheader {
	font-size:20px;
	display: block;
	color: #FFFFFF;
	line-height: 24px;
}

/* CHANGE!  - - - Gallery Thumbs  - - - - - - - - - - - - - - - - - - - - - - - - - */

.gallerythumb{
	float:left;
	border: 0px;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color: #459DEF;
}
.gallerythumb img{
	padding: 0px;
	display: inline;
}