/*

dark text: #3d3938;
light bg: #f8f8f5
dark bg: #e7e6e2
cms bg tan: #efeeeb
cms bg tan dark: #cdc6bd

*/

/* ************** GLOBAL STYLES ************** */

.clear {
	clear: both;
}

.seo_about_text {
	clear:both;
	margin:0px 240px 0px 240px;
	padding-top:50px;
	padding-bottom:40px;
	display:none;
}
	
	.seo_about_text p {
		color: #7c7972;
	}
	.seo_about_text li {
		padding-top: 10px;
		list-style: disc;
		list-style-image: url('../img/dot.gif');
		margin-left: 13px;
		color: #7c7972;
	}


/* ************** SPRITES ************** */

.icon {
	background-image: url('../img/icons.gif');
	background-repeat: no-repeat;
	text-indent: -999%;
	overflow:hidden;
	cursor:pointer;
}

	.icon.viewLarger {
		width:97px;
		height:22px;
		background-position: -21px -22px;
	}
	.icon.viewLarger:hover {
		background-position: -21px 0px;
	}
	
	.icon.backToGalleries {
		width:152px;
		height:16px;
		background-position: 0px -64px;
	}
	.icon.backToGalleries:hover {
		background-position: 0px -48px;
	}
	
	.icon.articlePdf {
		width:94px;
		height:18px;
		background-position: -19px -102px;
	}
	.icon.articlePdf:hover {
		background-position: -19px -84px;
	}
	
	.icon.tearsheetPdf {
		width:112px;
		height:18px;
		background-position: -19px -142px;
	}
	.icon.tearsheetPdf:hover {
		background-position: -19px -124px;
	}
	
	.icon.backToPress {
		width:127px;
		height:16px;
		background-position: 0px -180px;
	}
	.icon.backToPress:hover {
		background-position: 0px -164px;
	}
	
	.icon.viewProject {
		width:128px;
		height:10px;
		background-position: -1px -215px;
	}
	.icon.viewProject:hover {
		background-position: -1px -205px;	
	}
	
	.icon.viewArticle {
		width:117px;
		height:10px;
		background-position: -12px -245px;
	}
	.icon.viewArticle:hover {
		background-position: -12px -235px;
	}
	



/* ************** FORM LAYOUT ************** */

/*======================================
sSelect()
========================================*/

.newListSelected {
	background:#f8f8f5 url('../img/dropdown.gif') no-repeat scroll 279px 1px; 
	color:#000; 
	height:20px; 
	padding:0; 
	width:300px;
	float:left;
	font-family: Lucida Grande, Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	line-height:18px;
}

.newListSelected div {
	display:block; 
	padding:2px 22px 2px 4px; 
	text-align:left !important; 
	width:274px;
}
	
ul.newList {
	list-style:none; 
	width:298px; 
	background:#fff; 
	border:1px solid #e7e6e2; 
	color:#3d3938;
	top:0;
	left:0; 
	height:auto; 
	overflow:auto; 
	font-size: 11px; 
	text-align:left!important; 
	position:absolute; 
	z-index:9999;
	margin-top:20px;
}

ul.newList li {
	border-bottom: 1px solid #e7e6e2;
}

ul.newList li a {
	padding:2px 5px!important; 
	width:288px;
	display:inline-block;
	cursor:pointer;
	text-decoration:none;
}
	ul.newList li a:hover {
		text-decoration:none;
	}
		
.hiLite {
	background:#e7e6e2!important; 
}
.newListHover {
	background:#e7e6e2!important; 
	cursor:default;
}

.newListSelHover, .newListSelFocus {background-position:auto;}

.newListSelHover div, .newListSelFocus div {}


