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

a, img { border: none; }

body {
	padding: 0px;	
	margin: 0px;	
}

h2 {
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 200;
	color: #5d5f62;
}

p {
	color: #5d5f62;
	font: 11px Verdana, Geneva, sans-serif;
}
		
a {
	font-weight: bold;
	color: #50b948;
	text-decoration: none;
	font-family:  Verdana, Geneva, sans-serif;
}

a:focus {
	outline: none;
}

a.clickthrough {
	display: inline-block;
	font-weight: 600;
	color: #d80073;
	text-decoration: none;
/*	background: url(../images/icon_triangle.png) bottom right no-repeat; */
	padding-right: 0px;
}

.contentarea p.introtext a.clickthrough {
	margin-bottom: 5px;
}


a.clickthrough:hover {
	color: #5d5f62;
}

.linktriangle {
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url("../images/icon_triangle.png") no-repeat 0 0;
    background-position: right;
}

a.clickthrough:hover .linktriangle { 
	/* i may put something here for the rollover state */
}

#newscontainer {
	height: 335px;
	width: 960px;
}

.newsshort { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
}
	.newsshort li { 
		display: block; 
		float: left; 
		margin: 0 20px 10px 0; 
		min-height: 170px;
		width: 170px; 
	}
		.newsshort li a { 
			color: #d80073; 
			font-size: 12px; 
		}
#newsarchive {
	background: url(../images/bgd_dropdown.jpg) 0 0 no-repeat;
	height: 20px;
	width: 181px;
}
	#newsarchive form select { 
		background: none;
		opacity: 0;
		position: relative;
		width: 181px; 
		z-index: 5;
	}
	
#goodworkdrop {
	background: url(../images/bgd_dropdown_work.jpg) 0 0 no-repeat;
	height: 75px;
	width: 181px;
}
	#goodworkdrop form select { 
		background: none;
		opacity: 0;
		position: relative;
		width: 181px; 
		z-index: 5;
	}

#newsframe {
	background: #fff;
	border: 0px;
	color: #5d5f62;
	margin-top: 10px;
	padding: 10px;
	width: 660px;
	height: 320px;
	overflow: auto;
	float: left;
}

#newsframe p {
	font-size: 16px;
	line-height: 18px;
	font-family: "proxima-nova-1","proxima-nova-2", Verdana, Geneva, sans-serif;
	font-weight: 200;
	margin: 0px 0px 20px 0px;
}

#newsframe p strong {
	font-weight: 400;
}

#headlines {
	margin: 10px 0 0 20px;
	float: left;
	width: 240px;
}


#scrollbar_container {
	position:relative;  
	width:500px;  
} 

#scrollbar_track {
	position:absolute;
	top:0;
	rightright:0;  
	height:100%;  
	width:10px;  
	background-color:transparent;  
	cursor:move;  
} 

#scrollbar_handle {  
	width:10px;  
	background-color:#5c92e7;  
	cursor:move;  
	-moz-border-radius: 5px;  
	-webkit-border-radius: 5px;  
	opacity:0.9;  
	-moz-opacity:0.9;  
} 

#scrollbar_content {  
	overflow:hidden;  
	width:485px;  
 	height:250px;  
}  







#home a.arrow_left_home {
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 300px;
	height: 83px;
	width: 395px;
	display: block;
	background: url(../images/ribbon_home_left.png) bottom left no-repeat;
}

#home a.arrow_left_home:hover {
/*	left: 5px; */
}

#home a.arrow_right_home {
	position: absolute;
	z-index: 5;
	right: 0px;
	top: 300px;
	height: 83px;
	width: 95px;
	display: block;
	background: url(../images/ribbon_home_right.png) bottom left no-repeat;
}

#home a.arrow_right_home:hover {
/*	right: 5px; */
}

/*
#about a.arrow_left_home {
	position: absolute;
	z-index: 5;
	left: 407px;
	top: 300px;
	height: 83px;
	width: 395px;
	display: block;
	background: url(../images/ribbon_about_left.png) bottom left no-repeat;
}

#about a.arrow_right_home {
	position: absolute;
	z-index: 5;
	right: 0px;
	top: 300px;
	height: 83px;
	width: 95px;
	display: block;
	background: url(../images/ribbon_home_right.png) bottom left no-repeat;
}*/

