@charset "utf-8";
/* CSS Document */
body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background: url(../images/jebg.jpg) #ecbe09 top;*/
	background-color: #ecbe09;
}
#wrapper{
	width: 100%;
	height: 100%;
	float: left;
}
.container{
	width: 100%;
	height: 100%;
	min-height: 600px;
	margin: 0 auto;
}
#footer{
	width: 100%;
	height: 100%;
	float: left;
	text-align: left;
	border-top: 1px solid #1e1f24;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #1e1f24;
	padding: 0 0 0 20px;
}
.headpanel{
	width: 100%;
	height: 165px;
	float: left;
	background-color: #6d6e70;
}
.headpanel a img{
	border:none;
	margin: 0 0 0 10px;
}
#menu{
width: auto;
height: auto;
float: right;
margin: 70px 250px 0 0;
}
#menu ul{
list-style: none;
}
#menu li{
display: inline;
list-style: none;
width: auto;
height: auto;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
text-transform: uppercase;
margin: 0 15px 0 15px;
font-weight: bold;
color: #FFF;
/*padding: 5px;
border: 1px solid #fcce19;*/
}
#menu li a{
color: #FFF;
text-decoration: none;
/*background-color: #d8d8d8;*/
padding: 11px;
/*padding-top: 8px;
padding-bottom: 8px;
padding-left: 8px;
padding-right: 8px;*/
/*border: 1px solid #fcce19;*/
 /*-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
behavior: url(PIE.htc); This lets IE know to call the script on all elements which get the 'box' class */
}
#menu li a:hover{
/*background-color: #0e568e;*/
color: #edbc09;
padding: 10px;
border: 1px solid #edbc09;
/*padding-top: 8px;
padding-bottom: 8px;
padding-left: 8px;
padding-right: 8px;*/
}
#menu li.active a{
/*background-color: #0e568e;*/
color: #edbc09;
border: 1px solid #edbc09;
padding: 10px;
}
.contentpanel{
	width: 95%;
	height: 100%;
	float: left;
	padding: 15px;
}
.contentpanel .gallerypanel{
	width: auto;
	height: auto;
	float: left;
	/*padding: 15px;*/
}
.contentpanel h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	text-decoration: none;
	color: #1e1f24;
	/*font-style:italic;*/
	border-bottom: 1px solid #1e1f24;
	/*padding: 0 25px 0 25px;*/
}
.contentpanel .gallerypanel h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #1e1f24;
	/*font-style:italic;*/
	border-bottom: 1px dotted #212224;
	/*padding: 0 25px 0 25px;*/
}
.contentpanel p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #1e1f24;
	line-height: 16px;
}
.contentpanel p a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #1e1f24;
	line-height: 16px;
	font-weight: bold;
}
.contentpanel p a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #1e1f24;
	line-height: 16px;
	font-weight: bold;
}
.contentpanel ul{
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	line-height: 18px;
}
.contentpanel ul li{
	/*display: block;*/
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #1e1f24;
	line-height: 16px;
	margin: 0px;
}
.gallery{
	width: auto;
	height: auto;
	float: left;
}
.gallery ul{
	list-style: none;
}
.gallery ul li{
	display: inline;
	list-style: none;
	/*margin: 5px 0 5px 0;*/
}
.gallery ul li span{
	width: auto;
	height: auto;
	float: left;
	margin: 5px;
}
.gallery p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #1e1f24;
}
.gallery ul li span img {
		border: 5px solid #cccccc;
		/*border-width: 5px 5px 5px;*/
	}
	.gallery ul li span a:hover img {
		border: 5px solid #666666;
		/*border-width: 5px 5px 5px;*/
		color: #fff;
	}
	.gallery ul li span a:hover { color: #fff; }
.projectpanel{
	width: 800px;
	height: 550px;
	float: left;
}
.projectpanel p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.fbicon{
	width: auto;
	height: auto;
	float: right;
}
.fbicon a img{
	border: none;
	margin: 5px 5px 0 0;
}