body {
	margin:0px 10px 0px 0px;
	width:790px;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: white;
}

#header-logo {
	width:780px;
	padding-top:10px;
	padding-left:10px;
	border-bottom: 1px solid white;
}

#header-logo span {
	display:none;
}

#topnav {
	width: 100%;
	height: 26px;
	background: #44A15B url(../images/greenbar-r.gif) bottom right no-repeat;
	vertical-align: bottom;
}

#navwrap {
	margin:0px 0px 2px 15px;
}

#topnav ul {
	padding: 2px 0px;
	margin: 0px 0px 0px 0px;
	list-style-type:none;
}

#topnav ul li {
	display: inline;
	border-right: 1px solid white;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px;
	line-height: 10px;
	font: bolder 9pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
}

#topnav ul li a {
	color: white;
	text-decoration: none;
}

#graphicbar {
	width:100%;
	height:93px;
	background: #27366F url(../images/graphicbar-blue.jpg) bottom left no-repeat;
	margin-top: 1px;
	border-bottom: 1px solid white;
}

.tagline {
	font: 16pt bold Tahoma, Arial, san-serif;
	color: white;
	padding-top:70px;
	margin-left:590px;
	white-space: nowrap;
}

#mainwrap {
	background-color: #44A15B;
}

#leftcol {
	float: left;
	width: 160px;
	padding: 1.5em .5em .5em .5em;
	margin-top: 0px;
}

#content {
	margin-left: 180px;
	padding: 1em;
	background-color: white;
}

#footer {
	width: 100%;
	height: 26px;
	background: #27366F url(../images/bluebar-r.gif) bottom right no-repeat;
	vertical-align: bottom;
	border-top: 1px solid white;
	color: white;
	font-size: 10px;
	text-align: center;
}
#footer p {
	margin: 5px 0px 3px 0px;
}
h1 {
	font:18px bold Tahoma, Verdana, Arial, san-serif;
	margin: 5px 0px 15px 0px;
}
p {
	margin: 0px 0px 8px 0px;
}

#seo-menu {
	height:50px;
	width:170px;
	padding: 2px 2px;
}

#design-menu {
	height:60px;
	width:170px;
	padding: 2px 2px;
}

.menu {
	
}
.dropdown {
	font-family:verdana;
	color:white;
	font-weight: 600;
	font-size:11px;
	background-color: #44A15B;
	border: 1px solid white;
}

.dropdown ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	line-height: 150%;
}

.dropdown li {
	margin: 0;
}

.dropdown a {
	display: block;
	padding: 0px 2px 2px 6px;
	color: white;
	text-decoration: none;
}

.dropdown a:hover {
	background-color: #72C486;
}