@charset "UTF-8";

/* CHANGE BODY BACKGROUND (SAND COLOR) TO COORDINATE */

body {
	background-color: #d7c08e;
}

/* HEADER */

div#header{
	height:200px;
	background:url(../images/bg_daywater.png) top repeat-x;
}

div#header_content{
	height:200px;
}

div#waterlayer{
	top:69px;
}

/* WATER */

div#water_container{
	position:relative;
	width:1024px;
	height:162px;
	margin:0px auto;
}

/* SANDY AREA */

div#sand{
	top:96px;
	background:url(../images/bg_daysand.png) top center repeat-x;
}

/* AP GRAPHICS */

div#container{
	padding:110px 0px 0px 0px;
}

/* CRAB */ 
div#sanddecor1{
	position:absolute;
	top:20px;
	right:40px;
	width:414px;
	height:99px;
	background:url(../images/crab.png) 0 0 no-repeat;
}

/* H TITLES */

h1#h1work{
	display:block;
	margin: 110px 0px 10px 30px;
	width:232px;
	height:26px;
	background:url(../images/h1_work.png) 0px 0px no-repeat;
	text-indent:-9999px;
}
	
/* CASE STUDY ARCHITECTURE */

div#case_container{
	width:961px;
	margin:0 auto;
}

div#case_header{
	width:961px;
	height:19px;
	background:url(../images/bg_caseheader.png) 0px 0px no-repeat;
	margin:0px;
}

div#case_content{
	width:921px;
	padding:10px 20px;
	overflow:hidden;
	margin:0px;
	background:url(../images/bg_casestudy.png) 0px 0px repeat-y;
}
div#case_left{
	width:553px;
	float:left;
}
div#case_right{
	width:298px;
	float:right;
	text-align:right;
}

div#case_footer{
	clear:both;
	width:961px;
	height:20px;
	background:url(../images/bg_casefooter.png) 0px 0px no-repeat;
	margin:0px;
}

/* CS TITLES */

.cs-description{
	display:block;
	font-size:14px;
	font-style:italic;
	margin:5px 5px 20px 0px;
}
	