@charset "utf-8";
/*-----------------------------------------
  				HOME PAGE
 ------------------------------------------*/
#wrapper{
	margin:15px auto 0;
	width:923px;
}
/*---------------------- 
  HEADER
------------------------*/
#header{
	height:343px;
	margin:0 auto;
	display:inline-block;
	width:925px;
	background:url("../images/header.png") no-repeat scroll left top transparent;
}
.subheader{
	margin:0 auto;
	width:892px;
}
/* menu */
.nav {
    display: inline-block;
    margin: 19px 0 15px 25px;
    width: 887px;
}
.nav ul {
	display:inline-block;
}
.nav ul li{
	float:left;
	margin:0 4px 0 0px;
	padding:0px 4px 0px 0px;
	background:url("../images/line.jpg") no-repeat scroll right center transparent;
}
.nav ul li.last{
	background:none;
}
.nav ul li a {
	float:left;
	height:32px;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
}
.nav ul li a span {
	color:#747577;
	display:block;
	float:left;
	height:20px;
	margin-right:2px;
	padding:8px 18px 4px 6px;
	font-size:15px;
}
.nav ul li a:hover,  .nav ul li.active a{
	background:url("../images/btnLeft.jpg") no-repeat scroll left top transparent;
}
.nav ul li a:hover span , .nav ul li.active a span{
    background: url("../images/btnRight.jpg") no-repeat scroll right top transparent;
    color: #747577;
}

/*------------------------ MAIN CONTENT -------------------------------*/
#content{
    background-color: #FFFFFF;
    padding: 30px 0 0;
    width: 925px;
}

/*---------------------- 
  BODY
------------------------*/
#body{
    float: left;
    margin: 0 30px;
    overflow: hidden;
    width: 627px;
}
#body p{ 
    color: #6A6767;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 16px;
    text-align: justify;
}
h1.title{
    color: #187D96;
    font-size: 31px;
    font-weight: normal;
    margin: 0 0 15px 0;
}
h2.subtitle{
    color: #FEC26D;
    font-size: 23px;
    font-weight: normal;
    margin: 0 0 20px;
}
.list{
	margin:10px 0px 0px 0px;
	overflow:hidden;
}
.list ul{
	float:left;
        background: url("../images/bgList.jpg") no-repeat scroll left top transparent;
        padding: 5px 0 20px 35px;
		background-size: contain;
}
.list ul.first{
    background: url("../images/bgList.jpg") no-repeat scroll left top transparent;
    margin: 0 50px 0 0;
    padding: 5px 0 20px 35px;
}
.list ul li{
	background:url("../images/arrow.png") no-repeat scroll left center transparent;
	padding:0px 0px 0px 20px;
	margin:0px 0px 8px 0px;
}
.list ul li a{
    color: #6A6767;
    font-size: 13px;
}
.list ul li a:hover{
    color: #efa640;
    text-decoration: none;
}
/*---------------------- 
  SIDEBAR
------------------------*/
#sidebar{
    background: url("../images/bgSidebar.jpg") no-repeat scroll left top transparent;
    float: left;
    padding: 0 0 0 30px;
    width: 190px;
}
.boxLocation{
    display: inline-block;
    margin: 0 0 5px;
}
.boxLocation p{
    color: #1C627B;
    line-height: 20px;
}
.boxLocation p strong{
    color: #1C627B;
    display: block;
    font-family: verdana;
    font-size: 12px;
}
.boxLocation p a{
    background: url("../images/icon.png") no-repeat scroll left center transparent;
    color: #FEC26E;
    display: block;
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    margin: 8px 0 0;
    padding: 0 0 0 10px;
}
.boxLocation p a:hover{
	text-decoration:none;
}
h2.location{
    color: #187D96;
    font-size: 25px;
    font-weight: normal;
    margin: 0 0 15px;
}
.btn a {
    background: url("../images/btn.png") no-repeat scroll left top transparent;
    color: #FFFFFF;
    display: block;
    font-size: 14px;

    height: 37px;
    margin: 0 0 2px;
    padding: 10px 0 0;
    text-align: center;
    width: 173px;
}
.btn a:hover {
    background: url("../images/btn.png") no-repeat scroll left bottom transparent;
    text-decoration:none;
}

.btnportal a {
	background:url("../images/btn2.png") no-repeat scroll left top transparent;
	color:#FFFFFF;
	display:block;
	font-size:14px;

	height:37px;
	margin:0 0 15px;
	padding:10px 0 0;
	text-align:center;
	width:173px;
}
.btnportal a:hover {
	color: #CCC;
	text-decoration:none;
}

/*------------------------ footer -------------------------------*/
#footer{
	background:url("../images/bgFoot.jpg") repeat-x scroll 0 0 transparent;
	height:146px;
}
#footer .foot{
    margin:0 auto;
	width:925px;
}
.menuFoot{
	margin:0 0 5px;
	padding:30px 0 10px;
	width:975px;
}
.menuFoot ul{
	overflow:hidden;
	width:720px;
	margin:0 auto;
}
.menuFoot ul li{
	background:url("../images/lineFoot.jpg") no-repeat scroll right center transparent;
	float:left;
	margin:0 16px 0 0;
	padding:0 16px 0 0;
}
.menuFoot ul li.last{
	background:none;
}
.menuFoot ul li a{ 
	color:#fff;
	font-size:12px;
	font-weight: normal;
}
.menuFoot ul li a:hover{ 
	text-decoration:underline;
}
#footer .foot p.text{
    color: #FFFFFF;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}
#footer .foot p.text a{ 
	color:#FFFFFF;
	text-decoration: underline;
}

#body .left-align p {
	text-align:left;
}