#work a.arrow_left_home {
	z-index: 5;
	height: 83px;
	width: 95px;
	display: block;
	background: url(../images/ribbon_work_left.png) bottom left no-repeat;
	float: left;
	margin-top: 11px;
}

#work a.arrow_left_home:hover {
/*	left: 252px; */
}

#work a.arrow_right_home {
	z-index: 5;
	height: 83px;
	width: 95px;
	display: block;
	background: url(../images/ribbon_work_right.png) bottom left no-repeat;
	float: left;
	margin-top: 11px;
}

#work a.arrow_right_home:hover {
/*	right: 5px; */
}

#thumbnails { 
	position: absolute;
	right: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	top: 310px;
}
.thumb-container { 
	padding-left: 0;
	width: 550px; 
}
	.thumb-container ul { 
		background: url(../images/bgd_work_stripe.png) 0 0 repeat-x;
		display: block;
		height: 86px;
		margin-top: 0;
		padding-left: 0; 
		width: 550px;
	}
	.thumb-container ul li {
		display: block;
		float: left;
		list-style: none;
		margin-right: 11px;
	}
		.thumb-container ul .last { margin-right: 0; }
		.thumb-container ul li img {
			box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.60);
			-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.60);
			-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.60);
		}

#news a.arrow_left_home {
	position: absolute;
	z-index: 5;
	left: 247px;
	top: 300px;
	height: 83px;
	width: 395px;
	display: block;
	background: url(../images/ribbon_work_left.png) bottom left no-repeat;
}

#news a.arrow_left_home:hover {
/*	left: 252px; */
}

#news a.arrow_right_home {
	position: absolute;
	z-index: 5;
	right: 0px;
	top: 300px;
	height: 83px;
	width: 95px;
	display: block;
	background: url(../images/ribbon_work_right.png) bottom left no-repeat;
}

#news a.arrow_right_home:hover {
/*	right: 5px; */
}

.workimage {
	margin-right: 95px; 
}




#about .photo {
	position:absolute;
	z-index: 100;
	top: 40px;
	left: 480px;
	width: 390px;
	height: 350px;
	padding: 9px;
}

#about .photo img {
	-moz-box-shadow: 0px 0px 10px #555555;
	-webkit-box-shadow: 0px 0px 10px #555555;
	box-shadow: 0px 0px 10px #555555;
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#555555')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#555555');	
}

.slide {
	position:absolute;
	z-index: 100;
	top: 20px;
	left: 320px;
	width: 510px;
	height: 370px;
/*	background: url(../images/photo_dropshadow.png) top left no-repeat;	*/
	padding: 9px;
}

.slide img {

}

.video {
	position:absolute;
	z-index: 100;
	top: 80px;
	left: 320px;
	width: 551px;
	height: 310px;
	
	-moz-box-shadow: 0px 0px 10px #888;
	-webkit-box-shadow: 0px 0px 10px #888;
	box-shadow: 0px 0px 10px #888;
	
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#555555')";

	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=0, Color='#555555');
}

a:hover {
	color: #5dcfd6;
}

#home #pagecontainer{
	background: url(../images/bg_home.jpg) bottom left repeat-x;
	border: 0px;
}

#how #pagecontainer {
	background: url(../images/bg_how.jpg) bottom left repeat-x;
	border: 0px;
}

#about #pagecontainer {
	background: url(../images/bg_about.jpg) bottom left repeat-x;
	border: 0px;
}

#work #pagecontainer {
	background: url(../images/bg_work.jpg) bottom left repeat-x;
	border: 0px;
}

#news #pagecontainer {
	background: url(../images/bg_news.jpg) bottom left repeat-x;
	border: 0px;
}

#page {
	width: 960px;
	height: 640px;
	border-top: 1px solid #fff;
	margin: 0px auto;
}

.header{
	position: relative;
}

.logo {
	position:absolute;
	background: url(../images/logo.png) bottom left repeat-x;
	width: 188px;
	height: 101px;	
	left: 67px;
	top: 51px;
}

.logo a {
	display: block;
	width: 188px;
	height: 101px;	
}

.logo a span {
	display: none;	
}
		
.headline {
	position:absolute;
	left: 328px;
	top: 77px;
}

.headline h2 {
	font-size: 38px;
	margin: 0px;
	padding: 0px;
	color: #5d5f62;
}


#home .headline h2 em,
#about .headline h2 em,
#news .headline h2 em {
	font-style: normal;
	font-weight: 600;
	color: #5dcfd6;
}

