@charset "UTF-8";
/* CSS Document */

body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a,  font, img, 
strong, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
header, footer, aside, nav, article, section {
    display: block;  
}
body {
	background-image: url(site_images/bkg2.jpg);
	font-family: "Bree Serif", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #E6E6E6;
	height: 100%;
}
#wrapper {
	width: 1000px;
	margin: auto;
}
header {
	margin: 20px 0px 20px 0px;
	position: relative;
}
#logobox {
	background-image: url(site_images/banner_bkg_logo2.jpg);
	width: 550px;
	height: 150px;
}
nav {
	background-color: #000;
}
nav ul{
	list-style-type: none;
}
nav ul li{
	float: left;
}
nav ul li a{
	padding: 10px 12px;
	display: block;
	color: #E6E6E6;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(0,0,0,0.01);
	text-transform: uppercase;
	font-weight: normal;
}
nav ul li a:hover{
	background-color: #CCC;
	color: #000;
	background-image:url(site_images/img_btn_nav_shadow.jpg);
	text-decoration: none;
}
nav ul li a.active{
	background-color: #E6E6E6;
	color: #000;
}
nav ul li a.active:hover{
	background-color: #E6E6E6;
	color: #000;
	background-image: url(none);
}
#main {
	background-color: #E6E6E6;
	padding: 30px;
	/*font-family: "Puritan", "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 20px;
	position: relative;
	text-align: justify;
}
#main ul {
	list-style-position: inside;
	padding: 0px 0px 0px 10px;
}
#main ul li {
	padding: 0px 0px 10px 0px;
}
#maintexthome {
	width: 650px;
	min-height: 470px;
}
#maintext {
}
#maintext table td {
	padding: 5px 10px;
}
#maintext h1, #maintexthome h1 {
	font-family: "Puritan", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 30px;
	font-size: 30px;
	background-color: #006F51;
	display: inline-block;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	color: #FFF;
	border:2px solid #FFF;
	box-shadow: 0px 0px 5px #333;
	-webkit-box-shadow: 0px 0px 5px #333;
	-moz-box-shadow: 0px 0px 5px #333;
	/*filter: progid:DXImageTransform.Microsoft.dropShadow(color=#333, offX=0, offY=0, positive=true);*/
	/*background-image: url(site_images/img_icon_arrow_down.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;*/
	margin: 0px 0px 10px 0px;
	background-image: url(site_images/bkg_title_green.jpg);
}
#maintext h2 {
	margin: 0px 0px 15px 0px;
}
#main h2 {
	font-size: 28px;
}
#main h4 {
	font-size: 20px;
}
#main h4.lessbold {
	font-size: 20px;
	font-weight:normal;
}
#sidebar {
	float: right;
	width: 260px;
	margin: 0px 0px 20px 20px;
	font-family: "Puritan", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#sidebar h3 {
	font-family: "Bree Serif", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: normal;
	padding: 0px 0px 10px 5px;
}
#sidebar ul {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li{
}
#sidebar ul li a{
	display: block;
	background-image: url(site_images/img_arrow_blue_right.png);
	height: 35px;
	width: 240px;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	float: left;
}
#sidebar ul li a:hover{
	background-image: url(site_images/img_arrow_blue_right2.png);
}
a.videolink{
	background-color: #333;
	color: #FFF;
	padding: 10px;
	display: block;
	margin: 0px 6px;
}
a.videolink:hover{
	background-color: #333;
	color: #FFF;
	padding: 10px;
	display: block;
	margin: 0px 6px;
	text-decoration: none;
}
#stop {
	position:absolute;
	left:720px;
	width:263px;
	height:146px;
	z-index:1;
	background-image: url(site_images/img_stop_transportation.png);
	font-family: "Bree Serif", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	bottom: 0px;
}
#stop a {
	text-decoration: none;
	color: #FFF;
	padding: 42px 0px 0px 20px;
	display: block;
	font-size: 18px;
	text-shadow: 0 0 1px rgba(0,0,0,0.01);
}
#transportationsuggestions {
	width:263px;
	height:146px;
	z-index:1;
	background-image: url(site_images/img_stop_transportation.png);
	font-family: "Bree Serif", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	bottom: 0px;
}
#transportationsuggestions a {
	text-decoration: none;
	color: #FFF;
	padding: 45px 0px 0px 20px;
	display: block;
	font-size: 18px;
	text-shadow: 0 0 1px rgba(0,0,0,0.01);
	text-align: left;
}
.imagelink {
	border:5px solid #155695;
}
a {
	color: #930;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.top {
	float: right;
}

div.project{
	background-color:#CACACA;
	padding:20px;
	margin:10px 0px 0px 0px;
	border: 5px solid #BFBFBF;
}
div.projectupdates{
	background-color:#B0B0B0;
	padding:15px 20px 20px 20px;
	margin:10px 0px 0px 0px;
	box-shadow: 0px 0px 5px #333 inset;
	-webkit-box-shadow: 0px 0px 5px #333 inset;
	-moz-box-shadow: 0px 0px 5px #333 inset;
}

