@import url("rows.css");

HTML {
	background-color: #363636;
}
BODY {
	margin: 0px;
	padding: 0px;
	background-color: #363636;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
H1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	margin: 0px 0px 15px 0px;
}
H2 {
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	color: #000;
	margin: 10px 0px 3px 0px;
	width: 100%;
}
H3 {
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
	color: #000;
	margin: 0px 0px 3px 0px;
}
H4 {
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #000;
	margin: 25px 0px 18px 0px;
}
P, TD, UL, OL, DL {
	font-size: 13px;
	line-height: 18px;
	color: #555;
	margin: 0px 0px 15px 0px;
}
LI {
	font-size: 13px;
	line-height: 18px;
	color: #555;
	margin-bottom: 9px;
}

.smalltext {
	font-size: 11px;
	line-height: 15px;
}
.yellow {
	color: #f58220;
}
.blue {
	color: #06c;
}
.headshot {
	background-color: #FFF;
	padding: 2px;
	border: 1px solid #ddd;
	margin: 0px 10px 5px 0px;
}

HR {
	display: block;
	height: 3px;
	width: 100%;
	background-color: #ddd;
	border: none;
	margin-bottom: 17px;
}


/* links */
A:link,A:visited {
	color: #06c;
	text-decoration: none;
}
A:hover,A:visited.hover {
	color: #f58220;
	text-decoration: underline;
}


/* This is in here to help the divs clear correctly in firefox */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */




/* Containers */
div#Content,div#Header,div#Footer,div#Intro {
	width: 100%;
	text-align: center;
}
div#Content {
	background-color: #FFF;
}
div#Header {
	height: 50px;
	background-color: #363636;
}
div#Footer {
	padding: 10px 0px 10px 0px;
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
}
div#Intro {
	background-color: #FFF;
	background-image: url(../images/intro-hfw.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 660px;
	
}
.container {
	width: 990px;
	position: relative;
	margin: 0px auto 0px auto;
	text-align: left;
	clear: both;
}


/* Sections */
div#Content {
	position: relative;
	margin: 0px auto 0px auto;
	clear: both;
}


/* Header Elements */
#Logo {
	position: absolute;
	top: 8px;
	left: 10px;
}
#Nav {
	position: absolute;
	top: 19px;
	right: 10px;
}
.NavItem {
	position: relative;
	float: left;
	margin-left: 20px;
}


/* Footer Elements */
div#Footer H3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 15px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 10px 0px;
	color: #FFF;
}
div#Footer P {
	font-size: 11px;
	line-height: 15px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	color: #acacac;
}
div#Footer A {
	color: #FFF;
	margin-right: 20px;
}


/* Content Elements */
div#LeftContent {
	position: relative;
	float: left;
	width: 700px;
	margin: 40px 0px 0px 10px;
	padding-bottom: 25px;
	text-align: left;
	min-height: 400px;
}
div#RightContent {
	position: relative;
	float: right;
	width: 230px;
	margin: 85px 10px 40px 0px;
	background-image: url(../images/menu-footer-bg.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
div#WideContent {
	position: relative;
	float: left;
	width: 880px;
	margin: 40px 0px 20px 10px;
	min-height: 400px;
}

/* Right Side Content */
div#RightContent H1,div#RightContent H3,div#RightContent P {
	display: block;
	margin: 0px 0px 0px 0px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
div#RightContent H1 {
	padding: 8px 10px 5px 20px;
	background-image: url(../images/menu-header-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #000;
}
div#RightContent H3 {
	padding: 10px 10px 10px 20px;
	background-image: url(../images/menu-item-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	color: #333;
}
div#RightContent P {
	padding: 10px 10px 10px 20px;
	background-image: url(../images/menu-item-bg.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 15px;
	color: #333;
}
div#RightContent .currentpage {
	background-image: url(../images/menu-over-bg.png);
}