/* input/label positioning & styling */
.form_box {
	border-bottom: 1px solid #e8e6e2;
	padding: 15px 20px 15px 20px;
	margin-bottom: 15px;	
	background-color: #efeeeb;
}
	
	.form_confirmation {
		height:100px;
		background-image: url('../img/inquiries_thankYou.gif');
		background-repeat: no-repeat;
		background-position:center center;
		display:none;
		text-indent: -999%;
	}
	
	.form_sending {
		height:80px ;
		display:none;
	}
		
		.form_sending p{
			padding-top:20px;
			text-align:center;
		}
		
	.form_form {
	}
	
	.form_section {
		clear:both;
		padding-bottom:15px;
		border-bottom:1px solid white;
		margin-bottom:20px;
	}
	
		.form_subsection {
			clear:both;
			padding-bottom:20px;
			margin-bottom:10px;
			border-bottom:1px dotted #fff;
		}
		
			.form_field {
				clear:both;
				display:inline-block;
				margin:0px;
				padding:5px 0px;
			}
			
				label {
					color:#7C7972;
					width:120px;
					display:inline-block;
					padding:0px;
					margin:0px;
					float:left;
					background-repeat:no-repeat;
				}
				
				label.address {
					text-indent: -9000px;
					background-image: url('../img/form_label_address.gif');
				}
				
				label.author {
					text-indent: -9000px;
					background-image: url('../img/form_label_author.gif');
				}
				
				label.budget {
					text-indent: -9000px;
					background-image: url('../img/form_label_budget.gif');
				}
				
				label.city {
					text-indent: -9000px;
					background-image: url('../img/form_label_city.gif');
				}
				
				label.comments {
					text-indent: -9000px;
					background-image: url('../img/form_label_comments.gif');
				}
				
				label.date {
					text-indent: -9000px;
					background-image: url('../img/form_label_date.gif');
				}
				
				label.description {
					text-indent: -9000px;
					background-image: url('../img/form_label_description.gif');
				}
				
				label.email {
					text-indent: -9000px;
					background-image: url('../img/form_label_emailAddress.gif');
				}
				
				label.first_name {
					text-indent: -9000px;
					background-image: url('../img/form_label_firstName.gif');
				}
				
				label.last_name {
					text-indent: -9000px;
					background-image: url('../img/form_label_lastName.gif');
				}
				
				label.message {
					text-indent: -9000px;
					background-image: url('../img/form_label_message.gif');
				}
				
				label.name {
					text-indent: -9000px;
					background-image: url('../img/form_label_name.gif');
				}
				
				label.password {
					text-indent: -9000px;
					background-image: url('../img/form_label_password.gif');
				}
				
				label.phone {
					text-indent: -9000px;
					background-image: url('../img/form_label_phoneNumber.gif');
				}
				
				label.project_type {
					text-indent: -9000px;
					background-image: url('../img/form_label_projectType.gif');
				}
				
				label.recipientEmail {
					text-indent: -9000px;
					background-image: url('../img/form_label_recipientEmail.gif');
				}
				
				label.square_footage {
					text-indent: -9000px;
					background-image: url('../img/form_label_squareFootage.gif');
				}
				
				label.state {
					text-indent: -9000px;
					background-image: url('../img/form_label_state.gif');
				}
				
				label.text {
					text-indent: -9000px;
					background-image: url('../img/form_label_text.gif');
				}
				
				label.title {
					text-indent: -9000px;
					background-image: url('../img/form_label_title.gif');
				}
				
				label.username {
					text-indent: -9000px;
					background-image: url('../img/form_label_username.gif');
				}
				
				label.yourName {
					text-indent: -9000px;
					background-image: url('../img/form_label_yourName.gif');
				}
				
				label.zip {
					text-indent: -9000px;
					background-image: url('../img/form_label_zipCode.gif');
				}
				
		
			.form_header {
				height:18px;
				background-repeat:no-repeat;
				overflow:hidden;
				padding-bottom:10px;
				text-transform: uppercase;
				font-weight:bold;
				letter-spacing:1px;
				color:#3d3938;
			}
			
			
			.form_header.entryCategories {
				text-indent: -9000px;
				background-image: url('../img/form_header_entryCategories.gif');
			}
			
			.form_header.add_comment {
				text-indent:-9000px;
				background-image: url('../img/news_header_addComment.gif');
			}
			
			.form_header.cms_login {
				text-indent: -9000px;
				background-image: url('../img/form_header_cmsLogin.gif');
			}
			
			.form_header.entryImage {
				text-indent: -9000px;
				background-image: url('../img/form_header_entryImage.gif');
			}
			
			.form_header.entryInformation {
				text-indent: -9000px;
				background-image: url('../img/form_header_entryInformation.gif');
			}
			
			.form_header.mailing_address {
				text-indent: -9000px;
				background-image: url('../img/form_header_mailingAddress.gif');
			}
			
			.form_header.project_address {
				text-indent: -9000px;
				background-image: url('../img/form_header_projectAddress.gif');
			}
			
			.form_header.share_with_a_friend {
				text-indent: -9000px;
				background-image: url('../img/form_header_shareWithAFriend.gif');
			}
			
			
		
