
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 0px solid #eaeaea;
	border-left: 0px solid #999;
	width: 916px;
}
ul.tabs li {
	float: left;
	margin: 0;
	margin-right: 3px;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 0px solid #eaeaea;
	font-weight: bold;
	font-size: 12px;
	font-family: arial;


        margin-bottom: -1px;

	overflow: hidden;
	position: relative;
	
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 0px solid #fff;
	outline: none;
        -moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
ul.tabs li a:hover {
	/* background-image: url('../images/tabbg.jpg'); */
        background-repeat: repeat-x;
        background: #f5f5f5;
	color: #328eea;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #f5f5f5;
		border-bottom: 0px solid #f5f5f5;
}
.tab_container {
	border: 0px solid #eaeaea;
	border-top: none;
	clear: both;
	float: left; 
	width: 915px;
	height: 325px;
        background: #f5f5f5;
	/*background-image: url('../images/contentbg.jpg');*/
        background-repeat: repeat-x;
        background-attachment: fixed;
        background-position: 339px 432px;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 15px;
	font-size: 13px;
	font-family: arial;
	/* background-image: url('../images/contentbg.jpg'); */
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center bottom;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 0px dashed #ddd;
	font-size: 1.8em;
}
.tab_content h3 a{
	color: #254588;
}

.tab_content a{
	color: #000000;
	font-weight: bold;
}

.tab_content a:hover {
	color: #3366FF;
	font-weight: bold;
	text-decoration: underline;
}


.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #cccccc;
	padding: 5px;
}

.tab_content ul {
        padding-left: 465px;
        }
.tab_content li a {
             color: #3366FF;
             font-weight: bold;
             font-size: 12px;
             }

.tab_content li a:hover {
             color: #000000;
             text-decoration: underline;
             }

.tab_content p {
        padding-top: 5px;
        padding-bottom: 5px;
        }