@charset "utf-8";
/*****************************************************/
/*	Personal Page Styles */

@import url("base.css");
	/*	Must be imported first! Applies resets
		and defines new defaults for basic tags	*/

@import url("3col.css");
	/*	Basic 3-column layout rules	*/

@import url("elements.css");
	/*	Contains styling for framing elements,
		such as navigation, ads, etc. used on
		internal pages	*/

@import url("headerFooter.css");
	/*	Styles for the header and footer	*/


	
#content .sectionList li p {
	font-weight: normal;
	font-size: 16px;
	margin-left: 15px;
	margin-top: 5px;
	line-height:16px;
}
#content ul.sectionList  {
	margin: 0em 0em 0em 0em;
}
#content .sectionList {
	width:520px;
	clear:both;
	padding-top:10px;
	padding-bottom:5px;
	padding-left: 0px;
}
#content .sectionList li {
	font-weight:bold;
	float:left;
	width:33%;
	overflow:hidden;
	background: none;
	padding-left: 0px;
}
#content .sectionList li a {
	background-image: url(images/bullets/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	display:block;
	width:auto;
	padding-left:16px;
	font-size: 14px;
	line-height:18px;
	padding-right:3px;
	text-decoration: none;
}

#content .sectionList li a:hover {
	background-image: url(images/bullets/orange_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	text-decoration: underline;
	text-decoration: underline;
}
#content .sectionList li ul {
	padding-top:3px;
	width:auto;
}
#content .sectionList li li {
	font-size:16px;
	font-weight:normal;
	float:none;
	width:auto;
	padding: 0px 0px 0px 16px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: 16px 4px;
	line-height:14px;
}
#content .sectionList li li a, #content .sectionList li li a:hover {
	background-image: url(images/bullets/arrow-trans.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	display:inline-block;
	font-size: 13px;
	color: #333333 !important;
}
#content .sectionList li li a:hover {
	background-image: url(images/bullets/arrow-trans-o.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	display:inline-block;
	color: #308165 !important;
}
#content ul.sectionList  ul {
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