#how .headline h2 em,
#work .headline h2 em {
	font-style: normal;
	font-weight: 600;
	color: #ffa200;
}

.contentarea {
	position: relative;
	margin-top: 200px;
	padding-top: 20px;
	padding-left: 10px;
}

.contentarea h2 {
	font-size: 35px;
	color: #5d5f62;
	margin: 0px 0px 10px 0px; 
	padding: 0px;
}

.contentarea p {
	font-size: 14px;
	font-weight: normal;
	color: #5d5f62;
	margin: 0px 0px 10px 0px; 
	padding: 0px;
}


.contentarea p.introtext {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
}

.contentarea .worktext {
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	width: 250px;
}

.contentarea #contentcol1,
.contentarea #contentcol2,
.contentarea #contentcol3,
.contentarea #contentcol4
{
	float: left;
	width: 235px;
}

.contentarea #contentcol1 .icon,
.contentarea #contentcol2 .icon,
.contentarea #contentcol3 .icon,
.contentarea #contentcol4 .icon
{
	height: 80px;
	padding-left: 50px;
}

.contentarea #contentcol1 p,
.contentarea #contentcol2 p,
.contentarea #contentcol3 p,
.contentarea #contentcol4 p
{
	float: left;
	margin: 0px 20px 10px 0px;
/*	font-size: 13px;
	font-weight: normal; */
}

.floatleft { float: left; }
.floatright { float: right; }
.clearfloat { clear: both; }

#footercontainer {
	/* border: 1px solid blue; */
}

#footer {
	width: 960px;
	height: 150px;
	/* border: 1px solid red; */
	margin: 0px auto;
}

#footer #footcol1,
#footer #footcol2,
#footer #footcol3,
#footer #footcol4
{
	float: left;
}

#footer #footcol1 h2,
#footer #footcol2 h2,
#footer #footcol3 h2,
#footer #footcol4 h2
{
	float: left;
	margin: 10px 10px 5px 10px;
	padding: 0px;
}

#footer #footcol1 p,
#footer #footcol2 p,
#footer #footcol3 p,
#footer #footcol4 p
{
	float: left;
	margin: 0px 10px 10px 10px;
}

#footer #footcol1{
	width: 160px;
}

#footer #footcol2{
	width: 160px;
}

#footer #footcol3{
	width: 320px;
}

#footer #footcol4{
	width: 320px;
}

#work-main { 
	float: right;
	height: 275px; 
	overflow: hidden;
	position: relative;
	width: 550px;
}

#captions { 
	position: relative; 
}

.slideWrapper {
	height: 275px;
	left: 0;
	margin:0;
	padding:0;
	position: absolute;
	top: 0;
	width: 550px;
}

.slideWrapper img {
	display:block;
	height: 275px;
	margin:0;
	padding:0;
	position: absolute;
	width: 550px;
	z-index: 10;
}

.caption { 
	background-color: #000 ;
	bottom: 0;
	display: block;
	height: 55px;
	opacity: 0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
	padding: 10px;
	position: absolute;
	width: 530px;
	z-index: 100;
}


	.caption p { 
		color: #fff; 
		font-size: 12px;
	}
		.caption p a { color: #fff; }
			.caption p a:hover { color: #fff; }
	
.fullimage { 
	height: 275px;
	width: 550px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.60);
    	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.60);
    	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.60);
	z-index: 1000;
}

.thumb { border: 3px solid #fff; }
	.thumb:hover, .active { 
		border: 3px solid #D00074; 
		cursor: pointer 
	}

.newstitle {
	margin-bottom: -5px !important;
}

/* Main Menu */
#menu{
	position: absolute;
	left: 328px;
	top: 170px;
}
#menu a{
	display: block;
	float: left;
	margin-right: 25px;
	color: #50b948;
	font-weight: normal;
	font-size: 16px;
}
#menu a:hover{
	color: #ffa200;
}
#menu a.current-page{
	color: #5d5f62;
}
/* Single News */
.pagecontainer{
	border: 0;
}
.page-padding{
	width: 960px;
	margin: 0 auto;
}
.singlenewscontent{
	background: url(../images/bg_news.jpg);
	padding: 20px 0;
}
.singlenewscontent #newsframe{
	height: auto;
}

/* Globals */
.clear{
	clear: both;
}