html, body, ol, ul, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

/* hide from IE mac \*/
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac*/

body {
	font-size: 100.01%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

a:link {
	color: #636C31;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #636C31;
}
a:hover {
	text-decoration: underline;
	color: #636C31;
}
a:active {
	text-decoration: none;
	color: #636C31;
}

/* Site DIV elements */
#wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header_logo {
	height: 100px;
/*	background-color: #a9a777;
	background-color: #ffffff;*/
/*	background-color: #adc2eb;*/	
	background-color: #cccc99;	
	font-size: 1%;
}

#header_photo {
	height: 100px;
/*	background-color: #636C31;*/
/*	background-color: #2851a1 ;
	background-color: #a9a777;*/
/*	background-color: #ccb176;*/
/*	background-color: #cccc99;	*/
/*	background-color: #ffffff;	*/
	background-color: #666666;	
	font-size: 1%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;*/
}


#header_menu {
	height: 24px;
	background-color: #000000;
	font-size: 1%;
}

#header_titleRow {
	width: 100%;
	height: 65px;
	background-color: #FFFFFF;
	font-size: 1%;
}

.header_titleRow_1 {
	height: 49px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9a777;
/*	border-bottom-color: #ccb176;*/
}

.header_titleRow_2 {
	height: 15px;
	background-color: #FFFFFF;
}

#innerwrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}

#leftcol {
	float: left;
	width: 260px;
}

#content {
	width: 450px;
	margin-left: 280px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
/*	clear: left;*/
}

#content h1 {
	font-size: 140%;
	color: #636C31;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15pt;
	text-align: left;
	font-weight: bold;
}

#content h2 {
	font-size: 120%;
	color: #636C31;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15pt;
	text-align: center;
	font-weight: bold;
}

#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	letter-spacing: 5%;
	line-height: 15px;
} 

/*  text rules */


.text_title  {
    font-size : 16px;
    font-family : Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
    color : #636C31;
    line-height : 20px;
}

.text_subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #636C31;
	line-height: 15px;
	letter-spacing: 5%;
	font-weight: bold;
}

.text_med {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.text_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

/*  ul & ol rules */
#content ul{
	list-style-type: disk;
	list-style-position: outside;	
}

#content ul li {
	margin-left: 35px;
	padding: 0px;
	border: 0px;

}


#content ol {
	list-style-type: decimal;
	list-style-position: inside;
}
#content ol li {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
/* end of ul & ol rules*/


.blockquote {
	font-size: 80%;
	background-color: #EBF4E1;
	border: 1px solid #003300;
	padding: 7px;
}


/*Start of Box Rules*/
.box_left_border {
	float: left;
	margin: 10px 10px 10px 0px;
	border: 1px solid #000000;
}

.box_right_border {
	float: right;
	margin: 10px 0px 10px 10px;
	border: 1px solid #000000;
}

.box_left_noBorder {
	float: left;
	margin: 10px 10px 10px 0px;
}

.box_left_indent_noBorder {
	float: left;
	margin: 10px 0px 10px 20px;
	line-height: 24px;
}

.box_right_noBorder {
	float: right;
	margin: 0px 10px 15px 20px;
}

.photo_border {
	border: 1px solid #000000;
}

.box_bottom_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.box_top_line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
/* End of Box Rules*/

#footer_spacer {
	width: 100%;
	height: 15px;
	background-color: #FFFFFF;
}


/* Footer Rules */
#footer {
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
/*	border-top-color: #ccb176;*/
	border-top-color: #a9a777;	
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.footer_vertLine {
	border-left-width: 1px;
	border-left-style: solid;
/*	border-left-color: #ccb176;*/
	border-left-color: #a9a777;	
/*	padding-left: 20px;*/
}

.footer_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #666666;
	line-height: 15px;
	font-weight: bold;
}

.footer_text_lrgGreen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	color: #576022;
	line-height: 15px;
	font-weight: bold;
}

.footer_text_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	line-height: 15px;
/*	font-weight: bold;*/
	padding-left: 20px;
}

.footer_text_right a:link {
	color: #666666;
	text-decoration: none;
}
.footer_text_right a:visited {
	color: #666666;
	text-decoration: none;
}
.footer_text_right a:hover {
	color: #666666;
	text-decoration: underline;
}
.footer_text_right a:active {
	color: #666666;
	text-decoration: none;
}
/* End of footer Rules */


/* Footer_credits Rules*/
#credits {
	width: 100%;
	height: 50px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
/*	border-top-color: #ccb176;*/
	border-top-color: #a9a777;	
/*	clear: both;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.credits_vertLine {
	border-left-width: 1px;
	border-left-style: solid;
/*	border-left-color: #636C31;*/
	border-left-color: #a9a777;
}

.credits_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #888888;
	line-height: 15px;
/*	font-weight: bold;*/
}

.credits_text a:link {
	color: #888888;
	text-decoration: none;
}
.credits_text a:visited {
	color: #888888;
	text-decoration: none;
}
.credits_text a:hover {
	color: #888888;
	text-decoration: underline;
}
.credits_text a:active {
	color: #888888;
	text-decoration: none;
}
/* End of footer_credits Rules */

/* CSS Rules */
.text_green {
	font-size: 100%;
	color: #636C31;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 5%;
}

.projects_table_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #ffffff;
/*	background-color: #636C31;*/
	background-color: #cccc99;	
/*	background-color: #a9a777;*/	
	
}

.projects_featured_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #636C31;
	background-color: #FFFFFF;
}

.projects_featured_linktext {
	padding-top: 7px;
/*	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #636C31;*/
	font-size: 10px;
	color: #636C31;
}

.projects_featured_linktext a:link {
	color: #636C31;
	text-decoration: none;
}
.projects_featured_linktext a:visited {
	color: #636C31;
	text-decoration: none;
}
.projects_featured_linktext a:hover {
	color: #636C31;
	text-decoration: underline;
}
.projects_featured_linktext a:active {
	color: #636C31;
	text-decoration: none;
}

.projects_featured_photos {
	float: right;
	margin-left: 10px;
}

.projects_table_border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #636C31;
}

.projects_table_border2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9DA27D;
}

.projects_table_border2_bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9DA27D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9DA27D;
}

.projects_text_label {
	font-size: 100%;
	color: #636C31;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
