/* @override http://equinoxdocumentaries.org/development/css.css */
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #e6e6e6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7c757a;
}
.twoColFixLtHdr #container { 
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 15px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 10px;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
.twoColFixLtHdr #mainContent { 
	margin: 20px 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px;
	border: 1px solid #d6dddf;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 220px;
	font-size: 80%;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* UNIVERSAL STYLINGS */

h1 {
	font-size: 140%;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #8d9397;
	letter-spacing: .1em;
	margin-top: 25px;
	margin-bottom: 25px;
}

h2 {
	font-size: 120%;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: #abbacb;
	letter-spacing: .1em;
	margin-top: 25px;
	margin-bottom: 25px;
}

h3 {
	font-weight: normal;
	font-style: normal;
	color: #a1c6c1;
	margin: 7px 0 0;
}



h3 a {
	font-weight: normal;
	font-style: normal;
	color: #a1c6c1;
	margin: 7px 0 0;
	text-decoration:none;
}


h3 a:hover {
	color: #8d9397;
}

p {
	font-size: 80%;
	line-height: 140%;
}

#mainContent div.boa p {
	margin-top: 0;
}

#mainContent div.boa h2 {
	margin-bottom: 5px;
	padding-top: 15px;
	border-top: 1px solid #e8eff2;
}

.logo {
	background-image: url(images/logo.jpg);
	width: 156px;
	height: 73px;
	margin: 0 auto;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mainContent p a {
	color: #7c758d;
}

#mainContent p a:hover {
	text-decoration: none;
}

#mainContent ul {
	font-size: 80%;
}

.floatbox_about_right_box1 ul {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	margin: 5px 0 0;
	padding: 0;
	display: block;
}

.floatbox_about_right_box1 ul li {
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 110%
}

.floatbox_about_right_box1 ul li a {
	text-decoration:none;
	color: #8d9397;

}

.floatbox_about_right_box1 ul li a:hover {
	text-decoration:underline;
	color: #8d9397;
}

.floatbox_about_right_box1 ul li a:visited {
	text-decoration:none;
	color: #8d9397;
}

.floatbox_about_right_box2 ul {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	margin: 5px 0 0;
	padding: 0;
}

.floatbox_about_right_box2 ul li {
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 110%

}



#mainContent ul li {
	padding: 0;
	margin: 0;
}

.floatbox_portfolio_right_box1 ul {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	margin: 5px 0 0;
	padding: 0;
}

.floatbox_portfolio_right_box1 ul li{
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 110%
}

.floatbox_portfolio_right_box1 ul li a{
	text-decoration:none;
	color: #8d9397;
}

.floatbox_portfolio_right_box1 ul li a:hover{
	text-decoration:underline;
	color: #8d9397;
}

.floatbox_portfolio_right_box1_council ul {
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	margin: 5px 0 0;
	padding: 0;
}

.floatbox_portfolio_right_box1_council ul li{
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-height: 110%;
}

.floatbox_portfolio_right_box1_council ul li a{
	text-decoration:none;
	color: #8d9397;
}

.floatbox_portfolio_right_box1_council ul li a:hover{
	text-decoration:underline;
	color: #8d9397;
}

/* SIDEBAR */

.sidebar_bottom ul {
	margin: 0 0 15px;
	padding: 0 0 0 25px;
	list-style-image: none;
	list-style-type: none;
	text-transform: uppercase;
	font-size: 79%;
	color: #abbacb;
}

.sidebar_bottom ul li {
	line-height: 150%;
}

span.donate {
	font-size: 150%;
	padding-left: 25px;
	style: lighter;
}

.sidebar_bottom ul li a {
	color: #97a6b5;
	text-decoration: none;
}

.sidebar_bottom ul li a:hover {
	color: #8d9397;
}

span.donate a {
	color: #8d9397;
	text-decoration: none;
}

span.donate a:hover {
	color: #97a6b5;

}

.sidebar_bottom {
	margin-top: 375px;
}

/* FLOAT BOXES */

.floatbox_index {
	width: 651px;
	height: 300px;
	z-index: 300;
	float: right;
	padding: 0;
	background: url(images/index_image.jpg) no-repeat;
	margin: 0 0 15px -112px;
	border: 1px solid #bdc1c3;
}



