*
{
border: 0;
margin: 0;
}

a:active {
  outline: none;
}


#container {
	padding-bottom: 20px;
}

#masthead{
	height:190px; 
	width:100%;
	color:#ff9900;
	z-index: 2;
	top: 0px;
	left:0px;
	background: transparent url(/images/header.png) repeat-x top left;
	position: fixed;
	z-index: 9999;
	
	/* stav */
/*	position: relative;*/
	
}

body
{
	font: 12px Helvetica, Arial, sans-serif;
	color: #000;
	/*background: #fff url(/images/bg.jpg) repeat;*/
	line-height: 18px;
	font: 12px Helvetica, Arial, sans-serif;
}


#background img{
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: auto;
	position: fixed !important;
}

div#header_ {
	width: 960px;
	height: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
	padding-left: 20px;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
/*	margin-left: 20px;*/
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 200px;
z-index: 222;
}

/* @group CONTAINERS */

.left_container{
	float: left;
	width: 360px;

}

.logo{
		margin-left: 0px;
		width: 200px;
		position: absolute;
}


.cycle-prev, .cycle-next {
    position: absolute;
    top: 55%;
    display: block;
    text-indent: -999999px;
    overflow: hidden;
    width: 35px;
    height: 35px;
    z-index: 101;
    margin-top: -18px;
    display: none;
}

.cycle-prev {
    left: 0;
    background: url(../images/arrows.png) 0 0 no-repeat;
}

.cycle-next {
    right: 0;
    background: url(../images/arrows.png) -35px 0 no-repeat;
}

.cycle-slide{
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute!important;
	z-index: 111;
}	

#fullscreen-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
}

.logo_award{
	/*
width: 165px;
	height: 60px;
	background: url(/images/HousesAwards_14_logo_supporters.jpg) no-repeat top left;
	top: 85px;
*/
	width:260px;
	height: 94px;
	position: relative;
	left: 702px;
	top:56px;
}

.logo h1{
	width: 170px;
	height: 150px;
	text-indent: -999em;
	background: transparent url(/images/logo.png) no-repeat top left;
	cursor: hand;
	cursor:pointer;
}

.general_content{
	width: 590px;
	float: right;
/*	margin-top: 200px;*/
}

.introduction{
	padding-top: 29px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 17px;
/*	color: #999;*/
	color: #666;
	line-height: 22px;
	background: #fff;
	margin-bottom: 20px;
}

.introductionimage{
	padding: 20px 20px 0px 20px;
	font-family: georgia,times;
/*	font-size: 18px;
	color: #999;*/
	line-height: 20px;
	background: #fff;

}

p {
	margin-bottom: 15px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
}

div.finishline{
 background: transparent url(/images/border.png) no-repeat 0px 0px;
	height: 20px;
}


.finishlineleft20{
	background: #fff url(/images/border.png) no-repeat 20px 0px;
	height: 20px;
}


.cycle-prev {
    left: 0;
    background: url(/images/arrows.png) 0 0 no-repeat;
}

.cycle-next {
    right: 0;
    background: url(/images/arrows.png) -35px 0 no-repeat;
}

img.introimage{
	margin-bottom: 15px;
}


.project_detail{
	width: 320px;
	float: left;
	background: #fff;
	padding: 12px 20px 15px 20px;
	margin-bottom: 20px;
	color: #999;
	font-size: 11px;
}

.project_detail p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

.project_detail a[rel=tel] {
	text-decoration: none;
	color: #999;
}



.imagespacer{
	height: 40px;
}

/* @end */

/* @group NAVIGATION */

#navigation{
	height: 35px;
	margin-bottom: 20px;
	padding-top: 5px;
	overflow: hidden;
	position: absolute;
	top: 150px;
	margin-left: 359px;
}

#navigation ul{
	list-style-type: none;
	float: left;
	padding: 6px 0px;
	white-space: nowrap;
}

#navigation ul li{
	display: inline;
	padding: 5px 42px 5px 10px;

	text-transform: uppercase;
}

#navigation ul li a{
	color: #fff;
	text-decoration: none;
	background: transparent;
}

