@charset "utf-8";
/* CSS Document */


/** General Properties **/

html
{
}

body
{
	padding: 0px;
	margin: 0px;
	background-color:#111; /* Change to specific site background color */
	color: #DDD;
	font-family: "Helvetica Neue", "HelveticaNeue Light", "Helvetica Neue Light", "Helvetica Light", "Nimbus Sans", Helvetica, Arial, Tahoma, sans-serif;
	font-size: 14px;
}

/** Link Properties **/

a img
{
	border: 0px;
	margin: 0px;
	padding: 0px;
	outline: 0;
}

a
{
	outline: 0;
	text-decoration: none;
	color: #ccc;
}

a:hover
{
	text-decoration: underline;
	color: #cfc;
}

a:active
{
	text-decoration: underline;
	color: #cfc;
}

/** Page properties **/

div
{
	border: 0px;
	margin: 0px;
}

div#header
{
	padding: 0px;
	margin: 0px auto;
	width: 940px;
	height: 52px;
	text-align: center;
	background-color: #111;	
	background: url(images/iden-barn-homes.gif) top center no-repeat;
    color: #ccc;
}

div#header h1
{
	text-align: center;
	color: transparent;
	padding: 2px;
	margin: 0px;
	font-size: 0%;
	font-weight: normal;
}

div#header_contact
{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #ccc;
	font-size: 200%;
	letter-spacing: 1px;
	text-align: center;

}

img.sub
{
	margin-top: 8px;
	margin-bottom: 5px;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0px;
	border: 1px solid #564431;
}

img.main
{
	border: 2px solid #564431;
}


a.home
{
	outline: 0;
	text-decoration: none;
	color: #aaa;
}

a.home:hover
{
	color: #fff;
}

a.home:active
{
	color: #ffcccc;
}


/** Header properties **/

h1
{
	clear: both;
	color: #ccffcc;
	font-size: 150%;	
	text-align: left;
	width: 100%;
	padding-left: 5px;
	margin-top: 5px;
}

h2
{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 125%;
}

h3
{
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 110%;
	font-style: italic;
}

p
{
	margin-left: 10px;
	margin-right: 10px;
	color: #747146;
	font-size: 100%;
}

.headerText
{
	display: none;
	font-size: 0px;
	line-height: 0px;
	float: left;
}

/** Table Properties **/

table
{
	border: 1px solid #000;
	padding: 0px;
	border-collapse:collapse;
}

th
{
}

td
{
	border: 1px solid #000;
	margin: 0px;
}

/** Navigation Properties **/

div.top-menu
{
	width: 100%;
	height: 28px;
	padding: 0px 0px;
	margin: 0px;
	background-color: #663333;
	border-bottom: 2px solid #ccc;
	font-weight: normal;
	text-align: center;
}

div.top-menu ul
{
	padding: 0px;
	margin: 0px auto;
	text-indent: 0px;
	width: 100%;
	text-align: center;
}

div.top-menu ul li
{
	display: inline;
	list-style: none;
	list-style-type: none;
	line-height: 26px;
	vertical-align: middle;
	padding-left: 8px;
	padding-right: 8px;
	text-indent: 0px;
	height: 16px;
	margin: 0px;
	font-size: 15px;
	font-family: Helvetica, "Helvetica Neue", "Nimbus Sans", Arial, Tahoma, sans-serif;
	word-spacing: 1px;
	text-align: center;
	border-left: 2px solid #ccc;
	font-variant: small-caps;
}

div.top-menu ul li:hover
{
	background-color: #996666;
}


div.bottom-menu
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	height: 28px;
	padding: 0px 0px;
	background-color: #336633;
	font-weight: normal;
	text-align: center;
	clear: both;
}

div.bottom-menu ul
{
	padding: 0px;
	margin: 0px auto;
	text-indent: 0px;
	width: 100%;
	text-align: center;
}

div.bottom-menu ul li
{
	display: inline;
	list-style: none;
	list-style-type: none;
	line-height: 26px;
	vertical-align: middle;
	padding-left: 8px;
	padding-right: 8px;
	text-indent: 0px;
	height: 16px;
	margin: 0px;
	font-size: 15px;
	font-family: Helvetica, "Helvetica Neue", "Nimbus Sans", Arial, Tahoma, sans-serif;
	word-spacing: 1px;
	text-align: center;
	border-left: 2px solid #ccc;
	font-variant: small-caps;
}

