@charset "utf-8";
body {
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #7c7c7c;
}
html {
	padding: 0px;
	margin: 0px;
}

/* STRUCTURE ---------------------------------- */

#aboveFold {
	background-color: #e7e7db;
}

#flashHeads {
	height: 340px;
	min-width: 840px;
	max-width: 1020px;
	margin: 0 auto 0 auto;
}

#content {
	width: 840px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 15px;
}

#header, #footer {
	width: 825px;
	margin: 0 auto 0 auto;
	padding: 0 15px 0 15px;
}

#header {
	height: 112px;
	padding-top: 12px; 
}


#footer {
	color: #7b7c6e;
}

/* COMMON ---------------------------------- */

a {
	color: #7c7c7c;
	text-decoration: none;
}

a:hover {
	color: #575757;
}

.clear {
	clear: both;
	height: 0px;
	margin: 0px;
	line-height: 0px;
	visibility: hidden;
}

.error {
	color: #ff0000;
}

dl, dt, dd {
	padding: 0;
	margin: 0;
}


/* HEADER ---------------------------------- */
#header {
	position: relative;
}

#logo {
	width: 0px;
	padding-left: 240px;
	height: 98px;
	background-image: url('../images/logo.gif');
	overflow: hidden;
}

#stafflogin {
	position: relative;
	background-image: url('../images/login_box.gif');
	width: 171px;
	height: 62px;
	padding: 10px 12px 10px 12px;
	position: absolute;
	right: 15px;
	top: 42px;
}

#stafflogin dt {
	margin-bottom: 4px;
}

#stafflogin #form_stafflogin_username, #stafflogin #form_stafflogin_password {
	border: 0px;
	height: 16px;
	font-size: 12px;
	padding: 1px;
	margin: 0 0 3px 0;
	background-color: #fff;
	color: #999;
}

#stafflogin #form_stafflogin_submit {
	position: absolute;
	right: 18px;
	top: 36px;
}


/* NAVIGATION ---------------------------------- */

#navigation {
	position: absolute;
	right: 220px;
	top: 42px;
	width: 380px;
	z-index: 50;
}

#navigation a {
	color: #d9ebc4;
}

#navigation a:hover {
	color: #fff;
}

#navigation dt {
	height: 0px; 
	width: 0px;
	overflow: hidden;
}

#navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navigation ul li {
	padding: 0;
	margin: 0 0 0 6px;
	float: left;
	height: 40px;
	overflow: hidden;
	background-position: right 0px;
	background-repeat: no-repeat;
}

#navigation ul li .nav_top_level {
	display: block;
	height: 0px;
	padding-top: 40px;
	overflow: hidden;
}

#navigation ul li:hover {
	background-position: right -40px;
}

#navigation ul li#nav_projects {
	width: 180px;
	background-image: url('../images/button_projects.gif');
}
#navigation ul li#nav_aboutcv {
	background-image: url('../images/button_aboutcv.gif');
	width: 85px;
}
#navigation ul li#nav_contactus {
	background-image: url('../images/button_contactus.gif');
	width: 95px;
}

#nav_projects_dropdown_top {
	background-image: url('../images/projects_drop_top.png');
	height: 11px;
}
#nav_projects_dropdown_middle {
	padding: 12px;
	background-color: #59a801;
}
#nav_projects_dropdown_bottom {
	clear: left;
	background-image: url('../images/projects_drop_bottom.png');
	height: 11px;
}

#navigation ul li ul {
	width: 182px;
}

#navigation div.nav_dropdown_inactive{
	display: none;
}

#navigation div.nav_dropdown_active{
	overflow: hidden;
	position: absolute;
	right: -50px;
	width: 464px;
	padding: 0;
	color: #fff;
	display: block;
}

#navigation ul li ul.nav_col {
	height: auto;
	width: 220px;
	font-weight: bold;
	float: left;
	display: block;
	margin: 0 0 4px 0;
	padding: 0;
}

#navigation ul li ul li{
	font-weight: bold;
	padding: 0;
	margin: 0 0 3px 5px;
	height: auto;
	float: none;
}

#navigation ul li ul li ul{
	padding: 6px 0 0 0;
}

#navigation ul li ul li ul li.nav_project{
	font-weight: normal;
	margin: 0 0 1px 5px;
}

#navigation ul li ul li a{
	display: block;
}


/* FLASH HEADS ---------------------------------- */

#flashHeads {
	border-bottom: 2px solid #fff;
	margin-bottom: 30px;
}


/* CONTENT ---------------------------------- */

#content {
	position: relative;
	min-height: 300px;
}

#content h1 {
	font-weight: normal;
	font-size: 1.6em;
	border-bottom: 2px solid #fff;
	letter-spacing: -0.08em;
	padding-bottom: 5px;
}

#leftCol {
	width: 250px;
	padding: 0 0 40px 0;
}

#leftCol p {
	font-size: 1.05em;
	line-height: 1.4em;
}

#leftCol a {
	color: #42A611;

}

#leftCol a:hover {
	color: #575757;
}

#rightCol {
	position: absolute;
	width: 560px;
	height: 320px;
	right: 0px;
	top: 0px;
}

/* PHOTO/PROJECTS BOX ---------------------------------- */

#photoBox {
	width: 511px;
	height: 249px;
	position: absolute;
	right: 15px;
}

#photoBoxOverlay {
	width: 511px;
	height: 249px;
	position: absolute;
	background-image: url('../images/photo_box.png');
	z-index: 100;
}

#slides {
	position: relative;
	width: 511px;
	height: 249px;
	overflow: hidden;
}

#slidesInner {
	width: 3511px;	
}

.slide {
	width: 511px;
	height: 249px;
	float: left;
}

#prevSlide, #nextSlide {
	position: absolute;
	display: block;
	width: 0px;
	height: 40px;
	overflow: hidden;
	padding-left: 40px;
	top: 105px;
	z-index: 120;
	cursor: pointer;
}

#prevSlide {
	left: -25px;
	background-image: url(../images/arrow_left_off.png);
}

#nextSlide {
	right: -25px;
	background-image: url(../images/arrow_right_off.png);
}

#prevSlide:hover {
	background-image: url(../images/arrow_left_on.png);	
}

#nextSlide:hover {
	background-image: url(../images/arrow_right_on.png);
}


/* FOOTER ---------------------------------- */

#footer {
	padding: 20px 15px 30px 15px;
	font-size: 0.9em;
	color: #7b7c6e;
}

#footer a{
	color: #7b7c6e;
}


#footer #footer_col1, #footer #footer_col2, #footer #footer_col3, #footer #footer_col4, #footer #footer_col5 {
	width: 160px;
	padding-right: 30px;
	float: left;
}

#footer dl dt {
	font-weight: bold;
	margin-bottom: 15px;
}

#footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#footer #footer_col2 {
	border-right: 1px solid #c4c4c4;
	width: 400px;
	padding-right: 20px;
}

#footer #footer_col4 {
	border-right: 1px solid #c4c4c4;
	width: 150px;
	padding-right: 20px;
}

#footer #footer_col5 {
	font-size: 0.9em;
	color: #a4a4a4;
	margin: 0;
	padding: 0 0 0 20px;
	width: 160px;
	float: left;
}

