/* CSS Document */

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

.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:950px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_main.jpg);
}

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

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:122px;
	left:50px;
	width:950px;
	height:36px;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:903px;
	height:auto;
	padding: 0 0 0 47px;
}

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

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

#content-right {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:245px;
	height:auto;
	margin: 90px 110px 0 0;
}

#content_main2 {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:819px;
	height:auto;
}

#content_main3 {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:900px;
	height:auto;
}

.text {
	width:590px;
	margin: 0 0 0 18px;
}

.text2 {
	width:790px;
	margin: 0 0 0 18px;
}

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

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

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

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

.email-signup {
	position:relative;
	width:235px;
	height:88px;
	background-repeat:no-repeat;
	background-image:url(images/email_signup.jpg);
	padding: 65px 0 0 18px;
}

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

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

.slug {
	position:relative;
	float:right;
	width:121px;
	height:39px;
	margin: 13px 40px 0 0;
}

#footer a {
	text-decoration:none;
}

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

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

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

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

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

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

a#nav_03 {
	width:140px;
	cursor:pointer;
	background-position:-131px 0;
}

a:hover#nav_03{
	background-position:-131px -36px;
}

a#nav_04 {
	width:135px;
	cursor:pointer;
	background-position:-271px 0;
}

a:hover#nav_04{
	background-position:-271px -36px;
}

a#nav_05 {
	width:55px;
	cursor:pointer;
	background-position:-406px 0;
}

a:hover#nav_05{
	background-position:-406px -36px;
}

a#nav_06 {
	width:71px;
	cursor:pointer;
	background-position:-461px 0;
}

a:hover#nav_06{
	background-position:-461px -36px;
}

a#nav_07 {
	width:56px;
	cursor:pointer;
	background-position:-532px 0;
}

a:hover#nav_07{
	background-position:-532px -36px;
}

a#nav_08 {
	width:43px;
	cursor:pointer;
	background-position:-588px 0;
}

a:hover#nav_08{
	background-position:-588px -36px;
}

a#nav_09 {
	width:122px;
	cursor:pointer;
	background-position:-631px 0;
}

a:hover#nav_09{
	background-position:-631px -36px;
}

a#nav_10 {
	width:92px;
	cursor:pointer;
	background-position:-753px 0;
}

a:hover#nav_10{
	background-position:-753px -36px;
}


