/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#666;
	font-size:.8em;
	margin:0 0 25px 0;
	background-color:#434343;
	font-family:Arial, Helvetica, sans-serif;
}

a { 
	color:#276C9F;
	text-decoration:none;
	font-weight:bold; 
}


a:hover {
	color:#2F84C4;
	text-decoration:underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:1.8em; }

h2 { font-size:1.4em; }

h3 { font-size:1.2em; }

/* ---- top settings ----------------------- */

.img_top {
	position: absolute;
	top:0;
	left: 0;
}

.img_btm {
	position: absolute;
	bottom:0;
	left:0;
}

.large_text {
	color: #5e95c0;
	font-size: 1.4em;
}

.large_text2 {
	color: #5e95c0;
	font-size: 1.25em;
}

.shaded_row {
	background-color: #e5e5e5;
}

.top_row {
	background-color:#276C9F; color:#FFFFFF;
}

.top_row .left {
	background-image: url(images/table-left-top.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

.top_row .right {
	background-image: url(images/table-right-top.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

.table_sublink {
	font-weight: normal;
}

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:872px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:872px;
	height:181px;
	background-repeat: no-repeat;
	background-image: url(images/img_header.jpg);
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0;
	left:0;
	width:220px;
	height:auto;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:856px;
	height:auto;
padding: 0 10px 0 6px;
	background-repeat: repeat-y;
	background-image: url(images/bg_main.jpg);
}

/* ---- start main content settings -------------- */

#content_main {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:612px;
	height:auto;
padding: 0 10px;
}

/* ---- end main content settings ---------------- */

/* ---- start side bar content settings -------------- */

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:220px;
	height:auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_sidebar.jpg);
}

#fish {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:220px;
	height:200px;
}
/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	clear:both;
	width:852px;
	height:34px;
	color:#abd8fa;
	padding: 11px 10px 0 10px;
	background-repeat: no-repeat;
	background-image: url(images/img_footer.jpg);
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:right;
	width:220px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.gif);
}

a#nav_01 {
	height:26px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position:-220px 0;
}

.active_01 {
	background-position:-220px 0 !important;
}

a#nav_02 {
	height:29px;
	cursor:pointer;
	background-position:0 -26px;
}

a:hover#nav_02{
	background-position:-220px -26px;
}

.active_02 {
	background-position:-220px -26px !important;
}

a#nav_03 {
	height:32px;
	cursor:pointer;
	background-position:0 -55px;
}

a:hover#nav_03{
	background-position:-220px -55px;
}

.active_03 {
	background-position:-220px -55px !important;
}

a#nav_04 {
	height:30px;
	cursor:pointer;
	background-position:-0 -87px;
}

a:hover#nav_04{
	background-position:-220px -87px;
}

.active_04 {
	background-position:-220px -87px !important;
}

a#nav_05 {
	height:31px;
	cursor:pointer;
	background-position:0 -117px;
}

a:hover#nav_05{
	background-position:-220px -117px;
}

.active_05 {
	background-position:-220px -117px !important;
}

a#nav_06 {
	height:32px;
	cursor:pointer;
	background-position:-0 -148px;
}

a:hover#nav_06{
	background-position:-220px -148px;
}

.active_06 {
	background-position:-220px -148px !important;
}


