body {
	margin: 0px auto;
	font-family: "trebuchet MS", trebuchet, arial, verdana, sans-serif;
	color: #000000;
	text-align: center;
	min-width: 800px;
	background-color: #000000;
	font-size: 10pt;
}

.fieldWithErrors {
	border: 2px solid red;	
}

#banner {
	background-color: #FFFFFF;
	background-image: url(http://www.lifecyclebuilding.org/images/bgrnd-banner09.jpg);
	height: 225px;
	width: 800px;
	text-align: left;
	position: relative;
}
#social {
	position: absolute;
	left: 740px;
	top: 15px;
	width: 60px;
	margin: 0px;
	padding: 0px;
}

#judging-wrapper {
	background-color: #FFFFFF;
	text-align: left;
	width: 780px;
	margin: 0px auto;
	padding: 10px;
}
#judging-banner {
	text-align: right;
	width: 780px;
	padding: 10px 10px 0px;
	background-image: url(http://www.lifecyclebuilding.org/images/bgrnd-banner-judging.gif);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#wrapper {
	width: 800px;
	background-image: url(http://www.lifecyclebuilding.org/images/bgrnd-text.gif);
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper2 {
	min-height: 500px;
}

#left {
	width:200px;
	float:left;
	margin-top: 20px;
	margin-bottom: 20px;
}
#contentHome {
	float: right;
	width: 565px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
}
#content {
	float: right;
	width: 545px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 0px;
	display: inline;
}
#sidebarHome {
	float: right;
	width: 207px;
	margin-left: 20px;
	text-align: right;
	font-size: 9pt;
	font-weight: bold;
}
#gutter {
	height: 17px;
	width: 800px;
	background-color: #000000;
}
#footer {
	clear:both;
	padding:0px;
	margin:0px;
	text-align: center;
	background-color: #000000;
	font-size: 8pt;
	color: #FFFFFF;
	vertical-align: middle;
	height: 50px;
} 
#nav {
	FLOAT: left;
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
	padding: 0px;
	width: 200px;
}

#nav UL {
	FLOAT: left;
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
	padding: 0px;
	width: 200px;
}
#nav LI {
	FLOAT: left;
	MARGIN-BOTTOM: 1px;
	WIDTH: 200px;
	LINE-HEIGHT: 1.35em;
	POSITION: relative
}
#nav LI UL {
	MARGIN-TOP: -1.82em;
	LEFT: -999em;
	MARGIN-LEFT: 200px;
	POSITION: absolute;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-top-color: #98C848;
	border-right-color: #98C848;
}
#nav LI UL A {
	BACKGROUND-COLOR: #D7E8B7;
}

#nav LI UL UL {
	LEFT: -999em
}
#nav LI A {
	PADDING-RIGHT: .25em;
	DISPLAY: block;
	PADDING-LEFT: 1.25em;
	PADDING-BOTTOM: 2px;
	WIDTH: 180px;
	COLOR: black;
	PADDING-TOP: 2px;
	BACKGROUND-COLOR: white;
	TEXT-DECORATION: none;
	text-transform: uppercase;
	font-size: 10pt;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #98C848;
}
.clear {
	clear: both;
}
.clear-right {
	clear: right;
}

#nav LI A:hover {
	COLOR: #9FC849;
	BACKGROUND-COLOR: #FFFFFF
}
#nav LI:hover UL UL {
	LEFT: -999em
}
#nav LI:hover UL UL UL {
	LEFT: -999em
}
#nav LI.sfhover UL UL {
	LEFT: -999em
}
#nav LI.sfhover UL UL UL {
	LEFT: -999em
}
#nav LI:hover UL {
	LEFT: auto
}
#nav LI LI:hover UL {
	LEFT: auto
}
#nav LI LI LI:hover UL {
	LEFT: auto
}
#nav LI.sfhover UL {
	LEFT: auto
}
#nav LI LI.sfhover UL {
	LEFT: auto
}
#nav LI LI LI.sfhover UL {
	LEFT: auto
}
#nav li:hover, #nav li.hover {
    position: static;
}
h1 {
	color: #7AAA14;
	font-weight: bold;
	text-transform: uppercase;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}
h2 {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7AAA14;
	font-weight: bold;
	margin-top: 25px;
	font-size: 14px;
}
h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #7AAA14;
}
.green {
	color: #5C820F;
}
.left {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}
.left-cleared {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	clear: both;
}