div.bottom-menu ul li:hover
{
	background-color: #996666;
}


#bnav-1
{
	border-left: none;
}

#nav-1
{
	border-left: none;
}


div.top-menu ul li a
{
	text-decoration: none;
	font-weight: bold;
	color: #eee;
}

div.top-menu ul li a:hover,active
{
	color: #fff;
}

div.menu
{
	float: left;
	width: 201px;
	padding-top: 0px;
	padding-left: 3px;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 2px;
	height: 360px;
	background-color: #333;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;	
}

/** Form Properties **/

div.contactForm
{
	width: 159px;
	margin: 0px;
	padding: 0px 0px 5px 5px;
	min-height: 315px;
	text-align: left;
	background-color: #663333;
	float: left;
	clear: right;
}

div.contactForm h2
{
	font-size: 125%;
	font-weight: normal;
	margin: 3px 5px 0px 0px;
	text-align: center;
	font-variant: small-caps;
	color: #ccc;
}

div.label
{
	text-align: left;
	margin: 4px 0px 0px 0px;
	color: #ccc;
}

form.request input
{
	width: 148px;
	margin: 0px;
	font-size: 90%;
}

form.request textarea
{
	width: 148px;
	margin: 0px;
	font-size: 90%;
}


form.request select
{
	width: 150px;
	margin: 0px;
	font-size: 90%;
}

/** Content Properties **/

div.body
{
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-color: #222;
	min-height: 450px;
}

div.content
{
	float: left;
	width: 950px;
	padding: 0px;
	clear: both;
}

div.content-2
{
	float: left;
	width: 950px;
	margin: 0px;
	clear: both;
}

div.home_area
{
	float: left;
	margin: 10px;
	font-weight: bold;
	text-align: center;
	font-size: 125%;
}

div.green
{
	width: 940px;
	height: 4px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
	clear: both;
	color: #aaa;
	background-color: #336633;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

div.photos_left
{
	float: left;
	clear: left;
	margin-left: 5px;
	padding-top: 5px;
	width: 240px;
	text-align: left;
}

div.text_right
{
	float: left;
	clear: right;
	width: 390px;
	margin-left: 4px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	color: #747146;
	font-size: 14px;
}

div.text_right a
{
	text-decoration: underline;
}

div.text_left
{
	float: left;
	clear: left;
	width: 390px;
	padding-left: 10px;
	padding-right: 5px;
	text-align: justify;
	color: #eee;
	font-size: 100%;
}

div.text_left a
{
	text-decoration: underline;
}


div.photos_right
{
	float: left;
	clear: right;
	margin-left: 9px;
	padding-top: 5px;
	width: 240px;
	text-align: left;
}


div.text
{
	margin-left: 5px;
	width: 630px;
	color: #eee;
	font-size: 100%;
}

div.text a
{
	text-decoration: underline;
}


div.text_left h1
{
	clear: left;
}

div.text_right h1
{
	clear: right;
}

ul.team li
{
	color: #747146;
	font-size: 100%;
}

/** Footer Properties **/

div.footer
{
	background-color: #111;
	color: #ccc;
	clear: both;
	margin-top: 0px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 4px;
	font-size: 100%;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}

div.footer address
{
	display:inline;
}

div.footer a
{
	color: #ffc;
	text-decoration: none;
}

div.footer a:hover
{
	color: #cfc;
	text-decoration: underline;	
}

div.copyright
{
	font-size: 90%;
	margin-top: 4px;
}

/* Momentary Blindness Additions */

h4 {
	clear: both;
	color: #747146;
	font-size: 150%;	
	text-align: left;
	margin-top: 5px;
	margin-bottom: -5px;
}

div.noPhoto {
	position:relative;
	float:left;
	clear:left;
	width:96%;
	margin-bottom:10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:justify;
	color: #747146;
	font-size: 100%;
}

div.noMore {
	position:relative;
	float:left;
	clear:left;
	width:96%;
	margin-top:10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
	color: #cfc;
	font-size: 120%;
}

div.main-image {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
	clear: left;
	text-align: center;
	width: 560px;
	height: 420px;
	overflow: hidden;
	padding: 0px;
}

div#blendme {
	float: right;
	padding: 0px;
	overflow: hidden;
	width: 164px;
	height: 123px;
}

