@charset "utf-8";
/* CSS Document */
/*Support Page*/
#supportArea  {
	width: 				950px;
	text-align: 		center;
	height: 			auto;
	background: 		url('../images/episode_01_middle.png');
}
.support_area_top { 
	width: 				950px;
	height: 			25px;
	background: 		url('../images/episode_01_top.png');
}
.support_area_bottom {  
	width: 				950px;
	height: 			25px;
	background: 		url('../images/episode_01_bottom.png');
}
.support_area_middle { 
	width: 				900px;
	height:				auto;
	margin:				0 auto;
}
#supportSection  {
	width: 900px;
	margin: auto;
	height: auto;
}
#supportSection a  {
	color: #990000;
	text-decoration: underline;
}
#supportSection p {
	text-align: left;
	width: 880px;
	padding: 10px;
}
#supportSectionLinks  {
	width: 880px;
	padding: 10px;
	text-align: left;
}
#supportSectionLinks a {
	color: #000;
	text-decoration: none;
}
#supportSectionLinks a:hover {
	color: #990000;
	text-decoration: none;
}
#supportSectionLinks ul  {
	list-style-type: none;
	padding-bottom: 10px;
}
#supportSectionLinks ul li {
	font-size: 12px;
	font-weight: bold;
}
#supportSectionLinks ul li.supportLinkHeader  {
	font-size: 16px;
}
#supportSection h2  {
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#supportSection dl  {
	width: 880px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#supportSection dl dt {
	font-weight: bold;
}
#supportSection dl dd {
	width: 880px;
	text-align: left;
	padding-bottom: 15px;
}
#supportSection dl dd p {
	padding: 0px 0px 10px 0px;
}
#siteQuestions, #billingQuestions, #techQuestions  {
	width: 880px;
	padding: 5px 10px;
	text-align: left;
}
hr  {
	margin-top:			5px;
	margin-bottom:		5px;
	width:				880px;
	margin:				auto;
	color:				#ccc;
	height:				1px;
}