input, textarea {
	float:left;
	background-color: #f8f8f5;
	border:0px;
	margin:0px;
	padding:0px;
	font-family: Lucida Grande, Helvetica, Verdana, Arial, sans-serif;
}

input {
	width:292px;
	height:20px;
	line-height:20px;
	padding:0px 4px;
}

textarea {
	width:296px;
	height:70px;
	padding:5px 2px;
}

textarea.large {
	height:220px;
}

.form_button_submit {
	height:22px;
	background-image: url('../img/form_button_submit.gif');
	background-repeat:no-repeat; 
	background-position: 340px -22px;
	font-size:11px;
	text-indent: -9000px;
	cursor:pointer;
}

.form_button_submit:hover {
	background-position: 340px -0px;
}

.form_button_login {
	height:22px;
	background-image: url('../img/form_button_login.gif');
	background-repeat:no-repeat; 
	background-position: 340px 0px;
	font-size:11px;
	text-indent: -9000px;
	cursor:pointer;
}



/* ************** GLOBAL CONTAINERS ************** */

/* CMS wrapper specific */
body#cms {
	background-image:url('../img/cms_bg_wrapper.gif');
	background-color: #a1c5d1;
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	background-position: top center;
}

#cms .header {
	height: 50px;
	width: 920px;
	margin: 0px auto 30px auto;
	padding: 50px 10px 0px 10px;
}

#cms .content {
	margin: 0px auto 0px auto;
	width: 880px;
}

#cms .main_content {
	margin-top: 30px;
}

#cms .nav {
	background-color: #f8f8f5;
	width: 880px;
	margin: 0px auto 0px auto;
}

#cms .nav div {
	display:inline-block;
	font-size: 11px;
	margin: 10px 16px;
}


/* the blue things */
.wings {
	position:relative;
	top:130px;
	background-image:url('../img/bg_wrapper.jpg');
	background-color: #a1c5d1;
	background-repeat: no-repeat;
	height: 580px;
	width: 100%;
	margin: 0px auto 0px auto;
	background-position: top center;
}

