/*
	Version 1.2
*/

/* IMPORTS ------------------------------------------------------------*/

@import url('reset.css');

@import url('typography.css');

@import url('styled-elements.css');


/* HACKS ------------------------------------------------------------*/



/* GENERAL ------------------------------------------------------------*/

html,
body{ height: 100%; }



h1.header-line,
 h2.header-line,
 h3.header-line,
 h4.header-line,
 h5.header-line,
 h6.header-line{
	padding-bottom: 21px;
	margin-bottom: 11px;
	background: url(../img/line-divider.png) repeat-x bottom center;
}

/* WRAPPER ------------------------------------------------------------*/

#wrapper{
	overflow: hidden;
	width: 965px;
	min-height: 100%;
	padding-bottom: 15px;
}

/* COLUMNS LAYOUT----------------------------------------------------------*/


/*	LOGO	-----------------------------------------------------------*/
#logo img{
	width: 150px;
	height: auto;
	margin-top:10px;
	margin-left:60px;
}

/* SIDEBAR ------------------------------------------------------------*/

#sidebar{
	width: 285px;
	float: left;
}

.sidebar-divider{
	clear: both;
	width: 235px;
	height: 6px;
	margin: 21px 0px 21px 15px;
}

/* NAVIGATION ------------------------------------------------------------*/

#sidebar #nav{
	display: block;
	margin-top:100px;
	margin-left: 45px;	
	margin-right: 36px;
	padding-top: 15px;
	margin-bottom: 10px;
}

#sidebar #nav>li{
	display: block;
	height: 40px;
	background: url(../img/nav-item.png) no-repeat transparent;
	border-top: 1px solid #636363;
	border-bottom: 1px solid #D0C07A;
}

#sidebar #nav>li:first-child{ border-top: none; }

#sidebar #nav>li:last-child{ border-bottom: none; }	

#sidebar #nav>li ul{
	padding-left: 20px;
	padding-right: 10px;
}

#sidebar #nav>li>ul li{
	display: block;
	background: none;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #2e2d2d;
}

#sidebar #nav>li>ul li:last-child{
	border-bottom: none;
}

#sidebar #nav>li:hover,
#sidebar #nav>li.current-menu-item{
	background-position: 0px -40px;
}

#sidebar #nav>li a{
	display: block;
	padding-left: 25px;
	padding-top: 12px;
}


/* SIDEBAR - SOCIAL --------------------------------------------------------*/

#sidebar .social{
	display: block;
	overflow: hidden;
	margin-left: 45px;
	margin-right: 36px;
	padding-top: 25px;
	margin-bottom: 20px;
	clear: both;
}

#page-content .social{ background: none; }


#sidebar .social a{
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	text-indent: -9000px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#sidebar .social a{
	margin-right: 5px;
	margin-bottom: 5px;
}


/* MAIN ------------------------------------------------------------*/

#main{
	width: 680px;
	float: left;
}

/* HEADER ------------------------------------------------------------*/

#header{
	height: 105px;
	margin-bottom: 15px;
	position: relative;
}

#header #page-title{
	position: absolute;
	top: 32px;
	left: 60px;	
}

#header #breadcrumbs{
	position: absolute;
	top: 62px;
	left: 60px;	
}

/* CONTENT ------------------------------------------------------------*/

#content{
	width: 654px;
	margin: 0px 12px;
}

#page-content{
	width: 594px;
	margin: 0px 30px;
	background-color:rgba(255, 255, 255, .8);
	padding:8px;
	border-radius:10px;
}

.map-image{
	width : 58%;
	height:50%;
	overflow: hidden;
	line-height: 1em;
	margin-bottom: 21px;
	margin-top: 17px;
	
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px #999;     
	-moz-box-shadow: 0px 0px 3px #999;  
	box-shadow: 0px 0px 3px #999;
}


/* FOOTER ------------------------------------------------------------*/

#footer{
	width: 100%;
	padding-top: 35px;
	padding-bottom: 25px;
}

#footer-wrapper{
	overflow: hidden;
	width: 950px;
}

/* FOOTER - COLS ------------------------------------------------------------*/

#footer-cols{
	display: block;
	overflow: hidden;
	margin-left: 15px;
	margin-bottom: 25px;
}

#footer-cols li.col{
	display: block;
	width: 280px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

#footer-cols li.clear-col{ clear:left; }

#footer-cols li.col ul{
	display: block;
}

#footer-cols li.col ul li{
	display: block;
	line-height: 35px;
	border-top: 1px solid #343434;
	border-bottom: 1px solid #000;
}

#footer-cols li.col ul li:first-child{ border-top: none; }

#footer-cols li.col ul li:last-child{ border-bottom: none; }	

/* FOOTER-BOTTOM ------------------------------------------------------------*/

#footer-bottom{ 
	margin-left: 15px;
	overflow: hidden;
}

#footer-bottom #bottom-left{
	float: left;
}

#footer-bottom #bottom-right{
	display: block;
	float: right;
	background: url(../img/to-top-arrow.png) no-repeat right 5px ;
	padding-right: 20px;
	cursor: pointer;
}



