/*Embarrassing use of pixels due to design considerations over accessability, and wanting site to look good in Opera.*/

* {
	padding:0;
	margin:0;
}

body {
	background-color: #546e3c;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	/*height: 605px;*/
	width: 801px;
	margin: 0 auto;
	color: #544e35;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	position: relative;
}
#content {
	background: #fff url(images/bkgdColor.gif) repeat-y 0 0;
}
#services #content {
	background-color: #FFFFFF;
	background-image: none;
}


#wrapper #nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#header {
	background-image: url(images/masthead2.gif);
	width: 801px;
	height: 93px;
}
#wrapper #header #logo {
	left:24px;
	top:32px;
	position:absolute;
}
#wrapper #header #coName {
	position: absolute;
	left: 93px;
	top: 56px;
}
#wrapper #header #tagline {
	position: absolute;
	left: 477px;
	top: 67px;
}
#nav {
	height: 22px;
	width: 801px;
	text-align: right;
	color: #FFFFFF;
	background-image:url(images/nav.gif);
	background-repeat: no-repeat;
}
#nav p {
	margin-right: 10px;
	font-size: 14px;
}
h1 {
	font-size: 16px;
	color: #405774;
	line-height:25px;
}
#content a {
	color: #f7941d;
	text-decoration: none;
}
#content a:hover {
	color: #ace17b;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	color: #5e573b;
	line-height:22px;
}
h3 {
	font-size: 13px;
	color: #47697e;
	line-height:22px;
}
#main {
	color: #5e573b;
	margin:10px;
	float: right;
	width: 510px;
	position: relative;
}

#main p {
	margin: 10px 0;
	font-size: 13px;
	line-height: normal;
}
#wrapper #content #left .credit {
	font-size: 10px;
	margin: 0px;
}

#left {
	color: #5e573b;
	width: 250px;
	margin:20px 10px;
	float:left;
	position: relative;
}
#left p {
	margin: 10px 10px 0 10px;
	font-size: 13px;
	line-height: normal;
}
.highlight {
	font-weight: bold;
	color: #6c8d4d;
	
}
#pageTitle {
	background-repeat: no-repeat;
	background-position: top right;
	position:absolute;
	right: 13px;
	top: 34px;
	width:117px;
	height:30px;
}
#services #pageTitle,
#serviceChild #pageTitle {
	background-image: url(images/services.gif);
}
#partners #pageTitle {
	background-image: url(images/partners.gif);
}
#about #pageTitle {
	background-image: url(images/about.gif);
}
#contact #pageTitle {
	background-image: url(images/contact.gif);
}
#login #pageTitle {
	background-image: url(images/login.gif);
}
#footer {
	width: 801px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
#footer p {
	margin: 0 10px 10px 10px;
	font-size: 13px;
	line-height: normal;
}
#cleared {
	clear: both;
	width: 100%;
}
#content ul {
	font-size: 12px;
	margin-left: 20px;
}
#content li {
	margin-bottom: 10px;
}
form {
	text-align: right;
	width: 220px;
}
.logo {
	margin: 3px 5px 5px 0;
}
#services div#flash {
	width:529px;
	z-index:1;
	position: absolute;
	top: 0px;
	left: 272px;
}
#services #main {
	width: 801px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	min-height: 485px;
}
#services #main #callout {
	width: 420px;
	margin-top: 15px;
	margin-right: 425px;
	margin-bottom: 64px;
	margin-left: 25px;
	position: relative;
	z-index: 2;
}
.serviceHead {
	margin-right: 10px;
	margin-bottom: 10px;
}
