/* -------------------------- */
/* HOME PAGE TEMPLATE STYLES  */
/* -------------------------- */

/* Arranged alphabetically by tag, then by class/id name where applicable, then class/id of parent elements */

/* <a> */
div#main_section_links ul li a {
	display: block;
	height: 0;
	line-height: 1;
	overflow: hidden;
	padding: 199px 0 0 0;
	width: 309px;
}
div#main_section_links ul li.prevention a {
	background: url(../../images/pages/home/prevention.jpg);
}
div#main_section_links ul li.prevention a:hover {
	background: url(../../images/pages/home/prevention_hover.jpg);
}
div#main_section_links ul li.victims a {
	background: url(../../images/pages/home/victims.jpg);
}
div#main_section_links ul li.victims a:hover {
	background: url(../../images/pages/home/victims_hover.jpg);
}
div#main_section_links ul li.witnesses a {
	background: url(../../images/pages/home/witnesses.jpg);
}
div#main_section_links ul li.witnesses a:hover {
	background: url(../../images/pages/home/witnesses_hover.jpg);
}

/* <div> */
div#content_main {
	background: #C1EAFC;
	xmin-height: 205px;
	padding: 20px;
	xwidth: 620px;	
}
div#main_section_links {
	padding: 0 0 20px 0;	
}

/* <img> */
img#main_image {
	position: absolute;
	right: 0;
	top: 25px;	
}

/* <p> */
div#content_main p {
	font-size: 120%;
	line-height: 130%;
}

/* <ul> */
div#main_section_links ul {
	margin: 0;	
}
div#main_section_links ul li {
	display: block;
	float: left;
	height: 199px;
	margin: 0 20px 0 0;
	width: 309px;
}
div#main_section_links ul li.prevention {
	background: url(../../images/pages/home/prevention_hover.jpg);
}
div#main_section_links ul li.victims {
	background: url(../../images/pages/home/victims_hover.jpg);
}
div#main_section_links ul li.witnesses {
	background: url(../../images/pages/home/witnesses_hover.jpg);
	margin-right: 0;
}
