/*
 ==================================================================
 Designed by WebKey LLC (www.webkeylive.com) 
 Copyright 2005-2008. All rights reserved.
 Version 1.9.2
 ==================================================================
*/

/* @group Basics */

* {
 	padding: 0;
 	margin: 0;
}

body {
	font:0.85em Verdana, Arial, Sans-serif;
	line-height: 180%;
	color:#666;
	background-color: black;
	background-image: url(../assets/body_background.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-weight: normal;
}

html, body {
	height: 100%;
}

h1 {
	font-size:1.45em;
	color:#FFF;
	letter-spacing:0.075em;
	margin:8px 0;
	padding:0;
}

h2 {
	font-size:1.35em;
	color:#FFF;
	margin:8px 0;
	padding:0;
}

h3 {
	font-size:1.25em;
	color:#333;
	margin:8px 0;
	padding:0;
}

h4 {
	font-size:1.15em;
	color:#333;
	margin:8px 0;
	padding:0;
}

a {
	color:#FFF;
	text-decoration: none;
}

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

a:hover {
	color:#FFF;
	text-decoration: underline;	
}

p {
	margin: 10px 0;
	line-height: 1.5em;
}

ul, ol {
	margin: 0 0px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

blockquote {
	margin: 10px 20px;
}

img {
 	border: none;
}


/* @end */

/* @group Structure Basics */

#wrapper {
	width: 1055px;
	background-color: #000;
	border-top: 2px solid #FFF;
	background-image: url(../assets/wrapper_bg.gif);
	background-repeat: repeat-y;	
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
}

#header {
	width: 1055px;
	background-color: #FFF;
	border-bottom: 2px solid #000;
	height: 75px;
	margin: 0 auto;
	text-align: left;
}

	#header #logo {
		margin-top: 25px;
		margin-left: 2px;
	}

	#header #slogan {
		margin-top: 35px;
		margin-left: 362px;
	}
	
#leftColumn { 
 	display: inline; /* IE Hack */
 	width: 165px;
 	float: left;
 	text-align: left;
 	margin-bottom: 15px;
	height: 100%;
}

#centerColumn { 
 	margin: 0;
	padding:0;
 	display: inline; /* IE Hack */
 	float: left;
 	width:745px;
	color: #b9bf97;
	min-width: 745px;
	line-height: 170%;
	font-weight: normal;
}

	#centerColumn #header_images ul {
		height: 442px;
		float: left;
		list-style: none;
	}
	
	#centerColumn #header_images li {
		list-style: none;
	}

	#centerColumn .portfolio_images li {
		width: 148px;
		height: 148px;
		display: block;
		float: left;	
		border-bottom: 1px solid white;
		border-right: 1px solid white;
		
	}
	
	#centerColumn .portfolio_images li.top {
		border-top: 1px solid white;
	}
	#centerColumn .portfolio_image {
		margin: 22px 44px 0 0;
		border: 1px solid white;
	}

	#centerColumn .main_image {
		margin: 0px;
		height: 442px;
		width: 743px;
	}

	#centerColumn #content {
		clear: both;
		padding-top: 10px;
	}

	#centerColumn .portfolio_images li {
		display: inline;
		list-style: none;
		padding: 0;
		margin: 0;
		float: left;
	}
	
	#centerColumn h1, #centerColumn h2 {
		color:#fff;
		font: 1.2em normal Georgia, "Times New Roman", Times, serif;
		margin:30px 10px 20px 30px;
		padding:0;
		text-transform:uppercase;
	}
	
	#centerColumn h3, #centerColumn h4, #centerColumn h5, #centerColumn h6  {
		margin-left:30px
	}
	

	#centerColumn h4 {
		color: #FFF;
	}
	#centerColumn p {
		font-family: Verdana, Arial, Sans-serif;
		line-height: 1.4em;
		margin:10px 30px 20px 30px;
		padding:0;
		letter-spacing:1.2px;
		font-weight: normal;
		font-size: 97%;
	}
	
	/* NEWS */

	#centerColumn ul.news {
		margin:0;
		margin-left: 30px;
		padding:0;
		display: block;
	}
	
	#centerColumn ul.news li {
		float:left;
		border:1px solid white;
		margin:0px;
		padding:0;
	}
	
	#centerColumn #news_content {
		float:left;
		margin:0 10px;
		padding: 0;
		width: 500px;
	}
	
	#centerColumn .news_title {
		clear: right;
		padding: 0;
		padding-left: 1em;
		padding-top: 10px;
		margin: 0;
	}

	#centerColumn h3.news_date {
		color:#ccc;
		font: 1.0em normal Georgia, "Times New Roman", Times, serif;
		margin:0px 0 4px 16px;
	}

	#centerColumn .news_description {
		padding-left: 1em;
		display: block;
		clear: right;
		margin: 0;
		width: 300px;
	}

	#centerColumn .news_publisher {
		display: block;
		clear: right;
		padding-left: 1em;
		margin: 0;
	}

	#centerColumn .news_image {
		float: left;
		padding: 0;
	}
	
	#centerColumn .news li {
		list-style: none;
	}
	
