body {
	background: url(../images/background.jpg) repeat-y center;
}

h4 {
	border-bottom: 1px dotted #ff7e00;
	padding-bottom: .25em;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
}

#navcontainer ul li.right { 
	float: right;
	width: 150px;
}

#navcontainer ul li a
{
	text-decoration: none;
	padding: 8px 0 8px 0;
	margin-right: 10px;;
	color: #ccc;
	border-bottom: 2px solid #ccc;
	display: block;
}

#navcontainer ul li.right a
{
	text-decoration: none;
	padding: 8px 0 8px 10px;
	margin-right: 0;
	color: #f1f1f1;
	text-align: right;
}

#navcontainer ul li.right a:hover { 
	color: #333;
	border-bottom: 0px;
}

#navcontainer ul li.orange { 
	float: left;
	width: 150px;
}

#navcontainer ul li.orange a:hover
{
	color: #ff7e00;
	border-bottom: 2px solid #ff7e00;

}

#navcontainer ul li.orangestatic {
	float: left;
	margin-right: 10px;
	height: 28px;
	width: 125px;
	padding: 8px 0 0 15px;
	color: #fff;
	background-color: #ff7e00;
}

#navcontainer ul li.orangeactive { 
	float: left;
	width: 140px;
	color: #ff7e00;
	padding: 8px 0 8px 10px;
	margin-right: 10px;
	border-bottom: 2px solid #ff7e00;
	display: block;
}

#navcontainer ul li.blue { 
	float: left;
	width: 140px;
	margin-left: 10px;
}

#navcontainer ul li.blue a:hover
{
	color: #007CC2;
	border-bottom: 2px solid #007CC2;
}

#navcontainer ul li.bluestatic {
	float: left;
	margin-right: 10px;
	height: 28px;
	width: 125px;
	padding: 8px 0 0 15px;
	color: #fff;
	background-color: #007CC2;
}

#navcontainer ul li.blueactive { 
	float: left;
	width: 140px;
	color: #007CC2;
	padding: 8px 0 8px 0;
	margin-right: 10px;
	border-bottom: 2px solid #007CC2;
	display: block;
}

#navcontainer ul li.green { 
	float: left;
	width: 150px;
}

#navcontainer ul li.green a:hover
{
	color: #A2B828;
	border-bottom: 2px solid #A2B828;
}

#navcontainer ul li.greenstatic {
	float: left;
	margin-right: 10px;
	height: 28px;
	width: 125px;
	padding: 8px 0 0 15px;
	color: #fff;
	background-color: #a2b828;
}

#navcontainer ul li.greenactive { 
	float: left;
	width: 140px;
	color: #A2B828;
	padding: 8px 0 8px 0;
	margin-right: 10px;
	border-bottom: 2px solid #A2B828;
	display: block;
}

#navcontainer ul li.silver { 
	float: left;
	width: 150px;
}

#navcontainer ul li.silver a:hover
{
	color: #A2B828;
	border-bottom: 2px solid #A2B828;
}

#navcontainer ul li.silverstatic {
	float: left;
	margin-right: 10px;
	height: 28px;
	width: 125px;
	padding: 8px 0 0 15px;
	color: #fff;
	background-color: #a2b828;
}

#navcontainer ul li.silveractive { 
	float: left;
	width: 140px;
	color: #A2B828;
	padding: 8px 0 8px 0;
	margin-right: 10px;
	border-bottom: 2px solid #A2B828;
	display: block;
}

#projects ul
		{	margin: 0;
			padding-top: 36px;
			list-style: none;
		}
		
#projects ul li.green
		{
	height: 36px;
}

#projects ul li.green a
		{
	color: #a2b828;
}

#projects ul li.orange
		{
	height: 36px;
}

#projects ul li.orange a
		{
	color: #ff7e00;
}

#projects ul li.grey
		{
	height: 36px;
}

#projects ul li.blue
		{
	height: 36px;
}

#projects ul li.blue a
		{
	color: #007CC2;
}
		
#projects ul li.silver
		{
	height: 54px;
}

#projects ul li.silver a
		{
	color: #C0C0C0;
}
		
#projects ul li a
{
	text-decoration: none;
	padding: 8px 0 8px 10px;
	color: #999;
	display: block;
}

