
body{ font-family:arial; }
a { outline:none; cursor:pointer; }
a img { border:0px; }
div.clear{ clear:both; }

div#topwrapper {
	background:url("../images/top-bg.jpg");
	background-repeat:repeat-x;
}

div#top {
	background:url("../images/top-bg-2.jpg");
	background-repeat:repeat-x;
	height:159px;
	width:1025px;
	margin:0px auto;
}

/*** TOP NAVIGATION ***/
ul#topnav {
	list-style:none;
	width:1025px;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px 100px 0px 0px; 
	height:32px;
	float:right;
}

ul#topnav li {
	float:right;
	display:block;
	list-style:none;
}

ul#topnav li a {
	display:block;
	padding:8px 25px;
	background-image:url("../images/top-nav-bg-1.jpg");
	background-repeat:repeat-x;	
	background-position:0px -3px;
	height:16px;
	text-align:center;
	color:#fff;
	font-size:9pt;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
}

ul#topnav li a.active{
	background-image:url("../images/top-nav-bg-2.jpg");
	background-repeat:repeat-x;
	background-position:0px -3px;
	text-decoration:none;
}

ul#topnav li a:hover{
	background-image:url("../images/top-nav-bg-2.jpg");
	background-repeat:repeat-x;
	background-position:0px -3px;
	text-decoration:none;
}

ul#topnav li span.last{
	display:block;
	padding:0px 0px;
	background-image:url("../images/top-nav-bg-1.jpg");
	background-repeat:repeat-x;	
	height:32px;
	text-align:center;
	color:#fff;
	font-size:11pt;
	text-decoration:none;
	width:3px;
}

/*** LOGO AND LOGOBAR ***/
div#logobar {
	width:1025px;
	clear:both;
	display:block;
}

h1#logo {
	width:217px;
	text-indent:-9999px;
	/*background-image:url("../images/logo.png");*/
	/*background-repeat:none;*/
	height:74px;
	display:block;
	margin:25px 10px 10px 100px;
	position:absolute;
}

h1#logo a{
	width:217px;
	/*text-indent:-9999px;*/
	background-image:url("../images/logo.png");
	background-repeat:none;
	height:74px;
	display:block;
}

div#contentwrapper {
	background:#1a1a1a;
	/*background:url("../images/top-bg.jpg");
	background-repeat:repeat-x;*/
}

div#content {
	/*background:#1a1a1a;*/
	width:1025px;
	margin:0px auto;
	background:#323232;
	/*background:url("../images/top-bg.jpg");
	background-repeat:repeat-x;*/
}

/*** LEFT COLUMN STYLES ***/

div#leftcolumn {
	width:225px;
	background:#202020;
	padding-top:2px;
	margin-bottom: 4px;
}

div#leftcolumnwrapper {
	width:225px;
	float:left;
	margin:26px 0px 0px 100px;
	/*background:#202020;*/
}

h2.navtitle {
	background:url("../images/nav-h3-title.jpg");
	background-repeat:repeat-x;
	height:33px;
	margin:0 2px;
	color:#fff;
	padding-left:20px;
	padding-top:8px;
	font-size:9pt;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:3px;
}

div#accordion {

}

img.hr-red{
	margin:6px 0 6px 20px;
	display:block;
}

/*** H3 lefttitle ***/
h3.lefttitle {
	font-size:12pt;
	color:#969696;
	text-decoration:none;
	outline:none;
	margin-top:7px;
	/*padding-bottom:10px;*/
	padding-bottom:11px;
	background-image:url("../images/hr-grey.gif");
	background-repeat:no-repeat;
	background-position:20px 27px;
}

h3.lefttitle a {
	display:block;
	color:#fff;
	font-size:12pt;
	outline:none;
	padding-left:20px;
	text-decoration:none;
	font-weight:normal;
	color:#969696;
}

h3.lefttitle a:hover {
	color:#fff;
}

h3.lefttitle a.active {
	font-weight:bold;
	color:#fff;
}

