@charset "UTF-8";
body {
	background-color: #172528;
	margin: 0;
	padding: 0;
}

p {
	font: 14px normal Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 18px;
}
a:link, a:visited, a:focus, a:active {
	color: #666;
	font-size: 14px;
}
a:hover {
	color: #BADD3A;
	font-size: 14px;
}

h1 {
	font-size: 60px; 
	font-weight: bold;
	padding-top: 20px;
	margin-left: 75px;
	color: #f0f0f0;
}
img {
		border: 0;
}
#wrapper {
	background-color: #172528;
	width: 800px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	text-align: center;
	background-color: #172528;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	width: 710px;
	height: 200px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 55px;
	font-size: 24px;
	color: #f0f0f0;
}
.container {
	width: 700px;
	margin: 20px auto;
	background-color: #f0f0f0;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	background-color: #172528;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
}
.tab_content {
	padding: 20px;
	font-size: 1.2em;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
	margin-left: 15px;
}
.tab_content h3 a{
	color: #254588;
	font-size: 12px;
}
.tab_content img {
	float: left;
	margin: 0 11px 20px 11px;
	border: 1px solid #ddd;
	padding: 5px;
}
.tab_content a:hover {
	color: #900;
}
.footer {
	clear: both;
	display: block; 
	padding: 20px 0;
	text-align: center;
	line-height: 18px;
}
.fyi {
	color: #999;
}
.clicktips {
	font-size: 12px;
	color: #900;
	font-weight: normal;
}
#email a:link, a:visited, a:focus, a:active {
	color: #999;
	font-size: 14px;
}
#email a:hover {
	color: #BADD3A;
	font-size: 14px;
}

.designPlus {
	color: #999;
}
.designPlus a:hover {
	color: #BADD3A;
	font-size: 14px;
}
