/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#000000;
	font-size:.8em;
	margin:0 0 25px 0;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#cccccc;
	background-image:url(images/bg_body.jpg);
	background-repeat:repeat-x;
}

a { color:#3F687F; text-decoration:none; font-weight:bold; }

a img {bordeR:none;}

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; }

ul {
	color: #000;
	font-size: .9em;
}

li a { color: #000; }

.mast {
	margin: 0 0 0 28px;
}

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


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

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:0px;
	left:30px;
	width:850px;
	height:83px;

}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:910px;
	height:auto;
	padding: 1px 0 0 0;
	background-image:url(images/bg_main.jpg);
	background-color:#f7f7f7;
}

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

#content_main {
	position:relative;
	top:0;
	left:30px;
	float:left;
	width:549px;
	height:auto;
	padding: 0 20px 10px 20px;
	background-color:#ececec;
}

#content_main2 {
	position:relative;
	top:0;
	left:30px;
	float:left;
	width:810px;
	height:auto;
	padding: 0 20px 10px 20px;
	background-color:#ececec;
}

#content_bottom {
	position:relative;
	top:0;
	left:30px;
	float:left;
	width:570px;
	height:auto;
	padding: 0 10px 10px 10px;
	background-color:#C8C8C8;
}
/* ---- end main content settings ---------------- */

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

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

#side_bar2 {
	position:relative;
	top:0;
	left:30px;
	float:left;
	width:258px;
	height:auto;
}

#side_bar2 p { margin: 0 0 0 10px; }

/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	color:#FFF;
	width:910px;
	height:68px;
	clear:both;
}

#footer a {
	text-decoration:none;
}

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

/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:83px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav.jpg);
}

a#nav_01 {
	width:104px;
	cursor:pointer;
	background-position:0 0;
}

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

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

a#nav_02 {
	width:111px;
	cursor:pointer;
	background-position:-104px 0;
}

a:hover#nav_02{
	background-position:-104px -83px;
}

.active_02 {
	background-position:-104px -83px !important;
}

a#nav_03 {
	
	width:106px;
	cursor:pointer;
	background-position:-215px 0;
}

a:hover#nav_03{
	background-position:-215px -83px;

}

.active_03 {
	background-position:-215px -83px !important;

	
}

a#nav_04 {
	width:107px;
	cursor:pointer;
	background-position:-321px 0;
}

a:hover#nav_04{
	background-position:-321px -83px;
}

.active_04 {
	background-position:-321px -83px !important;
}

a#nav_05 {
	width:106px;
	cursor:pointer;
	background-position:-428px 0;
}

a:hover#nav_05{
	background-position:-428px -83px;
}

.active_05 {
	background-position:-428px -83px !important;
}

a#nav_06 {
	width:107px;
	cursor:pointer;
	background-position:-534px 0;
}

a:hover#nav_06{
	background-position:-534px -83px;
}

.active_06 {
	background-position:-534px -83px !important;
}

a#nav_07 {
	width:104px;
	cursor:pointer;
	background-position:-641px 0;
}

a:hover#nav_07{
	background-position:-641px -83px;
}

.active_07 {
	background-position:-641px -83px !important;
}

a#nav_08 {
	width:105px;
	cursor:pointer;
	background-position:-745px 0;
}

a:hover#nav_08{
	background-position:-745px -83px;
}

.active_08 {
	background-position:-745px -83px !important;
}