h3.lefttitledead {
	font-size:12pt;
	font-weight: normal;
	color: #969696;
	text-decoration:none;
	outline:none;
	margin-top:7px;
	
	/*padding-bottom:10px;*/
	padding-bottom:15px;
	padding-left: 20px;
	background-image:url("../images/hr-grey.gif");
	background-repeat:no-repeat;
	background-position:20px 27px;
}

h3.lefttitledead a {
	display:block;
	font-size:12pt;
	outline:none;
	padding-left:20px;
	text-decoration:none;
	font-weight:normal;
	color:#969696;
}


/*** H3 lefttitle1 ***/
h3.lefttitle1 {
	font-size:11pt;
	color:#fff;
	text-decoration:none;
	outline:none;
	margin-top:7px;
	padding-bottom:10px;
	background-image:url("../images/hr-grey.gif");
	background-repeat:no-repeat;
	background-position:20px 20px;
	padding-left:20px;
}
	

h3.lefttitle1 a {
	display:block;
	color:#fff;
	font-size:11pt;
	outline:none;
	padding-left:20px;
	text-decoration:none;
}

/*** H3 accordian styles ***/
h3.ui-state-default {
	background-image:url("../images/hr-grey.gif");
	background-repeat:no-repeat;
	background-position:20px 28px;
}

h3.ui-state-active {
	background-image:url("../images/hr-red.gif");
	background-repeat:no-repeat;
	background-position:20px 28px;
}

h3.active{
	background-image:url("../images/hr-red.gif");
	background-repeat:no-repeat;
	background-position:20px 28px;
}


a.leftnav-box {
	display:block;
	padding-bottom:20px;
	text-decoration:none;
}

a:hover.leftnav-box span.readmore{
	display:block;
	background-image:url("../images/arrow-red.gif");
	color:#eb1c22;
}

.readmore {
	background-image:url("../images/arrow-white.gif");
	background-repeat:no-repeat;
	background-position:65px 4px;
	color:#fff;
	font-size:10pt;
	width:90px;
	margin-left:20px;
	display:block;
	text-decoration:none;
	outline:none;
}

/*
a:hover.readmore {
	background-image:url("../images/arrow-red.gif");
	color:#eb1c22;
}
*/

a.biglink span.learnmore, .learnmore {
	background-image:url("../images/arrow-white.gif");
	background-repeat:no-repeat;
	background-position:65px 4px;
	color:#fff;
	font-size:10pt;
	width:90px;
	margin-top:15px;
	margin-left:0px;
	display:block;
	text-decoration:none;
	outline:none;
}

a:hover.biglink span.learnmore {
	background-image:url("../images/arrow-red.gif");
	color:#eb1c22;
}

ul.accordian{
	margin:0px 0 0px 0;
	padding:0px;
}

ul.accordian{
	margin:8px 0 0 20px;
	padding:0px;
	list-style:none;
	font-size:10pt;
}

ul.accordian li a{
	color:#969696;
	text-decoration:none;
	display:block;
	height:20px;
	padding-left:20px;
	outline:none;
}

ul.accordian li a:hover{
	color:#fff;
}

ul.accordian li a.active{
	background-image:url("../images/arrow-red.gif");
	background-repeat:no-repeat;
	background-position:4px 3px;
	outline:none;
	color:#fff;
}

p.accordian{
	margin:0 0 0 20px;
	padding:5px 0px;
	font-size:10pt;
	color:#a9a9a9;
}

div#rightcolumn {
	width:575px;
	float:left;
	margin-left:25px;
}

div#rightcolumn a {
	text-decoration:underline;
	color:#ededed;
}

div#rightcolumn a:hover {
	text-decoration:underline;
	color:#eb1c22;
}

h1.h11{ color:#fff; font-size:20pt; margin:20px 0 0px 0; }

h1.h12{
	color:#a8a8a8;
	font-size:15pt;
	background:#262626;
	border-bottom:1px solid #3c3c3c;
	border-top:1px solid #202020;
	margin-bottom:0px;
	margin-top:26px;
	padding:10px 15px;
}

h2.h2white{
	font-size:20pt;
	color:#fff;
	margin-top:22px;
}

span.red{ color:#eb1c22; }

p.bigtext{ font-size:16px; color:#ededed; line-height:20pt; margin-top:20px;
}



/*** PROJECT TABLE CLASSES ***/
table#project-table{
	width:100%;
	margin-top:12px;
}

table#project-table tr.odd td{
	background:#2b2b2b;
	border-top:1px solid #202020;
}

