* {font-size:100.01%}
html{
	height:100%;
	font-size:75%;
}
body{
	margin: 0;
	color:#333;
	font:1.25em Arial, Helvetica, sans-serif;
	background:#eeeeee url(../images/bg-body.gif) repeat-x;
	min-height:100%;
	position:relative;
}
* html body {height:100%;}
/* general reset */
img{border-style:none;}
a{
	text-decoration:underline;
	color:#0092c8;
}
a:hover{text-decoration:none;}
input, textarea, select{
	font:1em arial, Helvetica, sans-serif;
	vertical-align:middle;
}
#homepagelist{
	color:#fff;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
#wrapper{
	width:777px;
	margin:0 auto;
	padding:0px 0 49px;
}
.w1 {
	display:table;
	width:100%;
}

/* header */
#header{
	width:100%;
	display:table-header-group;
	position:relative;
	z-index:3;
}

#pageheader{
	width:100%;
	display:table-header-group;
	position:relative;
	z-index:3;
}

#header img{
	display:block;
}
/* navigation */
#nav{
	list-style:none;
	margin:0 0 5px;
	padding:7px 0 0 7px;
	background: url(../images/bg-nav1.gif) repeat-y;
	height:22px;
}
#nav:after{
	content:"";
	display:block;
	clear:both;
}
#nav li{
	padding:0 15px 0;
	float:left;
	position:relative;
}
#nav li a{
	color:#fff;
	font:0.8em "Trebuchet MS", Helvetica, sans-serif;
	text-decoration:none;
	float:left;
	height:22px;
}
#nav li a:hover,
#nav li:hover a,
#nav li.hover a{
	color:#ffd659;
}
/*dropdown*/
#nav li:hover .drop,
#nav li.hover .drop,
#nav li:hover .drop li:hover .drop,
#nav li.hover .drop li.hover .drop{
	display:block;
}
#nav  li:hover .drop .drop,
#nav  li.hover .drop .drop{
	display:none;
}
#nav .drop{
	list-style:none;
	margin:0;
	padding:0 0 3px;
	width:210px;
	position:absolute;
	top:22px;
	left:0;
	background:#0078a4;
	display:none;
	z-index: 30;
}
#nav .drop li{
	width:193px;
	border-bottom:1px solid #0084b4;
	padding:0 7px 0 10px;
	float:left;
}
#nav .drop li a{
	line-height:0.8em;
	height:auto;
	width:100%;
	float:none;
	display:block;
	padding:6px 0 4px 0;
	color:#fff;
}
#nav li:hover .drop a,
#nav li.hover .drop a{
	text-decoration:none;
	color:#fff;
}
#nav .drop li a:hover,
#nav .drop li:hover a,
#nav .drop li.hover a,
#nav .drop li:hover .drop a:hover,
#nav .drop li.hover .drop a:hover{
	background: url(../images/arrow.gif) no-repeat 100% 8px;
	text-decoration:none;
}
#nav .drop .drop{
	top:0;
	left:210px;
	background:#006f98;
	width:210px;
}
#nav .drop .drop a:hover{
	background:none;
	text-decoration:underline;
}
#nav .drop li:hover .drop a,
#nav .drop li.hover .drop a{
	background:none;
}
/* main */
#main{
	background: url(../images/shadow.png) no-repeat;
	width:100%;
	overflow:hidden;
	display: table-footer-group;
	position:relative;
	z-index:1;
}
/* user bar */
.user-bar{
	height:1%;
	overflow:hidden;
	border:1px solid #dbdbdb;
	background:#fff;
	padding:3px 9px 4px 10px;
	position:relative;
	margin:46px 0 0;
}
.user-bar .sub-heading{
	font:bold 0.933em "Trebuchet MS", Helvetica, sans-serif;
	float:left;
	margin:5px 11px 0 0;
	color:#007eac;
}
.user-bar .social{
	list-style:none;
	margin:0;
	padding:0;
}
.user-bar .social li{
	float:left;
	margin:0 8px 0 0;
}
.user-bar .social li a{
	width:24px;
	height:24px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
.user-bar .social li .facebook{
	background: url(../images/ico-facebook.gif) no-repeat;
}
.user-bar .social li .twitter{
	background: url(../images/ico-twitter.gif) no-repeat;
}
.user-bar .social li .youtube{
	background: url(../images/ico-youtube.gif) no-repeat;
}
.user-bar .social li .rss{
	background: url(../images/ico-rss.gif) no-repeat;
}

/* search form */
.search{
	float:right;
	margin:2px 0 0;
}
.search fieldset{
	float:left;
}
.search fieldset input{
	float:left;
	border-style:none;
	background:none;
	outline:none;
}
.search fieldset .text{
	border:1px solid #c2c2c2;
	border-width:1px 0 1px 1px;
	color:#979797;
	font-size:0.933em;
	width:149px;
	padding:2px 4px 0px;
	height:18px;
}
/* social list */
.social-list{
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	width:169px;
	left:323px;
	top:3px;
}
.social-list li{
	float:left;
	margin:0 10px 0 0;
}
.social-list li a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
.social-list li .share{
	background: url(../images/ico-share.gif) no-repeat;
	width: 125px;
	height: 16px;
	margin:5px 0 0;
}
.social-list li .rss{
	background: url(../images/ico-rss.gif) no-repeat;
	width: 24px;
	height: 24px;
}
/* threecolumns */
.threecolumns{
	height:1%;
	overflow:hidden;
	padding:14px 0 0;
}
.threecolumns .threecolumns-holder{
	width:530px;
	float:left;
}
.threecolumns-holder .tab-holder{
	float:right;
	width:264px;
}
/* tabs */
.tab-holder .tabset{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	background: url(../images/bg-tabset.gif) repeat-x;
	height:26px;
}
.tab-holder .tabset li{
	float:left;
	margin:0 -8px 0 0;
}
.tab-holder .tabset li a{
	font:14px/18px "Trebuchet MS", Helvetica, sans-serif;
	color:#fff;
	padding:4px 24px 4px 16px;
	display:block;
	text-decoration:none;
}
.tab-holder .tabset li a:hover,
.tab-holder .tabset li a.active{
	background:#006489 url(../images/tabset-shadow.gif) no-repeat 100% 0;
}
.tab-holder .tab{
	padding:16px 15px 10px 17px;
	background:#0092c8 url(../images/bg-tab.gif) repeat-x;
	height:1%;
	overflow:hidden;
	color:#fff;
	border-bottom:1px solid #c2dfea;
	font-size:0.933em;
	line-height:1.214em;
}
.tab-holder .tab h1,
.tab-holder .tab h2{
	font:1.286em/1em "Trebuchet MS", Helvetica, sans-serif;
	color:#fff;
	margin:0 0 10px;
}
.tab-holder .separator{
	background: url(../images/separator.gif) no-repeat;
	width: 264px;
	height: 18px;
	margin:0 -15px 16px -17px;
}
.tab-holder .separator hr{
	display:none;
}
.tab-holder .tab p{
	padding:0 0 18px;
	margin:0;
}
.tab-holder .tab .watch{
	float:right;
	background: url(../images/btn-watch.gif) no-repeat;
	width: 104px;
	height: 26px;
	margin:-10px 0 0;
	text-indent:-9999px;
	overflow:hidden;
}
.threecolumns .aside{
	float:right;
	width:231px;
}
/* aside */
.threecolumns .threecolumns-holder .aside{
	float:left;
	width:249px;
}
.threecolumns .gallery{
	list-style:none;
	margin:0 0 -27px;
	padding:0;
	overflow:hidden;
	height:1%;
}
.threecolumns .gallery li{
	margin:0 0 25px;
	float:left;
	width:100%;
}
.threecolumns .gallery li a img{
	display:block;
}
.main-b {
	width:100%;
	height:35px;
	overflow:hidden;
	margin:12px 0 0;
	background: url(../images/shadow.png) no-repeat;
}
/* footer */
.footer-holder {
	width:100%;
	bottom:0;
	left:0;
	height:49px;
}
#footer{
	padding:11px 0 25px;
	width:777px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	font-size:0.733em;
	color:#4e4e4e;
}
#footer address{
	font-size:1.182em;
	font-style:normal;
	margin:0 0 7px;
}
#footer p{
	margin:0;
}
/* Interior Page */
#content {
	height:1%;
	overflow:hidden;
	background:#fff;
	border:solid #e7e7e7;
	border-width:0 1px 1px;
	padding:19px 23px 0 21px;
}
#content h1 {
	background: url(../images/bg-heading.gif) no-repeat;
	font:normal 1.333em "Trebuchet MS", Helvetica, sans-serif;
	color:#fff;
	padding:6px 0 3px 14px;
	margin:0 0 8px;
}
/* data */
#content .data {
	width:524px;
	padding-top: 15px;
	float:left;
	line-height:1.4em;
}
#content .data p {
	margin:0 0 14px;
}
.data  img {
	float:left;
	border:1px solid #0d506a;
	margin:12px 14px 0 2px;
}
.data h2 {
	font:normal 1.333em "Trebuchet MS", Helvetica, sans-serif;
	color:#0076a1;
	margin:0;
}

