/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#fff;
	font-size:13px;
	margin:0 auto;
	background-color:#000;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(/images/bg_body.jpg);
	background-repeat:repeat-x;
}

a {
	color:#000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

h1 { font-size:25px; font-weight:bold; }

h2 { font-size:20px; }

h3 { font-size:16px; }

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

.text1 {
	font-size:16px;
}

.text2 {
	font-size:15px;
}

.hr-style {
	border: 1px solid #D97EAA;
	margin:25px 0;
}
/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

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


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

#header {
	position:relative;
	top:0;
	left:0;
	width:946px;
	height:52px;
	background-image:url(images/bg_header2.jpg);
	background-repeat:no-repeat;
	padding:244px 0 0 0;
}

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

#empty {
	position:relative;
	top:0;
	left:0;
	width:189px;
	height:27px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:946px;
	height:auto;
	background-image:url(images/bg_main_repeat.jpg);
	background-repeat: repeat-y;
	color:#1f1f1f
}

#main-bottom {
	position:relative;
	top:0;
	left:0;
	width:946px;
	height:auto;
	background-image:url(images/bg_main.jpg);
	background-repeat: no-repeat;
	color:#1f1f1f
	
}

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

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

#banner {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:597px;
	height:auto;
}

#main_body {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:587px;
	height:auto;
	padding: 0 46px 0 31px;
}

#emailsignup {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:597px;
	height:auto;
	padding: 0 46px 0 21px;
}


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

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

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

#sponsor_links {
	position:relative;
	top:0;
	left:0;
	width:238px;
	height:auto;
}

#twitter_div {
	width:238;
	height:auto;
	background-image: url('images/twitterBG.png');
	background-repeat: no-repeat;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5AA5BC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-top:10px;
	padding-top: 30px;
	padding-right: 5px;
	padding-left: 5px;
}
 
#twitter_div ul li {
	color: #0C93BA;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #A1E8F7;
}
 
#twitter_div ul li a {
	text-decoration: none;
	color: #DDA84E;
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color: #D78E42;
}
 
#twitter_div p {
	text-align: right;
	padding-right: 6px;
	padding-bottom: 10px;
}
/* ---- end side bar content settings ---------------- */

#footer {
	position:relative;
	top:0;
	left:0;
	width:893px;
	height:45px;
	clear:both;
	background-image:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	padding:45px 32px 0 21px;
}

#footer a {
	text-decoration:none;
	color:#FFF;
}

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

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

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

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

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

a#nav_02 {
	width:139px;
	background-position:-101px 0;
}

a:hover#nav_02{
	background-position:-101px -27px;
}

.active_02 {
	background-position:-101px -27px !important;
}

a#nav_03 {
	width:129px;
	background-position:-240px 0;
}

a:hover#nav_03{
	background-position:-240px -27px;
}

.active_03 {
	background-position:-240px -27px !important;
}

a#nav_04 {
	width:165px;
	background-position:-558px 0;
}

a:hover#nav_04{
	background-position:-558px -27px;
}

.active_04 {
	background-position:-558px -27px !important;
}

a#nav_05 {
	width:105px;
	background-position:-723px 0;
}

a:hover#nav_05{
	background-position:-723px -27px;
}

.active_05 {
	background-position:-723px -27px !important;
}

a#nav_06 {
	width:117px;
	background-position:-828px 0;
}

a:hover#nav_06{
	background-position:-828px -27px;
}

.active_06 {
	background-position:-828px -27px !important;
}

