/* CSS Document */

/*Global Styles*/

* {padding:0; margin:0;}
body {
	color:#798597;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
repeat-x #fff;	font-weight: bold;
}
table {width:100%; repeat-x right top;}

/*Text, formatting*/
a {
	text-decoration:none;
	outline:none;
	color:#06F;
	position:relative;
	left:-2px;
	padding:2px;
}
	a:hover{
	background:#FFF;
	color:#09C;
}
	a img {border:none;}
	.link-quiet:hover {background:none; color:#46BCE8; cursor:pointer;}
p {padding-bottom:10px;}

h1 {font-size:12px; color:#46BCE8; font-weight:normal; padding-left:32px; position:relative; margin-top:-6px;}
h2 {
	font-size:18px;
	padding-bottom:10px;
	color:#333;
	line-height:24px;
	text-align: right;
}
h3 {
	font-size:12px;
	padding-bottom:10px;
	color:#069;
}
h4 {font-size:14px; padding-bottom:10px; color:#46BCE8;}
.hr {
	width:100%;
	height:3px;
	line-height:3px;
	clear:both;
	margin:5px 0 20px 0;
	background-color: #0C0;
}
.foot-hr {margin-top:50px;}
.large {font-size:14px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#798597;}
.small {font-size:11px;}
.blue {color:#46BCE8;}
.breakout {padding:20px; background:#F9FBFC; border-top:2px solid #E3ECF4;}

ul {padding:0 0 10px 20px; margin:-10px 0 0 0;}
	li {list-style:inside;}

/*Layout*/
#wrapper {margin:0 30px; min-width:900px;}
#top-left {
	float:left;
	width:730px;
	height:350px;
	padding-top:20px;
	color:#000;
}
	#blurb1 {
	float:left;
	width:183px;
	padding:10px 0 0 5px;
}
	#blurb2 {
	float:left;
	width:450px;
	padding:0 0 0 80px;
}
	#contact {
	float:left;
	width:160px;
	clear:both;
	padding:20px 0 0 5px;
}
		#contact h3 {color:#fff; font-size:12px; text-transform:lowercase; padding-bottom:0;}
		#contact p {padding:5px 0;}
	#logo {
	position:absolute;
	top:-42px;
	left:49px;
	width: 2000px;
	height: 807px;
	text-align: right;
	z-index: -1;
	overflow: hidden;
}

#top-right {
	float:right;
	width:280px;
}
	#flash {float:right; width:180px; height:180px; padding:100px 25px 0 0;}	
	#disclaimer {float:right; clear:both; padding:10px 0 0 0;}

#portfolio {float:left; margin-top:20px; width:100%;}
	.project {
	float:left;
	width:430px;
	height:550px;
	margin:5px 22px 10px 0;
}
		.img {border:1px #e4e4e4 solid; display:block; width:430px; height:280px; margin:2px 2px 12px 2px; padding:0;}
		.img:hover {border:3px #46BCE8 solid; margin:0 0 10px 0;}
		.project p {padding-right:20px;}
        
    #paging {
	float:right;
	width:60px;
	height:25px;
	padding-left:30px;
	margin-bottom:5px;
	clear:both;
}
    	#paging a {
	float:left;
	display:inline-block;
	height:25px;
	width:25px;
	margin-left:5px;
	text-align:center;
	line-height:25px;
	font-size:16px;
	font-weight:bold;
	padding:0;
	left:0;
}
        #paging .on, #paging a.on:hover {background-position:bottom; color:#fff;}
        #paging a:hover {background-position:center; color:#46BCE8; }
		
.detail-link a {color:#fff; position:absolute; top:-40px;}
.no-link:hover {background:none; color:#46BCE8;}

#foot-left {float:left; width:215px; padding-bottom:60px;}
	#foot-logo {
	width:102px;
	height:28px;
}
		#foot-logo strong {display:none;}
#foot-contact {float:left; padding-top:5px;}
#foot-right {float:right;}

/*Detail Page*/
.detail table {background:none;}
.detail #top-left img {padding-top:10px; }
.detail #top-left {height:100px; padding-top:30px;}
	* html .detail #top-left {padding-top:15px; height:115px;}
	*:first-child+html .detail #top-left {padding-top:15px; height:115px;}
#back-to-portfolio {
	display:block;
	width:119px;
	height:21px;
	padding:0;
}
	#back-to-portfolio:hover {background-position:bottom;}
	#back-to-portfolio b {display:none;}
.detail h2 {font-size:24px; padding-bottom:20px;}
.collateral {float:left; width:430px; margin:10px 20px 40px 0;}
	.collateral img {border:1px #e4e4e4 solid; display:block; width:430px; height:280px; margin:0 0 12px 0; padding:0;}
.long-description, .links {float:left; width:430px;margin:10px 20px 40px 0;}
.links {background:#F5FBFD; padding:20px 20px 30px; width:390px; margin-top:50px;}
.left-col {float:left; width:430px; margin:10px 20px 40px 0;}
#wrapper #top-left #contact_phone {
	font-size: 16px;
}
