/*CHEST COLOR THEME

Purple # 663399
Dark Blue # 3d3d57
Mustard Orange # e4be3f
Hot Orange # ff5c00
Yellow # ffff80

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;


	}


html, body {

min-height: 100%;

}


body{
margin:0;
padding:0;
line-height: 1.5em;
font: 13px/2 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
color: #404040;
}


a
{
	text-decoration:none;
	color: #ff5c00;
	
	overflow:hidden;
	
}

a:hover
{
	
    text-decoration: underline;
	color: #e4be3f;  
	
}	



b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 1000px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
margin: 0;
padding: 10px 0 0 0;
background: #663399;
height: 130px; /*Height of top section*/
}

.toplogoleft{
padding: 0;
margin: -6px 0 0 0;
}

.toplogoright{
float:right;
margin: -70px 0 0 0;
padding: 0;
color: #FFFF80;
font-size: 18px;
}

.topcontactinfo{
padding: 0;



}

.topsurvey{
float:right;
margin: -57px 0 0 0;
padding: 0;
color: #FFFF80;
font-size: 18px;
}


/* HEADLINES */ 

h1{


color: #3d3d57;
font: bold 17px/2 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
line-height: 30pt;
text-shadow: 2px 1px 1px #eee;
margin-left: -10px;
text-transform: uppercase;


}

h2{

padding-top: 15px;
color: #3d3d57;
font: 17.5px "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
line-height: 30pt;
text-shadow: 2px 1px 1px #eee;
margin-left: -10px;
background:url(images/logo-background.jpg);
height: 190px;
}



h3{


color: #3d3d57;
font: bold 16px/1.5 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
margin: 5px 0 5px 0;
text-shadow: 2px 1px 1px #eee;

text-transform: uppercase;

}


h4{


color: #3d3d57;
font: bold 14px/2 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
line-height: 32pt;
text-shadow: 2px 1px 1px #eee;

text-transform: uppercase;

}


h5{


color: #404040;
font: bold 13px "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
text-transform: uppercase;

}



.toplink{
float: left;
width: 100px;
color: #404040;
background:#3d3d57;
padding: 5px 5px 5px 5px;
margin: 0 0 5px 0;
}




.toplink a
{
	display: block;
	text-decoration:none;
	color: #ffffff;
	
	overflow:hidden;
	
}

.toplink a:hover
{
	
    text-decoration: underline;
	color: #e4be3f; 
	
}	






.back{

float: left;
width: 150px;
color: #453b9e;
background:#3d3d57;
padding: 5px 5px 5px 5px;
}




.back a
{
	display: block;
	text-decoration:none;
	color: #ffffff;
	
	overflow:hidden;
	
}

.back a:hover
{
	
    text-decoration: underline;
	color: #e4be3f; 
	
}





.introsen{


color: #404040;
font:  14px/2 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
line-height: 15pt;
text-shadow: 2px 1px 1px #eee;

padding: 0 0 10px 0;

}


.missionblurb{

width: 670px;
color: #404040;
font:  14px/2 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
font-style: italic;
background-color: #e4be3f;
padding: 15px 15px 15px 15px;
margin: 10px 0 10px 0;
text-shadow: 2px 1px 1px #FAFAFA;
border: 1px solid #663399;
overflow: visible;
/* Do rounding (native in Firefox and Safari) */
-webkit-border-radius: 8px;
-moz-border-radius: 8px;

}




/*Buttons*/

.awesome, .awesome:visited {
	background: #222 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}


.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
		.medium.awesome, .medium.awesome:visited 		
		{ font-size: 12px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
		.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	
	
.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }










#navcontainer { 

margin-left: 30px;
 }

#navcontainer ul
{

margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0 0 1px 0; }

#navcontainer a
{
display: block;
padding: 5px 10px;
width: 260px;
color: #ff5c00;
background-color: #fff;
text-decoration: none;

}

#navcontainer a:hover
{
color: #e4be3f;
text-decoration: underline;
}

#navcontainer ul ul li { margin: 0 0 1px 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 235px;
color: #ff5c00;
background-color: #fff;
text-decoration: none;
}

#navcontainer ul ul a:hover
{
color: #e4be3f;
text-decoration: underline;
}






#map { 


float:left;
 }