table#project-table tr.even td{
	background:#323232;
	border-top:1px solid #3c3c3c;
}

table#project-table tr td a{
	display:block;
	padding:10px;
	text-decoration:none;
}

table#project-table tr td a:hover{
	text-decoration:none;
}

table#project-table tr td div h2.table-title {
	font-size:14pt;
	color:#a9a9a9;
	padding-bottom:4px;
}

table#project-table tr.even td div h2.table-title {
	background-image:url("../images/hr-grey-longest-even.gif");
	background-repeat:no-repeat;
	background-position:0px 25px;
}
/*** GRAY BAR IN PROJECTS home ***/
table#project-table tr.odd td div h2.table-title {
	background-image:url("../images/hr-grey-longest.gif");
	background-repeat:no-repeat;
	background-position:0px 25px;
}


table#project-table tr td a:hover div h2.table-title{
	display:block;
	color:#fff;
}

table#project-table tr td a span{
	color:#a9a9a9;
	background-image:url("../images/arrow1-grey.png");
	background-repeat:no-repeat;
	background-position:right 3px;
	font-size:10pt;
	padding-right:20px;
}

table#project-table tr td a:hover span{
	color:#eb1c22;
	background-image:url("../images/arrow1-red.png");
	background-repeat:no-repeat;
	background-position:right 3px;
	font-size:10pt;
	padding-right:20px;
}


img.list-image{
	border:4px solid #535353;
	float:left;
}
/** Projects_home text area**/
table#project-table tr td div.list-div {
	width:385px;
	float:left;
	margin-left:23px;
	margin-top:15px;
}


/*** SPEC TABLE CLASSES ***/
table#spec-table{
	width:100%;
}

table#spec-table tr td.td-left{
	background:#2d2d2d;
	color:#a9a9a9;
	font-size:11pt;
}

table#spec-table tr td{
	border-bottom:1px solid #3c3c3c;
	padding:10px 20px;
}

table#spec-table tr.odd td.td-right{
	background:#323232;
	color:#ededed;
	font-size:12pt;
}

table#spec-table tr.even td.td-right{
	background:#2d2d2d;
	color:#ededed;
	font-size:12pt;
}


/*** darkbox ***/
div.darkbox{
	border-top:1px solid #232323;
	border-bottom:1px solid #373737;
	background:#2b2b2b;
	padding:20px 30px;
	color:#a7a7a7;
}

div.darkbox h2{
	font-size:16pt;
	background-image:url("../images/hr-grey-longest.gif");
	background-repeat:no-repeat;
	background-position:0px 25px;
	padding-bottom:1px;
	margin-bottom:18px;
}

div.darkbox h3{
	font-size:13pt;
	background-image:url("../images/arrow-red-big.gif");
	background-repeat:no-repeat;
	background-position:0px 3px;
	margin-bottom:15px;
	font-style:italic;
	padding-left:20px;
	color:#fff;
}

div.darkbox p span{
	font-size:10pt;
	font-weight:bold;
	display:block;
}

div.darkbox p{
	font-size:10pt;
}

div.darkbox hr{
	border-top:1px solid #151515;
	border-bottom:1px solid #444444;
	border-left:0px;
	border-right:0px;
	margin-top:20px;
	margin-bottom:20px;
}
ul.services {
	list-style-type:square;
	font-size: 16px; 
	color:#ededed; 
	line-height:18pt; 
	margin-top: 20px;
	margin-bottom: 00px;
}
	
/*** LOWER NAV ***/
div#lowernavdiv {
	color:#a7a7a7;
	height:100px;
}

ul#lowernav {
	float:right;
	text-transform:uppercase;
	margin-right:100px;
	margin-top:65px;
}

ul#lowernav li.all {
	float:left;
	list-style:none;
	background-image:url("../images/vr.gif");
	background-repeat:no-repeat;
	background-position:-1px 6px;
}

ul#lowernav li.first {
	float:left;
	list-style:none;
}