/* centered page */
.wrapper {
	position:relative;
	margin:-580px auto 0px auto;
	width: 940px;
}
	
	.header {
		height: 50px;
		width: 920px;
		padding: 50px 10px 0px 10px;
		margin: 0px auto 8px auto;
	}
		
		.logo {
			background-image: url('../img/logo.jpg');
			height: 44px;
			width: 341px;
			text-indent: -9000px;
			margin: 0px auto 0px auto;
			background-repeat: no-repeat;
		}
	
	#page .content {
		background-image: url('../img/bg_content.jpg');
		background-repeat: no-repeat;
		background-position: 0px 2px;
		min-height:620px;
		_height:620px;
	}
		
		#page .main_content {
			margin: 78px 0px 0px 60px;
		}
		
		/* left column */
		.col_left {
			width: 270px;
			margin: 0px 70px 0px 0px;
			float:left;
		}
			
			/* sub nav type 1 */
			.col_left ul.left_list1 {
				margin-top:4px;
			}
			
				.col_left ul.left_list1 li {
					padding: 10px;
					background-image:url(../img/left_list1_bg.gif);
					width: 250px;
					background-repeat:no-repeat;
					color: #7c7972;
					cursor:pointer;
				}
					.col_left ul.left_list1 li:hover {
						color:#3d3938;
					}
					.col_left ul.left_list1 li.current { 
						color:#3d3938;
						background-image:url(../img/left_list1_bg_sel.gif);
					}
			
			/* sub nav type 2 */
			.col_left ul.left_list2 {
				background-color: #F8F8F5;
				padding: 15px 0px 15px 0px;
				width:260px;
			}
			
				.col_left ul.left_list2 li {
					background-color: transparent;
					margin: 0px 0px 0px 15px;
					padding: 5px 0px 5px 0px;
					width: 230px;
					border-bottom:1px solid #fff;
				}
					.col_left ul.left_list2 li a {
						text-decoration: none;
					}
					
					.col_left ul.left_list2 li a:hover {
						color:#3d3938;
					}
		
		/* right column */
		.col_right {
			width: 480px;
			float:left;
		}
			
	.cms_footer {
		margin: 60px auto 0px auto;
		width: 884px;
	}
	
		.cms_foot_col {
			float: left;
			width: 382px;
			background-image: url('../img/foot_rule.jpg');
			background-repeat: no-repeat;
			background-position: top left;
			margin: 30px 0px 0px 0px;
			padding: 10px 0px 0px 0px;
			color: #7c7972;
			overflow:hidden;
		}
	
	.footer {
		margin: 0px auto 0px auto;
		padding-top:40px;
		width: 940px;
	}
	
		.foot_col {
			float: left;
			width: 410px;
			background-image: url('../img/foot_rule.jpg');
			background-repeat: no-repeat;
			background-position: top left;
			margin: 30px 0px 0px 0px;
			padding: 10px 0px 0px 0px;
			color: #7c7972;
		}
		
		.foot_col.left {
			padding-left: 10px;
		}
		
		.foot_col.right{
			padding-right: 10px;
		}
		
		.foot_logo {
			float:left;
			background-image: url('../img/foot_logo.jpg');
			background-repeat: no-repeat;
			background-position: top center;
			height: 103px;
			width: 57px;
			padding: 0px 21px 0px 20px;
		}





/* ************** NAVIGATION & BUTTONS ************** */

.pnav {
	background-color: #FFF;
	height: 7px;
	width: 476px;
	margin: 0px auto 0px auto;
	padding: 0px 16px 0px 16px;
}

	.pnav li {
		float: left;
		margin: 0px 16px;
		height: 7px;
		font-size:7px;
		line-height:7px;
		overflow:hidden;
	}
		
		.nav_home, .nav_portfolio, .nav_shop, .nav_press, .nav_news, .nav_about {
			background-image: url('../img/pnav.gif');
			text-indent: -9000px;
			background-repeat:no-repeat;
			cursor:pointer;
		}
		/* todo: current states don't work in IE6- */
		.nav_home { background-position: 0px 0px; width: 31px; }
		.nav_home:hover { background-position: 0px -9px; width: 31px; }
		.nav_home_current { background-position: 0px -9px; width: 31px; }
		
		.nav_portfolio { background-position: -64px 0px; width: 64px; }
		.nav_portfolio:hover { background-position: -64px -9px; width: 64px; }
		.nav_portfolio_current { background-position: -64px -9px; width: 64px; }
		
		.nav_shop { background-position: -161px 0px; width: 29px; }
		.nav_shop:hover { background-position: -161px -9px; width: 29px; }
		.nav_shop_current { background-position: -161px -9px; width: 29px; }
		
		.nav_press { background-position: -223px 0px; width: 35px; }
		.nav_press:hover { background-position: -223px -9px; width: 35px; }
		.nav_press_current { background-position: -223px -9px; width: 35px; }
		
		.nav_news { background-position: -289px 0px; width: 86px; }
		.nav_news:hover { background-position: -289px -9px; width: 86px; }
		.nav_news_current { background-position: -289px -9px; width: 86px; }
		
		.nav_about { background-position: -407px 0px; width: 39px; }
		.nav_about:hover { background-position: -407px -9px; width: 39px; }
		.nav_about_current { background-position: -407px -9px; width: 39px; }
		
.back_button {
	margin-top:30px;
}
.viewProject_button {
	margin-top:30px;
}



/* ************** HOME ************** */
		
.home {
	width: 940px;
	height: 620px;
}

#page .main_content.home {
	margin:0px;
}


/* ************** PORTFOLIO ************** */

