@import url("reset.css");
/* GLOBAL SELECTORS */
body {
	background: rgb(51,51,51);
	border-top: 10px solid rgb(153,102,0);
	text-align: center;
	padding: 0 0 10px 0;
	font: 62.5% Verdana, Arial, Helvetica, san-serif;
	color: rgb(51,51,51);
	line-height: 150%;
}
em {
	font-style: italic;
}
h1 {
	font: bold 1.4em Verdana, Arial, Helvetica, san-serif;
	width: 449px;
	padding: 16px 8px 8px 0;
	border-bottom: 1px solid rgb(204,204,204);
	margin: 0 0 10px 0;
}
h2 {
	font-weight: bold;
	color: rgb(51,51,51);
	padding: 12px 0 0 0;
}
hr {
	position: relative;
	float: inherit;
	clear: both;
	height: 1px;
	width: 100%;
	visibility: hidden;
}
p {
	padding: 0 0 16px 0;
}
td { }
a {
	text-decoration: none;
}
a:link { }
a:visited { }
a:hover {
	text-decoration: underline;
}
a:active { }
sup {
	font-size: 9px;
	line-height: 11px;
	vertical-align: 25%;
}
ul {
	padding: 0 0 16px 0;
}
/* GLOBAL STYLES */
ul.markers {
	list-style: disc;
	padding: 0 0 16px 40px;
}
ul.markers li {
	padding: 0 40px 0 0;
}
div#topBar {
	position: relative;
	width: 100%;
	background-color: rgb(255,255,255);
}
div#topContent {
	position: relative;
	top: 0;
	width: 658px;
	height: 63px;
	margin: 0 auto 0 auto;
	padding: 0 8px 0 8px;
	text-align: right;
	background-color: rgb(255,255,255);
}
div#topContent img#logo {
	position: absolute;
	top: 0;
	left: 8px;
}
span#toplinks {
	position: relative;
	top: 3px;
	background-color: rgb(235,224,204);
	padding: 4px;
}
span#toplinks, span#toplinks a:link, span#toplinks a:visited {
	color: rgb(153,102,0);
}
span#toplinks a:hover {
	color: rgb(51,51,51);
	text-decoration: none;
}
a.nav {
	display: block;
	padding: 10px 0 10px 12px;
	width: 120px;
	border-top: 1px solid rgb(204,204,204);
	text-decoration: none;
	color: rgb(51,51,51);
}
a.nav:hover, a.nav.sub:hover {
	text-decoration: none;
}
a.nav.sub {
	padding: 0 0 8px 46px !important;
	border-top: none;
}
div#content {
	position: relative;
	padding: 8px 8px 16px 8px;
	width: 664px;
	margin: 0 auto;
	text-align: left;
	background-color: rgb(255,255,255);
	border-top: 48px solid rgb(51,51,51);
}
div#leftCol {
	position: absolute;
	float: left;
	clear: none;
	width: 190px;
	margin-right: 8px;
}
div#main {
	position: relative;
	top: 0;
	left: 190px;
	width: 465px;
	padding: 0 8px 8px 8px;
}
div#main p {
	padding: 0 16px 12px 0;
}
img#title {
	margin-bottom: 20px;
}
div#bottom {
	position: relative;
	top: 0;
	width: 664px;
	margin: 0 auto;
	padding: 8px 8px 0 8px;
	text-align: right;
}
p#footer {
	font-size: .9em;
}
p#footer, p#footer a:link, p#footer a:visited, p#footer a:hover {
	color: rgb(255,255,255);
}
p#credit, p#credit a:link {
	color: rgb(150,150,150);
}
p#credit {
	font-size: .8em;
}
/* HOME PAGE STYLES */
body#home {
	padding: 48px 48px 10px 48px;
}
body#home div#content {
	position: relative;
	padding: 8px;
	width: 658px;
	margin: 0 auto;
	text-align: left;
	background-color: rgb(255,255,255);
	border: 0;
}
body#home table {
	width: 658px;
}
td#bizDescription {
	color: rgb(255,255,255);
	background-color: rgb(119,136,85);
	font-size: .9em;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	padding: 10px 20px 5px 30px;
}
td#bizDescription a:link, td#bizDescription a:visited, td#bizDescription a:hover, td#bizDescription a:active {
	color: rgb(255,255,255);
}
td#nav {
	background: transparent url(../images/nav_bg.jpg) top left no-repeat scroll;
	width: 210px;
	vertical-align: bottom;
}
/* ABOUT US STYLES */
body#about img#title {
	background-color: rgb(119,136,85);
}
body#about a.nav:hover, body#about h1 {
	color: rgb(119,136,85);
}
/* SERVICES STYLES */
body#services img#title {
	background-color: rgb(153,102,0);
}
body#services a.nav:hover, body#services h1 {
	color: rgb(153,102,0);
}
/* CLIENTS STYLES */
body#clients img#title {
	background-color: rgb(136,0,34);
}
body#clients a.nav:hover, body#clients h1 {
	color: rgb(136,0,34);
}
/* RESOURCES STYLES */
body#resources img#title {
	background-color: rgb(204,102,34);
}
body#resources a.nav:hover, body#resources h1 {
	color: rgb(204,102,34);
}
/* SELECTED NAV STYLES */
body#about a.nav.selected:hover, body#services a.nav.selected:hover, body#clients a.nav.selected:hover, body#resources a.nav.selected:hover, .nav.sub.selected {
	color: rgb(51,51,51);
	cursor: default;
}