@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c3d3e3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.imagefloat {
	float:right;
	padding:3px 0 3px 25px;
}
/* NAV BAR CSS */
#navcontainer {
	position: relative;
	width: 733px;
	height: 40px;
	padding: 0;
	margin: 0;	
	}

#nav {
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 40px;
	display: inline;
	overflow: hidden;
	width: 733px;
}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 40px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:40px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -40px;
	}
#nav a:active, #nav a.selected {
	background-position: 0 -80px;
	}
#nhome a  {
	width: 112px;
	background: url(images/home.gif) top left no-repeat;
	}

#nabout a  {
	width: 119px;
	background: url(images/about-flow.gif) top left no-repeat;
	}

#nportfolio a  {
	width: 95px;
	background: url(images/portfolio.gif) top left no-repeat;
	}

#nresources a  {
	width: 192px;
	background: url(images/marketing-resources.gif) top left no-repeat;
	}

#npartners a  {
	width: 93px;
	background: url(images/partners.gif) top left no-repeat;
	}

#ncontact a  {
	width: 122px;
	background: url(images/contact.gif) top left no-repeat;
	}
	
/* TEXT STYLES */
	.sectionhead {
	font-size: 24px;
	color: #583e0c;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 57px;
}
.bodycopy {
	font-size: 14px;
	line-height: 18px;
	color: #48494b;
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 18px;
	margin-left: 57px;
}
.copyright {
	font-size: 12px;
	color: #555658;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 57px;
}
a {
	color: #583e0c;
}
.portfoliocat {
	font-size: 16px;
	line-height: 18px;
	color: #48494b;
	padding-top: 8px;
	margin-top: 0;
	margin-right: 70px;
	margin-bottom: 10px;
	margin-left: 57px;
	font-weight: bold;
}
/* FORM VALIDATION CSS */
 .errFld {
  border: 1px solid #F00;
  } 
  .errMsg { 
  color: #C33; 
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
  } 
  .onstate-somename { 
      display: block; 
  } 
  .offstate-somename { 
      display: none; 
  } 
  input {
	font-size: 12px;
	border: 1px solid #3f3f3f;
	width: 300px;
	height: 18px;
}textarea {
	width: 300px;
}
.submission {
	width: 100px;
	height: 22px;
	font-size:14px
}

