@charset "utf-8";
/* CSS Document */

body {
	background: #888c8f url(../images/bk.gif) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 75px; }

p { 
	font-size: 75%;
	line-height: 22px; }
	

h2 { 
	color: 	#600;
	letter-spacing: -1px; }

.header {
	background: #600 url(../images/pageHeader.jpg) top left no-repeat;
	width: 885px;
	height: 408px; }

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align: right;
	margin-right: 15px;
	padding: 10px 15px; }
	
.center frame {
	text-align: center;
	vertical-align: middle; }

.title {
	background: #000; 
	color: #f90; 
	width: 222px;
	padding: 3px 0 0 77px;
	text-align: right;
	table-layout: fixed;
	vertical-align: top; }

.title h2 {
	color: #f90;
	font-size: 10pt;
	width: 222px;
	height: 30px;
	}

.title p {
	color: #ccc; 	 }

.title ul {
	text-transform:none;
	font-size: 85%;
	color: #999;	}

.content {
	color: #3d3d3d;
	background: #fff;
	width: 565px; 
	padding: 10px 20px 10px 20px;
	text-align: left;
	vertical-align: top;
	font-family: Arial; }

.content h2 { font-size: 15pt; width: 100%; }

.content ul {
	text-transform:none;
	color: #999;
	margin-left: 0px;
	list-style-type: none; }

.content ul li {
	background: transparent url(../images/bullet_red.gif) -5px 1px no-repeat;
	padding-left: 13px;
	font-size: 75%;
	line-height: 22px; }

div.caption {
	float: right;
	max-width: 175px;
	border: 1px solid #e5e5e5;
	margin: 5px 0 5px 5px;
	padding: 5px; }

div.caption p {
	text-align: center;
	font-size: 68%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-indent: 0;
	margin: 0; }

div.industry {
	display: inline;
	float: left;
	width:  48%;
	margin: 5px;	}

div.industry p {
	font-weight: bold;	}

/***************************************************
	Portfolio Gallery
***************************************************/

.gallery {
	width: 100%;
	height: 170px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	display: block;
	margin: 20px 0 20px 0; 
	position: relative;
	text-align: left;}

.first {	margin: 0; }

.gallery h2 { margin-bottom: 0px; }
	
.gallery h3 { margin: 0px; font-style: italic; }

.gallery span {
	display: inline;
	padding: 3px;
	margin: 5px 15px 5px 0;
	float: left;
	text-align: left;
	}

.gallery a {
	background: #fff;
	display: block;
	height: 100px;
	width: 160px;
	border: 1px solid #e5e5e5;
	padding: 8px;
	}

.gallery a:hover {
	background: #efefef;
	border: 1px solid #e5e5e5;
	}
			
/***************************************************
	Contact Directory Listing
***************************************************/

#directory {
	background-color: #fff;
	border: none;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 73%;
	width: 100%;
	}

.col-1 {
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
	width: 40%;
	line-height: 20px;
	padding: 3px 15px 3px 0;
	vertical-align:top;
	}

.col-2 {
	padding: 3px 15px 3px 5px;
	line-height: 20px;
	width: 40% }

.alt { background-color: #eaeaea; }


/***************************************************
	PAGE NAVIGATION MENU
***************************************************/

#navlist {
	background: transparent;
	width: 150px;
	position: relative;
	top: 70px;
	left: 75px;
	margin-left: 0;
	padding: 0;
	}

#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#nav li {
	display: block;
	}

#nav li a {
	display:				block;
	margin:				0;
	padding:				0px;
	background:			transparent;
	color:				#FFF;
	text-align:			left;
	text-decoration:		none; }
	
#nav li a span { visibility: hidden; }

#nav li a#index { background: url(../images/navHome.gif) top left no-repeat; width: 114px; height: 25px; padding: 0; margin-bottom: 4px; }
#nav li a#index:hover { background: url(../images/navHome.gif) bottom left no-repeat; width: 114px; height: 25px; }

#nav li a#about { background: url(../images/navAbout.gif) top left no-repeat; width: 114px; height: 25px; padding: 0; margin-bottom: 5px; }
#nav li a#about:hover { background: url(../images/navAbout.gif) bottom left no-repeat; width: 114px; height: 25px; }
#nav li a#about.active { background: url(../images/navAbout.gif) bottom left no-repeat; width: 114px; height: 25px; }

#nav li a#services { background: url(../images/navServices.gif) top left no-repeat; width: 114px; height: 25px; padding: 0; margin-bottom: 8px; }
#nav li a#services:hover { background: url(../images/navServices.gif) bottom left no-repeat; width: 114px; height: 25px; }
#nav li a#services.active { background: url(../images/navServices.gif) bottom left no-repeat; width: 114px; height: 25px; }

#nav li a#portfolio { background: url(../images/navPortfolio.gif) top left no-repeat; width: 114px; height: 25px; padding: 0; margin-bottom: 5px; }
#nav li a#portfolio:hover { background: url(../images/navPortfolio.gif) bottom left no-repeat; width: 114px; height: 25px; }
#nav li a#portfolio.active { background: url(../images/navPortfolio.gif) bottom left no-repeat; width: 114px; height: 25px; }

#nav li a#contact { background: url(../images/navContact.gif) top left no-repeat; width: 114px; height: 25px; padding: 0; margin-bottom: 5px; }
#nav li a#contact:hover{ background: url(../images/navContact.gif) bottom left no-repeat; width: 114px; height: 25px; }
#nav li a#contact.active { background: url(../images/navContact.gif) bottom left no-repeat; width: 114px; height: 25px; }	


	