div#RightContent H1 A:link,div#RightContent H1 A:visited {
	color: #333;
}
div#RightContent H1 A:hover,div#RightContent H1 A:visited.hover,div#RightContent H3 A:hover,div#RightContent H3 A:visited.hover {
	color: #f58220;
	text-decoration: none;
}
div#RightContent H3.currentpage A:link,div#RightContent H3.currentpage A:visited,div#RightContent H3.currentpage A:hover,div#RightContent H3.currentpage A:visited.hover {
	color: #fff;
	font-weight: bold;
}


/* Services */
.svccolumn {
	width: 50%;
}
.left {
	padding-right: 20px;
}
.right {
	padding-left: 20px;
}
.svccolumn P {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
}
.svccolumn A {
	font-weight: bold;
}


/* Portfolio */
.portfolio H2 {
	clear: both;
	margin-bottom: 5px;
}
.portfolio P {
	position: relative;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
}

.portfolioNav {
	position: relative;
	float: right;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
.portfolioNav DT {
	position: relative;
	float: left;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #999;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 3px 6px 2px 6px;
}
.portfolioNav DD {
	position: relative;
	float: left;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	display: block;
	border: 1px solid #ccc;
	margin: 0px 5px 0px 0px;
	padding: 2px 5px 1px 5px;
}
.portfolioNav DD.currentpage {
	background-color: #ccc;
}
.portfolioNav DD.currentpage A:link,.portfolioNav DD.currentpage A:visited {
	color: #333;
}

div#PortfolioDesc {
	position: relative;
	clear: both;
	background-color: #e5e5e5;
	padding: 20px 0px 20px 0px;
	margin: 0px 5px 5px 5px;
}
div#PortfolioDesc H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	margin: 0px;
	padding: 0px 20px 0px 20px;
}
div#PortfolioDesc P {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #555;
	margin: 0px;
	padding: 0px 20px 10px 20px;
}
div#PortfolioDesc DL {
	position: relative;
	float: left;
	padding: 0px 20px 0px 20px;
	margin: 0px;
}
div#PortfolioDesc DT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #000;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 2px 0px;
}
div#PortfolioDesc DD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 0px 0px 2px 0px;
}
#FolioSvcs {
	width: 150px;
}
#FolioDesc {
	width: 400px;
}


/* Contact */
#Contact {
	padding: 20px;
	border: 1px dashed #aaa;
	background-color: #d5e3ed;
	text-align: center;
	margin: 0px 0px 5px 0px;
}
#Contact DL {
	position: relative;
	float: left;
	width: 250px;
	text-align: left;
}
#Contact DT {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#Contact DD {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
.contactnormal {
	width: 240px;
	border: 1px solid #aaa;
	background-color: #fff;
	padding: 3px;
	margin: 0px 0px 0px 0px;
}
.gap {
	margin-right: 20px;
}
.submit {
	position: relative;
	clear: both;
	text-align: center;
}

/* Forms */
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	cursor: hand;
}
.required {
	color: #000;
}
.warning {
	color: #C00;
	font-weight: bold;
}
.sent {
	color: #000;
	font-weight: bold;
}



/* Home Page */

div#Stories {
	position: absolute;
	top: 230px;
	left: 10px;
	width: 400px;
	padding: 20px;
	background-image: url(../images/stories-bg.png);
	text-align: left;
	z-index: 999;
}
#Stories H1 {
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	margin: 0px 0px 10px 0px;
}
#Stories H2 {
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #FFF;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
	border-bottom: 1px solid #999;
}
#Stories H4 {
	font-weight: bold;
	clear: both;
	color: #FFF;
	margin: 0px 0px 5px 0px;
}
#Stories P {
	font-size: 11px;
	line-height: 16px;
	color: #FFF;
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 0px 0px;
}
#Stories UL {
	position: relative;
	float: left;
	width: 130px;
	list-style: none;
	font-size: 11px;
	line-height: 17px;
	margin: 0px 0px 15px 20px;
	padding: 0px 20px 0px 0px;
}
#Stories UL.col2 {
	width: 150px;
}
#Stories LI {
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 0px 0px 7px 18px;
	background-image: url(../images/check.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#Stories A:link,#Stories A:visited {
	color: #FFF;
	text-decoration: underline;
}
#Stories A:hover,#Stories A:visited.hover {
	color: #f58220;
	text-decoration: underline;
}