#page .main_content.portfolio { 
	margin: 78px 0px 0px 40px;
	padding: 15px 0px 5px 15px;
	background-color: #f8f8f5;
	width: 845px;
}

	.project_box {
		float: left;
		height: 130px;
		margin: 0px 10px 10px 0px;
		cursor:pointer;
	}
	
	.boxgrid { 
		width: 130px; 
		height: 130px;
		border: solid 0px #8399AF; 
		overflow: hidden;
	}
	
		.caption { 
			position: absolute; 
			background-color: #FFF; 
			background-position:center center;
			background-repeat:no-repeat;
			text-indent: -9000px;
			height: 130px; 
			width: 130px; 
			min-width:130px;
			min-height:130px;
			_width:130px;
			_height:130px;
			
			/* For IE 5-7 */
			filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
			/* For IE 8 */
			-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			/* For sane browsers */
			opacity:0; 
		}
		




/* ************** GALLERY ************** */

.gallery_header {
	height: 40px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #e8e6e2; 
	text-indent: -9000px;
	background-repeat: no-repeat; 
	background-position: top left;
}

.gallery_thumbs {
	width: 240px;
	margin: 0px 0px 0px 0px;
	cursor:pointer;
}
	
	.gallery_thumbs li {
		float: left;
		margin: 0px 20px 20px 0px;
		/* For IE 5-7 */
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
		/* For IE 8 */
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
		/* For sane browsers */
		opacity:0.3; 
	}
	
	.gallery_thumbs li.current {
		/* For IE 5-7 */
		filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
		/* For IE 8 */
		-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		/* For sane browsers */
		opacity:1; 
	}

.featured {

}

	.featured_mag {
		float: left;
		margin-right: 20px;
	}
	
	.featured_download {
		float: left;
		padding: 111px 0px 0px 0px;
	}
	
.gallery_image {
	position:absolute;
	display:none;
}

.gallery_image.current {
	display:inline-block;
}

.gallery_imgbox {
}

	.imgbox_credit {
	}

		.imgbox_credit .view_btn {
			float: right;
			padding-top: 6px;
		}
		
		.imgbox_credit .byline {
			padding-top: 12px;
			float: left;
		}

	.imgbox_caption {
		width:480px;
		margin-top:20px;
	}
	
	
.quote {
	margin-top:40px;
}


/* ************** SHOP ************** */

.shop_head {
	height: 30px;
	padding-bottom: 10px;
	background-image: url('../img/store_header.jpg');
	margin-bottom: 50px;
}

.shop_images {
	width:280px;
	height:420px;
}

	.shop_image {
		display:none;
		position:absolute;
	}
	
	.shop_image.current {
		display:block;
	}

.shop_img_roll {
	width:280px;
}

	.shop_img_dots {
		margin:15px auto 0px auto;
		width:98px;
	}

		.shop_img_dots div {
			height: 10px;
			width: 14px;
			float: left;
			background-image: url('../img/bg_shop_img_roll.jpg');
			background-repeat: no-repeat;
			background-position: center top;
			cursor:pointer;
			overflow:hidden;
		}
		
		.shop_img_dots div.current {
			background-position: center -10px;
		}
		
		.shop_img_dots div:hover {
			background-position: center -10px;
		}
		
		




/* ************** PRESS ************** */

.press_divider {
	clear:both;
	background: url('../img/press_divider.gif') 0px 4px no-repeat;
	text-align:center;
	width:820px;
}

.press_clip_thumb {
	float:left;
	margin:15px 20px 30px 0px;
	text-align:center;
	width:100px;
	line-height:11px;
}
	
	.press_clip_thumb .text {
		height:40px;
	}
	.press_clip_thumb a {
		text-decoration:none;
	}
	
	.press_clip_thumb:hover a {
		text-decoration:none;
		color: #3d3938;
	}
	
	.press_clip_thumb .title {
	}
	
	.press_clip_thumb .date {
		padding-top:3px;
	}






/* ************** NEWS & NOTES ************** */

.categories_head {
	background-image: url('../img/news_header_categories.jpg');
}


.archives_head {
	margin-top: 30px;
	background-image: url('../img/news_header_archives.jpg');
}

.news_head {
	height: 30px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-image: url('../img/news_header.jpg');
}


