/* CSS Document */

html { height: 100%; padding-bottom: 1px; }

body {
	padding: 0;
	margin: 40px 0 0 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #303B41 url('../img/bg.jpg') repeat-x;
	}
a {
	text-decoration: none;
	outline: none;
	}
p {
	margin: 11px 3px;
	}	
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	}

/* http://www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */
.clear {
	clear: both;
	}
.clear:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clear {display:inline-block;} /* Hide from IE Mac \*/
.clear {display:block;} /* End hide from IE Mac */

#wrap {
	margin: 0 auto;
	width: 850px;
	}
	
#head {
	height: 150px;
	background-color: #171714;
	background-image: url(../img/drop_header.jpg);
	background-repeat: repeat-x;
	}

.logo {
	color: #fff;
	font-size: 50px;
	font-family: Futura, "Trebuchet MS", Trebuchet MS, Geneva, Verdana, sans-serif;
	padding: 20px 50px;
	margin: 0px;
	}
.logo a {
	color: #fff;
	}
	
	
/* =============== MENU	=============== */
#navcontainer {
	background-image: url(../img/drop_content.gif);
	background-color: #000;
	margin: 0;
	padding: 5px 25px 30px 35px;
	}
#navlist {
	font-weight: bold;
	font-size: 13px;
	}
#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #aaa;
	}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	background: transparent;
	color: #ddd;
	}
#navlist a:hover { 
	color: #fff;
	}





/* =============== MAIN	=============== */
#content {
	margin: 0;
	background-color: #333;
	background-color: #000;
	background-image: url(../img/drop_content.gif);
	padding: 10px 35px;
	color: #aaa;
	}
#content a {
	color: #fff;
	}
#content a:hover {
	text-decoration: underline;
	}
#content #left {
	width: 400px;
	margin-right: 30px;
	float: left;
	line-height: 18px;
	}	
#content #both {
	width: 750px;
	margin-right: 30px;
	line-height: 18px;
	}	
#content #both #pass {
	width: 500px;
	}
/***********************************************/
#passlist {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #fff;
	}
#passlist ul, #passlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#passlist a:link, #passlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
	}
#passlist a:link#current, #passlist a:visited#current {
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
	}

#passlist a:hover { color: #ccc; }

/**********************************************/

#content #both #pass ul {
	list-style-type: none;
	}
#content #both #pass ul li {
	width: 100px;
	display: inline;
	margin-right: 2px;
	}
#ht2007 {
	display: none;
	}
#content #right {
	width: 350px;
	float: left;
	line-height: 18px;
	}
#content .cv_table {
	padding: 5px;
	}
#content .cv_table .first {
	width: 150px;
	text-align: left;
	color: #aaa;
	font-size: 12px;
	padding-top: 15px;
	}
#content .cv_table .second {
	width: 600px;
	text-align: left;
	color: #aaa;
	font-size: 12px;
	padding-top: 15px;
	}
#fslogo {
	float: right;
	padding: 15px;
	}
.contact {
	padding: 5px;
	background-color: #333333;
	border: 1px solid #999999;
	text-align: center;
	margin: 0 auto;
	}
/* =============== JOBS	=============== */
#right .job_item {
	background-color: #131010;
	padding: 5px;
	}
#right .job_item h4 {
	font-family: Futura, "Trebuchet MS", Trebuchet MS, Geneva, Verdana, sans-serif;
	font-size: 18px;
	}
#right .job_item img {
	float: left;
	padding: 5px;
	border: 0;
	}
/* =============== FOOT	=============== */
#footer {
	background-color: #301210;
	background-color: #000000;
	color: #aaa;
	margin: 0px 25px;
	padding: 5px 10px 7px 10px;
	background-image: url(../img/drop_content.gif);
	margin: 0;
	padding: 5px 35px 7px 35px;
	}
#footer a {
	color: #fff;
	}
#footer_drop {
	background-color: #000;
	background-image: url(../img/drop_bottom.gif);
	height: 30px;
	}
