html {
	background: #333 url(/Assets/images/2-2/body_BG_01.gif) repeat-x 0 0;
}

body {
	color: #333;
}

a {
	color: #666666;
}

a:hover {
	color: #349800;
	text-decoration: underline;
}





#parentLayout {
	background: url(/Assets/images/2-2/bg_parentLayout_01.png) top center repeat-y;
}

#headerTable {
	border-bottom-color: #b3b3b3 !important;
}

#contentSection div.divPageContainer {
	background: url(/Assets/images/2-2/nav_BG_01.gif) repeat-y 0 0;
}

#footerSection div.divFooter {
	background-color: #fff;
	border-top-color: #b3b3b3;
}





/*	Header Section Rules	*/
.divLanguages h2 a {
	background: url(/Assets/images/2-2/langArrowIcon_01.gif) no-repeat right center;
}

.divLanguages ul.openLanguage {
	background: #fff;
	border-color: #000;
}

ul.openLanguage li {
	border-color: #ccc;
}

.openLanguage li#closeLink {
    background: #333;
    border-top: 1px solid #000 !important;
}

li#closeLink a {
    color: #fff !important;
}
/*	END HEADER RULES	*/





/*	LEFT COLUMN RULES	*/
	/*	NAVBAR RULES	*/
	ul#nav li {
		border-bottom-color: #c7c7c7;
	}
	
	#nav li a {
		color: #333;
	}
	
	#nav li a:hover {
		color: #349800;
	}
	
	ul#nav li.active a {
		background: url(/Assets/images/2-2/navActiveBullet_01.gif) no-repeat left;
		color: #349800;
	}
	
	ul#nav li.active li a {
		background: none;
		color: #333;
	}
	
	#column01 div.callInfo a {
		background: url(/Assets/images/2-2/callFirmNow_01.gif) no-repeat 0 0;
	}
	
	#column01 div.divPod {
		border-color: #666;
	}





/*	BEGIN COLUMN2 RULES	*/
#column02 h1, #column02 h2, #column02 h3 {
	color: #349800;
}

#column02 a:hover {
	color: #349800;
}

#column02 h3 {
	color: #333;
}





.divPodContainer div.divPod {
	border-bottom: 1px solid #ccc;
}

.divPodContainer .divPod h2 {
	color: #306878;
}

.divPodContainer .divPod ul li {
	background: #fff url(/Assets/images/2-2/listItemIcon_01.gif) no-repeat left;
}

#column02 .divPod .spanMore a {
	color: #349800;
}
	
	#column02 .divPod .spanMore a:hover {
		color: #666666;
	}




.rss a {
	color: #666666 !important;
}