.posts {

}

	.post_sort {
		line-height: 14px;
	}

	.posts_wrap {
		margin-bottom: 15px;
	}
		
		.post {
			margin-top: 30px;
		}
			
			.post_date {
				color: #716c63;
				margin-bottom: 15px;
			}
			
			.post_title {
				margin-bottom: 5px;
				font-size:14px;
				line-height:20px;
			}
				.post_title a {
					color:#3d3938;
				}
			
			.post_image_small {
				width: auto;
				float: left;
				padding: 0px 15px 15px 0px;
			}
			
			.post_image_large {
				width: 480px;
				float: left;
				margin: 0px 0px 15px 0px;
			}

			.post_text {
				margin-bottom: 15px;
			}
	
			.post_footer {
				background-image: url('../img/news_bg_post.jpg');
				background-repeat: repeat-x;
				background-position: bottom;
				padding: 5px 0px 10px 0px;
				
			}
			
				.post_footer .left {
					padding-left: 15px;
					float: left;
					width: 345px;
				}

					.post_author {
						color: #716c63;
						margin: 0px 0px 2px 0px;
					}
	
					.post_catlist {
					}

				.post_footer .right {
					float: left;
					width: 85px;
					margin-left: 20px;
				}

					.post_commentCount {
						color: #716c63;
					}
			
			.share_post {
				position: relative;
				color:#3D3938;
				display:none;
			}
				
				.sending_post {
					position: relative;
					margin: -115px 0px 0px 0px;
					padding: 0px;
					height: 115px;
					color:#3D3938;
					display:none;
				}
				
				.sending_post .padding {
					position: relative;
					background-color: #efeeeb;
					text-align: center;
					margin: 0px auto 0px auto;
					height: 70px;
					padding: 45px 10px 10px 10px;
					opacity: 0.8;
				}
			
			.commentDiv {
				display: none;
			}
				
				
				.comment {
					border-bottom: 1px solid #FFF;
					padding-bottom: 10px;
					margin-bottom: 10px;
					color:#3D3938;
				}

					.commentAuthor {
						margin-bottom: 5px;
					}

					.commentText {
						margin-bottom: 5px;
					}

					.commentDate {
						text-align: right;
					}
				
				.new_comment {
					position: relative;
					color:#3D3938;
					height: 180px;
				}
					
					.comment_text_div a {
						font-size: 14px;
					}
					
					.commentLabel {
						text-align:top;
						margin-bottom: 4px;
						width: 80px;
						display: block;
					}
					
					.sending_comment {
						position: relative;
						margin: -185px 0px 0px 0px;
						padding: 0px;
						height: 185px;
						color:#3D3938;
					}
					
					.sending_comment .padding {
						position: relative;
						background-color: #efeeeb;
						text-align: center;
						margin: 0px auto 0px auto;
						height: 80px;
						padding: 90px 10px 10px 10px;
						opacity: 0.8;
					}

.pagination {
	color:#3D3938;
	font-size:11px;
}

.pages {
	
}




/* ************** ABOUT ************** */

.about_head {
	background-image: url('../img/about_head.jpg');
}

.right_head {
	height: 30px;
	padding-bottom: 10px;
	margin-bottom: 50px;
}

	.about_header_firmProfile {
		background-image: url('../img/about_header_firmProfile.jpg');
	}
	
	.about_header_teamBiographies {
		background-image: url('../img/about_header_teamBiographies.jpg');
	}
	
	.about_header_careers {
		background-image: url('../img/about_header_careers.jpg');
	}
	
	.about_header_contact {
		background-image: url('../img/about_header_contact.jpg');
	}
	
	.about_header_inquiries {
		background-image: url('../img/about_header_inquiries.gif');
	}

.biobox {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e8e6e2;
}

	.biobox img {
		padding: 0px 20px 20px 0px;
		float:left;
	}
	
	.bio_title {
		color: #716c63;
		display: block;
	}

.firm_profile li {
	padding-top: 10px;
	list-style: disc;
	list-style-image: url('../img/dot.gif');
	margin-left: 13px;
}

.about_image {
	margin: 3px 20px 20px 0px;
	float:left;
}

