/* Harrison Construction */
/* CSS Styles */
/* created by Chris Hlubb */
/* (c)2011 OffWhite */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #6E0101;
}

#container {
	position: relative;
	background-image: url(../templates/shared/background_strip.jpg);
	background-repeat: repeat-x;
}

#main {
	text-align: left;
}

#header {
	background-color: #FFFFFF;
}

#introcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: left;
	padding-bottom: 10px;
}

#homemiddle {
	position: relative;
	width: 989px;
	background-image: url(../templates/shared/home_background.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#leftnavigation {
	position: relative;
	padding-left: 35px;
	padding-top: 12px;
}

#contactinfo {
	position: relative;
	color: #666666;
	font-size: 10px;
	width: 118px;
	padding-left: 26px;
	padding-right: 9px;
	padding-bottom: 15px;
	
}

#contactinfo a{
	color: #666666;
	text-decoration: none;	
}

#contactinfo a:hover{
	color: #666666;
	text-decoration: underline;	
}

#ourwork {
	position: relative;
	width: 500px;
	padding-left: 33px;
	padding-top: 12px;
}

#ourworktitle {
	position: relative;
	width: 486px;
	background-color: #B8191F;
}

#ourworktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#newsblock {
	position: relative;
	width: 290px;
	padding-left: 10px;
	padding-top: 12px;
}

#newstitle {
	position: relative;
	width: 266px;
	background-color: #B8191F;
}

#newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#newsarticles {
	width: 266px;
	padding-top: 10px;
}

#articletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

#articletitle a{
	color: #666666;
	text-decoration: none;
}

#articlebrief {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#articlebrief a{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#matdiffright {
	padding-right: 22px;
	padding-bottom: 29px;
}

/* Our Work Homepage */
#ourworkname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	padding-top: 3px;
}

#ourworkfeaturetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#morework {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
	padding-top: 5px;
}

#morework a{
	color: #666666;
	text-decoration: none;
}

#morework a:hover{
	color: #666666;
	text-decoration: none;
}

/* Static Pages */
#redtext {
	position: absolute;
	top: 25px;
	left: 0px;
	z-index: 100;
	width: 516px;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 36px;
	color: #BF0404;
}

#staticmiddlebox {
	position: relative;
	width: 989px;
	background-image: url(../templates/shared/static_background_strip.jpg);
	background-position: top;
	background-repeat: repeat-y;
}

#staticmiddle {
	position: relative;
	width: 989px;
	background-image: url(../templates/shared/static_background_new.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#staticcontent {
	position: relative;
	width: 620px;
	padding-left: 33px;
	padding-top: 12px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#staticcontent a{
/*	color: #666666; */
	color: #C80404;
	text-decoration: none;
	font-weight: bold;
}

#staticcontent a:hover{
/*	color: #666666; */
	color: #C80404;
	text-decoration: underline;
}

#statictitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #C80404;
}

#leftnavbox {
	width: 120px;
	padding-left: 35px;
	padding-top: 22px;
}

#leftnavchild {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	padding-bottom: 10px;
}

#leftnavchild a{
	text-decoration: none;
	color: #666666;
}

#leftnavchild a:hover{
	color: #E50505;
	text-decoration: none;
}

#level3child {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	padding-left: 10px;
	padding-top: 2px;
}

#leftnavchild a{
	text-decoration: none;
	color: #666666;
}

#leftnavchild a:hover{
	color: #E50505;
	text-decoration: none;
}

#footer {
	color: #FFFFFF;
	background-color: #6E0101;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-top: 5px;
	padding-left: 10px;
	width: 100%;
}

#footer a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

/* Portfolio */
#rightarrow {
	position: absolute;
	top: 200px;
	left: 780px;
	z-index: 50;
}

#leftarrow {
	position: absolute;
	top: 200px;
	left: 50px;
	z-index: 50;
}

#porttitle {
	color: #C80404;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	padding-bottom: 5px;
	text-align: left;
}

#portdesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 10px;
}

#portdesc a{
	color: #C80404;
	text-decoration: none;
}

#portdesc a:hover{
	color: #C80404;
	text-decoration: underline;
}

#portmiddle {
	position: relative;
	width: 989px;
	background-image: url(../templates/shared/port_background.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#portcontent {
	position: relative;
	padding-left: 33px;
	padding-top: 12px;
}

#portcontentbox {
	width: 670px;
}

#portcontentselected {
	position: relative;
	padding-left: 80px;
	padding-top: 40px;
}

#portcontentboxselected {
	width: 670px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#portname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #C80404;
	padding-bottom: 3px;
}

#portdescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 10px;
	text-align: left;
}

#portdescription a{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#portdescription a:hover{
	color: #666666;
	text-decoration: underline;
}

#portused {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #B60404;
}

#portsectiontitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	font-style: italic;
	color: #B60404;
	text-align: right;
}

#newsarticletitle {
	padding-bottom: 5px;
	padding-top: 10px;
	font-weight: bold;
}

/* Drop Down Menus */
.dropdownbox {
	position: relative;
	background-color: #BA0403;
}

.dropdownbox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold; 
}

.dropdownbox a:hover {
	color: #FFFFFF;
	text-decoration: none; 
}

.dropdownlinks {
	text-decoration: none;
	display:block;
	width: 100%;
	padding-bottom: 3px;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	z-index: 100;
	position: relative;
}


a.dropdown:active, a.dropdown:link, a.dropdown:visited {
	text-decoration: none;
	z-index: 100;
}

a.dropdown:hover {
	color: #FFFFFF; 
	text-decoration: none;
	z-index: 100;
}

#m1 {
	left: 0px;
	top: 39px;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	text-align: left;
	width: 200px;
}

#m2 {
	left: 121px;
	top: 39px;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	width: 200px;
}

#m3 {
	left: 208px;
	top: 39px;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	width: 200px;
}

#m4 {
	left: 300px;
	top: 39px;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	width: 210px;
}

#m5 {
	left: 411px;
	top: 39px;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	width: 250px;
}

#m6 {
	left: 561px;
	top: 39px;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	width: 200px;
}

#m7 {
	left: 667px;
	top: 39px;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	width: 200px;
}

#m8 {
	left: 810px;
	top: 39px;
	position: absolute;
	visibility: hidden;
	z-index: 2000;
	width: 180px;
}

#m9 {
	left: 810px;
	top: 39px;
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	width: 180px;
}