/**
* @version $Id:template_css.css,v 1.0 $
* @copyright (C) 2005 Mambosolutions.com
* @license http://www.mambosolutions.com/license.php
* @author http://www.mambosolutions.com
* SPECIAL INTRUCTIONS: to change the header from IG to Small (100px height)
* just change the one line below as noted in the comments
*/

/*
 * hiding from older browsers (show in IE Mac)        
 * avoiding the flash of unstyled content in IE 5 Win 
 */

/* -- Imported styles ----------------------------- */ 
 
@import url("general.css"); 
@import url("template.css");
/* SET HEADER SIZE 
* uncomment below to change to small 100px height header style (default template.css call a 300px height header image)
*/
/*@import url("template_sm.css"); */
@import url("elements.css"); 
@import url("typography.css");

/*@import("iemac.css");  Styles for IE Mac only */ 


.sitemap h2 { font-size: 14px; color:#1F4D9E; }

.sitemap ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	margin-bottom:10px;
}
.sitemap ul li {
	margin: 0;
	padding: 0;
}
.sitemap a img {
	border: none;
}
.sitemap ul.level_0 ul {
	padding: 0;
}
.sitemap ul.level_1 li {
	padding-left: 30px;
}
