@charset "utf-8";
/* CSS Document */

body {
	margin: 0px; padding: 0px;		
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-size-adjust: 0.48;
	line-height: 17px;
	font-size: 15px;
	background-color: #ffffff;	
	background-image: url('/images/outside-backdrop.png');
	background-repeat: repeat-x;
	background-position: 0px -1px;
	text-align: center;	
}

img { 
	border: 0px; 
}

a {
	color: #bd9b04;
}

div#containerframe {
	width: 1020px;
	height: 813px;
	padding: 0px;	
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	margin-bottom: 0px;
	background-image: url('/images/page-backdrop.png');
	background-repeat: no-repeat;
		
	
}
div#container {
	margin-left: 9px;
	margin-top: 10px;
	padding: 0px;
	width: 1000px;
	height: 790px;
	text-align: left;
	background-color: #ffffff;
	display: block;
	float: left;
}

div#header{
	position: absolute;
    width: 1000px;
	height: 245px;
	padding: 0px;
	margin: 0px;
	z-index: 2;
	float: left;
}

div#header .logo {
	margin-top: 36px;
}

div#flashBanner {
	position: absolute;
	top: 100px;
	left: 0px;
	width: 1000px;
	height: 245px;
	z-index: 1;
	background-color: #ffffff;

}

div#menubox {	
	padding-left: 0px;
	float: left;
}

div#menubox ul {
	padding: 0px;
	float: left;
	list-style: none;
	display: block;
	background-image: url('/images/menu-backdrop.png');
	background-repeat: repeat-x;
	text-align: left;
	font-size: 15px;
	padding-top: 56px;
	padding-left: 10px;
}

div#menubox ul li {
	float: left;
	padding: 0px 10px;
}

div#menubox ul li a {
	text-decoration: none;
	text-transform: lowercase;
}

.menuOn {
	color: #ffffff;
	height: 19px;
	/*background-image: url('/images/menu-on.png');
	background-repeat: repeat-x;*/
	padding-left: 5px;
	padding-right: 5px;	
}

.menuOff {
	color: #ffffff;
	height: 19px;
	/*background-image: url('/images/menu-off.png');
	background-repeat: repeat-x;	*/
	padding-left: 5px;
	padding-right: 5px;	
}

div#bodycontainer {
	background-image: url('/images/content-backdrop.png');
	background-repeat: no-repeat;
	background-position: 0px 10px;
	width: 1000px;
	height: 440px;
	float: left;
	clear: both;
}

div#leftMenu {
	width: 190px;
	color: #00788a;
	font-size: 16px;
	float: left;
	padding-left: 10px;
}

div#leftMenu ul {
	list-style: none;
	padding: 10px;
	padding-top: 16px;	
}
div#leftMenu ul li {
	margin-bottom: 15px;
}
div#leftMenu ul li a {
	color: inherit;
	text-decoration: none;
}

div#middleBar {
	float: left;
	width: 100px;	
	margin-top: 35px;
}

div#rightSide{
	width: 300px;
	height: 435px;
	float: left;
	display: block;
	margin-left:20px;
}

div#rightSide img {
margin-top: 35px;
margin-left: auto;
margin-right: auto;
}

div#content {
    width: 370px;
	height: 535px;
	float: left;
	overflow: auto;	
	padding-top: 33px;
}

div#content h3 {
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	margin-bottom: 4px;
}


div#content h4 {
	color: #bd9b04;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

div#content p {
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 10px;
}

div#content ul {
}

div#content ol li {
padding-bottom: 12px;

}
div.portfolioDock {
	margin-top: 60px;
	margin-bottom: 40px;
	width: 440px;
	float: left;
}

div.portfolioDock a img {
	float: left;
}

div#footer {
	margin-left: auto;
	margin-right: auto;
	clear: both;
    width: 1000px;
	height: 20px;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	font-size: 11px;
	padding: 0px;
}

div#footer span {
	float: left;
	display: block;
	width: 480px;
}

div#footer a {
	padding: 0px 5px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

div#footer p {
	padding: 0px; margin: 0px;
	float: left; 
	width: 500px;
	color: #004275;
}

div#footer p a{
	text-transform: none;
	color: #004275;
	font-weight: normal;
	font-size: 11px;
}

.googlemap {
	width: 500px;
	height: 400px;
}