/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#cccccc;
	font-size:12px;
	margin:0 auto;
	background-color:#424242;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

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 ----------------------- */
#bg_repeat {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	background-image:url(images/bg_body2.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}

#bg_repeat-sub {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	background-image:url(images/bg_sub-repeat.jpg);
	background-repeat: repeat;
	background-position: top center;
}

#bg_repeat-sub-top {
	position:relative;
	margin:0 auto;
	width:100%;
	height:auto;
	background-image:url(images/bg_body-sub.jpg);
	background-repeat: repeat-x;
	background-position: top center;
}


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

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

#banner {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:405px;
	background-image:url(images/bg_banner.jpg);
	background-repeat:no-repeat;
}

#banner-sub {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:220px;
	background-image:url(images/bg_banner-sub.jpg);
	background-repeat:no-repeat;
}
/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:80px;
	left:270px;
	width:655px;
	height:33px;
}

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

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

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

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:421px;
	height:auto;
	background-image:url(images/img_box-middle.jpg);
	background-repeat:repeat-y;
	margin: 10px 0 0 0;
	line-height:23px;
	padding: 20px 20px 0 20px;
	
}
#container_sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:681px;
	height:auto;
	
}

#content_main-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:641px;
	height:auto;
	background-image:url(images/img_curve-middle.jpg);
	background-repeat:repeat-y;
	margin: 10px 0 0 0;
	line-height:23px;
	padding: 20px 20px 0 20px;
	
}

#email-updates {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:681px;
	height:80px;
	background-image:url(images/bgemail-updates-box.jpg);
	background-repeat:no-repeat;
}

#email-signup-sub {
	position:relative;
	top:20px;
	left:300px;
	float:left;
	width:150px;
	height:auto;

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:450px;
	height:auto;
	margin: 10px 0 0 0;

}

#side_bar-sub {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:221px;
	height:auto;
	margin: 10px 0 0 0;

}

#email {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:420px;
	height:60px;
	background-image:url(images/bg_email-signup.jpg);
	background-repeat:no-repeat;
	padding: 50px 0 0 30px;
}

#side-table {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:450px;
	height:auto;
	padding: 10px 0 0 0; 
}

#side-right {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:220px;
	height:110px;
	padding: 0 0 0 0 ;
}

#side-left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:221px;
	height:110px;
	padding: 0 0 0 0 ;
}


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

#bg_footer {
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:auto;
	clear:both;
	background-image:url(images/bg_footer.jpg);
	background-repeat:repeat;
}

#footer {
	position:relative;
	top:0;
	left:0;
	width:920px;
	height:95px;
	clear:both;
	margin: 0 auto;
	padding: 0 20px 0 20px;
}

#footer-btm {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:auto;
	margin: 0 auto;

}

#footer a {
	text-decoration:none;
}

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

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

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

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

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

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

a:hover#nav_02{
	background-position:-69px -33px;
}

.active_02 {
	background-position:-69px -33px !important;
}

a#nav_03 {
	width:119px;
	background-position:-132px 0;
}

a:hover#nav_03{
	background-position:-132px -33px;
}

.active_03 {
	background-position:-132px -33px !important;
}

a#nav_04 {
	width:131px;
	background-position:-251px 0;
}

a:hover#nav_04{
	background-position:-251px -33px;
}

.active_04 {
	background-position:-251px -33px !important;
}

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

a:hover#nav_05{
	background-position:-382px -33px;
}

.active_05 {
	background-position:-382px -33px !important;
}

a#nav_06 {
	width:84px;
	background-position:-471px 0;
}

a:hover#nav_06{
	background-position:-471px -33px;
}

.active_06 {
	background-position:-471px -33px !important;
}

a#nav_07 {
	width:100px;
	background-position:-555px 0;
}

a:hover#nav_07{
	background-position:-555px -33px;
}

.active_07 {
	background-position:-555px -33px !important;
}
