html {
}

#doc {
	width: 850px;
	margin: auto;
}

#hd {
	height: 115px;
}

#nav {
	background: #257a61;
	font-size:12px;
	background: url(graphics/navBg-trans.png);
}

#subnav {
	background: #257a61;
	font-size:12px;
	background: url(graphics/subnavBg-trans.png);
}

#bd {
	min-height: 300px;
	background: url(graphics/bdBg.gif);
}

#bd2 {
	padding: 25px 0;
	background: #FBFFFC;
}

#ft {
	background: url(graphics/ftBg.gif);
	margin: 0 0 20px;
	padding: 12px 30px 10px;
	font-size: 11px;
	color: #003333;
}

/* Hd */

#hdLeft {
	float: left;
	padding-left: 35px;
}

#hdRight {
	float: right;
	text-align: right;
	padding: 52px 40px 0;
	font-size: 18px;
	font-weight: bold;
	color: #257a61;
}

#hdRight a {
	font-weight: normal;
	color: #257a61;
	font-size: 14px;
}


/* Nav */


#nav ul {
	margin:0;
    padding:4px 10px 0 5px;
}

#nav li {
	float:left;
	list-style:none;
    margin: 0 2px;
    padding:0;
	background:url('graphics/tabRight.gif') no-repeat right top;
}

#nav a {
	display:block;
	position: relative;
	background:url('graphics/tabLeft.gif') no-repeat left top;
    	padding:8px 15px 4px;
}

#nav li.active, #nav li.active a {
	background: none;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;

}

/* SubNav */


#subnav ul {
	margin:0;
    padding:4px 10px 0 5px;
}

#subnav li {
	float:left;
	list-style:none;
    margin: 0 2px;
    padding:0;
	background:url('graphics/tabRight.gif') no-repeat right top;
}

#subnav a {
	display:block;
	position: relative;
	background:url('graphics/tabLeft.gif') no-repeat left top;
    	padding:8px 15px 4px;
}

#subnav li.active, #subnav li.active a {
	background: none;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;

}

/* bd */

#bdInner {
	padding: 35px 30px;
}

.homeCont {
	float: left;
	border-right: 1px solid #cccccc;
	height: 75px;
	width: 230px;
	padding: 10px 25px;
	color: #003333;
	font-size:12px;
}

.homeCont h2 {
	text-transform:uppercase;
	color: #006666;
}

.homeCont.last {
	border: 0;
}

/* Headings */

h1 {
	color: #006666;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 1em;
}

.hide { display:none; }

.teamImage { float:right; padding:3px; border:1px solid #cccccc; margin: 0 0 12px 25px;}

#contactForm { width:450px; float:left;}

.hilight { font-weight:bold; color:#400000; }