#navigation ul li a.selected{
	padding-bottom: 5px;
	border-bottom: 2px solid #908e8f;
	background: transparent;
}

#navigation ul li a:hover{
	padding-bottom: 5px;
	border-bottom: 2px solid #ffffff;
	background: transparent;
}

#navigation ul li.rightnopadding{
	padding: 5px 0px 5px 10px;
}

.submenu{
	margin-left:20px;
margin-top: 5px;
margin-bottom: 5px;
}

.submenu a{
	color: #999;
	text-decoration: none;
}

.submenu div {
	margin-top: 3px;
}


.submenu a.submenu_link_selected{
	border-bottom: 2px solid #777;
	color: #444;
}


/* @end */

/* @group SIDEMENU */
#sidemenu{
	float:left;
	width: 320px;
	background: #fff;
	padding: 10px 20px;
	margin-bottom: 20px;
/*	margin-top: 200px;*/
}

.submenu_title{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	color: #3F3C3C;
	padding-bottom: 3px;
	margin-bottom: 15px;
	background: #fff url(/images/border.png) no-repeat bottom left;
}

.menu_item{
	font-family: arial,helvetica;
	font-size: 13px;
	margin-bottom: 2px;
}

.menu_item a{
	color:#999 ;
	text-decoration: none;
}

.menu_item.selected{
	background: #fff url(/images/border.png) no-repeat 0px 14px;
	color: #3F3C3C;

}

.menu_item.selected a{
	color: #333;

}


/* @end */

/* @group TEXT */

.introduction p{
	width: 480px;
	color: #666;
	line-height: 22px;
	font-size: 17px;
	color: #666;
}

div.introductionimage div.introduction-text p {
	width: 480px;
	color: #666;
	line-height: 22px;
	font-size: 17px;
	color: #666;
}

div.introductionimage div.introduction-text p span {
	width: 480px;
	color: #666;
	line-height: 22px;
	font-size: 17px;
	color: #666!;
}

#credits{
	font-size: 10px;
	background: #fff;
	width: 360px;
	height: 20px;
	position: relative;
	bottom: 0px;
	text-align: center;
	color: #999;
	line-height:2em; 
}

#credits a{
	color: #999;
	text-decoration: none;
}

.project_detail a{
	color: #000;
}

.project_detail a:hover{
	color: #ff9900;
}

#credits a:hover{
	color: #ff9900;
	text-decoration: none;
}

.general_content a{
	color: #000;
}

.general_content a:hover{
	color: #ff9900;
}

/* @end */

/* @group PROJECTS */

.imagethumb{
	width: 60px;
	height: 60px;
	padding: 0px;
	margin:0px 5px 5px 0px;
	float: left;
	cursor: hand;
	cursor:pointer;
}
.no_right_margin{
	margin-right: 0px;
}

#carouselcont{

}

.project_hero{
	padding: 5px 20px 5px;
	background: #fff;
	margin-bottom: 10px;
	line-height: 1px;
	min-height: 550px;
}

.hidethishero{
	position: fixed;
	top:-9999px;
}

