@charset "utf-8";
/* CSS Document */


/** Tabbed Resources **/

/* Contains the entire tabbed section */

.tabbed {
width:645px;
margin-top:20px;
padding:10px;
height:940px;
background:#ebf0bc url(images/tabbed.gif) repeat-x bottom;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
	}

/* List of tabs */.tabbed ul.tabs {
	float: left;
	display: block;
	width: 175px;
	margin: 0;
	padding: 0;
	}
.tabbed ul.tabs li {
	list-style: none;
	width: 177px;
	float: left;
	clear:left;
	margin: 0;
	padding: 0;
	}
.tabbed ul.tabs li a {
	background:#e5e5e5;
	border:#fff 1px solid;
	overflow: hidden;
	display: block;
	margin: 0 2px 0 0;
	padding: 10px 12px;
	}
.tabbed ul.tabs li a:hover {
	cursor:pointer;
	background:#d9d9d9;
	text-decoration:none;
	}

/* The current selected tab */
.tabbed ul.tabs li a.tab-current {
	background:#fff;
	}
.tabbed ul.tabs li a.tab-current:hover {
	cursor:default;
	}
/* The content shown when a tab is selected */
.tabbed div {
	float: right;
	display: block;
	background:#fff;
	width: 450px;
	height:920px;
	padding:10px;
	}

/* Set the CSS to make sure the other tabs' content isn't shown other than the first */
.tabbed div.t2, .tabbed div.t3, .tabbed div.t4 {
	display: none;
	}

/* Content for inside your tabs' divs */
.tabbed div ul {
	}
.tabbed div p {
	margin:.5em 0px;
	}
.tabbed div div {
	}
.tabbed h3.title {
font-size:1.8em;
line-height:1.1em;
font-family:"Ludcida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
text-transform:none;
}
h2.latest {
color:#555;
margin-top:0px;
}

h3.title {
border-top:1px dotted #eee;
margin-top:10px;
padding-top:10px;
}
a.button {
padding:4px 10px;
background:#FF8000 url(images/button.gif) center center repeat-x;
color:#fff;
text-align:right;
margin:10px 0px;
position:relative;
float:right;
border:1px solid #ddd;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
a.button:hover {
background:#FF8000 url(images/button.gif) top center repeat-x;
}
a.readmore {
color:#FF8000;
}
