/**** GENERAL CSS STYLES ****/

*
{
	font-family: 'Trebuchet MS';
	margin: 0;
	padding: 0;
	font-size: 0.95em;	
}

body {
	background: #FFF;	
}
 
img {
	border: none;
}

a {
	outline: none;	
	cursor: pointer;
}

.right {
	float: right;	
}

.grey {
	color: #777;	
}

.red {
	color: red;
}

.highlight {
	color: #78A338;
	font-weight: bold;	
}
/**** WRAPPER ***/

#wrapper {
	width: 756px;
	margin: 0 auto;
	margin-top: 10px;
	border-left: 1px solid #008000;
	border-right: 1px solid #008000;
	border-bottom: 1px solid #008000;
	position: relative;
}

/***** HEADER ****/

#header {
	border-top: 1px solid green;
	height: 180px;
	background-image: url('img/logo.jpg');
	background-repeat: no-repeat;
}


/***** MENU ******/
#header ul {
	float: right;
	list-style: none;  
	position: relative;  
	margin: 0;  
	padding: 0;
}

#header li {
	display: block;  
	overflow: hidden;
	margin-left: 3px; 
	padding: 0;  
	cursor: pointer;
	float: left;  
	width: 80px;  
	height: 180px; 
	background-repeat: no-repeat;
}
/*
#header li.active {
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;	
}
*/
#header li a {
	padding: 1px 80px 180px 1px;	
}

#home {
	background-image: url('img/home.jpg');
}

#about {
	background-image: url('img/about.jpg');	
}

#tech {
	background-image: url('img/tech.jpg');	
}

#application {
	background-image: url('img/application.jpg');	
}

#news {
	background-image: url('img/news.jpg');
}

/***** MENU BAR *****/

#menubar {
	float: right;
	height: 23px;
	width: 720px;
	background-image: url('img/menubar.jpg');
	background-repeat: repeat-x;
}

#menubar img {
	float: left;
}

#menubar ul {
	list-style: none;
}

#menubar li {
	float: left;
	margin-right: 0px;
	padding-top: 3px;
	padding-left: 20px;
	background-image: url('img/listicon.jpg');
	background-repeat: no-repeat;
	height: 23px;
}

#menubar a {
	color: #78A338;
	text-decoration: none;	
}

#menubar a:hover {
	color: #000;
}


#menubar .menu-items {
	width: 615px;
	float: right;
}

/***** CONTENT *****/

#content {
	margin-top: 23px;
	padding-top: 20px;
}

#content .panel {
	float: right;
	width: 350px;
}

#content p {
	width: 515px;
	margin-left: 35px;	
	padding-bottom: 15px;	
}

#content h1 {
	margin-left: 35px;	
	font-size: 1.5em;
	margin-bottom: 15px;
	color: #78A338;
}

#content h2 {
	margin-left: 35px;	
	font-size: 1.1em;
	color: #78A338;
}

#content h2.newsheader {
	margin-left: 35px;	
	font-size: 1.1em;
	color: #78A338;
}

#content p.links a {
	font-weight: bold;
	color: #78A338;
	text-decoration: none;
}

#content a {
	font-weight: bold;
	color: #78A338;
	text-decoration: none;
}

#content a:hover {
	color: #000;
}

#content p.links a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#content p.links .current {
	font-weight: bold;
	color: #000;
}

#content p.clear,h2.clear {
	clear: both;
	padding-top: 10px;
}

#content ul {
	margin-bottom: 15px;	
	width: 515px;
}

#content ul.news {
	margin-bottom: 0px!important;
	list-style: none;
}

#content li {
	margin-left: 50px;	
}

#content ul.news li {
	background-image: url('img/news-bullet.png');
	background-repeat: no-repeat;
	background-position: 0 0%;
	margin-left: 35px;
	padding-left: 20px;
}

#content ul.news li p {
	margin-left: 0;
}

#content table#contact-details {
	border: none;
	margin-left: 35px;
}

#content table#contact-details th {
	text-align: left;
	width: 150px;
	font-weight: bold;
	color: #78A338;
	font-size: 1.15em;
}

#content table#contact-details td {
	width: 150px;	
}

#content label {
	float: left;
	width: 135px;
	font-weight: bold;
	color: #000;
	margin-bottom: -5px
}

#content input,textarea {
	width: 300px;
	margin-bottom: -5px
}

#content textarea {
	width: 300px;
	height: 100px;
	margin-bottom: -5px
}

#content input[type="submit"] {
	width: 100px;
	margin-left: 135px;
}

#content select {
	margin-right: 10px;	
}

#content .headshot,.img1 {
	float: left;
	margin: 5px 10px 0px 0px;	
}

#content .img2 {
	float: right;
	margin: 5px 10px 0px 0px;	
}

#content .img3 {
	float: left;
	margin: 5px 10px 0px 35px;	
}

#content img.news {
	float: left;
	margin: 5px 10px 0px 0px;	
	border: 1px solid #78A338;
}

#content .strapline {
	font-weight: bold;
	padding-bottom: 0px;
	margin-top: 10px;	
	
}

#content table#people {
	width: 75%;
	margin-left: 35px;
	font-size: 1.05em;
}

#content table#people th {
	text-align: left;
	width: 230px;
	font-weight: bold;
}

#content table#people td {
	width: 230px;	
}

/***** FOOTER ******/

#footer {
	width: 756px;
	margin: 10px auto;
	height: 75px;
	text-align: center;
	position: relative;
}

#footer a {
	color: #777;
	text-decoration: none;
}

#footer a:hover {
	color: #333;
	text-decoration: none;	
}

#footer img {

}

#footer .left {
	position: absolute;
	color: #333;
	left: 35px;
	top: 15px
}

#footer .right {
	position: absolute;
	color: #333;
	right: 35px;
	top: 15px
}
