/* CSS Document */

html { overflow-y:scroll; background-repeat: repeat; background-position: top center; background-image: url(images/bg_back.jpg); }
body {
	color:#36160d;
	font-size:13px;
	margin:0 auto;
	background-repeat: repeat-x;
	background-position: top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image:url(images/bg_back-top.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-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #c5d1d0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #5f5d32;
	
}

h3 { font-size:13px; padding:0; font-weight: normal; margin: 0; }

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

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




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

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


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

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	float:right;
	top:174px;
	right:190px;
	width:335px;
	height:23px;
}

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

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

#main_back {
	position: relative;
	width: 1022px;
	height: auto;
	background-repeat: no-repeat;
	background-image: url(images/bg_main-back.png);
}

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

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:440px;
	height:auto;
	padding: 38px 0 0 3px;
}

#content_main p.indenthome {
	text-indent: 25pt;
	text-transform: uppercase;
}

#content_main p.indent {
	margin-left: 25pt;
}


.content_text {
	position: relative;
	line-height:20px;
	padding: 10px 18px 0 18px;
}

.content_text2 {
	position: relative;
	line-height:20px;
	height:450px;
	width:400px;
	overflow-y:auto;
	padding: 10px 18px 0 18px;
}

.content_text strong {
	font-weight: normal;
	font-size: 18px;
}


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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:215px;
	height:auto;
	padding: 0 0 0 183px;
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:1022px;
	height:40px;
	clear:both;
}

.copy {
	float:left;
	padding: 10px 0 0 183px;
}

#footer a {
	text-decoration:none;
}

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

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

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

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

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

a#nav_02 {
	width:93px;
	cursor:pointer;
	background-position:-63px 0;
}

a:hover#nav_02{
	background-position:-63px -23px;
}

.active_02 {
	background-position:-63px -23px !important;
}

a#nav_03 {
	width:99px;
	cursor:pointer;
	background-position:-156px 0;
}

a:hover#nav_03{
	background-position:-156px -23px;
}

.active_03 {
	background-position:-156px -23px !important;
}

a#nav_04 {
	width:80px;
	cursor:pointer;
	background-position:-255px 0;
}

a:hover#nav_04{
	background-position:-255px -23px;
}

.active_04 {
	background-position:-255px -23px !important;
}
