﻿*{
	margin: 0;
	padding: 0;
}

body{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #edece6 url(/images/topBG.jpg) left top repeat-x;
}

#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 885px;
}

#container{
	background: url(/images/faux.jpg) left top no-repeat;
}

#mainContent{
	font-size: 12px;
	width: 429px;
	margin: 0 5px;
	display: inline;
	float: left;
	color: #000;
}

#mainContent .in{
	padding: 0 10px 15px 10px;
	margin-top: 15px;
	background: #fff;
}

#footer{
	font-size: 10px;
	background: #fff;
	padding: 3px 25px;
	margin: 5px 0;
}

/****common***/
img{
	border-style: none;
	border-color: inherit;
	border-width: 0;
	}

a{
	color: #f69738;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

hr{
	background: none;
	border: 0;
	border-top: 1px solid #c4c4c2;
	height: 1px;
	margin: 5px 0 10px 0;
	clear: both;
}

p{
	margin-bottom: 8px;
	line-height: 1.3;
}

li{
	list-style-type: none;
}
.label {float:left;width:140px;margin-bottom:2px}
.textbox {margin-bottom:5px}

.clear{
	clear: both;
}

.small{
	font-size: 10px;
}

.title{
	font-size: 24px;
	color: #ee7c10;
	margin-top: 6px;
}

.articlephoto{
	margin-bottom: 10px;
}

.box{
	margin-bottom: 10px;
}

.bluebox{
	background: #cae9f8;
}

.blackbox{
	background: #000;
}

.box ul{
	padding: 10px;
}

.graytext{
	color: #a0a0a0;
}

.alignCenter{
	text-align: center;
}

/*******header********/
#header{
	position: relative;
	height: 171px;
}

#header #logo{
	position: absolute;
	left: 20px;
	top: 40px;
}

#main-nav{
	position: absolute;
	left: 20px;
	top: 127px;
}

#main-nav li{
	float: left;
	margin-right: 15px;
	display: inline;
}

#main-nav li a{
	color: #7fbebc;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}

#main-nav li.current a,#main-nav li a:hover{
	color: #EE7C10;
}

#main-nav li .subnav{
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 850px;
}

.subnav li{
	display: inline;
	float: left;
}
.subnav li a{
	text-transform:uppercase
}

#main-nav li .subnav li a{
	font-size: 11px;
	font-weight: normal;
}

#main-nav li .subnav li.current a{
	color: #EE7C10;
	font-weight: bold;
}

.subnav{
	display: none;
}

.fullbox{
	width: 100%;
}

.orangeBtn{
	background: none;
	border: none;
	color: #ee7c10;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
}

/*****sidebar*****/
#sidebar{
	width: 170px;
	color: #464648;
	float: left;
}

#sidebar .in{
	padding: 0 5px 10px 20px;
	margin-top: 15px;
	background: #fff;
}

#sidebar .in hr{
	margin-left: -15px;
}

.externalLinks li{
	margin-bottom: 20px;
}

.verlist li{
	margin-bottom: 10px;
}
.verlist li a{
	color:#000
}

/*****mainContent****/
.articleLinks a{
	font-size: 10px;
	font-weight: bold;
	color: #ee7c10;
	display: inline-block;
	margin-right: 10px;
}
 a.articleLasMer
{
	color:#000
}

#commentForm label{
	display: block;
}

#commentForm textarea{
	width: 100%;
}

/******secondbar end*******/
#secondbar{
	width: 274px;
	float: right;
	color: #464648;
}

#secondbar .in{
	padding: 0 9px 15px 9px;
	margin-top: 15px;
	background: #fff;
}

#tv .in{
	padding: 3px;
	background-color:#000
}

#tvlinks{
	background: #313030;
	padding: 5px;
	color: #fff;
	margin-top: 3px;
}

#tvlinks a{
	color: #fff;
	font-weight: bold;
}

#tvlinks a .red{
	color: #bf1b19;
}

/*tipsruta*/
/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}