.data li {
/*	padding-bottom:15px;*/
}

/* sidebar */
#sidebar {
	width:193px;
	float:right;
	padding:5px 0 0;
}
#sidebar .ad{
	text-indent:-9999px;
	overflow:hidden; 
	display:block;
}
#sidebar .ad img{
	display:block;
}
#sidebar .menue {
	background:#efefef;
	border:1px solid #00678d;
	margin:5px 0 18px;
}
#sidebar h3 {
	font:normal 1.067em "Trebuchet MS", Helvetica, sans-serif;
	color:#fff;
	background:#006489 url(../images/bg-side-heading.gif) repeat-y;
	border-bottom:1px solid #00678d;
	margin:0 0 4px;
	padding:1px 0 2px 10px;
}
#sidebar .menue h4 {
	background: url(../images/bg-heading3.gif) repeat-x;
	font:normal 1.067em "Trebuchet MS", Helvetica, sans-serif;
	color:#4b4b4b;
	margin:0 2px 2px;
	padding:2px 0 2px 11px;
}

#sidebar .sideimg {
	
	margin: 0 auto;
	padding: 10px;
}
.menue ul {
	list-style:none;
	margin:0 0 20px;
	padding:15px 10px 0 23px;
	line-height:1.267em;
}
.menue ul.other {
	padding:0 0 0 15px;
	margin:0 0 4px;
}

