@charset "utf-8";
/* CSS Document */

body {
	font-size: 90%;
	font-family: sans-serif;
	color: #333;
}

h1,h2,h3,h4,h5,h6,h7,h8,h9 {
	font-family: sans-serif;
	color: #eb880e;
}

h1,h2,h3 {
	padding: 1em 0 .4em 0;
}

h1, #rail h2 {font-size: 200%; padding-bottom: 0.5em;}

h2 {font-size: 135%;}

h3 {font-size: 120%;}



p { 
	line-height: 1.5;
	padding: 0.5em 0;
}

ul {
	line-height: 1.4;
}

a {
	text-decoration: underline;
	color: #333;
}

a:hover {
	text-decoration: underline;
	color: #eb880e;
}

.toplinks a {
	color: #fff;
}

.toplinks a:hover {
	color: #eb880e;
}

.iconlist {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%;
}

.iconlist li {
	display: block;
	margin: .7em 0;
	font-size: 110%;
	color: #f6821f;
	padding: .1em .1em .1em 30px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/listicon.gif);
	background-position: left;
	background-repeat: no-repeat;

}

.iconlist a {
	text-decoration: none;
	font-weight: bold;
	color: #eb880e;
	/*display: block;*/
}

.iconlist a:hover {
	color: #ffAA00;
}


#footer a {color: #fff; text-decoration: none; line-height: 1.5;}
#footer a:hover {color: #eb880e; text-decoration: underline;}


#ledge {
	font-size: 80%;
	color: #555;
	font-style: italic;
	text-align: right;
}


#breadcrumb {
	padding: 0.5em 0;
	font-style: italic;
	text-align: right;
	margin-right: 25px;
}
#breadcrumb a {color: #999}
#breadcrumb a:hover {color: #eb880e;}


/* 
 * sitemap
 *
 */

.sitemap 
{
	padding: 0;
	margin: 0;
	list-style-type: none !important;
	border-top: 1px solid #f0f0f0;
}

.sitemap ul {
	list-style-type: none !important;
}

.sitemap ul, .sitemap ul ul, .sitemap ul ul ul, .sitemap ul ul ul ul 
{
	 list-style-type: none; margin-left: 6px; padding: 0 0 0 16px;
	 border-left: 1px solid #cecece;
}

.sitemap li 
{
	padding: 2px;
	margin: 2px 0;
	border-bottom: 1px solid #f0f0f0;
}

.sitemap li a 
{
	font-size: 110%;
	text-transform: capitalize;
}

.sitemap li a:hover 
{
		
}

.sitemap li div 
{
	margin-left: 2px;
	font-style: italic;	
	text-transform:lowercase;
}
