/* === FLASH MESSAGES === */
div#flash-notice {
	background-color: yellow;
	padding:10px;
	background-image: url('/images/stripe_yellow.png');
}

div#flash-warning {
	background-color: yellow;
	padding:10px;
	background-image: url('/images/stripe_yellow.png');
}

div#flash-error {
	background-color: yellow;
	padding:10px;
	background-image: url('/images/stripe_yellow.png');
}

/* === ERROR MESSAGES === */
div#errorExplanation {
	background-image: url('/images/stripe_yellow.png');
	padding:10px;
}

div#errorExplanation h2 {
	
}

div#errorExplanation p {
	
}

div#errorExplanation ul {
	
}

div#errorExplanation ul li {
	
}

/* === FORMS === */
div.fieldWithErrors {
	background-image: url('/images/stripe_yellow.png');
	padding:10px;
}

div.fieldWithErrors label {
	
}

div.fieldWithErrors input, div.fieldWithErrors select, 
div.fieldWithErrors textarea
{
	
}




img {
	border:none;
}


#menudropdown {

}

#menudropdown, #menudropdown ul { list-style: none; }
#menudropdown, #menudropdown * { padding: 0; margin: 0; }

/* Head links */
#menudropdown li.headlink {  float: left;  text-align: left; }
#menudropdown li.headlink a { display: block; padding: 5px; }

/* Child lists and links */
#menudropdown li.headlink ul { position: absolute; width:150px; display: none; text-align: left; }
#menudropdown li.headlink:hover ul { display: block; }
#menudropdown li.headlink ul li a { opacity:0.9; background-image: url(../images/smallmap_background.jpg); padding: 5px; filter: alpha(opacity=90);}
#menudropdown li.headlink ul li a:hover { opacity:1; filter: alpha(opacity=100);}

/* Pretty styling */
#menudropdown a { color: white; } #menudropdown ul li a:hover { text-decoration: none; }
#menudropdown li.headlink {  }
#menudropdown li.headlink ul {   
  box-shadow: 5px 5px 20px #000;
  -moz-box-shadow: 5px 5px 20px #000;
  -webkit-box-shadow: 5px 5px 20px #000;

}


pre {
	display: none;
	color:white;
	font-size: 1px;
}




body {	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: white;
	color: black;
	font-size: 12px;
	text-align: left;
	height: 100%;
	background:#000000 url(../images/map_background.jpg) repeat scroll center top;
}



.img {  
	margin: 0px;
	padding: 0px;
	border-style: none;
}



	 
a {
	text-decoration: none;
	color: black;	
}

a:hover {
	color: black;
	text-decoration: underline;
}


.loginlink{
	color:white;
	text-align: center;
}
.loginlink a{
	color:white;
}


.thepage{
	width:940px;
	min-height:400px;  
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
	background-color: white;
}




.bgc_header {
	background-image: url(../images/projects_header_bg.png);
	background-repeat: no-repeat;
	min-height:80px;
	margin-top:-10px;
}

.bgc_content_homepage {
	background-color: gray;
	background-image: url(../images/sunset_background.jpg);
	background-repeat: no-repeat;
	width: 940px;
	height:600px;
	overflow: hidden;
}

.bgc_content {
	background-color: white;
	background-image: url(../images/projects_content_bg.jpg);
	background-repeat: repeat;
	width: 940px;
	min-height: 550px;
}

.bgc_footer {
	background-color: #76824D;
	min-height: 10px;
	color:white;
	font-family:Times;
}
	.bgc_footer a{
		color:white;
	}

	.bgc_footer_column_left {
		margin: 5px;
		text-align: left;
		float: left;
	}
	
	.bgc_footer_column_right {
		margin: 5px;
		text-align: right;
		float: right;
		padding-top:3px;
	}

.bgc_footer_bottomplate_logo {
  background-image: url("../images/bottomplate_logo.png");
  background-repeat:no-repeat;
  padding-left:30px;
  padding-top:3px;
  height:13px;
}


