/* Brochure Styles (Updated: 5/7/07)
   Created by CPAmerica International, Inc.
   An example stylesheet for use with CPAmerica's Online Brochures.
   Use as is or modify to fit your site's design needs.
*/


/* EDITED BY XONATEK */

#brochure .arrowlist {
	margin-left: 10px;
	list-style: none;
	}
	
#brochure .arrowlist li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	margin-bottom: 1em;
	padding: 3px 0 0 35px;
	background:  url(images/diamonds.gif) 0 7px no-repeat;
}

#brochure .brochure_links li {
	padding: 2px;
}


/* END - EDITED BY XONATEK */

/* =Global Elements
--------------------------------------------- */

#brochure {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82.5%;
	line-height: 150%;
}

/* =Standard Elements
--------------------------------------------- */

#brochure h2 {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	line-height: 120%;
}
#brochure h3 {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	line-height: 120%;
	padding-top: 1em;
}
#brochure h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
}
#brochure blockquote {
	font-style: italic;
}
#brochure blockquote cite {
	margin-left: 5%;
	font-style: normal;
}
#brochure table {
	border: 1px solid #ccc;
	font-size: 85%;
}
#brochure table caption {
	font-size: 140%;
	font-weight: bold;
}

/* =Class Elements
--------------------------------------------- */

#brochure .copyright {
	border-top: 1px solid #ccc;
	clear: both;
	font-style: italic;
	padding-top: 1em;
	maring-top: 1em;
}
#brochure .alt-row {
	background-color: #f0f0f0;
}
#brochure .double-space li { 		/* Use to double-space list items */
	margin-bottom: 1em;
}
#brochure .single-space li { 		/* Use to single-space nested list items */
	margin-bottom: 0;
}
#brochure .callout {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	font-size: 110%;
	font-weight: bold;
	padding: 10px;
	overflow: visible;
}
#brochure .frame {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 5px;
}
#brochure .float-right {
	float: right;
	margin: 0 30px 20px 20px;
}
#brochure .link-top {
	color: #999;
	display: block;
	width: 100px;
	margin-left: auto;
	font-style: italic;
	text-decoration: none;
	
}

#brochure img {
	background-color: transparent;
	border: 0;	
}

/* =Formula Table Elements
	Used for styling formulas within tables
--------------------------------------------- */

#brochure .formula {
	border: none;
	font-size: 120%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 1em;
}
#brochure .denominator {
	border-top: solid 2px #ccc;
}