#map ul
{

margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#map li { margin: 0 0 1px 0; }

#map a
{
display: block;
padding: 5px 10px;
width: 200px;
color: #ff5c00;
background-color: #fff;
text-decoration: none;

}

#map a:hover
{
color: #e4be3f;
text-decoration: underline;
}

#map ul ul li { margin: 0 0 1px 0; }

#map ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 195px;
color: #ff5c00;
background-color: #fff;
text-decoration: none;
}

#map ul ul a:hover
{
color: #e4be3f;
text-decoration: underline;
}




#contentwrapper{
float: left;
width: 100%;
padding: 10px 0 0 0;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/

}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
background: #C8FC98;
}




#contentcolumnmain{
margin-left: 700px; /*Set left margin to LeftColumnMainWidth*/
margin-top: -9px;
}

#leftcolumnmain{
float: left;
width: 710px; /*Width of left columnMain*/
margin-left: -1000px; /*Set left margin to -(MainContainerWidth)*/
}



.border {

border-top: 1px solid #3d3d57;
margin: 2px 0 10px 0;
}

#card{
width: 650px;
border-top: 1px solid #3d3d57;
float: left;
height:200px;
}

#findmoreyellowmain{
width: 270px;
border-top: 1px solid #3d3d57;
float: left;
background-color: #ffff80;
height: 240px;
margin: 0 0 10px 10px;
}


#findmoreyellow{

border-top-width: 0;
width: 270px;
padding: 0 0 10px 0;

}

#findmoreyellow ul{
margin: 0;
padding: 0;
list-style-type: none;
font: 12px/2 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
line-height: 18px;
width: 270px;
background-color: #ffff80;
}

#findmoreyellow li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 270px /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: #000000;
background-color: #ffff80;
border-bottom: 1px solid #ffffff;
text-decoration: none;


}

* html findmoreyellow li a{ /*IE only */
width: 270px; /*IE 5*/
width: 270px; /*185px minus all left/right paddings and margins*/
}

#findmoreyellow li a:hover {
color: #ff5c00;
text-decoration: underline;

}

#findmoreyellow div.menutitle{
color: #000000;
padding: 1px 0;
padding-left: 10px;
background-color: #ffff80;
height: 25px;
font: bold 13px/2 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
text-transform: uppercase;

}








#findmorebluemain{
width: 270px;
border-top: 1px solid #3d3d57;
float: left;
margin: 0 20px 10px 0;
height: 240px;
background-color: #3d3d57;
}


#findmoreblue{

border-top-width: 0;
width: 270px;
padding: 0 0 10px 0;

}

#findmoreblue ul{
margin: 0;
padding: 0;
list-style-type: none;
font: 12px/2 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
line-height: 18px;
width: 270px;
background-color: #3d3d57;
}

#findmoreblue li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 270px /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: #fff;
background-color: #3d3d57;
border-bottom: 1px solid #ffffff;
text-decoration: none;


}

* html findmoreblue li a{ /*IE only */
width: 270px; /*IE 5*/
width: 270px; /*185px minus all left/right paddings and margins*/
}

#findmoreblue li a:hover {
color: #ffff80;
text-decoration: underline;

}

#findmoreblue div.menutitle{
color: #ffffff;
padding: 1px 0;
padding-left: 10px;
background-color: #3d3d57;
height: 25px;
font: bold 13px/2 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
text-transform: uppercase;

}





#findmoreorangemain{
width: 420px;
border-top: 1px solid #3d3d57;
float: left;
margin: 0 10px 10px 0px;

height: 240px;
background-color: #e4be3f;
}


#findmoreorange{

border-top-width: 0;
width: 270px;
padding: 0 5px 10px 10px;

}

#findmoreorange ul{
margin: 0;
padding: 0;
list-style-type: none;
font: 12px/2 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
line-height: 18px;
width: 270px;
background-color: #e4be3f;
}

#findmoreorange li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 270px /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: #000000;
background-color: #e4be3f;
border-top: 1px solid #666666;
text-decoration: none;


}

* html findmoreorange li a{ /*IE only */
width: 270px; /*IE 5*/
width: 270px; /*185px minus all left/right paddings and margins*/
}

#findmoreorange li a:hover {
color: #ffffff;
text-decoration: underline;

}

#findmoreorange div.menutitle{
color: #000000;
padding: 1px 0;
padding-left: 5px;
background-color: #e4be3f;
height: 25px;
font: bold 13px/2 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
text-transform: uppercase;

}



/*Directions*/