#rightColumn {
 	margin: 20px 0px 0px 0px;
	padding:0 0 0 0px;
 	display: inline; /* IE Hack */
 	float: left;
	width:150px;
	color: #fff;
	text-align: left;
	font-weight: normal;
}

	#rightColumn h2 {
		color:#666;
		margin:20px 0 0 0;
	}

	#rightColumn ul, #rightColumn ol {
		margin: 0px;
		padding: 0;
	}

	#rightColumn ul {
		list-style: none;
	}

	#rightColumn li {
		padding: 0px 0px 2px 10px;
	}

	#rightColumn a {
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #fff;
		text-decoration: none;
		font-size: 12px;
		line-height: 1.2em;
		letter-spacing:1.0px;
		display: block;
		width: 100%;
		padding:4px 2px;
		margin:3px 0 3px 4px;
		/*height: 28px;*/
	}

	#rightColumn a:hover {
		background-color: #6f764a;
		color: #fff;
	}

	#rightColumn .divider {
		margin: 0 auto;
		background-color: #6f764a;
		height: 6px;
		width: 6px;
	}

	#rightColumn .key_filter_target {
		float: none;
		text-align: center;
	}

#footer {
 	text-align:left;
 	font-size: 9px;
 	/*background-repeat: repeat-y;*/
 	display: inline; /* IE Hack */
 	padding: 4px;
 	margin-top: 20px;
	color: #6f764a;
	margin-left: 30px;
	float: left;
	border:0px solid red;
	width: 745px;
}

	#footer a {	
		color: #6f764a;
	}

#siteCredits {
 	margin: 0 auto;
 	margin-top: 10px;
 	text-align: center;
	margin-left: 165px;
}

	#siteCredits p {
		font-size: 0.86em;
	}

	#siteCredits p a:link, #siteCredits p a:visited {
		color: #999;
		text-decoration: none;
	}

	#siteCredits p a:hover {
		color: #333;
		text-decoration: underline;
	}

	#siteCredits .pipe {
		color: #ccc;
	}
	
	
/* STAFF PAGE */

h4.staff_name {
	font-family: Georgia, serif;
	font-size: 1.15em;
	margin:30px 0 0 0;
	padding:0;
	text-transform: uppercase;

}

.staff_picture {
	margin: 30px;
}

/*.staff_name {
	display: block;
}
*/
p.staff_title {
	margin:0;
	padding:0;
}

/*.staff_description {
	
}*/

.staff_email {
	display: block;
	margin-left: 30px;
}

/*  IMAGES  */

.image_box {
	width:120px;
	padding:5px 0 0 0;
	margin:0;
	overflow:hidden;
}

.image_float_right {
	float:right;
	margin:0 0 10px 20px;
}

.image_float_left {
	float:left;
	margin:0 20px 10px 30px;
}