.project_hero img{
	margin: 20px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.project_caption{
	font-size: 12px;
	line-height: 26px!important;
	background: #fff;
	height: 25px;
	text-align: left;
	color: #999;
	padding: 0px 0px 0px 20px;
	width: 387px;
	line-height:2em; 
	}
.thumbs_container{
	margin-top: 20px;
}

/* @end */

/* @group PEOPLE */

.people{
	background: #fff;
	padding:5px 20px 20px;
	color: #999;
	font-size: 11px;
 	background: #fff url(/images/border_20px.png) no-repeat bottom left;
	

}
.people_spacer{
	background: #fff;
	height: 15px;
}

.people_content{
	float: left;
	width: 340px;
}

.people h1{
	font-family: georgia,times;
	font-weight: normal;
	color: #666;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 18px;
}

.people_image{
	float: right;
	width: 204px;
	height: 203px;
}



/* @end */

/* @group AWARDS */

.award_image{
	width: 105px;
	height: 105px;
	float: right;
}


.award_spacer{
	background: #fff;
	height: 5px;
}

.award_content{
	float: left;
	width: 380px;
}

.award_content p{
	font-size: 14px;
}
.award h1{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	color: #666;
	margin-bottom: 10px;
	font-size: 18px;
}
.award{
	background: #fff;
	padding:20px 20px 0px;
	color: #999;
	font-size: 11px;
 	background: #fff url(/images/border_20px.png) no-repeat bottom left;
	

}

.imageheader{
	background: #fff;
	padding: 20px 20px 0px;
	line-height: 1px;
}

.people_image img{
	width: 204px;
	height: 203px;
}


/* @end */

/* @group ARTICLES */


.article{
	background: #fff;
	padding:5px 20px 0px;
	color: #999;
	font-size: 11px;

}
.article_header{
	position: relative;
	margin-bottom: 15px;
	line-height: 1px;
}

.article_titles{
	width: 180px;
	float: left;
	position:absolute;
	bottom: 0px;
}

.article_titles h1{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	font-size: 18px;
	color: #666;
	margin-bottom: 10px;
	line-height: 100%;
}


.article_body{
	paddingadding: 0px 0px 40px;
	
}

.article_body p{
	margin-bottom: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 22px;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
}

.article_titles p{
	line-height: 12px;
	margin-bottom: 0px;;
}

.article_image{
	float: right;
	width: 365px;
	text-align: right;
}

.media_summary{
	padding: 5px 20px 20px;
	background: #fff;
}

.article_thumb_div{
	width: 180px;
	float: left;
	padding: 0px 5px 7px 0px;
	font-size: 11px;
	line-height: 12px;
	color: #999;
	cursor: hand;
	cursor:pointer;
}

.article_thumb_hero{
	float:left;	
	width: 180px;
	height: 100px;
	margin-bottom: 5px;
	background: #000;
}
.nomargin{
	padding-right:0px;
}

/* @end */

/* @group CONTACT */
.contactinfo{
	background: #fff;
	padding: 20px 20px 10px 20px;
	color: #999;
	font-size: 11px;
	
}


.contactinfo a{
	color: #000;
}

.contactinfo a:hover{
	color: #ff9900;
}

.contactinfo h1, .contact_container h1{
	font-size: 18px;
	color: #3F3C3C;
	padding-bottom: 3px;
	margin-bottom: 20px;
	font-weight: normal;
}



.contactinfo p{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 17px;
}






.formline{
		margin-bottom: 8px;

}
.title{
	padding-top: 6px;
	float: left;
	width: 75px;
	clear: both;
	color: #999;
	font-size: 13px;
}

.field input{
	width: 258px;
	border: 1px solid #ccc;
	height: 23px;
	padding: 0px 5px;
}

.field textarea{
	width: 258px;
	padding: 0px 5px;
	height: 83px;
	border: 1px solid #ccc;
}

input, textarea{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #999;
}

input.error, textarea.error{
	border: 1px solid #ff1100;
}

.field{
	float: left;
	width: 300px;
}

.submit_contact{
	clear: both;
	color: #666;
	background-color: #dedede;
}

#send_button{
	margin-left: 71px;
	margin-top: 14px;
}

.formlable{
	float: left;
	width: 152px;
}

.formvalue{
	float: left;
	width: 200px;
}

.contact_container{
	background: #fff;
	padding: 20px;
}

.introduction-text {
	padding-right: 70px;
}


.introduction-text ul{
	width: 100%;
	margin-bottom: 20px;
}

.introduction-text ul li {
	list-style: none;
	margin-left: 18px;
	display: inline-block;	
}

.introduction-text ul li img {
	display: block;
	margin-bottom: 10px;
	max-height: 75px;
}

/* @end */

div.cycle-prev-container {
	height: 100%;
	width: 200px;
	left: 0;
	position: absolute;
	z-index: 9999;
}

div.cycle-next-container {
	height: 100%;
	width: 200px;
	right: 0;
	position: absolute;
	z-index: 9999;
}