﻿body {	background-color: #666666;	margin: 0px;	padding: 30px 0px;}#header {
	background-image: url(/images/header_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: auto;
	height: 65px;
	width: 673px;
	position: relative;
}
#header h1#title {
	height: 130px;
	width: 400px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	position: relative;
	top: 25px;
	left: 30px;
}

#header #quote {
	float: right;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	margin-top: 30px;
	margin-right: 30px;
	line-height: 16px;
	width: 200px;
	font-style: italic;
}
#header #quote b {	color: #666666;}.swap span {	display: none;}#nav {
	background-image: url(/images/nav_BG.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 673px;
	margin: auto;
	list-style-type: none;
	text-align: left;
}
#nav a {
	padding-right: 3px;
	padding-left: 3px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	/*padding-top: 10px;*/
	color: #CCCCCC;

	text-decoration: underline;
	color: #FFFFFF;

}
#nav a {
	text-decoration: underline;
	color: #FFFFFF;
}
#nav a:hover {
	text-decoration: none;

}
#content #subnav {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #E3E3E3;
	margin: auto;
	width: 657px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
	padding: 5px 0px;
}
#content #subnav a {
	color: #333333;
	text-decoration: none;
	margin-right: 25px;
	font-weight: bold;
	padding-top: 10px;
}
#content #subnav a.selected {
	color: #FF4800;
}
#content #subnav a:hover {
	color: #FF5A00;
}


#content #subsubnav {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	margin: auto;
	width: 657px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3B3B3;
	padding: 5px 0px;
}
#content #subsubnav a {
	color: #333333;
	text-decoration: none;
	margin-right: 25px;
	font-weight: bold;
	padding-top: 10px;
}
#content #subsubnav a.selected {
	color: #FF4800;
}
#content #subsubnav a:hover {
	color: #FF5A00;
}

#content {
	background-image: url(/images/content_BG.png);
	margin: auto;
	width: 673px;
	min-height: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #333333;
}
#content .padding {
	padding: 15px 20px 0px;
}
#content p {
	margin: 0px;
	padding: 0px 0px 15px;
}
#content a {
	color: #333333;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
}
#content h2 {
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 10px;
	padding: 0px;
}

#content h3 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	min-height: 20px;
	font-weight: 500;
}
#content h4 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	/*color: #FF4800;*/
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#content h5 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#content .intro {
	font-weight: 400;
	color: #000000;
	font-size: 12px;
	line-height: 22px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
#content .highlite {
	color: #FF4800;
}
#content .black_highlite {
	color: #000000;
}
#content ul {
	margin-bottom: 0px;
} 
#footer {
	background-image: url(/images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: auto;
	height: 32px;
	width: 673px;
}
#credits {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	/*padding-top: 10px;*/
	color: #CCCCCC;
}
#credits a {
	text-decoration: underline;
	color: #FFFFFF;
}
#credits a:hover {
	text-decoration: none;
}

.splash_left_column {
	width: 300px;
}
hr {
	background-color: #FFFFFF;
	height: 3px;
	color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-right: 0px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px none #CCCCCC;
	clear: both;
	margin-top: 8px;
	margin-bottom: 8px;
}
.specs {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	line-height: normal;
	padding-top: 5px;
}
.download_block {
	width: 230px;
	border: 1px none #CCCCCC;
}
.download_block h4 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}
.rc_table {
	background-color: #FFFFFF;
}
.rc_table td.bottom-right {
	background-image: url(/images/rc.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}
.rc_table td.bottom-left {
	background-image: url(/images/rc.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}
.rc_table td.top-right {
	background-image: url(/images/rc.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}
.rc_table td.top-left {
	background-image: url(/images/rc.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 7px;
}
.rc_table td.top-left {
	background-position: left top;
}

.rc_table td.top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.rc_table td.top-right {
	background-position: right top;
}
.rc_table td.left {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.rc_table td.right {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.rc_table td.bottom-left {
	background-position: left bottom;
}
.rc_table td.bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.rc_table td.bottom-right {
	background-position: right bottom;
}
#content .link_list a {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#content .link_list a:hover {
	color: #FF4800;
}
#menu {
	float: right;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
.small-text {
	font-size: 10px;
	color: #999999;
}
.spacer {
	clear: both;
}
#sidebar {
	float: right;
}
