/* CSS Document */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: url(../images/headerBG.gif) repeat-x top left #FFF;		
	font-family: Century Gothic, Trebuchet MS, Verdana;
	font-size:small;
	color:#281e07;
	}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	}
	
#sub-container {
	width: 760px;
	position: relative;
	text-align: left;
	padding: 0 0 65px 0;
	}

#header img {
	height: 110px;
	margin: 40px 0 0;
	}

#content {
	padding: 0; /* bottom padding for footer */
	line-height: 19px;
	}
	
#content a {
	color:#94cc24;
	}
	
#content a:hover {
	color: #6633FF;
	}

#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background: url(../images/footerBG.gif) repeat-x bottom left #FFF;	
	height: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #666;
	padding: 30px 0 0;
	}
	
#nav {
	position: absolute;
	top: 160px;
	left: 0px;
	width: 156px;
	padding: 35px 0 0;
	}
	
#nav a {
	display: block;
	width: 153px;
	height: 20px;
	padding: 11px 0 0 3px;
	background: url(../images/navBG.gif) repeat-x;
	}
	
#nav a:hover {
	background: url(../images/navBGhover.gif) no-repeat right center #d6f1f3;
	}
	
	
#text {
	position: relative;
	top: 0;
	left: 182px;
	width: 575px;
	background: url(../images/thumbprint.gif) top right no-repeat;
	padding: 12px 0 0;
	min-height: 535px;
	}
	
.title {
	text-align: right;
	margin: 0 0 15px;
	}
	
	
#tagline {
	margin: 15px 0 0;
	}
	
input, textarea, select {
	font-size: 13px;
	padding: 4px;
	color: #666;
	border: 1px solid #666;
	width: 250px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
input.submit {
	padding: 3px;
	}
	
h1, h2 {
	text-transform: uppercase;
	}
	
big {
	font-weight: bold;
	}
	
table ul li {
	list-style: circle;
	text-transform: lowercase;
	}
	
.project {
	background: #eae4d1;
	padding: 5px 0 5px 15px;
	border-bottom: 2px solid #94cc24;
	color: #665326;
	margin: 5px 0 20px;
	float: none;
	}
	
.project big, .project-details big {
	font-size: 18px;
	font-weight: normal;
	}
	
.project .thumb {
	text-align: center;
	font-size: 11px;
	line-height: 12px;
	width: 116px;
	margin: 10px 20px 10px 0;
	float: left;
	}
	
.project .thumb span {
	letter-spacing: -.05em;
	}
	
.project .thumb img {
	width: 110px;
	height: 83px;
	background: #fff;
	padding: 2px;
	border: 1px solid #8ad3da;
	}
	
.project-details {
	width: 610px;
	background: #eae4d1;
	padding: 15px;
	}
	
.project-details big {
	text-transform: capitalize;
	}
	
.project-details img {
	width: 190px;
	height: 143px;
	margin: 0 5px 0 5px;
}	


.faq li {
	list-style: circle;
	}
	
.faq-a, .etiquette-a {
	font-size: 14px;
	background: #eae4d1;
	padding: 15px;
	overflow: auto;
	}
	
.etiquette-a {
	width: 800px;
	line-height: 18px;
	}	
	
#examples {
	font-size: 12px;
	line-height: 16px;
	}
	
	


	
	
	
