* { padding:0; margin:0; }

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#f5f5f5 url("../images/bodyBG.jpg") top repeat-x;
	font: normal .85em/1.25em Tahoma,Lucida,"Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:.10em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	
	min-height:100%; /* real browsers */
}

#header {
	margin:0 auto;
	background:url("../images/headerBg.jpg") center no-repeat;
	padding:15px 0 0 40px;
	width:960px;
	height:123px;
	margin-bottom:40px;
}

div#navcontainer {
	}

div#content {
	padding:1em 1em 5em 0; /* bottom padding for footer */
	height:100%;
	width:860px;
	background-color:#efefef;
	margin:0 auto;
	padding:20px;
}

div#content p {
	margin:10px 0;
	}

div#footer {
	position:relative;
	width:100%;
	height:82px;
	bottom:0; /* stick to bottom */;
	background:url("../images/footerBg.jpg") bottom repeat-x;
	text-align:center;
	padding-top:20px;
	color:#f5f5f5;
	font-weight:lighter;
	clear:both;
}

div#footer p {
	font-size:9px;
	}

div#int_col001 {
	width:220px;
	float:left;
	margin-right:60px;
	min-height:100%;
	}

div#int_col001 h3 {
	font-weight:bold;
	}
	
div#int_col001 ul {
	margin:0;
	padding:0;
	}

div#int_col001 li{
	margin: .60em 0; 
	list-style:none;
	}
	
div#int_col002 {
	width:580px;
	float:left;
	min-height:500px;
	margin:0;
	padding:0;
	overflow:visible;
	}

div#int_col002 h1 {
	color:#444;
	letter-spacing:.05em;
	font-size:2.7em;
	font-weight:bolder;
	margin:5px 0 7px 0;
	}

div#int_col002 h2 {
	color:#ff7711;
	font-size:1.9em;
	margin: 20px 0;
	}
	
div#int_col002 p {
	margin-bottom:40px;
	margin-left:10px;
	}

div#int_col003 {
	width:100%;
	min-height:400px;
	}

div#int_col003 h1 {
	color:#444;
	letter-spacing:.05em;
	font-size:2.7em;
	font-weight:bolder;
	margin:5px 0 7px 0;
	}
	
div#int_col003 h2 {
	color:#111;
	font-size:1.9em;
	margin: 0;
	}

.portfolioContainer {
	background:#cfcfcf; 
	padding:25px; 
	margin-bottom: 25px; 
	float:left; 
	width:810px;
	}

.portfolioThumb {
	float:left;
	margin: 0 25px 25px 0;
	width:250px;
	}	
	
.portfolioDesc {
	float:left;
	width:525px;
	}
	
.disclaimer {
	color:#111;
	font: normal 10px/12px Verdana, Arial, Helvetica, sans-serif;
	}	
	
.clear { clear:both; }

.left { float:left; }

ul {
	margin:0 0 25px 0;
	padding:0;
	}

li { 
	margin: .60em 0; 
	list-style:none;
	}

.byline {
	color:#727272;
	margin:0 0 30px 2px;
	}
	
.divide {
	height:40px;
	}
	
a:link,a:visited,a:hover,a:active { text-decoration:underline; color:#ff7711; }

.white002:link,.white002:visited,.white002:hover,.white002:active { text-decoration:none; color:#f5f5f5; }

#navlist {
	float:right; 
	width:540px; 
	margin-top:-23px;
	}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
	}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #3c3c3c;
	padding-bottom: 10px;
	background: transparent;
	color: #f5f5f5;
	}

#navlist a:hover { color: #f5f5f5; }


#navlistFooter li {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}

#navlistFooter a:link, #navlistFooter a:visited {
	color:#f5f5f5;
	text-decoration:none;
	}

#navlistFooter a:hover {
	text-decoration:underline;
	}


ul.clients {
  float: left;
  width: 50em;
  margin: 0;
  padding: 10px 0;
  list-style: none;
}
 
li.clients {
  float: left;
  width: 25em;
  margin: 0;
  padding:10px 0;
}

.thumb { width:250px; float:left; }

.portfolioContent { float:left;} 

.alignBottom {vertical-align:bottom; }