ul#lowernav li a {
	color:#a7a7a7;
	text-decoration:none;
	padding:4px 12px;
	font-size:9pt;
}

ul#lowernav li a.active {
	color:#fff;
	background-image:url("../images/smallnav-active.gif");
	background-repeat:no-repeat;
	background-position:1px 1px;
	font-weight:bold;
}

ul#lowernav li a:hover {
	color:#fff;
}


div#contentwrapper2 {
	background:url("../images/foot-bg.jpg");
	background-repeat:repeat-x;
	height:281px;

}

div#content2 {
	width:825px;
	margin:0px auto;
	padding: 0 100px;
	height:281px;
	background:url("../images/foot-bg-1.jpg");
	background-repeat:repeat-x;
	height:281px;
}


div.column {
	width:258px;
	margin:20px 0 0 0;
	padding:0px;
	color:#a9a9a9;
	float:left;
}

div.fm { margin-left: 0px; }

div.am { margin-left:25px; }

div.column p {
	font-size:10pt;
	display:block;
	margin-top:8px;
}

div.column p.dotted{
	border-bottom:1px dotted #a9a9a9;
	padding-bottom:10px;
	width:240px;
}

div.column p.hr{
	background:url("../images/hr-grey-long.gif");
	background-repeat:repeat-x;
	background-position:0px 18px;
	padding-bottom:5px;
}

div.column p.hr a{
	color:#a9a9a9;
	text-decoration:none;
}

label.phone{
	width:25px;
	font-style:italic;
	display:block;
	float:left;
	font-weight:bold;
}


	
}

p.phone{ margin-top:10px; }

div.column a.biglink {
	display:block;
	color:#a9a9a9;
	text-decoration:none;
}


h4.footertitle {
	background-image:url("../images/hr-grey-long.gif");
	background-repeat:no-repeat;
	background-position:0px 20px;
	text-transform:uppercase;
	text-decoration:none;
	font-size:10pt;
	font-weight:bold;
	margin-bottom:12px;
	padding-bottom:5px;
	margin-top: 8px;
}



div#footerwrapper {
	background:url("../images/bottom-bg.jpg");
	background-repeat:repeat-x;
}

div#footer {
	background:url("../images/bottom-bg-1.jpg");
	background-repeat:repeat-x;
	width:825px;
	margin:0px auto;
	padding:10px 100px;
	height:80px;
}

div#copyright {
	color: #5f5f5f;
	float:left;
	font-size:9pt;
}

div#design {
	color: #5f5f5f;
	float:right;
	font-size:9pt;
}

div#designlink a {
	color: #5f5f5f;
	float:right;
	font-size:9pt;
	text-decoration: none;
}

div#designlink a:hover {
	color: #8b8b8b;
	float:right;
	font-size:9pt;
	
}

img.home-image{
	margin-top:-52px;
}

img.content-image{
	margin-top:13px;
}

div#rightcolumn a.buttonlink, a.buttonlink{
	background-image:url("../images/button-grey.gif");
	background-repeat:repeat-x;
	display:block;
	height:28px;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	color:#fff;
	font-size:8pt;
	font-weight:bold;
	height:21px;
	text-decoration:none;
	text-transform:uppercase;
	width:160px;
	margin-top:20px;
	letter-spacing:3px;
	margin-bottom: 6px;
}


a:hover.buttonlink{
	background-image:url("../images/button-red.gif");
	background-repeat:repeat-x;
	color:#fff;
	text-decoration:none;
}

div#rightcolumn a:hover.buttonlink, a:hover.buttonlink{
	background-image:url("../images/button-red.gif");
	background-repeat:repeat-x;
	color:#fff;
	text-decoration:none;
}

.padding-bottom{
	padding-bottom:20px;
}

.margin-left{
	margin-left:20px;
}

div#rightcolumn p.mail-hr a, p.mail-hr a{
	color:#a7a7a7;
	background-image:url("../images/hr-grey-long.gif");
	background-repeat:no-repeat;
	background-position:0px 15px;
	text-decoration:none;
	padding-bottom:5px;
}
div#rightcolumn p.mail-hr a:hover, p.mail-hr a:hover{
	color:#eb1c22;
	text-decoration:none;
}
