@charset "utf-8";

/* CSS Document */
body {
	background-color: #A3A37D;
	color: #434335;
}
a{
	text-decoration:none;
	color:#FFFFFF;
}
a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
.wrap {
	background-image: url(../img/splash_bg.gif);
	background-repeat: repeat-x;
	min-height: 390px !important;
	height: 390px;
}
.top {
	border-bottom: 1px solid #9f9f8d;
}
.header {
	border-top: 2px solid #b1b19d;
	border-bottom: 1px solid #949474;
}
.page_content {
	border-top: 1px solid #b0b090;
	border-bottom: 1px solid #91916f;
}
.footer {
	border-top: 1px solid #adad8a;
	color: #62624b;
}
.footer a {
	color: #62624b;
	font-weight: normal;
	text-decoration:none;
}
.footer a:hover {
	color: #000000;
	font-weight: normal;
}
.left_side {
	width: 700px;
}
.rigth_side {
	float: left;
}

/*RESET*/
.tabmenu, .tabmenu li { 
	margin:0;
	padding:0;
}
.tabmenu {
	list-style:none;
}

/*RESET*/
.tabmenu{
	float:left;
	width: 270px;
	background:url(../img/splashTab_line.gif) repeat-x left bottom;
}
	.tabmenu li{
		float:left;		
	}
		.tabmenu a,.tabmenu a:hover{
			text-decoration:none;
		}
		.tabmenu a span,.tabmenu a:hover span{
			float:left;
			display:block;
			cursor:hand;
			cursor:pointer;
			color:#636347;
			font-weight: bold;
			padding: 7px 8px 6px 8px; 
			background:url(../img/splashTab_bg.gif) repeat-x left top;
			height: 16px;
		}
		.tabmenu a:hover span{
			color:#3f3f1b;
			background:url(../img/splashTab_bg.gif) repeat-x left top;			
		}
		.tabmenu a .left,.tabmenu a:hover .left{
			overflow:hidden;
			width:2px;
			background:url(../img/splashTabL_bg.gif) no-repeat left top;	
			padding:0px;
			float:left;
			height:29px;			
		}	
		.tabmenu a .right,.tabmenu a:hover .right{
			overflow:hidden;
			width:2px;
			background:url(../img/splashTabR_bg.gif) no-repeat left top;
			padding:0px;
			float:left;
			height:29px;
		}
		.tabmenu a:hover .left{
			background-position:left top;
		}	
		.tabmenu a:hover .right{
			background-position:left top
		}	
		.tabmenu a:hover{
			text-indent:0pt;
		}
		 .tabmenu li.active  a span{
		 	background-position:left bottom;
			color: #79000a;
		 }		 
		.tabmenu li.active a .left{
			background-position:left bottom;
		}	
		.tabmenu li.active a .right{
			background-position:left bottom
		}	
.tab_content {
	background-image:url(../img/splashTabcontent.gif);
}
.tab_content .image {
	 border:1px solid #8c8c71;
}
.tab_content h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding:0px;
	margin: 0px;
}
.tab_content h1 a, .tab_content h1 a:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.weather {
	background-image:url(../img/splashW_line.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}

.weather .today, .weather .tomorrow {
	color: #000000;
}
.weather .tomorrow {
	color: #606057;
}
.menu {
	text-align: right;
}
.header{
	padding: 10px;
}
.page_content {
	padding: 10px;
}
.footer {
	padding:8px;
	text-align: center;
}
.sec_menu {
	background-color: #b1b18f;
}
/*Article Styles*/

.headline1 h1 {
	color: #ffffff;
}
.headline2 h1 {
	color: #ffffff;
}
.headline3 h1 {
	color: #ffffff;
}
.content1 h1, h2, h3, h4, h5, h6, .content2 h1, h2, h3, h4, h5, h6, .content3 h1, h2, h3, h4, h5, h6 {
	color: #FFFFFF;
}
.content1, .content2, .content3 {
	color: #FFFFFF;
}
.button{
	font-size:11px;
	border:1px solid #CCCCCC; 
	background:url(../img/splash-button-bg.gif) repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 6px 3px 6px;
}
.button2,.button2:hover{
	font-size:11px;
	border:1px solid #52513F; 
	background:url(../img/splash-button-bg2.gif) repeat-x;
	color:#2F2F23;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	
}
