/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 100.1%;
	line-height: 100.1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.imgRight {
	float: right;
	margin: 0 0 3px 15px;
	}

.imgLeft {
	float: left;
	margin: 0 15px 3px 0;
	}

/* --[ NAVIGATION ]-- */
#navWrapper {
	width: 100%;
	overflow: hidden;
	background-image: url(../images/navFace.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	padding: 0 0 10px 0;
	}

#nav {
    width: 740px;
	margin: 0 auto;
    }

#hnav {
	float: left;
	width: 100%;
	font-size: 70%;
	line-height: normal;
	}

#hnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: solid 1px #666;
	}

#hnav li {
	display: inline;
	margin: 0;
	padding: 0;
	}
#hnav a {
	float: left;
	background: url("../images/navSide.jpg") no-repeat left bottom;
	margin: 0 5px 0 0;
	padding: 0 0 0 9px;
	text-decoration: none;
	text-transform: uppercase;
	}

#hnav a span {
	float: left;
	display: block;
	background: url("../images/navBack.jpg") no-repeat right bottom;
	padding: 4px 10px 6px 1px;
	font-weight: bold;
	color: #765;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#hnav a span {float:none;}
/* End IE5-Mac hack */

#hnav a:hover span {
	color: #333;
	}

#hnav #current a {
	background-position: 0 -88px;
	border-width: 0;
	}

#hnav #current a span {
	background-position: 100% -88px;
	padding-bottom: 6px;
	color: #fff;
	}

#hnav a:hover {
	color: #fff;
	background: url("../images/navSide_o.jpg") no-repeat left bottom;
	}
	
#hnav a:hover span {
	color: #fff;
	background: url("../images/navBack_o.jpg") no-repeat right bottom;
	}

/* --[ CONTENT ]-- */
#header {
	margin: 0;
	padding: 0 0 0 0;
	width: 100%;
	overflow: hidden;
	background-color: #900;
	background-image: url(../images/topBand.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	}

#branding {
	width: 740px;
	margin: 10px auto;
	padding: 0;
	color: #000;
	overflow: hidden;
	}

#branding img {
	margin: 0 10px 0 1px;
	float: left;
	}

#branding h1 {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;
	line-height: 50px;
	color: #fff;
	}

#branding h2 {
	float: left;
	width: 600px;
	margin: -5px 0 0 0;
	padding: 0;
	line-height: 30px;
	color: #fff;
	}

#wrapper {
	width: 740px;
	margin: 0 auto;
	padding: 0;
	}

#content {
	margin: 0;
	padding: 30px 0 20px 0;
	font-size: 90%;
	}

body#clients #content {
	background-image: none;
	}

#content h3 {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 36px;
	}

#content h4 {
	margin: 25px 0 0 0;
	line-height: 27px;
	}

#content h5 {
	margin: 0;
	padding: 0;
	line-height: 23px;
	}

#content p {
	margin: 0 0 17px 0;
	padding: 0;
	line-height: 165%;
	}

#content ul {
	margin: 8px 0 25px 35px;
	padding: 0;
	}

#content ol {
	margin: 8px 0 25px 40px;
	padding: 0;
	}

#content li {
	margin: 0 0 8px 0;
	}

#content a,
#content a:link,
#content a:active {
	color: #252525;
	font-weight: bold;
	}

#content a:visited {
	color: #900;
	}

#content a:hover,
#content a:focus {
	color: #c00;
	}

#contactAddy {
	float: right;
	width: 350px;
	text-align: left;
	}

#acceptFiles {
	float: right;
	width: 33%;
	margin-left: 20px;
	padding: 0 10px;
	border: solid 1px #ccc;
	background-color: #f5e6e6;
	font-size: 90% !important;
	}

#acceptFiles h4 {
	margin-top: 5px !important;
	}

#acceptFiles ul {
	margin-top: -10px;
	}

.redStar {
	font-weight: bold !important;
	color: #f00 !important;
	font-size: 80%;
	font-variant: 
	}

.addy2 {
	padding: 8px 0 0 0 !important;
	line-height: 125% !important;
	font-size: 90% !important;
	}

body#contact form {
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	}

form table {
	margin: 0 0 10px 0 !important;
	width: 340px;
	background-color: #ccc;
	font-size: 90%;
	}

form table.formUpload {
	width: 600px !important;
	}

form table td {
	padding: 12px;
	background-color: #f5e6e6;
	vertical-align: middle;
	}

form table td.fieldName {
	width: 25%;
	}
form table input.formField {	
	width: 99% !important;
	}

form table textarea {
	margin: 8px 0 0 0 !important;
	width: 99%;
	}

/* --[ FOOTER ]-- */
#footer {
	width: 100%;
	background-color: #161616;
	overflow: hidden;
	color: #fff;
	font-size: 60%;
	}

#innerFoot {
	width: 740px;
	margin: 0 auto;
	padding: 25px 0;
	overflow: hidden;
	}

#footOne {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	border-right: solid 1px #666;
	}

#footTwo {
	float: left;
	margin: 0 0 0 35px;
	padding: 0;
	}

#footer p {
	margin: 0 0 5px 0;
	padding: 0;
	}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
	color: #fff;
	font-weight: bold;
	}

#footer a:hover,
#footer a:focus {
	color: #f90;
	}