.directionsleft {
width: 340px;
float:left;
padding-right:10px;
margin-right: 10px;
}

.directionsright {
width: 350px;
float:left;
}

.directions1 {
	
	width:350px;
	float: left;

	border-top: 5px solid #e4be3f;

   
	
}


.directions2 {
	
	width:350px;
	border-top: 5px solid #663399;

	
}




.directions3 {
	
	width:350px;
	border-top: 5px solid #ffff80;

   
	
}

.directions4 {
	
	width:350px;
	border-top: 5px solid #663399;

   
	
}

/*Active Projects*/




.active-row
{
width: 710px;
}


.image{

	float:left;
	margin:10px 15px 10px 0px;
	
	
	width:120px;
	height:110px;
	overflow:hidden;
	
}

.image1 {

	float:left;
	margin:10px 15px 10px 0px;
	
	
	width:100px;
	height:120px;
	overflow:hidden;
}

.title{
	font: bold 13px/2 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
	text-transform: uppercase;
	margin-top: -2px;
}


.copy {
	
	width:210px;
	float: left;
	padding: 10px 0 10px 0;
	
    font: 13px/2 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
	margin-top:-5px;
}

.active-left
{
width:340;
float:left;
padding: 0 10px 0 0;

} 

.active-right
{
width:340;
float:left;
padding: 0 0 0 10px;
}




.image-active {

	float:left;
	margin:10px 15px 10px -5px;


	width:200px;

	overflow:visible;
	
}


.title-active {
	font: bold 15px/2 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
	float:left;
	margin-top: -2px;
}


.copy-active {
	
	width:500px;
	float: right;
	padding: 10px 0 0 0;
    font: 12px/1.5 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
	margin-top: -5px;
}




.image-active1 {

	float:left;
	margin:10px 15px 10px -5px;
	
	height: 325;
	width:200px;
	
	overflow:visible;
	
}


.title-active1 {
	font: bold 12.5px/2 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
	float:left;
	margin-top: 0;
}


.copy-active1 {
	
	width:500px;
	float: right;
	padding: 10px 0 0 0;
    font: 12px/1.5 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;

}






.floatleft
{
float: left;
margin: 0 10px 30px 0;
border: 1px solid #453b9e;
padding: 5px 5px 5px 8px;

}

.floatright
{
float: right;
margin: 0 0 30px 10px;
border: 1px solid #453b9e;
padding: 5px 5px 5px 8px;
}

.facebook
{


margin-bottom: -5px;

}


.projectdetail1 {
	
	width:300px;
	float: left;
	margin-top: 5px;
	padding: 10px 5px 5px 5px;
	border-top: 5px solid #3d3d57;
    font: 12px/1.5 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
   
	
}


.projectdetail2 {
	
	width:180px;
	float: left;
	margin-top: 5px;
	padding: 10px 5px 5px 5px;
	border-top: 5px solid #e4be3f;
    font: 12px/1.5 bold "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
   
	
}




.projectdetail3 {
	
	width:180px;
	float: left;
	margin-top: 5px;
	padding: 10px 5px 5px 5px;
	border-top: 5px solid #ffff80;
    font: 12px/1.5 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
   
	
}


/*Past Projects*/







#pastlist
{
margin: 30px 0 20px 0;
padding: 0;
height: 20px;
}

#pastlist ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#pastlist ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#pastlist ul li a
{
background: #fff;
border-right: 2px solid #404040;
padding: 0 20px 0 20px;
margin: 0 0 10px 0;
color: #e4be3f;
text-decoration: none;
display: block;
text-align: center;
font: 12px/2 "lucida grande",tahoma,verdana,arial,Helvetica, "Helvetica Neue", sans-serif;
}

#pastlist ul li a:hover
{
color: #e4be3f;
text-decoration: underline;
}










/* Content */

.content {
	
	width:710px;
	float: left;
	margin:6px 15px 6px -10px;
	min-height: 100%;
}



.content li {
list-style-type: square;
margin: 0 0 10px 70px;
line-height: 20px;
}

#myslidemenu {
width: 1000px;
background: #3d3d57;


}


#myslidemenu1 {
margin: 20px 0 0 0;
width: 270px;
background: #3d3d57;
float: right;

}


/* Staff */

.staffalpha1
{
float: left;
width: 170px;

}

.staffalpha2
{
float: left;
width: 200px;

}


.staffalpha3
{
float: left;
width: 150px;

}


