/* CSS Document */

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

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

a:hover {
	text-decoration: underline;
}

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

h1 {
	color: #ebc061;
	font-size:30px;
}

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


.pic {
border: 2px solid #ed6928;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.stnd_label {
color:#ffffff;
}

.stnd_label right {
color:#ffffff;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

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


#main_container {
	position:relative;
	margin:0 auto;
	width:1024px;
	height:auto;
	background-repeat:repeat-y;
	background-image:url(images/bg_body.jpg);
}


#main_repeat-top {
	position:relative;
	margin:0 auto;
	width:1024px;
	height:auto;
	background-repeat: no-repeat;
	background-image:url(images/bg_main-top-home.jpg);
	
}

#header {
	position:relative;
	top:0;
	left:0;
	width:1024px;
	height:151px;
	background-image:url(images/bg_header.jpg);
	color:#333333;
}

#flash{
	position:relative;
	top:0;
	left:0;
	width:606px;
	height:274px;
	float:right;
	padding: 15px 0 0 0;
}
/* ---- start nav id settings ------------------------ */
 
#nav {
	position:relative;
	top:104px;
	left:330px;
	width:551px;
	height:20px;
}

#sub_nav {
	position:relative;
	top:109px;
	left:260px;
	width:948px;
	height:50px;
	color:#f93006;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}

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

#main {
	position:relative;
	top:0;
	left:0;
	width:874px;
    min-height:480px;
    height:auto !important;
    height:600px;
	padding: 25px 58px 0 38px;
	color:#ffffff;

	
}

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

#content_main {
	position:relative;
	line-height:20px;
	top:0;
	left:0;
	float:left;
	width:400px;
	height:auto;
	padding: 10px 0 0 80px;

}

#content_main2 {
	position:relative;
	line-height:20px;
	top:0;
	left:0;
	float:left;
	width:500px;
	height:auto;
	padding: 10px 0 0 50px;

}

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

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

#side_bar {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:275px;
	height:auto;
	padding: 0px 10px 0 0;
	text-align:center;
}

#side_connect {
	position:relative;
	top:8px;
	left:0;
	float:left;
	width:186px;
	height:180px;
	background-image:url(images/bg_connect.jpg);
	background-repeat:no-repeat;
	padding: 5px 0 0 70px;
	
}

#side_email {
	position:relative;
	top:10px;
	left:0;
	float:left;
	width:256px;
	height:141px;
	background-image:url(images/bg_email.jpg);
	background-repeat:no-repeat;
	
}


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

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

}

#footer a {
	text-decoration:none;
}

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

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

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

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

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

a#nav_02 {
	width:61px;
	cursor:default;
	background-position:-53px 0;
}

a:hover#nav_02{
	background-position:-53px -20px;
}

.active_02 {
	background-position:-53px -20px !important;
}

a#nav_03 {
	width:66px;
	cursor:default;
	background-position:-114px 0;
}

a:hover#nav_03{
	background-position:-114px -20px;
}

.active_03 {
	background-position:-114px -20px !important;
}

a#nav_04 {
	width:60px;
	cursor:default;
	background-position:-180px 0;
}

a:hover#nav_04{
	background-position:-180px -20px;
}

.active_04 {
	background-position:-180px -20px !important;
}

a#nav_05 {
	width:87px;
	cursor:default;
	background-position:-240px 0;
}

a:hover#nav_05{
	background-position:-240px -20px;
}

.active_05 {
	background-position:-240px -20px !important;
}

a#nav_06 {
	width:53px;
	cursor:default;
	background-position:-327px 0;
}

a:hover#nav_06{
	background-position:-327px -20px;
}

.active_06 {
	background-position:-327px -20px !important;
}

a#nav_07 {
	width:63px;
	cursor:default;
	background-position:-380px 0;
}

a:hover#nav_07{
	background-position:-380px -20px;
}

.active_07 {
	background-position:-380px -20px !important;
}

a#nav_08 {
	width:38px;
	cursor:default;
	background-position:-443px 0;
}

a:hover#nav_08{
	background-position:-443px -20px;
}

.active_08 {
	background-position:-443px -20px !important;
}

a#nav_09 {
	width:70px;
	cursor:default;
	background-position:-481px 0;
}

a:hover#nav_09{
	background-position:-481px -20px;
}

.active_09 {
	background-position:-481px -20px !important;
}

/* ---- start nav drop settings -------------------------- */

#sub_nav a {
	color:#f93006;
	height:27px;
	font-size:14px;
	padding:0 5px 0 5px;
	text-decoration:none;
}

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

#L1, #L2, #L3 {
	position:absolute;
	visibility:hidden;
	width:auto;
	height:22px;
	padding:5px 0 0 0;
}

#L1 { width:820px; left:25px; }
#L2 { width:500px; left:375px; }
#L3 { width:350px; left:500px; }

.show {
	position:absolute !important;
	visibility:visible !important;
}

.hide {
	position:absolute !important;
	visibility:hidden !important;
}