/*------------------------------------|
|  CSS version 1.0, July 2007         |
|  Author: Alvatech, Inc.             |
|  Contact: david@alvatech.com        |
|------------------------------------*/

/* Universals and Attributes (sorted alphabetically) */
* {
	margin:0; padding:0;
}
/* Wihtin Ids */
#helpHead h1 {
	color:#FFF;
	font-size:36px; font-weight:600;
	letter-spacing:1px;
	padding:7px 0 0 22px;
}
#helpMain h2 {
	color:#ff029c;
	font-size:19px; font-weight:bold;
	line-height:23px;
}
#helpMain h3 {
	color:#ff029c;
	margin-top:15px;
}
#helpMain h4 {
	font-size:15px; font-weight:bold;
	margin:15px 0 15px 0;
}
#helpMain img {
	border:none;
}
#helpFoot {
	height:95px;
	background-image:url(images/footer.gif); background-repeat:no-repeat; background-position:top left;
	margin:100px 0 0 0;
}
#helpHead {
	font-family:"Trebuchet MS", sans serif;
	height:60px;
	background-image:url(images/help_center_header_bg.gif); background-repeat:repeat-x; background-position:top left;
}
#helpMain {
	padding:27px 0 0 36px;
	font-family:"Trebuchet MS", sans serif;
}
#helpMain ul {
	padding:5px 0 35px 53px;
	color:#999;
}
#helpMain ul li {
	padding:3px 0 0 8px;
	font-size:13px;
	line-height:18px;
}
#helpMain ul li a {
	color:#0000ff;
	font-size:16px; font-family:"Arial", sans serif;
}
#helpMain ul li p {
	font-size:14px;
	margin:10px;
}
#helpMain ol {
	margin-left:50px;
}

/* Classes */
#helpMain .bold {
	font-weight:bold;
}
#helpMain .breakdown {
	margin:10px;
	width:100px;
	float:left;
}
#helpMain .breakdown dt {
	width:100%;
	display:block;
	text-align:center;
	font-weight:bold;
}
#helpMain .breakdown dd {
	width:100%;
	margin:0; padding:0;
	text-align:center;
}
#helpMain .centerText {
	text-align:center;
}
#helpMain .clearLeft {
	clear:left;
}
#helpMain .clearRight {
	clear:right;
}
#helpMain .floatRight {
	float:right;
}
#helpMain .halfWidth {
	width:50%;
}
#helpMain .noList ul { /* Here b/c of specificity */
	margin-bottom:15px; padding-bottom:0;
	list-style-type:disc;
}
#helpMain .noList ul a { /* Also here b/c of specificity */
	font-size:14px;
}
#helpMain .noList {
	list-style-type:none;
}
#helpMain .pad {
	padding:7px;
}
#helpMain .pink {
	color:#ff029c;
}