.form_box .subhead {
	background-image: url('../img/about_subhead_inquiries.gif');
	background-repeat: no-repeat;
	text-indent: -9000px;
	margin:15px 0px 30px 0px;
}

.form_box .optional_information {
	background-image: url('../img/about_subhead_optionalInformation.gif');
	background-repeat: no-repeat;
	text-indent: -9000px;
	width:172px;
	height:31px;
	overflow:hidden;
}





/* ************** CMS ************** */


/* globals */

.cms_navigation {
	width:860px;
	background-color:#f8f8f5;
}

.cms_navigation li {
	display:inline-block;
	cursor:pointer;
	padding:5px 15px;
}

.cms_navigation li:hover {
	background-color:#efeeeb;
}

.cms_navigation a,
.cms_navigation a:hover {
	text-decoration:none;
}

#cms .list_head {
	width: 244px;
	background-position: 10px 0px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #e8e6e2; 
	font-size:13px;
	padding:22px 0px 14px 15px;
}

.controls li {
	float:left;	
	height:19px;
	text-indent:-9000px;
	margin-right:25px;
	cursor:pointer;
	background-image: url('../img/cms_news_controls.gif');
}

.new_entry {
	width:96px;
	background-position:0px 0px;
}
.new_entry:hover {
	background-position:0px -19px;
}

.save_entry {
	width:109px;
	background-position: -209px 0px;
}
.save_entry:hover {
	background-position: -209px -19px;
}

.remove_entry {
	width:113px;
	background-position: -96px 0px;
}
.remove_entry:hover {
	background-position: -96px -19px;
}

.current_image {
	margin-top:10px;
}

	.image_preview {
		float:left;
	}
	
		.image_preview.portfolio_title {
			border:1px dotted #7C7972;
			vertical-align:middle;
		}
	
	.image_form {
		float:left;
	}
	
.pdf_form {
	margin-top:20px;
}

.images .thumb,
.images .medium,
.images .large {
	float:left;
}

.categories {
	margin-top:10px;
}

	.categories li {
		display:inline-block;
		margin:3px 0px;
		width: 150px;
	}

.add_new {
	margin-top:20px;
}
	.add_new p {
		margin-bottom:10px;
	}
	
	.add_new input {
		height:22px;
		width:200px;
	}
	
	.add_button {
		width:80px;
		height:22px;
		background-image: url("../img/form_button_add.gif");
		background-repeat: no-repeat;
		background-position: 0px -22px;
		overflow:hidden;
		text-indent: -100%;
		float:left;
		cursor:pointer;
	}
	
	.add_button:hover {
		background-position: 0px 0px;
	}

.no_images {
	margin-bottom:20px;
}

.remove_image {
	cursor:pointer;
}

.remove_image_btn {
	cursor:pointer;
}

.remove_comment {
	margin-left:305px;
}

.checkbox {
	cursor:pointer;
}
	.checkbox .label {
		float:left;
		color:#7c7972;
		margin-right:20px;
	}

	.checkbox .check {
		width:14px;
		height:14px;
		background-image: url('../img/cms_check_off.gif');
		background-repeat: no-repeat;
		background-position: center center;
		float:left;
		margin-right:5px;
	}
	
	.checkbox .remove {
		float:left;
		width:14px;
		height:14px;
		overflow:hidden;
		text-indent: -100%;
		background-image: url('../img/cms_x.gif');
		background-position: 0px 0px;
		background-repeat: no-repeat;
		display:inline-block;
	}
	
	.checkbox .remove:hover {
		background-position: 0px -14px;
	}
	
	.checkbox.on .check {
		background-image: url('../img/cms_check_on.gif');
	}
	
	.checkbox.red .check {
		background-image: url('../img/cms_check_red.gif');
	}
	.checkbox.red .label {
		color:#990000;
	}


/* login */
.login.form_box {
	width:440px;
}

.login.form_box .padding {
	margin: 10px 0px;
}

#cms .login_header {
	width:480px;
	border-bottom:1px solid #e8e6e2;
	margin-bottom:50px;
	text-indent:-100%;
	background-image: url('../img/cms_header_welcome.gif');
	background-repeat: no-repeat;
	height:22px;
	padding-bottom:15px;
}
