body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #2e4e64;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	behavior: url(csshover.htc);
}
.leftcolumn {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.navigationbar {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
}
.background {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.topbottom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

.mwrcell {
	border-right-style: none;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
}
.servicelist {
	list-style-type: square;
	list-style-image: url(images/bullet.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.leftcolumn li {
	padding-bottom: 5px;
}



.rightcolumn {
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #FFFFFF;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-style: none;
}

.mwa{
	display: block;
	padding: 5px;
	padding-left: 15px;
	text-align: left;
	text-decoration: none;
	font-size: 12px;
	color: #267a00;
	background-image:url(images/mwa_off.gif);
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: bold;
	background-color: #d1e9fd;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	width: 155px;
}

.mwa:hover {
	background-color: #267a00;
	background-image:url(images/mwa_on.gif);
	color: white;
}

.blueitalicbold
{
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
	font-size: 12px;
}
h3 {
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 14px;
}





.navigationbar ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.navigationbar ul li { float: left; text-align: center; display: inline;}
.navigationbar ul ul li {float: none; text-align: left; display: inline;}

.navigationbar ul ul
{
	display: none;
	border-bottom: 1px solid white;
	background-image: url(images/menu_bg.jpg);
}

.navigationbar ul ul a 
{
	background-color:#267a00; 
	border-left: 1px solid white; 
	border-right: 1px solid white; 
	text-align:left;
}
.navigationbar ul ul a:hover {background-color:#2d9200;}

.navigationbar ul a
{
	display: block;
	text-decoration: none;
	color: #FFF;
	width: 110px;
	padding: 6px;
}

.navigationbar a:hover
{

}

.navigationbar ul li:hover ul
{
	display: block;
	position: absolute;

}

.input {border: 1px solid black;}

.portfoliotable
{
	background-image: url(images/portshadow.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px;
}

.portfoliotable img
{
	filter: alpha(opacity=90);
	opacity: 0.9;
}

.portfoliotable img:hover
{
	filter: alpha(opacity=100);
	opacity: 1.0;
}


.teamcell img
{
	filter: alpha(opacity=50);
	opacity: 0.5;
	border: 1px solid #FFFFFF;
}

.teamcell img:hover
{
	filter: alpha(opacity=100);
	opacity: 1.0;
}

.paragraph
{
	font-size: 12px;
}

a
{
	color: #FFFFFF;
}

.style4
{
	color: #FFFF00;
}