@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
h1 {
	font-size:12px;
	font-weight:normal;
}
h2 {
	font-size:11px;
	font-weight:normal;
	color:#454545;
}
iframe {
	width:500px;
	height:280px;
}
form {
	margin-top:-1px;
}
input { margin:-1px 0px; }      /* all browsers read this, used to target IE6 */

html>body input { margin:0px; }       /* IE 6 cannot read this, others can */

*+html>body input {margin:-1px; }      /* targets IE7 */

input {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}
input.inptSubscribe {
	width:153px;
	height:15px;
	padding:0px;
	margin-bottom:2px;
	color:#999999;
}
input.inptImage {
	width:auto;
	height:auto;
}
#top {
	height:340px;
	background:#FFFFFF;
	text-align:left;
}
#top-content {
	padding: 15px 0px 0px 20px;
}
#top-left {
	position:relative;
	float:left;
	width:165px;
}
#top-mid {
	position:relative;
	float:left;
	width:500px;
}
#top-right {
	position:relative;
	float:left;
	width:244px;
	margin-right:0px;
	margin-top:25px;
	margin-left:4px;
	border-top: #A2A2A2 1px solid;
}
#top-right-content {
	width:240px;
	height:270px;
	margin-right:7px;
	margin-left:4px;
	padding-top:2px;
}
#top-nav a {
	color:#000000;
}
#top-nav a:hover {
	color:#666666;
}
#top-nav a:active {
	color:#FF6633;
}
#top-nav a:focus {
	color:#FF6633;
}
#nav-main {
	float:left;
	width:130px;
	background:url(../graphics/line.gif) center no-repeat;
	
}
#logo {
	padding-top:6px;
	height:19px;
	width:161px;
	border-bottom: #333333 1px solid;
	margin-bottom:-1px;
}
#main-content {
	margin-top:25px;
	width:500px;
	height:280px;
}
#iframeContainer {
	top:0;
	margin-top:25px;
	z-index:2;
	position:absolute;
	width:500px;
	height:280px;
}
#base {
	height:260px;
	text-align:left;
	background:#FFFFFF;
}
#base-content {
	padding: 18px 16px 10px 20px;
	color:#999999;
}
#base-left {
	float:left;
	width:165px;
}
#base-mid {
	margin-left:6px;
	float:left;
	width:190px;
}
#base-right {
	float:right;
	width:162px;
	padding-right:6px;
}
a.section:link, a.section:active, a.section:visited {
	color:#999999;
	text-decoration:none;
}
a.section:hover {
	color:#000000;
	text-decoration:underline;
}
a.selected:link, a.selected:active, a.selected:visited {
	color:#333333;
	text-decoration:none;
}
a.selected:hover {
	color:#000000;
	text-decoration:underline;
}
a.internal {
	font-style:normal;
}
a.external {
	font-style:italic;
}
a:link, a:active, a:visited {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a img {
	border: 0px;
}
.project-heading {
	
}
.project-title {
	margin-top:5px;
	padding-right:2px;
	padding-left:1px;
}
a.reset-link:link, a.reset-link:active, a.reset-link:visited {
	font-size:12px;
	color:#454545;
	text-decoration:none;
}
a.reset-link:hover {
	font-size:12px;
	color:#000000;
	text-decoration:none;
}
.project-detail {
	margin-top:3px;
	font-size:11px;
	color:#666666;
	padding-right:6px;
}
.project-base {
	position:absolute;
	top:296px;
	font-size:11px;
}
.more {
	border:none;
	padding-right:3px;
	padding-bottom:1px;
}
a.base:link, a.base:active, a.base:visited {
	text-decoration:none;
}
a.base:hover {
	text-decoration:none;
	color:#000000;
}
.overview {
	height:132px;
}

.overview-left {
	float:left;
	color:#666666;
	width:114px;
}

.overview-right {
	float:right;
	padding-top:14px;
	color:#666666;
	width:125px;
}

.overview-right img {
	
}
.overview-head {
	width:111px;
	border-bottom: #7a7a7a 1px solid;
	margin-bottom:-1px;
}
.overview-title {
	font-size:11px;
}
.base-head {
	color:#666666;
	border-bottom: #7a7a7a 1px solid;
	margin-bottom:-1px;
}

.extra-nav {
	padding-left:6px;
	width:130px;
	float:left;
}
.imagePath {
	display:none;
}
.error {
	font-size:9px;
	color:#CC0000;
}
.spacer {
	height:3px;
	font-size:3px!important;
}
.spacer1 {
	height:1px;
	font-size:1px!important;
}

UL LI {
	margin:0px;
	padding:0px;
	list-style: none;
}
/*
 * NAVIGATIONAL SKIN
 */
#base-content a{
	color:#999999;
	text-decoration:none;
}
#base-content a.selected{
	color:#FFFFFF;
	text-decoration:none;
}
#base-content a:hover{
	color:#FFFFFF;
}

UL .selected {
	background: #666666;
	
}

UL A {
	text-decoration: none;
	display: block;
	padding-left:1px;
	margin-left:-1px;
}

UL A:hover {
	background: #585B61;
}
