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

body{
	/*background-color:#f7f7f7;*/
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	line-height: 24px;
	color:#444;
}

img {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-bottom: 20px;
}

a {
text-decoration: none;
color:#5d97ad;
font-weight: normal;
}

a:hover {
color: #000;
background-color:#a9bbc5;
background-color:#a9cbd8;
border-bottom: none;
}

a img {
display: block;		/* Stops image links getting text link styles */
}

h1{
	font-size:30px;
}

h2, h3{
	font-size:18px;
	line-height:28px;
	margin-bottom:15px;
}

h3{
	margin-top:40px;
}

h4{
	font-size:16px;
	line-height:24px;
	margin-bottom:15px;
}


/*Structure*/

#container{
	margin:0 auto;
	width:900px;
	background-color:#fff;
}

.header{
	margin-top:20px;	
}

.headercenter{
	margin:0 auto;
	width:379px;
}

.tier550{
	width:550px;
	margin:20px auto;
	padding:20px 0;
}

.tier600{
	width:600px;
	margin:20px auto;
}

.tier700{
	width:700px;
	margin:20px auto;
	padding:20px 0;
	border-bottom:2px dotted #eee;
}

.tier900{
	width:880px;
	margin:20px auto;
	padding:20px;
	border-bottom:2px dotted #eee;
}

.lowborder{
	border-bottom:2px dotted #eee;
	margin-bottom:60px;
}

.slice180{
	width:160px;
	margin:10px;
	float:left;
}

.slice180 img{
	padding:3px;
	background-color:#ddd;
}

.footer{
	width:900px;
	margin:10px auto;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#888;
	font-size:11px;
	line-height:18px;
}

.footer img{
	margin:0 auto;
}

.label{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.3em;
	text-transform:uppercase;
	color:#666;
	/*color:#fff;*/
	font-size:12px;
	/*background-color:#a9bbc5;*/
	background-color:#f7f7f7;
	text-align:center;
	width:250px;
	margin: 40px auto 20px;
}

.psnote{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#888;
	font-size:11px;
	line-height:18px;
	width:750px;
	margin: 20px auto 0;
	padding:0 10px;
	background-color:#f7f7f7;
	text-align:center;
}

.psnote a, .footer a{
	color:#666;
}

.psnote a:hover, .footer a:hover{
	color:#000;	
}

h3 .q{
	color:#515968;
}

.resmeta{
	font-size:10px;
	line-height:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	text-transform:uppercase;
	color:#666;
	padding-left:8px;
}

.resaward{
	font-size:14px;
	padding:0 0 0 5px;
}

.resaward li{
	list-style-type:square;
	//color:#666;
	list-style-position:inside;
}

.resawardmeta{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#888;
	font-size:11px;
	padding-left:3px;
}

.clipimg{
    display:block;
    margin:0 auto;
    padding:30px 0;
    border-bottom:2px solid #eee;
}

.presimg{
    display:block;
    margin:0 auto;
    padding:20px 0;
}

.printonly{
	color:#666;	
}

/*Custom pages*/

.page404{
	text-align:center;
}

.page404 h1{
	margin-bottom:20px;	
}

.portfolio img{
	padding: 3px;
	background-color: #ddd;
	width: 100%;
}

/*Helpers*/

.first{
	margin-left:0;
	padding-left:0;
}

.last{
	margin-right:0;
	padding-right:0;
}

.topspace{
	margin-top:15px;
}

.clear{
	clear:both;
}