span.image_caption {
	font-size:0.74em;
	display:block;
	line-height:13px;
	font-weight:normal;
	padding:2px 0 0 0;
}

.clear_both {
	clear:both;
}

/* PRESS RELEASE PAGE */

#pdf {
	padding-right: 10px;
	padding-top: 5px;
}

#press_releases a {
	display: block;
	margin-bottom: 20px;
}

#press_releases h4.press_title {
	margin-bottom: 0px;
	font-weight:normal;
	font-size:1.0em;
}

/*  PORTFOLIO NAVIGATION */

#navigation li.activeChid {
	color: white;
	background-color: black;
}

#navigation ul.key_filters {
	display: block;
}

#navigation ul.key_filters a {
	color: black;
	background-color: white;
	border-bottom: 1px solid black;
}

#navigation ul.key_filters a:hover {
	color: white;
	background-color: #333333;
	border-bottom: 1px solid white;
}

#navigation ul.key_filters a.key_filter_selected {
	background-color: #333333;
	color: #FFF;
}

.key_filter_target {
	float: left;
	padding: 0px;
	margin-bottom: -2px;
}

#thincaptionfulltext a {
	color: black;
}


.header_image {
	border-bottom: 1px solid white;
	border-right: 2px solid white;
}

#header_images {
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	height: 442px;
}

#sub_header_images {
	width: 745px;
	display: block;
	margin-left: 0px;
}

	#sub_header_images li {
		width: 139px;
		height: 144px;
		border-right: 1px solid white;
		border-bottom: 1px solid white;
		list-style: none;
		overflow: hidden;
	}

.image-default {
	margin: 10px 0;
	padding:0;
}

	.image-default img {
		border:1px solid #ededed;
		margin:6px 20px 20px 30px;
		padding:0;
		float:left;	
}

	.image-default table {
		border-collapse:collapse;
		margin:0;
		padding:0;
		clear:both;
	}

	.image-default p.caption {
		margin: 0;
		padding: 0;
		font-size: 0.86em;
		color: ;
	}


/*  LAYOUT OVERRIDES */

.layout2 #centerColumn {
	width: 745px;
}	

.layout3 #rightColumn {
	/*width: 120px;*/
	float: left;
}

.layout3 #centerColumn {
	min-width: 720px;
	width: 720px;
	float:left;
}

.layout3 #centerColumn p {
	margin: 10px 0px 20px 30px;
}

.layout3 #rightColumn a:hover {
	background-color:black;
	color:#FFFFFF;
}

.layout3 #centerColumn ul {
	margin-left: 45px;
}

.layout3 #centerColumn li {
	display: list-item;
	font-family:Verdana,Arial,Sans-serif;
	font-weight:normal;
	letter-spacing:1.2px;
	padding:0;
}

.layout3 #centerColumn li p {
	display: none;
	line-height: 1px;
}

.layout3 #rightColumn .staff_name {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}

.layout3 #rightColumn .staff_title {
	display: block;
	font-family:Verdana,Arial,Sans-serif;
	margin: 0px;
	padding: 0px 0px 15px 5px;
	color: #DADADA;
}

.layout3 #centerColumn ul.news {
	margin-left: 30px;
}

.layout4 #centerColumn ul {
	margin-left: 45px;
}

.layout4 #centerColumn li p {
	display: none;
	line-height: 1px;
}

.layout4 #centerColumn ul p {
	display: none;
	line-height: 1px;
}

.layout4 #centerColumn #sub_header_images {
	width: 745px;
	display: block;
	margin-left: 0px;
	margin-top: -5px;
}

.layout4 #centerColumn #sub_header_images li {
	width: 139px;
	height: 144px;
	border-top: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	list-style: none;
	overflow: hidden;
	float: left;
}

/*  LOGIN  */