div#blendme img {
	margin: 0;
	padding: 0;
	opacity: 0;
	border: 0;
	-moz-opacity: 0;
	-khtml-opacity:0;
	filter: alpha(opacity=0);
}

div#monoslideshow img {
	-moz-opacity: 1.0;
	-khtml-opacity:1.0;
	filter: alpha(opacity=100);

}

div.main-menu {
	float: left;
	width: 365px;
	margin-left: 5px;
	margin-top: 5px;
	height: 123px;
	padding: 0px;
	background-color: #336666;
	clear: none;
}

div.main-right {
	float: left;
	width: 365px;
	margin-left: 5px;
	margin-top: 5px;
	height: 420px;
	padding: 0px;
	background-color: #666633;
	clear: none;
}

div.main-right h3 {
	text-align: center;
	margin-top: 9px;
	margin-bottom: 5px;
	color: #ffffcc;
	font-variant: small-caps;	
	font-size: 150%;
	line-height: 17px;
	font-style: normal;
}

div.main-right p {
	color: #ffffcc;
	margin-bottom: 10px;
	text-align: justify;
	line-height: 20px;
	font-size: 120%;
	text-indent: 15px;
}

p.quote {
	padding: 10px;
	margin-top: 25px !important;
	margin-bottom: 10px !important;
	border: 1px dashed #336633;
	background-color: #eeeeaa;
	font-style: italic;
}

div.main-right a {
	color: #cccccc;
	text-decoration: underline;
}

div.main-right a:hover,a:active {
	color: #fff;
}

div.main-right ul li {
	color: #eeeebb;
	font-size: 120%;
	margin-bottom: 5px;
}

div.main-menu:hover {
	cursor: pointer;
}

div.main-menu p {
	font-size: 155%;
	font-variant: small-caps;
	margin: 1px;
	padding: 20px 1px 10px 4px;
	width: 188px;
	color: #eee;
	float: left;
	clear: left;
	text-align: center;
}

div.main-menu img {
	float: right;
	clear: right;
	border-left: 2px solid #000;
}

div#main-1 {
	margin-top: 5px;
	padding-top: 0px;
	height: 36px;
	background-color: #663333;
	color: #222;
	}

div#main-1 p {
	padding: 3px;
	width: 350px;
	font-size: 160%;
}

div#main-2 {
	background-color: #336666;
}

div#main-2 p {
	padding: 5px 1px 10px 4px;
}

div#main-3 {
	background-color: #666633;
}


div#main-4 {
	background-color: #336633;
	
}

div#main-4 p {
}

div#main-2:hover {
	background-color: #669999;
}

div#main-3:hover {
	background-color: #999966;
}


div#main-4:hover {
	background-color: #669966;
	
}


div.main-intro {
	color: #336;
	background-color: #FFFFCC;
	float: left;
	clear: left;
	margin: 0px 2px 5px 5px;
	padding: 10px;
	font-size: 120%;
	float: left;
	text-align: left;
	width: 744px;
	min-height: 322px;
	line-height: 22px;
}

div.author {
	float: right;
	clear: both;
}

div.half {
	width: 360px;
	float: left;
	clear: none;
	padding: 5px;
	text-align: center;
}

div.half p {
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}


div.half img {
	text-align: center;
	float: left;
	margin: 2px auto;
}

div.main-intro h3 {
	text-align: left;
	padding: 10px 5px;
	color: #336633;
	font-variant: small-caps;	
	font-size: 150%;
	line-height: 18px;
	font-style: normal;
	clear: both;
}

div.main-intro p {
	margin-top: 5px;
	margin-bottom: 5px;
	text-indent: 20px;
	color: #222;
	float: left;
	clear: left;
	line-height: 22px;
}

div.main-intro a {
	color: #333399;
}

div.main-intro a:hover,a:active {
	color: #663333;
	text-decoration: underline;
}

img.project-photo {
	border: 2px solid #333;
	float: right;
	clear: right;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}

div.section {
	float: left;
	clear: both;
	display: none;
}

div#intro {
	display: block;
}

div.section p {
	float: left;
	width: 680px;
}

div.section div.photo-captioned {
	float: right;
	border: 1px solid #333;
	padding: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.section div.photo-captioned img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

div.section div.photo-captioned p {
	text-align: right;
	float: right;
	clear: both;
	font-size: 90%;
	line-height: 12px;
	padding: 0px;
	margin: 2px 0px 2px 0px;
	width: 240px;
}