/*
#cones {
	position:absolute;
	left:740px;
	top:-61px;
	z-index:1;
	-webkit-transform: rotateZ(-.5deg);
	-moz-transform: rotate(-.5deg);
	-o-transform: rotateZ(-.5deg);
	-webkit-transition:all .15s ease-in-out;
	-moz-transition:all .15s ease-in-out;
	-o-transition:all .15s ease-in-out;
	-transition:all .15s ease-in-out;
}
#cones:hover{
	-webkit-transform: rotateZ(.5deg);
	-moz-transform: rotate(.5deg);
	-o-transform: rotateZ(.5deg);
	}
	*/
#footertop {
	border-bottom: 1px solid #FFE621;
	background-color: #000;
	height: 20px;
	margin: 20px 0px 0px 0px;
}
footer {
	background-color: #000;
	color: #FFF;
	text-shadow: 0 0 1px rgba(0,0,0,0.01);
	padding: 10px 20px;
	position: relative;
}
footer img.icon {
	margin: 10px 0px 0px 0px;
}
footer h3 {
	color: #6CB7FF;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}	
#footermiddle {
	float: right;
	margin: 0px 250px 0px 0px;
	width: 300px;
	border-left: 2px solid #202020;
	min-height:150px;
	padding:0px 0px 0px 5px;
}


#footerbtm {
	border-top: 1px solid #FFE621;
	background-color: #000;
	height: 20px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	padding: 0px 0px 5px 0px;
}
#footerbtm a {
	color: #999;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	height: 20px;
	font-family: "Puritan", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0px 0px 0px 0px;
}
#cones {
	position:absolute;
	left:740px;
	top:-61px;
	z-index:1;
	-webkit-transition:all .15s ease-in-out;
	-moz-transition:all .15s ease-in-out;
	-o-transition:all .15s ease-in-out;
	-transition:all .15s ease-in-out;
}

#cones:hover{
	animation:jiggle .35s;
    -moz-animation:jiggle .35s; /* Firefox */
    -webkit-animation:jiggle .35s; /* Safari and Chrome */
    -o-animation:jiggle .35s; /* Opera */
}

@keyframes jiggle
{
0%   {transform: rotate(0deg);}
25%  {transform: rotate(-2deg);}
50%  {transform: rotate(1deg);}
100% {transform: rotate(0deg);}
}

@-moz-keyframes jiggle /* Firefox */
{
0%   {-moz-transform: rotate(0deg);}
25%  {-moz-transform: rotate(-2deg);}
50%  {-moz-transform: rotate(1deg);}
100% {-moz-transform: rotate(0deg);}
}

@-webkit-keyframes jiggle /* Safari and Chrome */
{
0%   {-webkit-transform: rotateZ(0deg);}
25%  {-webkit-transform: rotateZ(-2deg);}
50%  {-webkit-transform: rotateZ(1deg);}
100% {-webkit-transform: rotateZ(0deg);}
}

@-o-keyframes jiggle /* Opera */
{
0%   {-o-transform: rotateZ(0deg);}
25%  {-o-transform: rotateZ(-2deg);}
50%  {-o-transform: rotateZ(1deg);}
100% {-o-transform: rotateZ(0deg);}
}


/*expanders*/
.expanderlist {
	padding: 5px 0px;
	list-style-type: none;
}
#main .expanderlist ul{
	list-style-type: none;
	padding: 0px;
}
.expanderlist ul li li {
	list-style-type: disc;
	list-style-position: outside;
	display: list-item;
	font-weight: normal;
}
.expanderlist ul li ol li {
	list-style-type:decimal;
	list-style-position: outside;
	display:list-item;
	font-weight: normal;
}
.expanderlist li {
	list-style-type: none;
	display:block;
}
.expanderlist li .expanders {
	display: none;
	line-height: 20px;
	margin-top: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.expanders ul ,.expanders ol{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#main .expanderlist ul .expanders ol li li{
	list-style-type: lower-alpha;
}
.expanderlist li a.box {
	display: block;
	margin: 0px 0px 0px 0px;
	text-decoration:none;
	padding:0px;
}
#maintext .expanderlist li a.box h1, #maintexthome .expanderlist li a.box h1{
	color:#FFF;
	list-style-type: none;
	line-height:35px;
	display: block;
}
.expanderlist ul li a img.downtriangle{
	float: right;
	margin: 15px 15px 0px 0px;
}
.expanderlist ul li a img.righttriangle{
	float: right;
	display: none;
	margin: 12px 17px 0px 0px;
}
#wrapper #main #maintext .project h3 strong u {
	color: #F00;
}
#wrapper #main #maintext .project h3 u strong {
	color: #F00;
}
#wrapper #main #maintext .lessbold strong {
	color: #F00;
}
