/*
Code by Pixelluxe Media
about.css - about page styles
*/

/*Local Typography Styles*/

#content {
	padding: 24px 0 40px 0;
}

#sitemap p {
	font-size: 1.2em;
	margin-bottom: 10px;
}

#sitemap a { color: #666;text-decoration: none; }
#sitemap a:hover, #sitemap a.active, #sitemap a.visited { color: #71bf44; text-decoration: underline;}

#sitemap h3 {
	color: #71bf44;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 10px;
}

#sitemap h2 {
	background: url(../../images/global/bullet_big_raquo.gif) no-repeat 0px 5px;
	padding-left: 35px;
}

#sitemap h5 {
	font-size: 1.2em;
	font-weight: bold;
}

/* ### Columns ### */
#sitemap ul {font-size: 1.2em; width: 100%; height:20px; font-weight: bold; text-align: left; }
#sitemap li.col1 {float:left; width:172px;}
#sitemap li.col2 {float:left; width:172px;}
#sitemap li.col3 { float:left; width:172px;}
#sitemap li.col4 {float:left; width:172px;}
#sitemap li.col5 {float:left; }

#sitemap .col { width: 100%; margin:8px 0px 20px 0px; text-align: left; color: #666;}
#sitemap .col1 {float:left; width:172px; padding-top:6px; margin-right: 5px; }
#sitemap .col2 {float:left; width:172px; padding-top:6px; margin-right: 5px;}
#sitemap .col3 {float:left; width:172px; padding-top:6px; margin-right: 5px;}
#sitemap .col4 {float:left; width: 172px; padding-top: 6px; margin-right: 5px;}
#sitemap .col5 {float:left; padding-top:6px;}