.floatbox_project {
	width: 651px;
	height: 250px;
	z-index: 300;
	float: right;
	padding: 0;
	margin: 0 0 15px -112px;
	border: 1px solid #bdc1c3;
	background-color: #fff;
}

.video_clip {
	margin: 0 auto;
	width: 33%;
	height: 100px;
	float: left;
	padding-top: 15px;
}

.video_clip_wrap {
	width: 100%;
	margin: 0 auto;
	text-align: center;

}

.floatbox_about {
	width: 651px;
	height: 320px;
	z-index: 320;
	float: right;
	padding: 0;
	background: url(images/about_image.jpg) no-repeat;
	margin: 0 0 15px -110px;
	border: 1px solid #bdc1c3;
	
}

.floatbox_about_right {
	width: 269px;
	float: right;
}

.floatbox_about_right_box1 {
	padding: 0 10px 10px;
	border-bottom: 1px solid #bdc1c3;
}

.floatbox_about_right_box2 {
	height: 150px;
	padding: 0 10px 10px;
}





.floatbox_projects {
	width: 651px;
	height: 300px;
	z-index: 300;
	float: right;
	padding: 0;
	background: url(images/projects_image.jpg) no-repeat;
	margin: 0 0 25px -110px;
	border: 1px solid #bdc1c3;
	
}

.floatbox_projects_right {
	width: 269px;
	float: right;
	border-left: 1px solid #979b9d;
}

.floatbox_projects_right_box1 {
	height: 130px;
	padding: 10px;
	border-bottom: 1px solid #bdc1c3;
}

.floatbox_projects_right_box2 {
	height: 130px;
	padding: 10px;
}

.floatbox_involved_right {
	width: 386px;
	float: right;
	padding-top: 50px;
}

.floatbox_involved_right_box1 {
	padding: 10px;
}


.floatbox_involved {
	width: 651px;
	height: 209px;
	z-index: 300;
	float: right;
	padding: 0;
	background: url(images/getinvolved_image.jpg) no-repeat;
	margin: 0 0 25px -110px;
	border: 1px solid #bdc1c3;
	
}

.floatbox_bod {
	width: 651px;
	height: 300px;
	z-index: 300;
	float: right;
	padding: 0;
	background: url(images/portfolio_image.jpg) no-repeat;
	margin: 0 0 25px -110px;
	border: 1px solid #bdc1c3;
	
}
.floatbox_council {
	width: 651px;
	height: 300px;
	z-index: 300;
	float: right;
	padding: 0;
	background: url(images/portfolio_imagelonger.jpg) no-repeat;
	margin: 0 0 25px -110px;
	border: 1px solid #bdc1c3;
	
}
.floatbox_portfolio {
	width: 651px;
	height: 300px;
	z-index: 300;
	float: right;
	padding: 0;
	background: url(images/portfolio_image.jpg) no-repeat;
	margin: 0 0 25px -110px;
	border: 1px solid #bdc1c3;
	
}

.floatbox_portfolio_right {
	width: 251px;
	float: right;
	border-left: 1px solid #979b9d;
	padding-top: 70px;
}


.floatbox_portfolio_right_box1 {
	height: 140px;
	padding: 10px;
}
.floatbox_portfolio_right_box1_council {
	height: 150px;
	padding: 10px;
}
.floatbox_sponsors {
	width: 651px;
	height: 209px;
	z-index: 300;
	float: right;
	padding: 0;
	background: url(images/getinvolved_image.jpg) no-repeat;
	margin: 0 0 25px -110px;
	border: 1px solid #bdc1c3;
	
}

.floatbox_sponsors_right {
	width: 386px;
	float: right;
	padding-top: 50px;
}

.floatbox_sponsors_right_box1 {
	padding: 10px;
}

img.bio_image {
	float: right;
	margin: 0 0 15px 15px;
	padding: 0;
	border: 1px solid #8d9397;
}
.popup
{
	COLOR: #abbacb;
	CURSOR: help;
	TEXT-DECORATION: none;
	font-weight: bold;
}
</STYLE>