/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#706551;
	font-size:14px;
	margin:0 auto;
	background-color:#706551;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:"Palatino Linotype", Times New Roman, Times, serif;
	background-image:url(images/bg_body.jpg);
}

a {
	color:#2B5376;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

/* ---- class settings ----------------------- */

.floatRight {
	position:relative;
	float:right;
}

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

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

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.img {
	border: 2px solid #706551;
	}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

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


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

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

#header_sub {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:331px;
	background-image:url(images/bg_header-sub.jpg);
	background-repeat:no-repeat;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:30px;
	left:213px;
	width:675px;
	height:32px;
}

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

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

#main_sub {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-image:url(images/bg_main-sub.jpg);
	background-repeat:repeat-y;
}

#main-top {
	position:relative;
	top:0;
	left:0;
	width:850px;
	height:auto;
	background-image:url(images/bg_main-top.jpg);
	background-repeat:no-repeat;
	padding:0 0px 20px 80px;
}

#main_sub-top {
	position:relative;
	top:0;
	left:0;
	width:850px;
	height:auto;
	background-image:url(images/bg_main_sub-top.jpg);
	background-repeat:no-repeat;
	padding:0 0px 20px 80px;
}

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

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:582px;
	height:auto;
}

#content_sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:802px;
	height:auto;
}

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:195px;
	height:auto;
	padding:5px 50px 0 0;
	color:#beb3a1;
}

#side_bar h3 {
	color:white;
	margin:0 0 3px 0;
}


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

#footer {
	position:relative;
	top:0;
	left:0;
	width:830px;
	height:72px;
	clear:both;
	background-image:url(images/bg_footer-home.jpg);
	background-repeat:no-repeat;
	padding:30px 50px 0 70px;
}

#footer_sub {
	position:relative;
	top:0;
	left:0;
	width:830px;
	height:72px;
	clear:both;
	background-image:url(images/bg_footer-sub.jpg);
	background-repeat:no-repeat;
	padding:30px 50px 0 70px;
}

#footer a {
	text-decoration:none;
}

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

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

a#nav_01 {
	width:85px;
	background-position:0 0;
}

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



a#nav_02 {
	width:110px;
	cursor:pointer;
	background-position:-85px 0;
}

a:hover#nav_02{
	background-position:-85px -32px;
}



a#nav_03 {
	width:85px;
	cursor:pointer;
	background-position:-195px 0;
}

a:hover#nav_03{
	background-position:-195px -32px;
}



a#nav_04 {
	width:145px;
	cursor:pointer;
	background-position:-280px 0;
}

a:hover#nav_04{
	background-position:-280px -32px;
}

a#nav_05 {
	width:113px;
	cursor:pointer;
	background-position:-425px 0;
}

a:hover#nav_05{
	background-position:-425px -32px;
}

a#nav_06 {
	width:105px;
	cursor:pointer;
	background-position:-538px 0;
}

a:hover#nav_06{
	background-position:-538px -32px;
}



