/*Generic content template*/
.sectionNav {
	width:152px;
	margin:0 0 10px 18px;
	padding:0;
}

.sectionNav li {
	font-size:11px;
	color:black;
	*zoom:1;
}

.sectionNav li a {
	color:#666666;
    text-decoration:none;
    line-height:12px;
}

.sectionNav li.mainMenu {
	padding-bottom:5px;
	margin-bottom:5px;
	font-weight:bold;
	text-transform:uppercase;
}

.sectionNav  li.subMenu {
	font-weight:normal;
	text-transform:none;
}

.sectionNav li.last {
	border-bottom:none;
}

.next { 
	font-style:italic;
}


/*Main content column*/
.column3 {
	color:#555555;
	border-right:none;
    width:700px;
}

.column3 a,
.column4 a {
	color: #555555;
}

.column3 a:visited,
.column4 a:visited {
	color: #555555;
}

.column3 a:hover,
.column4 a:hover {
	color: #df3d3a;
}

/*title*/

.column3 h2 {
	font-size:15px;
	font-weight:bold;
	padding-top:5px;
	margin-bottom:10px;
	color:#111;
}
.column3 h3 {
	font-size:13px;
	font-weight:bold;
	padding-top:5px;
	margin-bottom:10px;
	color:#111;
}
.column3 h4 {
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	margin-bottom:10px;
	color:#111;
}

/*site map*/
.sitemap {
	color: #888888;
}

.sitemap a{
    text-decoration:none;
}

.sitemap a:hover{
	color:#d80e0a;
	text-decoration: none;
}


.sitemap .sitemapContent {
	width:160px;
	margin-bottom:40px;
}

.sitemap .sitemapList {
	float:left;
	margin-right:40px;
	line-height:24px;
    width: 25%;
    
}

.sitemapContent .firstLevel{
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #a0a0a0;
	color:#000;
	padding-bottom:5px;
	margin-bottom:5px;
}

.sitemapContent .title{
    font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #a0a0a0;
	padding-bottom:5px;
	margin-bottom:5px;  
}

.sitemapContent .secondLevel {
	font-size:11px;
}
.sitemapContent .secondLevel li {
	text-indent:1px;
}
.sitemapContent .thirdLevel li {
	text-indent:0;
}

.sitemapContent .thirdLevel .title {
	border-bottom:none;
	padding:0;
	margin:0;
	font-size:11px;
}

