﻿* {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body {
	background-color: #efefef;
	background-image: url('../images-all-other/Background-Image.jpg');
	background-repeat:no-repeat;
	background-position: center top;
}

.pageWidth {
	width:980px;
	margin-right: auto;
	margin-left: auto;
}

#mainNav ul {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.pMenu {
	font-size: 12px;
	list-style: none;
}

.pMenu {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.pMenu li {
	border: 1px solid grey;
	background-color: #cecece;
	list-style: none;
	display: block;
}

.pMenu li:hover {
	background-color: gray;
	list-style: none;
	display: block;
}

.pMenu li:hover * {
	color: white;
}


.pMenu a{
	color: black;
	text-decoration: none;
	display: block;
	width: 100%;
	padding: 10px 10px 10px 10px;
}

.pMenu a:hover {
	color: white;
	text-decoration: none;
}



#mainNav li {
	list-style: none;
	display: inline-block;
	width: 33%;
	padding: 0px;
	margin: 0px;
	float: left;
	text-align: center;
}


#mainNav a {
	display:block;
	padding: 5px 0px 5px 0px;
	text-decoration: none;
	font-size: 18px;
	color: black;
	background-color: #cccccc;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
}

#mainNav a:hover {
	display:block;
	padding: 5px 0px 5px 0px;
	background-color: grey;
	color: white;
}

#logo {
	font-family: "Charter Bd BT"; 
	font-size: 36px;
	color:#6666FF; 
	margin: 10px;
}

.clearFix {
	clear: both;
}

#contactInfo {
	float: right;
	text-align: right;
}

#contentArea {
	background-color: #efefef;
	padding: 0px 5px 0px 5px;
	margin-right: 10px;
}

#projectList {
	width: 100%;
}

h1 {
	margin-top: 0px;
}

#projectList div {

	width: 243px;

	float: left;

	margin: 5px 0px 5px 10px;

	border: 1px gray solid;

	height: 625px;

	background-color: white;

	box-shadow: 0 1px 3px rgba(34,25,25,0.4);

	-moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);

	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);

}



#projectList div img {

	width: 243px;

}





#projectList div * {
	box-shadow: 0 0px 0px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 0px 0px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 0px 0px rgba(34,25,25,0.4);
}


#projectList div div {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: none;
	border: 0px gray none;
}
#projectList .pText {

	padding: 10px 10px 10px 10px;

	font-size: 12px;

	border-top: 1px gray solid;

	margin-top: 0px;

	background: white;
	
	height: 275px;
}



#projectList .pLink {

	padding: 5px 10px 5px 10px;

	font-size: 12px;

	margin-top: 0px;

	bottom: 0px;

	text-align: center;

	background: white;

}

#projectList .pLink img {

	width: 202px;
	height: 37px;
	position: relative;
	bottom: 5px;
}






#projectList h3 {

	padding: 5px 20px 5px 20px;

	margin: 0px;

	background-color: gray;

	color: white;

	border-bottom: 1px gray solid;

	font-size: 12px;

	text-align: center;

}



#footer {

	padding: 10px;

	font-size: 12px;

	background-color: #efefef;

}



#footerNav {
	float: right;
	font-size: 14px;
}

.backlink {
	display: inline-block;
	float: right;
}
