/* CSS Document */

/*******************

Some Body, Header, Main Content,
Nav, & Footer Syles are in their own
stylesheets based on the page... see
site-header.php

*******************/

html { overflow-y:scroll; }
body {
	color:#4c4c4c;
	font-size:14px;
	margin:0 auto;
	background-color:#FFF;
	background-position: top center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

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

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

h5 { font-size:24px; color:#FF3A00; font-weight:normal; margin:0 0 8px 0;}

h6 { font-family:Comic Sans MS; font-size:20px; color:#7b4efc; font-weight:normal; margin:0 0 5px 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:945px;
	height:auto;
}

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

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

#main {
	position:relative;
	top:0;
	left:0;
	width:945px;
	height:auto;
}

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

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

#flag {
	margin:0 0 5px 0;
}

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:275px;
	height:auto;
}


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

#footer a {
	text-decoration:none;
}

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

#copy {
	position:relative;
	float:left;
	padding:10px 0 0 25px;
}


/* ---- start navigation settings -------------------------- */
 
a#nav_01 {
	width:299px;
	background-position:0 0;
}

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

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

a#nav_02 {
	width:54px;
	background-position:-299px 0;
}

a:hover#nav_02{
	background-position:-299px -28px;
}

.active_02 {
	background-position:-299px -28px !important;
}

a#nav_03 {
	width:77px;
	background-position:-353px 0;
}

a:hover#nav_03{
	background-position:-353px -28px;
}

.active_03 {
	background-position:-353px -28px !important;
}

a#nav_04 {
	width:76px;
	background-position:-430px 0;
}

a:hover#nav_04{
	background-position:-430px -28px;
}

.active_04 {
	background-position:-430px -28px !important;
}


a#nav_05 {
	width:61px;
	background-position:-506px 0;
}

a:hover#nav_05{
	background-position:-506px -28px;
}

.active_05 {
	background-position:-506px -28px !important;
}


a#nav_06 {
	width:121px;
	background-position:-567px 0;
}

a:hover#nav_06{
	background-position:-567px -28px;
}

.active_06 {
	background-position:-567px -28px !important;
}


a#nav_07 {
	width:56px;
	background-position:-688px 0;
}

a:hover#nav_07{
	background-position:-688px -28px;
}

.active_07 {
	background-position:-688px -28px !important;
}


a#nav_08 {
	width:60px;
	background-position:-744px 0;
}

a:hover#nav_08{
	background-position:-744px -28px;
}

.active_08 {
	background-position:-744px -28px !important;
}


a#nav_09 {
	width:70px;
	background-position:-804px 0;
}

a:hover#nav_09{
	background-position:-804px -28px;
}

.active_09 {
	background-position:-804px -28px !important;
}


a#nav_10 {
	width:71px;
	background-position:-874px 0;
}

a:hover#nav_10{
	background-position:-874px -28px;
}

.active_10 {
	background-position:-874px -28px !important;
}