/*
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
*/
body {
	margin: 48px 0px 10px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #212121;
	color: #231f20;
}
img, a img {
	border: none;
}
.handcursor {
	cursor: hand;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}	
a.doubleul {
	border-bottom: 3px double #ffffff;
}
a.doubleul:hover {
	border-bottom: none;
	text-decoration: none;
}
p {
	margin: 0;
	color: #231f20;
	line-height: 17px;
	padding: 0px 0px 0px 0px;
}
ul {
	list-style-type: none;
	list-style-image: url(/assets/templates/metro/images/plus_copy.gif);
	margin-top: 20px;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-left: 55px;
}
ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
li {
	line-height: 13px;
	padding-bottom: 5px;
}
td {
	vertical-align: top;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.error {
	color: #ed2724;
}
.ext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}
#main {
	margin: 0 auto;
	width: 960px;
}
#header {
	height: 51px;
}
#logo {
	float: left;
}
#footer {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 24px;
	padding-top: 8px;
	color: #939598;
	width: 850px;
	margin: 0 auto;
}
#footer ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;	
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	line-height: 18px;
	height: 18px;
}
#footer a {
	color: #939598;
	font-style: italic;
}
#footer a:hover{
	color: #ffffff;
	text-decoration: underline;
}
/* interior pages  */
#testimonial {
	float: left;
	background-color: #ed1c24;
	color: #ffffff;
	width: 250px;
	height: 250px;
}
#testimonial p{
	color: #ffffff;
	font-size: 19px;
	text-align: right;
	padding: 0px 23px 0px 23px;
	line-height: 24px;
}
#testimonial_name {
	font-size: 10px;
	text-align: right;
	padding: 0px 25px 0px 0px;
	width: 225px;
	text-align: right;
}
#inside_flasharea {
	float: left;
}
#copy {
	float: right;
	width: 710px;
	background-color: #e7e8e9;
	min-height: 35px;
	padding-bottom: 35px;
}
#copy a{
	color: #ed1c24;
	text-decoration: none;
}
#copy a:hover{
	text-decoration: underline;
}
#copy p{
	color: #231f20;
	font-size: 11px;
	width: 639px;
	margin: 20px 35px 0px 35px;
}
#copy h1 {
	margin-left: 35px;
	margin-top: 20px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#copy h2 {
	margin-left: 35px;
	margin-top: 20px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#copy ul li {
	margin: 0px 35px 0px 35px;
}
#sub_nav {
	background-color: #939598;
	height: 24px;
	width: 710px;
	text-align: center;
	float: right;
}
#sub_nav ul{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sub_nav li{
	display: inline;
	line-height: 22px;
	padding-right: 20px;
}
#sub_nav a {
	color: #d2d3d5;
	text-decoration: none;
	text-transform: lowercase;
}
#sub_nav a:hover {
	color: #ffffff;
}
#sub_nav a.on {
	color: #ffffff;
}
#chart {
	color: #231f20;
	font-size: 12px;
}
#chart ul{
	list-style-image: url(images/plus_chart.gif);
	list-style-type: none;
	margin-left: 178px;
}
#chart ul ul{
	list-style-image: none;
	list-style-type: none;
	margin-left: 15px;
}
#chart p {
	text-align: center;
}
li.level_1 a{
	display: none !important;
}
li.level_1 li.level_2 a {
	display: inline !important;
}