div#login {
	margin:20px auto;
	margin-top:100px;
	width: 450px;
	border: 2px solid #ccc;
	padding: 30px;
	background: #fff;
	text-align: left;
	font-family:Verdana, Arial, Sans-serif;
}

	#login img {
		margin: 0 0 10px 100px;
	    border:0px solid #ededed;
	}

	#login p {
		margin: 5px;
		margin-left: 0;
		padding: 0;
		color: #333;
		font: 0.85em Verdana, Arial, Helvetica, sans-serif;
	}

	#login p a:link, #login p a:visited {
		font-size: 10px;
		text-decoration: none;
	}

	#login p a:hover {
		font-size: 10px;
		text-decoration: underline;
	}

	#login p.loginSubmit{
		margin:6px 0;
	}

	#login p.loginForgot {
		margin:10px 0 0 0;
	}

	#login p.loginForgot a {
		color:#666;
		text-decoration:underline;
	}

	#login .error {
		color:#c00;
	}

	#login input {
		padding: 3px;
		margin-top:4px;
	}

	#login p.loginReminderText {
		margin: 10px 0;
		padding:4px;
		color:#333;
		border:1px solid #ededed;
		background: #ffc;
	}

	#login input.loginUserBox, #login input.loginPassBox {
		margin:0;
		border:1px solid #ccc;
	}

	div.login-link {
		margin: 10px;
	}

	div.login-link a:link, div.login-link a:visited {
		font-size: x-small;
		text-decoration: underline;
	}


/*  MODULES  */

#module {
	padding:10px 0;
}

#horizontal-thumbs {
	padding:20px 0;
}
#horizontal-thumbs li {
	display:inline;
	list-style-type:none;
	padding:5px;
}



/*  NAVIGATION  */
 
#global_navigation {
	padding: 0px;
	margin: 0px;
}

	#navBar {
		width:151px;
		padding: 0px;		
		margin:0px;
		background: #6f764a;
		border: 2px solid #FFF;
		border-top: 0px;
		border-bottom: 0px;
		color: #fff;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-align: center;
		line-height: 18px;	
		float: left;
		height: 100%;
		min-width: 151px;
	}

	#navBar ul#mainNav li a:link, #navBar ul#mainNav li a:visited {
	 	display: inline;
		float:left;
		padding:0px;
		margin:0;
		width:none;
	}


	#navigation {
		display: block;
		text-align: center;
		margin: 0;
		padding: 0;	
	
	}

	#navigation a {
		color: #FFF;
		text-decoration: none;
		width: 141px;
		border-bottom: 1px solid #FFF;
		display: block;
	    padding:5px;
	}

	#navigation li { 
		list-style: none;
		margin: 0px;
       
		background-color: #6F764A;
	}

	#navigation ul {
		width: 151px;
		display: none;
	}

	#navigation ul.hasActiveChild {
		display: block;
	}

	#navigation ul.hasActiveChild a {
		background-color: #fff;
		color: #000;
		border-bottom: 1px solid black;
	}

	#navigation li.activeChild a {
		background-color: #000;
		color: #fff;
		border-bottom: 1px solid black;
	}

	#navigation li.hasActiveChild {
		background-color: #000;
		color: #fff;
		border-bottom: 1px solid white;
	}

	#navigation li.mainNavActive ul {
		display: block;
	}

	#navigation li.mainNavActive ul a {
		background-color: #fff;
		color: #000;
		border-bottom: 1px solid black;
	}

	#navigation li.mainNavActive ul a:hover {
		background-color: #000;
		color: #fff;
		border-bottom: 1px solid black;
	}

	#navigation .mainNavActive a {
		background-color: #FFF;
		color: #000;
	}

	#navigation li.mainNavActive a {
		color: #fff;
		background-color: #000;
		border-bottom: 1px solid #fff;
	}
	
	#navigation li.subNavActive a {
		color: #fff;
		background-color: #333;
		border-bottom: 1px solid #fff;
	}
	
		#navigation ul.hasActiveChild a:hover {
			background-color: #333;
			color: #fff;
		}

	#navigation a:hover {
		background-color: #000;
		color: #FFF;
	}
	
