
/* ================================================== */
/* GENERAL */
/* ================================================== */

:focus{-moz-outline-style: none;}

html, body { height: 100%; }
#main_table { height: 100%; }
body{
	font-family:sans-serif;
	font-size:10pt;
	background-color:#ffffff;
}
a{
	color:#678700;
	text-decoration:none;
	border-bottom:none;
	outline:none;
}
a:hover{
	color:#a8ce00;
	text-decoration:none;
}

/* ================================================== */
/* HEADER */
/* ================================================== */

#header_logo{
	position:relative;
	bottom:0;
}
#header_mid{
	background-image:url('../images/header/mid.jpg');
	background-position:0 0;
	background-repeat:no-repeat;
	width:940px;
	background-color:#439D3B;
	/* height:188px; */
}
#header_left{
	background-image:url('../images/header/left.jpg');
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#439D3B;
}
#header_right{
	background-image:url('../images/header/right.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#439D3B;
}
#header_nav{
	color:#ffffff;
	font-family:helvetica,arial,sans-serif;
	font-size:20px;
	font-weight:bold;
	letter-spacing:-0.03em;
	text-align:right;
	width:auto;
	margin-top:18px;
	margin-bottom:-18px;
	padding-right:35px;
	overflow:hidden;
	line-height:47px;
}
#header_nav a{
	color:#ffffff;
	padding-left:1em;
}
/* Safari Hack */
@media screen and (-webkit-min-device-pixel-ratio:0){
	#header_nav{margin-top:17px;}
}

/* ================================================== */
/* MAIN CONTENT AREA */
/* ================================================== */

img#placeholder {
	margin-top:10px; /* to compensate for dot nav */
}

/* ================================================== */
/* FOOTER */
/* ================================================== */

#footer{
	background-color:#707070;
}
.footer{
	background-color:#707070;
	height:94px;
}
.footer a{
	color:#ccff00;
	border-bottom:1px solid transparent;
}
.footer a:hover{
	border-bottom:1px solid #a8ce00;
}

/* ================================================== */
/* NAVIGATION */
/* ================================================== */

#nav{
	position:fixed;
	display:block;
	z-index:100;
	top:183px;
	left:20px;
	font-size:75px;
	letter-spacing:-5px;
	line-height:100px;
	margin:0;
	padding:0;
	vertical-align:top;
	/* text-outline:2px 2px #ffffff; */
	text-shadow:
		-2px -2px 0 #fff, 0px -2px 0 #fff, 2px -2px 0 #fff,
		-2px 0px 0 #fff, 0px 0px 0 #fff, 2px 0px 0 #fff,
		-2px 2px 0 #fff, 0px 2px 0 #fff, 2px 2px 0 #fff;
}

/* ================================================== */
/* OTHER */
/* ================================================== */

div.portfolio_text_area{
	width:600px;
	margin-left:auto;
	margin-right:auto;
	color:#ffffff;
	float:left;
}