.headshot-table {
	padding: 5px;
	border: 1px solid #98C848;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a.FooterLink:link {
	color: #98C848;
	text-decoration: none;
}
a.FooterLink:visited {
	color: #98C848;
	text-decoration: none;
}
a.FooterLink:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.FooterLink:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.BannerLink:link {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 225px;
}
a.BannerLink:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 225px;
}
a.BannerLink:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #C5DF97;
	display: block;
	width: 225px;
}
a.BannerLink:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #C5DF97;
	display: block;
	width: 225px;
}
.border-top {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #9CCC4C;
}
dl {
width: 520px;
}
dt {
	width: 300px;
	float: right;
}
dd {
	margin: 0 0 15px 0px;
}
.right {

	margin-right: 0px;
	margin-bottom: 20px;
	float: right;
	margin-top: 0px;
	margin-left: 20px;
}
.cell-bot {
	padding-bottom: 5px;
}
.small {
	font-size: 8pt;
}
.highlight-box {
	background-color: #D7E8B3;
	padding: 5px;
	text-transform: uppercase;
	text-decoration: none;
}
.biglinkbox {
	border: 1px dotted #9FC849;
	padding: 3px;
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 25px;
	text-align: center;
}

a.biglink:link, a.biglink:visited {
	color: #9FC849;
	text-decoration: none;
	background-color: #000000;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 4px;
	display: block;
}
a.biglink:hover, a.biglink:active {
	color: #000000;
	text-decoration: none;
	background-color: #9FC849;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 4px;
	display: block;
}
.faq-q {
	margin-bottom: 0px;
	padding-bottom: 0px;
	color: #5C820F;
	font-weight: bold;
}
.faq-a {
	font-weight: normal;
	margin-top: 5px;
	padding-top: 0px;
}
.gallery-cell {
	height: 130px;
	width: 120px;
	border: 1px solid #D7E8B3;
	text-align: center;
	padding: 2px;
}
.gallery-cell2 {

	height: 160px;
	width: 120px;
	border: 1px solid #D7E8B3;
	text-align: center;
	padding: 2px;
}
.border-image {
	padding: 1px;
	border: 1px solid #9FC849;
}
.gallery-cell3 {
	height: 165px;
	width: 120px;
	border: 1px solid #D7E8B3;
	text-align: center;
	padding: 2px;
	font-size: 80%;
}
.gallery-cell4 {

	height: 180px;
	width: 120px;
	border: 1px solid #D7E8B3;
	text-align: center;
	padding: 2px;
	font-size: 80%;
}
.border-bot {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9CCC4C;
}
.winners {
	font-size: 15pt;
	text-transform: uppercase;
	color: #7AAA14;
	font-weight: bold;
}
.text-large {
	font-size: 12pt;
	line-height: 16pt;
}
.textbox {
	background-color: #9FC849;
	padding: 10px;
	float: right;
	width: 200px;
	margin-bottom: 20px;
	margin-left: 25px;
	font-size: 9pt;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
}
.quote {
	float: right;
	width: 160px;
	margin-bottom: 20px;
	margin-left: 25px;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #7AAA14;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.textbox ul {
	margin-left: 5px;
	padding-left: 5px;
}
.textbox ul li {
	margin-left: 1em;
}

a.link-white:link {
	color: #FFFFFF;
}
a.link-white:visited {
	color: #FFFFFF;
}
a.link-white:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.TopNav:link {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
}
a.TopNav:visited {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
}
a.TopNav:hover {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
	background-color: #98C848;
}
a.TopNav:active {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10pt;
	background-color: #98C848;
}

#LogoPrint {
	display: none;
}

a.link-textbox:link {
	font-size: 10pt;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	display: block;
	background-image: url(http://www.lifecyclebuilding.org/images/dot.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	padding-bottom: 5px;
}
a.link-textbox:visited {
	font-size: 10pt;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	display: block;
	background-image: url(http://www.lifecyclebuilding.org/images/dot.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	padding-bottom: 5px;
}
a.link-textbox:hover {
	font-size: 10pt;
	text-transform: uppercase;
	color: #7AAA14;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	display: block;
	background-image: url(http://www.lifecyclebuilding.org/images/dot.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
	padding-bottom: 5px;
}
.photo-caption {
	width: 204px;
	border: 1px solid #D7E8B3;
	text-align: center;
	padding: 2px;
	font-size: 8pt;
	color: #333333;
	float: right;
	margin-bottom: 15px;
	margin-left: 25px;
}
#announcement {
	background-color: #E7F1D1;
	padding: 10px;
	border: 1px solid #9FC849;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.box-heavy {
	padding: 5px;
	border: 3px solid #9FC849;
}
.new {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FD0400;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	margin-bottom: 2px;
	margin-left: 5px;
}
