/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#404040;
	font-size:12px;
	line-height:20px;
	margin:0 auto;
	background-color:#FFF;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_page.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 ----------------------- */

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

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

.divider {
	position: absolute;
	top: 0;
	left: -30px;
}

.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:939px;
	height:auto;
}

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

#flash_area {
	position:relative;
	top:56px;
	left:24px;
	float:left;
}

#visit_link {
	position:relative;
	top:50px;
	right:21px;
	float:right;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:65px;
	left:270px;
	width:634px;
	height:30px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:939px;
    min-height:450px;
    height:auto !important;
    height:450px;
	background:url(images/bg_main.jpg) repeat-y;
}

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

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

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:299px;
	height:100%;
	padding:0 10px 0 30px;
	margin:10px 0 0 0;
	line-height:22px;
}

#side_bar p {
	margin:0 0 0 5px;
}

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

#footer {
	position:relative;
	top:0;
	left:0;
	width:939px;
	height:63px;
	clear:both;
	background:url(images/bg_footer.jpg) no-repeat;
	font-size:10px;
}

#footer a {
	text-decoration:none;
}

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

#copy {
	position:relative;
	top:35px;
	left:30px;
	float:left;
}

#slug {
	position:relative;
	top:20px;
	right:0;
	float:right;
}


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

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

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

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

a#nav_02 {
	width:109px;
	background-position:-89px 0;
}

a:hover#nav_02{
	background-position:-89px -30px;
}

.active_02 {
	background-position:-89px -30px !important;
}

a#nav_03 {
	width:110px;
	background-position:-198px 0;
}

a:hover#nav_03{
	background-position:-198px -30px;
}

.active_03 {
	background-position:-198px -30px !important;
}

a#nav_04 {
	width:129px;
	background-position:-308px 0;
}

a:hover#nav_04{
	background-position:-308px -30px;
}

.active_04 {
	background-position:-308px -30px !important;
}

a#nav_05 {
	width:100px;
	background-position:-437px 0;
}

a:hover#nav_05{
	background-position:-437px -30px;
}

.active_05 {
	background-position:-437px -30px !important;
}