.bgc_content_innerheader {
	background-color:rgba(0, 0, 0, 0.1);
	padding-bottom: 10px;
}





	.bgc_content_innerheader_column_left {
		text-align: left;
		float: left;
		margin-top:20px;
	}
	.bgc_content_innerheader_column_right {
		text-align: right;
		float: right;
		color: white;
		font-family:Times;
		font-size: 16px;
		margin-top:25px;
		margin-right:10px;
		text-shadow: 1px 1px 5px #000;
	}
	
	.bgc_content_innerheader_column_right a{
		color: white;
		text-decoration: none;
	}
	.bgc_content_innerheader_column_right a:hover{
		color: white;
		text-decoration: underline;
	}
	
	.bgc_content_innerheader_column_right_sub {
		font-size: 13px;
	}
	
	
	
	
	
	
	

.bgc_logobox_logo {
	float: left;
	margin-left:20px;
}

.bgc_logobox_text {
	float: left;
	color: white;
	font-family:Times;
	margin-top: 10px;
}

	.bgc_logobox_text_title {
		font-size: 25px;
		text-shadow: 1px 1px 5px #000;
	}
	.bgc_logobox_text_subtitle {
		font-size: 16px;
		font-weight: lighter;
		text-shadow: 1px 1px 5px #000;
	}
	
	
	
	
	
.bgc_homepage_content {
/*
	margin-top: 100px;
	border: 3px solid red;
*/
}
	
	.bgc_homepage_content_column {
		opacity:0.90;
		width: 235px;
		float: left;
		background-color: black;
		background-image: url(../images/smallmap_background.jpg);
		background-repeat: repeat;
		margin-top:300px;
		min-height:300px;
		filter: alpha(opacity=90);
		outline:1px solid #555;
	}
		.bgc_homepage_content_column:hover {
			opacity:1.0;
			filter: alpha(opacity=100);
		}
	
	.bgc_homepage_content_column1 {
	
	
	}
	.bgc_homepage_content_column2 {
	
	
	}
	.bgc_homepage_content_column3 {
		width: 470px;
	
	}
	
	
.bgc_homepage_content_column_header{
	margin:10px;
	font-size: 40px;
	color:white;
}
.bgc_homepage_content_column_header a { 
	color:white;
}
.bgc_homepage_content_column_header a:hover { 
	color:white;
}


.bgc_homepage_content_column_content{
	color:black;
	font-size: 13px;
	margin: 10px;
}


.bgc_homepage_content_column_content_title {
	font-weight: bold;
	margin: 5px;
}

.bgc_homepage_content_column_content_description {
	 margin: 5px;

}

.bgc_homepage_content_column_content_link {
	color:red;
	margin: 5px;
}
.bgc_homepage_content_column_content_link a {
	color:red;
}



.project_textcontainer {
	float:left;
	/* height:500px; */
	margin-left:20px;
	margin-top:20px;
	position:relative;
	width:400px;
}


.project_textcontainer_container {	
/*
	position: absolute;
  	bottom: 15px;
*/
}

	.project_main_name {
		font-size: 1.3em;
		font-weight: bold;
		color: black;
	}
	
	.project_sub_name {
		font-size: 1.3em;
		font-style: italic;
		color: black;
	}
	
	.project_description {
		font-size: 1em;
		margin-top: 10px;
		line-height: 1.5em;
	}



.project_imagecontainer {
	width: 500px;
	margin-left:20px;
	float:left;
	overflow:hidden;
}

.project_main_image {
	margin-top:20px;
	background-color:gray;
	border:1px solid black;
	height:320px;
	overflow:hidden;
	width:480px;
}

.project_image_title_container {
	height:40px;
	margin-top:5px;
	margin-bottom:5px;
}
	.project_image_title {
		font-size: 1em;
		font-weight: bold;
		color: black;
	}
	
	.project_image_description {
		font-size: 1em;
		margin-top: 5px;
	}

.project_sub_image_container{

}

	.project_sub_image {
		background-color:gray;
		border:1px solid black;
		float:left;
		height:85px;
		margin-right:10px;
		margin-bottom:10px;
		margin-top:10px;
		overflow:hidden;
		width:85px;
	}


