body {
	background: #104186 url(img/bg.jpg) repeat-x top;
	margin:0px;
}

#header {
	width:912px;
	height:90px;
	margin:0px auto;
	position:relative;
}

#tagline {
	font: bold 13px "Trebuchet MS", Verdana, sans-serif;
	color:white;
	letter-spacing:2px;
	position: absolute;
	bottom: 15px;
	right: 30px;
}

#container_top {
	width:912px;
	margin:0px auto;
}

#container {
	width:994px;
	margin:0px auto;
}

#container_inner {
	width:912px;
	background: white url(img/content_bg.gif) repeat;
}

#container_bottom {
	width:994px;
	height:59px;
	margin:0px auto;
	background: transparent url(/img/container_bottom.gif) no-repeat;
	text-align:center;
}

#copyright {
	color:white;
	font: bold 11px "Trebuchet MS", Verdana, sans-serif;
	padding:40px 0px 40px 0px;
}

#nav {
	width:189px;
	height:526px;
	background: transparent url(/img/nav_bg.jpg) no-repeat;
	float:left;
	margin:0px 0px 0px 6px;
	display:inline;
}

#nav ul{
	list-style:none;
	margin:0px;
	padding:30px 0px 0px 0px;
	text-align:right;
	font: bold 15px "Trebuchet MS", Verdana, sans-serif;
	letter-spacing:2px;
}

#nav li {
	padding: 20px 20px 20px 0px;
	border-bottom:1px solid white;
}

#nav li:hover {
	cursor:pointer;
	background-color:#a1b4cf;
}

#nav li:hover A:link {
	color:white;
}

#nav li:hover A:visited {
	color:white;
}

#nav A:link {text-decoration: none; color:#4f8bc7;}
#nav A:visited {text-decoration: none; color: #4f8bc7;}
#nav A:active {text-decoration: none;}
#nav A:hover {text-decoration: none; color:white;}

#content A:link {text-decoration: none; font-weight:bold; color:#4f8bc7;}
#content A:visited {text-decoration: none; font-weight:bold; color: #4f8bc7;}
#content A:active {text-decoration: none; font-weight:bold;}
#content A:hover {text-decoration: none; font-weight:bold; color:white; background-color:#a1b4cf;}



#content {
	width:651px;
	float:left;
	padding:0px 30px 0px 30px;
	font: 13px Verdana, Arial, sans-serif;
	color:#333333;
	line-height:20px;
}

#content_extra_column {
	width:462px;
	float:left;
	padding:0px 30px 0px 30px;
	font: 13px Verdana, Arial, sans-serif;
	color:#333333;
	line-height:20px;
}

#extra_column_money {
	width:189px;
	height:526px;
	background-image: url(img/money_bg.jpg);
	float:left;
	margin:0px 6px 0px 0px;
	display:inline;
}

#extra_column_handshake {
	width:189px;
	height:526px;
	background-image: url(img/handshake_bg.jpg);
	float:left;
	margin:0px 6px 0px 0px;
	display:inline;
}

#stockquote {
	width:300px;
	float:right;
	border-left:1px solid #c3cfe0;
	margin-left:20px;
	padding-left:10px;
}

#formbox {
	/* background-color:#f8fafc; */
}

p {
	margin:0px;
	padding:8px 0px 8px 0px;
}

h1 {
	font: bold 20px "Trebuchet MS", Verdana, sans-serif;
	margin:0px;
	padding:8px 0px 8px 0px;
	color:#104186;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
