@charset "UTF-8";

body{
	background-color:#009fb4;
	background-image:url(img/stripes.jpg);
	background-repeat:repeat-x;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

*{
	margin:0;
	padding:0;
}

#header{
	width:800px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	background: url(img/header_body.jpg) no-repeat;
}

#header_bottom{
	width:800px;
	height:55px;
	margin-left:auto;
	margin-right:auto;
	background: url(img/header_bottom.jpg) no-repeat;
}

#fcs_logo{
	text-align:center;
	height:20px;
}	

#nav{
	width:925px;
	height:77px;
	margin-left:auto;
	margin-right:auto;
	background: url(img/content_top.jpg) no-repeat;
}

#nav li {
	list-style-type:none;
	float:left;
	display:inline;
	text-align:center;
}

#nav a {
	height:50px;
	margin-top:25px;
	width:125px;
	display:block;
	background:url(img/tab.jpg) no-repeat;
	text-decoration:none;
	color:#000000;
	line-height:50px;
}

#nav a:hover {
	background:url(img/tab_selected.jpg);
	color:#000000;
}

#nav #nav_hom {
	margin-left:25px;
}

#nav #nav_hom a:hover {
	background:url(img/tab_home_selected.jpg);
}

#nav #nav_act a:hover {
	background:url(img/tab_newaccount_selected.jpg);
}

#body_pdl #nav_pdl a, #body_pro #nav_pro a, #body_nws #nav_nws a, #body_abt #nav_abt a, #body_con #nav_con a {
	background:url(img/tab_selected.jpg);
	font-weight: bold;
	float:left;
} 

#body_hom #nav_hom a {
	background:url(img/tab_home_selected.jpg);
	font-weight: bold;
	float:left;
}

#body_act #nav_act a {
	background:url(img/tab_newaccount_selected.jpg);
	font-weight: bold;
	float:left;
}

#content{
	width:925px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background: url(img/content_body.jpg) repeat-y;
}

#content_bottom{
	width:925px;
	height:55px;
	margin-left:auto;
	margin-right:auto;
	background: url(img/content_bottom.jpg) no-repeat;
}

#footer {
	margin-left:auto;
	margin-right:auto;
	width:925px;
	text-align:center;
	color:#333333;
	font-size:0.8em;
	padding-bottom:30px;
}	

#footer a {
	text-decoration:none;
	color:#333333;
	font-size:0.8em;
}