/*      ---------------------------------
	|       Global Declarations       |
	---------------------------------*/

.bg-home{
	background-image: url(/images/bg-home.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.bg-about{
	background-image: url(/images/bg-about.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.bg-foundations{
	background-image: url(/images/bg-foundations.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.bg-projects{
	background-image: url(/images/bg-projects.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.bg-reach{
	background-image: url(/images/bg-reach.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.bg-whatwedo{
	background-image: url(/images/bg-whatwedo.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.bg-workplace{
	background-image: url(/images/bg-workplace.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.bg-join{
	background-image: url(/images/bg-join.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

body {
	margin: 0px;
	background-color: #000000;
}

.home-shell{
	padding-left: 20px;
	padding-right: 10px;
}

.bodyarea{
	width:460px;
}

.nav{
	background-image: url(/images/nav6.gif);
	background-repeat: repeat-y;
	background-color: #CCCCCC;
	width:160px;
}


.footer {

	font: 10px tahoma, arial, sans-serif;
	color: Gray;
}
	
#footer a:link, #footer a:active, #footer a:visited {
	font-weight: normal;
	text-decoration: underline;
	color: Silver;
	font-size: 10px;
}	

#footer a:hover {
	text-decoration: underline;
	color: white;
	font-size: 10px;
}	
	
.bcnav{
	font-size:11px;
}
	
.locations {
	font: 11px tahoma, arial, sans-serif;
	color: #ffffff;
	font-weight: bold;
}
	
#locations a:link, #locations a:active, #locations a:visited {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}	

#locations a:hover {
	text-decoration: underline;
}	

#cmPollContents {border: solid 1px #000; background-color: #fff;}
#cmPollContents table {width: 150px; padding: 0px;}
#cmPollContents table tr, #cmPollContents table td {padding: 0px;}
#cmPollContents input {padding-left: 5px;}
#cmPollContents h3 {font: bold 13px verdana, sans-serif; padding-left: 15px; border-bottom: solid 1px #000;}
#cmFader {border: solid 1px #000; background-color: #fff; width: 200px; padding: 0px;}
#cmFader h3 {font: bold 14px verdana, sans-serif; }	
#cmFader p {font: 11px verdana, sans-serif; color: #000000; margin: 0px;}


/*	SiteCM text size	*/

.cmTextSize1 { font-size: 24px; }
.cmTextSize2 { font-size: 20px; }
.cmTextSize3 { font-size: 18px; }
.cmTextSize4 { font-size: 14px; }
.cmTextSize5 { font-size: 12px; }
.cmTextSize6 { font-size: 10px; }

#footertoprint {
	display: none;
}
