@charset "UTF-8";
/* CSS Document */

/* navigation */
#navigation {
	width: 380px;
	height: 40px;
	float:right;
	list-style-image:none;
}

#navigation ul {
	height: 15px;
	list-style: none;
	padding: 10px 0px 0px 0px;
}

#navigation li {
	display: inline;
}

#navigation a {
	background-color: #FFFFFF;
	color: #666;
	display: block;
	text-transform:capitalize;
	float:left;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	height: 15px;
	padding: 0 20px 0 0;
}

#navigation a:hover {
	color: #13B1C3;
	
}

#navigation .active {
	color: #023171;
}

/* footer container in each page */
#footer{
	width:760px;
	height:90px;
	color: #F5F5F5;
	background:url(../images/footer_bg.jpg) no-repeat;
	margin-left:50px;
	padding-bottom:15px;
}

/* column containers for seperate information */

.column_a{
	width:160px;
	height:90px;
	float:left;
}

.column_b{
	width:185px;
	height:90px;
	float:left;
}

.column_c{
	width:165px;
	height:90px;
	float:left;
}

.column_d{
	width:220px;
	height:90px;
	float:left;
}

/* footer column titles */
p.footer_title{
	color:#13B1C3;
	font-size:12px;
	text-transform:capitalize;
	padding: 8px 0px 0px 20px;
	font-weight:bold;
}

#footer a{
	color:#666;
	font-size:10px;
	text-transform:capitalize;
	text-decoration:none;
}

#footer a:hover{
	color:#666;
	font-size:10px;
	text-transform:capitalize;
	text-decoration:underline;
}


/* footer column subtitles */

p.footer_subtitle{
	color:#666;
	font-size:10px;
	text-transform:capitalize;
	padding: 5px 0px 0px 25px;
}

/* footer lower (disclaimer) */

#footer_lower{
	float: left;
	width: 860px;
	height:auto;
	margin-top:20px;
}

#footer_lower a{
	text-decoration:none;
	text-transform:capitalize;
}

#footer_lower a:hover{
	color: #666;
	text-decoration:underline;
	text-transform:capitalize;
}

#footer_lower_left{
	float: left;
	width: 450px;
}

#footer_lower_right{
	float: right;
	width: 400px;
	text-align:right;
}
