/*
 * #01 - General
 * #02 - Columns 
 * #03 - Menus / lists
 * #04 - Forms
 * #05 - Sections
 * #06 - Content (by page)  
 * #07 - Other   
 */

/* #01 - GENERAL **************************************************************/

*
{
	margin: 0;
	padding: 0;
}

html
{
	/* footerStickAlt */
	height: 100%;
}

body
{
	/* centering */
	text-align: center;
	
	/* footerStickAlt */
	height: 100%;
}

#wrapper
{
	/* centering */
	width: 982px;
	margin: 0 auto;
	text-align: left;
	
	/* gradient stretching for content area*/
	height: auto !important;
	
	/* footerStickAlt */
	position: relative;
	height: 100%;
	
	/* gradient stretching for content area*/
	min-height: 100%;
	
	background: #6a0000 url('../images/content_gradient.gif') repeat-x 0 511px; 
}

* html #wrapper
{
	/* footerStickAlt */
	height: 100%;
}

#footer
{
	/* centering */
	width: 982px;
	margin: 0 auto;
	text-align: left;
  
	/* footerStickAlt */
	position: relative;
	margin-top: -53px;
	height: 53px;
	background: transparent url('../images/footer_gradient.gif') repeat-x;
	
    clear: both;
}

/* #02 - COLUMNS **************************************************************/

.leftcol
{
	float: left;
	width: 177px;
}

.rightcol-main
{
	float: right;
	width: 805px;
}

/* #03 - MENUS / LISTS ********************************************************/

#mainnav
{
	width: 177px;
	height: 357px; /* 372px when menu expands, I think */
	padding-top: 64px; /* 49px when menu expands, I think */
	background: #fff url('../images/mainnav.gif') no-repeat 0 0;	
}

#mainnav ul
{
    list-style: none;
    overflow: hidden;
}

#mainnav ul li a
{
    display: block;
    width: 177px;
    height: 30px;
    margin-bottom: 16px;
    text-indent: -9999px;
}

/* #04 - FORMS ****************************************************************/

label
{
	float: left;
	width: 100px;
}

input.input-text
{
	width: 250px;
	margin-bottom: 8px;
	border: 1px solid #000;
}

textarea
{
	width: 250px;
	height: 100px;
	margin-bottom: 8px;
	border: 1px solid #000;
}

input.input-submit
{
	width: 65px;
	margin-left: 290px;
}

#send-status
{
	width: 500px;
}

form#contact-form p
{
	margin-bottom: 5px;
}

/* #05 - SECTIONS *************************************************************/

#masthead
{
	height: 90px;
	background: transparent url('../images/masthead.jpg') no-repeat 0 0;
}

#photo
{
	width: 805px;
	height: 397px;
	overflow: hidden;
}

#gallery #photo
{
	height: 422px;
}

#photo-bottom
{
	width: 805px;
	height: 24px;
	background: transparent url('../images/photo_bottom.gif') no-repeat 0 0;
}

#content
{
	width: 773px; /* 982 - 184 - 25 */
	padding: 25px 25px 0 184px; /* left = text indent */
	
	/* gradient stretching for content area*/
	height: auto !important;
	
	padding-bottom: 53px; /* prevents sticky footer overlapping content */ 
}

#hww #content
{
	background: transparent url('../images/anhwp_crhba.gif') no-repeat 45px 15px;
}

/* #06 - CONTENT (BY PAGE) ****************************************************/

/* INDEX */

#index #content p
{
	text-align: center;
	width: 785px; /* width of page - 20 */
}

/* HOW WE WORK */

#hww img
{
	overflow: hidden;
}

#hww-3col
{
	width: 750px;
	overflow: hidden; /* clears below the div */
}

#hww-3col .leftcol-main
{
	width: 490px;
	float: left;
}

#hww-3col .leftcol
{
	width: 240px;
	float: left;
}

#hww-3col .middlecol
{
	width: 240px;
	float: right;
}

#hww-3col .rightcol
{
	width: 250px; /* 10px extra for pretty word-wrap */
	float: right;
}

#hww-2col
{
	width: 490px;
	overflow: hidden; /* clears below the div */
	margin-left: 130px; 
}

#hww-2col .leftcol
{
	width: 240px;
	float: left;
}

#hww-2col .rightcol
{
	width: 240px;
	float: right;
}

/* PHOTO GALLERY */

#photo-galleries
{
	display: inline;
	overflow: hidden;
}

#photo-galleries li
{
	display: inline;
	float: left;
	width: 120px;
	height: 51px;
	margin-right: 10px;
	overflow: hidden;
	list-style: none;	
}

#photo-galleries li span
{
	display: block;
	width: 120px;
	height: 51px;
	text-indent: -9999px;
	cursor: pointer;
}

#photo-galleries li span.selected
{
	cursor: default;
} 

#photo-galleries li.last
{
	margin-right: 0;
}

/* THINK GREEN */

#definition
{
	margin-bottom: 40px;
}

/* CONTACT US */

#contact-2col
{
	width: 800px;
	overflow: hidden;
	padding-bottom: 20px;
}

#contact-2col .leftcol
{
	width: 395px;
	float: left;
}

#contact-2col .rightcol
{
	width: 395px;
	float: right;
}

/* #07 - OTHER ****************************************************************/

.clear
{
	clear: both;
}

.float-r
{
	float: right;
}

.float-l
{
	float: left;
}