.staffalpha4
{
float: left;
width: 190px;

}

.staffalpha5
{
float: left;
width: 260px;

}

.staffborder {

border-top: 1px solid #3d3d57;
margin: 0 0 2px 0;
}

#staffinfoalpha{
float: right;
width: 710px;
margin-top: 10px;

}




}
#staffmenu
{
margin: 10px 0 0 -10px;
float: left;
width: 200px;
}

#staffmenu li {

list-style-type:none;
margin: 0 0 0 0;
padding-bottom: 15px;
}



#staffinfo{
float: right;
width: 500px;
margin-top: 10px;

}


.contentstaff {


width:710px;
float: left;


min-height: 100%;
}




.image-staff {

	float:left;
	margin:0 15px 10px 0px;
	width:220px;
	border: 1px solid #453b9e;
	padding: 5px 5px 5px 8px;
	overflow:visible;
	
}





.copy-staff {
	
	width:460px;
	float: right;
	padding: 0 0 0 0;


}

.text-staff {
	
width:500px;
float: left;
margin-top: 0px;
min-height: 100%;;

}




/* Contact */

  .contact-detail  {
float : left;
margin : 0 15px 10px 0;
width : 220px;
}
.contact-form {
width : 400px;
margin : 0 0 0 0;
float : right;
padding : 0 0 0 0;
font : 12px/1.5 "lucida grande", tahoma, verdana, arial, Helvetica, "Helvetica Neue", sans-serif;
}
fieldset {
border : 0;
margin : 0;
padding : 0;
}
label {
display : block;
}
input.text, textarea {
width : 260px;
font : 12px "lucida grande", tahoma, verdana, arial, Helvetica, "Helvetica Neue", sans-serif, monospace;
color : #3d3d57;
padding : 3px;
margin : 1px 0;
border : 1px solid #3d3d57;
}
input.submit {
font-size : 12px;
font-family : "lucida grande", tahoma, verdana, arial, Helvetica, "Helvetica Neue", sans-serif;
width : 90px;
height : 30px;
background-color : #ff5c00;
border-style : solid;
border-color : #e4be3f;
}
.select {
width : 275px;
padding : 2px;
margin : 10px 0 5px 0;
font-size : 12px;
}
.error {
width : 260px;
float : left;
padding : 5px;
border : 1px solid red;
background : #ffc0c0;
margin : 5px auto;
text-align : center;
font-size : 18px;
color : #555;
line-height : 40px;
}
#success {
border : 1px solid #555;
background : #e7e7e7;
padding : 5px;
}
#success h3 {
font-size : 24px;
font-family : "lucida grande", tahoma, verdana, arial, Helvetica, "Helvetica Neue", sans-serif;
text-align : center;
}
#success p {
text-align : center;
font-size : 18px;
line-height : 22px;
font-family : "lucida grande", tahoma, verdana, arial, Helvetica, "Helvetica Neue", sans-serif;
} 

/* Animation */


#fadeshow1

{

   width: 270px; /* important to be same as image width */
   height: 190px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   margin: -11px -10px 0 0;
   float: right;

   background: #eeeeee;
   }


#fadeshow2

{

   width: 400px; /* important to be same as image width */
   height: 200px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
	margin-top: -5px;

   background: #e4be3f;
   }



.clear {
   clear: both;
   margin-top: 10px;
} 


/* Footer */

#footer{
margin: 10px 0 0 0;
clear: both;
width: 100%;
border-top: 1px solid #404040;
color: #404040;


}


.fienix
{
	color: #404040;
	float: left;
	margin: 0 0 0 0;
}


.fienix-link
{
	
	color:#666666;
	border:0;
	text-decoration: none;
	
}

.fienix-link a
{
	color:#666666;
	border:0;
	text-decoration: none;
	
}

.fienix-link:hover
{
	color:#ec002d;
	border:0;
	text-decoration: underline;
	
}
.fienix-link span
{
	visibility:hidden;
	text-decoration: none;
}

.fienix-link:hover span
{
	visibility:visible;
	text-decoration: none;
	
}





.sitemapcredit-link
{
color:#404040;
float:right;
margin:0 0 0 0;
padding: 0 0 0 0;

}

.sitemapcredit-link a
{
	color:#ff5c00;
	text-decoration: none;

	
}

.sitemapcredit-link a:hover
{
	color:#e4be3f;
	text-decoration:underline;

	
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}





