@charset "utf-8";
/* CSS Document */

body{
	margin: auto;
	padding: 0;
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

.popbox {
    display: none;
    position: absolute;
    z-index: 99999;
    width: 400px;
    padding: 10px;
    background: #EEEFEB;
    color: #000000;
    border: 1px solid #4D4F53;
    margin: 0px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}
.popbox h2
{
    background-color: #4D4F53;
    color:  #E3E5DD;
    font-size: 14px;
    display: block;
    width: 100%;
    margin: -10px 0px 8px -10px;
    padding: 5px 10px;
}


#wrapper{
	margin: auto;
	padding: 0;
	width: 100%;
}

#header{
	height: 50px;
}

#headerwrap{
	width: 1186px;
	margin: auto;

}

#search{
	/*padding-top: 20px;
	padding-right: 30px;
	float: right;*/
	float: left;
}

#menubar{
	clear: both;
}

#topcurve{
	height: 73px;
}

#logo{
	padding-top: 20px;
}

#menubarbtn{
	float: right;
}

#container{
	clear:both;
	width: 1186px;
	height: auto;
	margin: auto;
}

/*#container{
	clear:both;
	width: 1060px;
	height: auto;
	margin: auto;
	background: url(images/wh_bar-v.png) repeat-y; width:1060px;
}*/

#containerwrap{
	width: 1186px;
	margin: auto;
}

#content-index{
	padding: 0px 0 30px 0px; 
	width: auto;
	text-align: justify;
	margin: auto;
	line-height: 1.4em;
	clear: both;
}

#content{
	padding: 0;
	width: auto;
	text-align: justify;
	margin: auto;
	line-height: 2.4em;
	clear: both;
}


#center-txt{
	padding-bottom: 30px;
}

#title{
	font-family: Impact, sans-serif;
	font-size: 36px;
	color: #F90;
	letter-spacing: 0.05em;
	padding-top: 20px;
}

.blueR{
	/*color: #0071AC;*/
	color: #FFF;
	font-size: 12px;
	text-align: justify;
}

/*#btmbtn{
	background: url(images/bgd-btm.png) no-repeat;
}*/

#btmbar{
	/*height: 75px;
	border-top: #000 solid thin;
	padding-left: 30px;*/
}


/*Breadcrumb*/

#breadcrumb{
	font-size: 10px; 
	font-weight: bold;	
	padding: 8px 10px;
	float: right;
}

#breadcrumb a{color:#333; text-decoration:none;}
#breadcrumb a:visited{color:#333; text-decoration:none;}
#breadcrumb a:hover{color:#000; text-decoration:none;}


/*content text*/
#bottomcontent{
	width: 560px;
	padding: 0px 0 0 0;
	clear: both;
}

#footer{
	letter-spacing: 0.1em;
}

/*footer sticker

#container {
	padding-bottom: 50px;} */ /* must be same height as the footer */



/*
#footer{
	position: relative;
	margin-top: -50px; /* negative value of footer height */
/*	height: 50px;
	
	min-width: 1024px;
	
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #FFF;
	} */

/*Opera Fix
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
*/


/*Links*/

a.qk_lk{color:#000; text-decoration:none;}
a:visited.qk_lk{color:#000; text-decoration:none;}
a:hover.qk_lk{color:#000; text-decoration:underline;}


#quicklink a{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #A3A3A3;
}

#quicklink a:hover{
	color: #000;
	text-decoration: underline;
}

a.Dgrey_lk{color:#FFF; text-decoration:none;}
a:visited.Dgrey_lk{color:#FFF; text-decoration:none;}
a:hover.Dgrey_lk{color:#FFF; text-decoration:underline;}

a.lk{color:#FFF; text-decoration:underline;}
a:visited.lk{color:#FFF; text-decoration:underline;}
a:hover.lk{color:#FFF; text-decoration:none;}

/*blueColor
a.U_blue_lk{color:#24428E; text-decoration:underline;}
a:visited.U_blue_lk{color:#24428E; text-decoration:underline;}
a:hover.U_blue_lk{color:#24428E; text-decoration:none;}
*/

a.U_blue_lk{color:#0f949e; text-decoration:underline;}
a:visited.U_blue_lk{color:#0f949e; text-decoration:underline;}
a:hover.U_blue_lk{color:#0f949e; text-decoration:none;}


a.sub_blue_lk{color:#FFF; text-decoration:none;}
a:visited.sub_blue_lk{color:#FFF; text-decoration:none;}
a:hover.sub_blue_lk{color:#FFF; text-decoration:underline;}


.bluelk{font-size:11px; font-weight:bold; color:#666;}

a.bluelk{color:#CCC; text-decoration:underline;}
a:visited.bluelk{color:#CCC; text-decoration:underline;}
a:hover.bluelk{color:#0f949e; text-decoration:none;}

a.blcklk{color:#000; text-decoration:none;}
a:visited.blcklk{color:#000; text-decoration:none;}
a:hover.blcklk{color:#000; text-decoration:none;}

.title{font-size:15px; font-weight:bold; color:#000;}