.seeMorePhotosButton {
	float:right;
}



/*


.input {
	margin:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px dotted silver
	clear:both;
}

.input label {
	font-weight: bold;
	text-transform: capitalize;
	position: relative; 
	display:block!important; 
	width: 100%; 
	text-align:left;
	padding: 5px 0 5px 0; 
	line-height: 15px;
}

.input input {
	margin-left:20px;
	border:1px solid black;
	position: relative; 
	float:left; 
}

.input textarea {
	margin-left:20px;
	border:1px solid black;
	position: relative; 
	float:left; 
}

*/


.admin_header {
	background-color: white;
	color: black;
	font-size: 25px;
	padding:10px;
	border-style: solid;
	border-color: black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.admin_section {
	color:white;
	background-color: white;
	padding: 10px;
	
	border-style: solid;
	border-color: black;
	border-width: 1px;
	background-image: url('/images/stripe_gray.png');
}





.admin_page_container {
	background-image:url(/images/stripe_gray.png);
	width:940px;
	min-height: 600px;
}

.admin_section_wide {
	float:left;
	padding:10px;
	margin:20px;
	width:870px;
	color:black;
	background-color: white;
	border-style: solid;
	border-color: black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.admin_section_short {
	float:left;
	padding:10px;
	margin:20px;
	width:340px;
	color:black;
	background-color: white;
	border-style: solid;
	border-color: black;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.admin_section_title {
	color:black;
	padding: 5px;
	font-size: 20px;
}
.admin_section_subtitle {
	color:gray;
	padding: 5px;
	padding-top: 0px;
	margin-bottom: 20px;
	font-size: 15px;
}



.admin_section label {
	
}

.admin_section textarea {
	
}


.admin_section_button {
	color:black;
	background-color: white;
	padding: 5px;
	margin: 5px;
	font-size: 14px;
	border: 1px solid black;
}
.admin_section_button a {
	color: black;
}
.admin_section_button:hover {
	background-color: silver;
}




.context_nav {
	margin: 15px;
	padding-top: 15px;
	color:green;
	font-size: 15px;
	font-weight: bold;
}
.context_nav a{
	color:green;
	text-decoration: none;
}
.context_nav a:hover{
	color:green;
	text-decoration: underline;
}




.formdiv {
	background-color: white;
	color:black;
	padding: 5px;
	margin: 5px;
	border-style: solid;
	border-color: silver;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

.formdiv label {
	text-transform: uppercase;
	font-weight: bold;

	position: relative; 
	display:block!important; 
	width: 100%; 
	text-align:left;
	padding: 5px 0 5px 0; 
	line-height: 15px;
}




.blogpost_container {
	margin:20px;
}

.blogpost_title {
	margin:5px;
	font-size: 20px;
	color: green;
}
.blogpost_title a{
	color: green;
}

.blogpost_date {
	margin:5px;
	font-size: 15px;
	color: olive;
}

.blogpost_body {
	margin:5px;
	font-size: 15px;
	font-family: Times;
}




.event_container {
	margin:20px;
}
.event_title {
	margin:5px;
	font-size: 20px;
	color: green;
}
.event_title a{
	color: green;
}
.event_subtitle {
	margin:5px;
	font-size: 15px;
	color: black;
}
.event_date {
	margin:5px;
	font-size: 15px;
	color: olive;
}
.event_description {
	margin:5px;
	font-size: 15px;
	font-family: Times;
}





.list_container {
	margin: 15px;
}

.list_container_column_left {
	float: left;
	margin: 5px;
}

.list_container_column_right {
	float: left;
	margin: 5px;
}

.list_title {
	font-size: 18px;
	color: green;
}
.list_title a{
	color: green;
}

.list_subtitle {
	font-size: 14px;
	color: black;
}



.page_column_left {
	padding: 20px;
	padding-right:10px;
	padding-left:40px;
	float:left;
	width:360px;
}

.page_column_right {
	padding: 20px;
	padding-left:10px;
	float:left;
	width:500px;
}

.page_image {
	border:1px solid black;
}


.mceEditor {
  width: 500px;

}