.menue ul li {
	padding-bottom: 15px;
	list-style: circle;
}

.menue ul li a {
	font-size:1.067em;
	text-decoration:none;
	color:#0092c8;
}
.menue ul li a:hover {
	text-decoration:underline;
}
/* Blog Home Page */
/* news-box */
.data .news-box {
	border:1px solid #979797;
	margin:5px 0 0;
	padding:0 0 9px;
	height:1%;
	overflow:hidden;
	text-align:justify;
}
.news-box h2 {
	background: url(../images/bg-heading2.gif) repeat-x;
	color:#585858;
	font:normal 1.133em "Trebuchet MS", Helvetica, sans-serif;
	padding:7px 0 7px 11px;
	margin:0;
}
.data .news-box .post-holder{
	padding:7px 0 0;
	height:1%;
	overflow:hidden;
}
.data .news-box img {
	margin:3px 14px 0 9px;
}
.news-box .text-box {
	width:334px;
	float:left;
}
#content .data .text-box p {
	margin:0 0 9px;
}
.text-box .bar {
	padding:0 0 0 110px;
	height:1%;
	overflow:hidden;
}
.text-box .bar a {
	font-style:italic;
	text-decoration:none;
	font-size:0.8em;
	float:right;
	margin:0 7px 0 0;
}
.text-box .bar a:hover {text-decoration:underline;}
.text-box .bar a.more {
	background: url(../images/btn-more.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	height:26px;
	width:104px;
	float:right;
	margin:0;
}
.data .news-date{
	border-bottom:1px solid #e1e1e1;
	font-size:0.867em;
	padding:1px 0 2px 9px;
	margin:0 0 32px;
}
.news-date a {
	font-size:1em;
	text-decoration:none;
}
.news-date a:hover {
	text-decoration:underline;
}
/* Blog Single Post Page */
/* post box */
#content .post-box {
	height:1%;
	overflow:hidden;
	padding:13px 5px 0 0;
	text-align:justify;
	font-size:1.067em;
} 
#content .post-box h2 {
	color:#585858;
	font: normal 1.063em "Trebuchet MS", Helvetica, sans-serif;
	margin:0 0 14px;
}
#content .post-box img {
	margin:3px 12px 0 2px;
}
#content .data .post-box p {
	margin:0 0 20px;
}
#content .data .post .news-date {
	margin:-8px 0 0;
	border-top:1px solid #e1e1e1;
	height:1%;
	overflow:hidden;
}
/* comments */
#content .comments {
	padding:14px 0 0;
	margin:0 0 4px;
	height:1%;
	overflow:hidden;
}
#content .comments h2 {
	color:#585858;
	font: normal 1.133em "Trebuchet MS", Helvetica, sans-serif;
	margin:0 0 7px;
	padding:5px 0 0;
}
#content .answ-list {
	height:1%;
	overflow:hidden;
	border-bottom:1px solid #e1e1e1;
}

