@charset "UTF-8";
body {
	font: 14px Arial, Helvetica, sans-serif;
	background: #eff4f8;
	margin: 0;
	padding: 0;
	color: #33343d;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	margin-bottom:8px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}

a img { 
	border: none;
}


a:link, a:active, a:visited {
	text-decoration:none;
	color:#3d484d;
	font: 14px Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration:underline;
}


.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto;
}


.header {
	background: #fff;
	height:89px;
}


#searchbar {
	
	position:relative;
	
}

#searchbarplace {
	position:absolute;right:0px; top:25px;z-index: 9999;
	text-align:right;
	
}

#contactdirections {
	
	position:relative;
	
}

#contactdirections2 {
	position:absolute;right:15px; top:65px;z-index: 9999;
	text-align:right;
	
	
	
}

#contactdirections2 a {
	font-size:12px;
	
	
}


.navbar {
	list-style-type:none; 
	margin:0; 
	padding:0; 
	overflow:hidden;
	
	}
.navbar li {
	float:left;
	
	}
.navbar li a {
	display:block;
	text-align:center; 
	padding:6px 17px 4px 17px; 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;  
	border-right:1px solid #656363; 
	background-color:#3d484d; 
	color:#fff;
	text-decoration:none;

	}
	
.navbar  li a:hover {
	background-color:#b6daf4; 
	color:#3d484d;
	text-decoration: none;
	}
	

#home #nav-home {
	background-color:#b6daf4; 
	color:#3d484d;
	text-decoration:none;
	}
	
	
.navbar  li a.first {
	border-left:0;
	}
.navbar  li a.last {
	
	}



#nav {
	background:#3d484d;
	width:960px;
	height:26px;
	border-bottom: 1px solid #656363;
	
	
}



.contenthomepage {

	padding: 0px 0;
	height:850px;
}


.content {

	padding: 0px 0;
	height:680px;
}

#left {
	width:634px;
	float:left;
	line-height:24px;
}

#leftblog {
	width:634px;
}

#leftbloga {
	width:300px;
	float:left;
}

#leftbloga ul{
	padding-left:35px;
}

#leftblogb {
	width:300px;
	float:right;
}

#leftblogb ul{
	padding-left:35px;
}


#right {
	width:320px;
	float:right;
	
	padding-top:20px;
	
}

#right img {
	margin-bottom:20px;
	
	
}


#navbottom {
	background:#3d484d;
	width:960px;
	height:27px;
	color:#fff;
	text-align:center;
	padding-top:8px;

}

.indexpg a:link, a:active, a:visited {
	text-decoration:none;
	color:#3d484d;
	font: 14px Arial, Helvetica, sans-serif;
}

.indexpg a:hover {
	text-decoration:underline;
}

#navbottom a:link { text-decoration:none;
	color:#fff;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif; }

#navbottom a:visited { text-decoration:none;
	color:#fff;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;; }

#navbottom a:hover { text-decoration:none;
	color:#b6daf4;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif; }

#navbottom a:active { text-decoration:none;
	color:#fff;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif; }


.footer {
	padding: 10px 0;
	background: #eff4f8;
	font-size:12px;
	color:#3d484d;
	line-height:12px;
	text-align:center;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.nav ul {
	float:left;
	width:266px;
	list-style:none;
	margin:0;
	padding:6px 3px 0 3px;
}

.nav ul .ul_team{
	width:257px;
}

.nav li {
	float:left;
	width:266px;
	background-image:url(../images/dotted_line.gif);
	background-repeat:repeat-x;
	background-position:center bottom;
	font-family:"HelveticaNeue Roman", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	line-height:14px;
}
.nav li.last {
	float:left;
	width:266px;
	padding-bottom:5px;
 	background:none;
		
}

.nav li a {
	float:left;
	width:266px;
	color:#264455;
	text-decoration:none;
	cursor:pointer;
	padding-top:8px;
	padding-bottom:8px;
}
.nav li a:hover {
	float:left;
	width:266px;
	color:#fff;
	background-color:#82b4d2;
}
.nav li a span {
	float:left;
	width:239px;
	background-image:url(../images/up_down_arrow.gif);
	background-repeat:no-repeat;
	background-position:right 0;
	padding-left:17px;
}
.nav li a:hover span {
	float:left;
	width:239px;
	background-image:url(../images/up_down_arrow.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
}
.nav li a.current {
	float:left;
	width:266px;
	color:#fff;
	background-color:#82b4d2;
	background-image:url(../images/current.gif);
	background-repeat:no-repeat;
	background-position:0 bottom;
	cursor:text;
	padding-bottom:14px;
}
.nav li.here {
	float:left;
	width:266px;
	color:#fff;
	background-color:#82b4d2;
	background-image:url(../images/current2.gif);
	background-repeat:no-repeat;
	background-position:0 bottom;
	cursor:text;
	padding-bottom:6px;
}
.nav li.here a {
	/*color:#fff;*/
}
.nav li.here span {
	float:left;
	width:239px;
	background-image:url(../images/up_down_arrow.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	cursor:text
}
.nav li a.current span {
	float:left;
	width:239px;
	background-image:url(../images/up_down_arrow.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	cursor:text
}
.nav li ul {
	float:left;
	width:260px;
 /*background:url(../images/sub_bg.gif) repeat-x 0 0;
	 background-image:url(../images/dotted_line.gif);
 	background-repeat:repeat-x;
	background-position:center bottom;*/
	padding-bottom:10px;
 	padding-top:6px;
	background-color:#eef5f9;
}

.nav li ul .ul_team{
	width:257px;	
}


.nav li ul li {
	float:left;
	width:241px;
	font-family:"HelveticaNeue Roman", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	line-height:19px;
	background-image:none;
	padding-left:19px;
}
.nav li ul li.bor{	
 	background-image:url(../images/dotted_line.gif);
 	background-repeat:repeat-x;
	background-position:center bottom;float:left;
	width:241px;
	padding-bottom:12px;
}
.nav li ul li.here a {
	color:#264455;
}

.nav li ul li a {
	float:left;
	width:208px!important;
	background-image:url(../images/arrow_left.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
	color:#264455;
	padding:0;
	padding-left:13px;
}
.nav li ul li a:hover {
	background:none;
	background-image:url(../images/arrow_left.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
	color:#3e9fcc;
}
.nav li ul li a.current {
	background:none;
	background-image:url(../images/arrow_left.gif);
	background-repeat:no-repeat;
	background-position:0 7px;
	color:#3e9fcc;
	cursor:text;
	padding-bottom:0;
}
.nav ul.new_accord .overview{
	padding:0;
}