/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#464138;
	font-size:14px;
	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_body.gif);
	line-height:19px;
}

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

.login-box { 
position:absolute;
top:0;
right:0;
width:140px;
height:20px;
}

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


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

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

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

.provider-box {
	position:relative;
	width:390px;
	height:auto;
	float:right;
	padding:45px 10px 0 0;
	font-size:11px;
	line-height:16px;
}

.provider-box a { font-size:12px; }

.provider-box td { padding-left:1px; }

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:180px;
	left:20px;
	width:900px;
	height:34px;
}

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

#main-sub {
	position:relative;
	top:0;
	left:0;
	width:940px;
	height:auto;
	background-image:url(images/bg_main.jpg);
	background-repeat:repeat-y;
	padding: 0 20px 0 20px;
}


#main {
	position:relative;
	top:0;
	left:0;
	width:950px;
	height:auto;
	background-image:url(images/bg_main.jpg);
	background-repeat:repeat-y;

}

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

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

#content_main-sub {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:700px;
	height:auto;
	padding: 14px 23px 0 0;
}


#box_conatiner {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:680px;
	height:auto;
	padding: 0 10px 0 10px;

}


#box_left {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:300px;
	height:114px;
	background-image:url(images/img_box-yellow-email.jpg);
	background-repeat:no-repeat;
	padding: 40px 10px 0 13px;
	
}


#box_right {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:323px;
	height:119px;
	background-image:url(images/img_box-rasp.jpg);
	background-repeat:no-repeat;
	padding: 35px 0 0 0;
}

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:188px;
	height:auto;
	background-image:url(images/img_yellow-middle.jpg);
	background-repeat:repeat-y;
	padding: 0 19px 0 0;
}

#side_container {
	position:relative;
	top:0;
	left:0;
	float:right;
	width:183px;
	height:auto;
	padding: 0 0px 0 5px;
}

#side_bar-sub {
	position:relative;
	top:0;
	left:20px;
	float:left;
	width:190px;
	height:652px;
	background-image:url(images/sidebar-green.jpg);
	background-repeat:no-repeat;
}
#side_container-sub {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:180px;
	height:auto;
	padding: 0 5px 0 6px;
	font-size:12px;
	color:#386947;
	line-height:18.5px;
}
/* ---- end side bar content settings ---------------- */

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

#footer a {
	text-decoration:none;
}

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

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

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

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

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

a#nav_02 {
	width:133px;
	background-position:-93px 0;
}

a:hover#nav_02{
	background-position:-93px -34px;
}

.active_02 {
	background-position:-93px -34px !important;
}

a#nav_03 {
	width:189px;
	background-position:-226px 0;
}

a:hover#nav_03{
	background-position:-226px -34px;
}

.active_03 {
	background-position:-226px -34px !important;
}

a#nav_04 {
	width:105px;
	background-position:-415px 0;
}

a:hover#nav_04{
	background-position:-415px -34px;
}

.active_04 {
	background-position:-415px -34px !important;
}

a#nav_05 {
	width:98px;
	background-position:-520px 0;
}

a:hover#nav_05{
	background-position:-520px -34px;
}

.active_05 {
	background-position:-520px -34px !important;
}

a#nav_06 {
	width:138px;
	background-position:-618px 0;
}

a:hover#nav_06{
	background-position:-618px -34px;
}

.active_06 {
	background-position:-618px -34px !important;
}

a#nav_07 {
	width:144px;
	background-position:-756px 0;
}

a:hover#nav_07{
	background-position:-756px -34px;
}

.active_07 {
	background-position:-756px -34px !important;

}

