/* Westchester Home Magazine */
/* these styles override the default styles from Westchester */

body {
	background-color:#d9d7ca;
	}
	
.module h2 {
	color:#6d9630;
	}
	
a {
	color:#0082b0;
	}
	
div#submenus {
	background:url(/images/subnav-bg-home.gif);
	}
	
ul#nav li a:hover, ul#nav li a.on {
	background-color:#8ab23f;
	}
	
/* geobase category list */
	
div.geobase-list h2 {
	background-image:url(/images/geobase-list-left-home.gif);
	background-color:#d3dcc1;
	}
	
div.geobase-list h2 a {
	background-image:url(/images/geobase-list-right-home.gif);
	}
	
div.geobase-list h2 a:hover {
	color:#0082b0;
	}
	
ul.category-list li a {
	background:#edeee6;
	}

ul.category-list li a:hover {
	background:#E5E4E4;
	color:#000;
	text-decoration:none;
	}
	
ul.submenu li a {
	background-color:#a1c165;
	}
	
ul.submenu li a:hover {
	background-color:#b2cc80;
	}
	/*
div.top-left {
	background:url(/images/top-left-home.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}
	*/
div.top-right {
	background:url(/images/top-right-home.gif);
	background-repeat:no-repeat;
	background-position:top right;
	}
/*	
div.bottom-right {
	background:url(/images/bottom-right-home.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	}
	*/
div.bottom-left {
	background:url(/images/bottom-left-home.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	}
/*	
div.tl {
	background-image:url(/images/nav-top-left-home.png);
	background-repeat:no-repeat;
	background-position:top left;
	}
*/
div.tr {
	background-image:url(/images/nav-top-right-home.png);
	background-repeat:no-repeat;
	background-position:top right;
	}
/*	
div.br {
	background-image:url(/images/nav-bottom-right-home.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	}
*/	
div.bl {
	background-image:url(/images/nav-bottom-left-home.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	}
	/*
* html div.tl {
	background-image:url(/images/nav-top-left-home.gif);
	}
*/
* html div.tr {
	background-image:url(/images/nav-top-right-home.gif);
	}
	/*
* html div.br {
	background-image:url(/images/nav-bottom-right-home.gif);
	}
	*/
* html div.bl {
	background-image:url(/images/nav-bottom-left-home.gif);
	}
	