.comments .answ {
	padding:0 27px 0 29px;
	margin:0 0 10px;
	text-align:justify;
	font-size:0.867em;
	overflow:hidden;
	height:1%;
}
.comments .gray {
	background:#f1f1f1;
	margin:0 0 20px;
}
.comments .answ .date {
	margin:0 0 2px -17px;
	display:block;
}
#content .data .answ p {
	margin:0 0 9px;
}
#content .comm {
	font:1.133em "Trebuchet MS", Helvetica, sans-serif;
	color:#585858;
	text-decoration:none;
}
#content .comm:hover {text-decoration:underline;}
/* comments form */
.comments form {
	background:#f1f1f1;
	border:1px solid #a6a6a6;
	padding:8px 8px 0 8px;
	margin:0 0 20px;
	position:relative;
	height:1%;
	overflow:hidden;
}
.comments form .row {
	width:100%;
	overflow:hidden;
}
.comments form .row label {
	width:168px;
	float:left;
	margin:0 9px 0 0;
	font:1.133em "Trebuchet MS", Helvetica, sans-serif;
	color:#585858;
	text-align:right;
}
.comments form .row .text,
.comments form .row textarea {
	border:1px solid #a6a6a6;
	background:#fff;
	width:318px !important;
	padding:1px 3px;
	margin:0 0 19px;
	outline:none;
}
.comments form .row textarea {
	height:101px;
	margin:0 0 11px;
	overflow:auto;
}
.comments form .submit {
	position:absolute;
	background: url(../images/btn-submit.gif) no-repeat;
	width:104px;
	height:26px;
	bottom:13px;
	left:74px;
	padding:0;
	border:0;
	cursor:pointer;
}

.slideset {
	position: relative;
	height: 307px;
}
.slideset .slide {
	position: absolute;
	top: 0;
	left: 0;
}
.slideset div.active {
	z-index: 1;
}
.tab-slides {
	position: relative;
	height: 431px;
}
.tab-slides div.tab {
	position: absolute;
	display: none;
	height: auto;
	top: 0;
	left: 0;
}
.tab-slides div.active {
	display: block;
	z-index: 1;
}
ul.tabset a:focus {
	outline: none;
}

blockquote {

	border: 1px dotted #d2d2d2;
	padding: 10px;
	text-align: left;
}

img.mapbutton {

	float: right;
	border: none;
}

