@charset "utf-8";
/* CSS Document */
body {
	background-color: #89a171;
	color: #dce3d5;
}
.wrap {
	background-image: url(../img/atrium_bg.gif);
	background-repeat: repeat-x;
	min-height: 390px !important;
	height: 390px;
}
.top {
	border-bottom: 1px solid #929e87;
}
.header {
	border-top: 2px solid #a3b096;
	border-bottom: 1px solid #7e9269;
}
.page_content {
	border-top: 1px solid #9aaf86;
	border-bottom: 1px solid #7a8f65;
}
.footer {
	border-top: 1px solid #98ab81;
	color: #c6d1ba;
}
.footer a {
	color: #c6d1ba;
	font-weight: normal;
}
.footer a:hover {
	color: #ffffff;
	font-weight: normal;
}
.tabmenu, .tabmenu li { 
	margin:0;
	padding:0;
}
.tabmenu {
	list-style:none;
}
/*RESET*/
.tabmenu {
	float:left;
	width: 270px;
	background:url(../img/atriumTab_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:#597042;
	font-weight: bold;
	padding: 7px 8px 6px 8px;
	background:url(../img/atriumTab_bg.gif) repeat-x left top;
	height: 16px;
}
.tabmenu a:hover span {
	color:#415a27;
	background:url(../img/atriumTab_bg.gif) repeat-x left top;
}
.tabmenu a .left, .tabmenu a:hover .left {
	overflow:hidden;
	width:2px;
	background:url(../img/atriumTabL_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/atriumTabR_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: #ffffff;
}
.tabmenu li.active a .left {
	background-position:left bottom;
}
.tabmenu li.active a .right {
	background-position:left bottom
}
.tab_content {
	background-image:url(../img/atriumTabcontent.gif);
}
.tab_content .image {
	border:1px solid #607749;
}
.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/atriumW_line.gif);
	background-position: bottom;
	background-repeat:repeat-x;
}
.weather .today, .weather .tomorrow {
	color: #ffffff;
}
.weather .tomorrow {
	color: #5a7242;
}
.menu {
	text-align: right;
}
.header {
	padding: 10px;
}
.page_content {
	padding: 10px;
}
.footer {
	padding:8px;
	text-align: center;
}
.sec_menu {
	background-color: #a2b48e;
}
/*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;
}
.button{
	font-size:11px;
	border:1px solid #CCCCCC; 
	background:url(../img/atrium-button-bg.gif) repeat-x;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 6px 3px 6px;
}
.button2,.button2:hover{
	font-size:11px;
	border:1px solid #445038; 
	background:url(../img/atrium-button-bg2.gif) repeat-x;
	color:#2F3022;
	padding:3px 5px 3px 5px;
	font-weight:bold;
	
}