.loc
{
	color: #ccc;
	text-transform: uppercase;
	font-size: 95%;
}

#projects ul li.green a:hover {
	color: #fff;
	background-color: #a2b828;
}

#projects ul li.orange a:hover {
	color: #fff;
	background-color: #ff7e00;
}

#projects ul li.grey a:hover {
	color: #fff;
	background-color: #333;
}

#projects ul li.blue a:hover {
	color: #fff;
	background-color: #007CC2;
}

#projects ul li.silver a:hover {
	color: #fff;
	background-color: #C0C0C0;
}

#company ul
		{	margin: 0;
			padding-top: 18px;
			list-style: none;
		}
		
#company ul li {
			height: 36px;
			width: 140px;
}

#company ul li.static {
			height: 28px;
			width: 125px;
			padding: 8px 0 0 15px;
			background-color: #ff7e00;
			color: #fff;
}
	

#company ul li a {
			text-decoration: none;
			padding: 8px 0 8px 15px;
			color: #ccc;
			display: block;
}

#company ul li a:hover{
	color: #fff;
	background-color: #ff7e00;

}
		
		
#services ul
		{	margin: 0;
			padding-top: 18px;
			list-style: none;
		}
		
#services ul li {
			height: 36px;
			width: 140px;
}

#services ul li.static {
			height: 28px;
			width: 125px;
			padding: 8px 0 0 15px;
			background-color: #A2B828;
			color: #fff;
}
	

#services ul li a {
			text-decoration: none;
			padding: 8px 0 8px 15px;
			color: #ccc;
			display: block;
}

#services ul li a:hover{
	color: #fff;
	background-color: #A2B828;

}
		
#people ul {
	margin: 0;
	padding-top: 18px;
	list-style: none;
}

#people ul li {
			height: 36px;
			width: 140px;
}

#people ul li.static {
	height: 28px;
	width: 125px;
	padding: 8px 0 0 15px;
	background-color: #ff7e00;
	color: #fff;
}

#people ul li a {
	text-decoration: none;
	padding: 8px 0 8px 15px;
	color: #ccc;
	display: block;
}

#people ul li a:hover{
	color: #fff;
	background-color: #ff7e00;
}

		
.gallery {
	float: left;
	width: 140px;
	margin: 36px 10px 0 0;
}
			
.gallery a{
	text-decoration: none;
	display: block;
	color: #666;
}

.intro {
	background-color: #ff7e00;
	color: #fff;
	margin-top: 18px;
	padding: 20px;
}

.building {
	background-color: #A2B828;
	margin-top: 18px;
	padding: 20px;
	color: #fff;
}

.sidebar {
	margin-top: 18px;
}

#scroller {
	padding-top: 38px;
}

#address ul {
	list-style: none;
	padding: 0;
	color: #999;
	font-size: x-small;
}

.dark {
	color: #666;
	font-weight: bold;
}

.reg {
	color: #666;
	margin-top: 18px;
	padding-left: 18px;
	padding-right: 5px;
}

p.white {
	color: #fff;
}

p.title {
	color: #fff;
	font-weight: bold;
}

.noted {
	background-color: #ff7e00;
	color: #fff;
	margin-top: 18px;
	height: 27px;
	padding: 9px 0 0 18px;
}

.notedgr {
	background-color: #A2B828;
	color: #fff;
	margin-top: 18px;
	height: 27px;
	padding: 9px 0 0 18px;
}

.serve {
	background-color: #A2B828;
	color: #fff;
	margin: 18px 0 0 0;
	padding: 9px 20px 0px 20px;
}

.serve p{
	margin: 0 0 1.5em 0;
	padding: 0;
}

ul.complists {
	margin: 0;
	padding: 0 0 0 18px;
	background-color: #fff;
	color: #ff7e00;
	list-style: none;
	display: block;
}

ul.complists li{
	border-bottom: 1px dotted #ff7e00;
	padding: 5px 0 5px 0;
}

ul.servlists {
	color: #666;
	padding-left: 18px;
}

ul.servlists li{
	padding: 5px 0;
}

td {
	padding-left: 16px;
	color: #999;
	font-size: x-small;
}

A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}

