/* @override http://scland.efrontdev.com.au/style.css */

/* @override http://scland.efrontdev.com.au/style.css */

/* @override http://scland.efrontdev.com.au/style.css */

/* @override http://scland.efrontdev.com.au/style.css */

/* @override http://scland.efrontdev.com.au/style.css */

/* @override http://scland.efrontdev.com.au/style.css */

/* @override http://scland.efrontdev.com.au/style.css */

/* @override http://scland.efrontdev.com.au/style.css */

/* @override http://scland.efrontdev.com.au/style.css */

/* @override http://scland.efrontdev.com.au/style.css */

/* @override http://scland:8990/style.css */

/* @override http://scland:8990/style.css */



*
{
border: 0;
margin: 0;
}

a:active {
  outline: none;
}


#container {
	margin-bottom: 20px;
}

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

	}

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

}


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


#wrapper{
	width: 960px;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

/* @group CONTAINERS */

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

.logo{
		margin-left: -10px;

}

.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;
}

.introduction{
	padding: 29px 20px 0px 20px;
	font-family: georgia,times;
	font-size: 18px;
	color: #999;
	line-height: 20px;
	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;
}

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;
}


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;
}

.imagespacer{
	height: 40px;
}

/* @end */

/* @group NAVIGATION */

#navigation{
	height: 35px;
	margin-bottom: 20px;
	padding-top: 5px;
}

#navigation ul{
	list-style-type: none;
	float: right;
	padding: 0px 0px;
}

#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
}

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



.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;
	}

.submenu_title{
	font-family: georgia,times;
	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: 12px;

}

.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{
	margin-bottom: 20px;
	width: 480px;
	color: #666;
}

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

#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;
	height: 550px;
}

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

.project_hero img{
	margin: 0px;
	padding: 0px;
}

.project_caption{
	font-size: 10px;
	background: #fff;
	height: 20px;
	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: georgia,times;
	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: georgia, times;
	font-weight: normal;
	font-size: 18px;
	color: #666;
	margin-bottom: 10px;
	line-height: 100%;
}


.article_body{

padding: 0px 0px 40px;
	
}

.article_body p{
	margin-bottom: 10px;
}
.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-family: georgia,times;
	font-size: 18px;
	color: #3F3C3C;
	padding-bottom: 3px;
	margin-bottom: 20px;
	font-weight: normal;
}



.contactinfo p{
	margin-bottom: 10px;
}






.formline{
		margin-bottom: 8px;

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

.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;
}

/* @end */

