﻿div#main_body {
	left:187px;
	width:633px;
}

div#tiles {
	position:absolute;
	top:2px;
	left:2px;
}

a#firewall, a#antivirus, a#data, a#maintenance, a#physical, a#staff {
	position:absolute;
	background-image:url('../images/tiles.gif');
	background-repeat:no-repeat;
	text-decoration:none;
	color:orange;
	font-size:0.1em;
	display:block;
	width:145px;
	height:5px;
	text-align:right;
	padding-top:140px;
	padding-bottom:8px;
	padding-right:8px;
}


div#tiles a#firewall	{ background-position:0 top }
div#tiles a#antivirus	{ background-position:-154px top; left:153px }
div#tiles a#data 		{ background-position:-308px top; 		left:306px  }
div#tiles a#maintenance	{ background-position:-462px top; 						top:153px }
div#tiles a#physical	{ background-position:-615px top; left:153px; 			top:153px }
div#tiles a#staff		{ background-position:-769px top; 		left:306px; 	top:153px }

div#tiles:hover a#firewall		{ background-position:0 -154px; color:gray }
div#tiles:hover a#antivirus		{ background-position:-154px -154px; color:gray }
div#tiles:hover a#data 			{ background-position:-308px -154px; color:gray }
div#tiles:hover a#maintenance	{ background-position:-462px -154px; color:gray }
div#tiles:hover a#physical		{ background-position:-615px -154px; color:gray }
div#tiles:hover a#staff			{ background-position:-769px -154px; color:gray }

div#tiles:hover a#firewall:hover	{ background-position:0 top; color:orange }
div#tiles:hover a#antivirus:hover	{ background-position:-154px top; color:orange }
div#tiles:hover a#data:hover 		{ background-position:-308px top; color:orange }
div#tiles:hover a#maintenance:hover	{ background-position:-462px top; color:orange }
div#tiles:hover a#physical:hover	{ background-position:-615px top; color:orange }
div#tiles:hover a#staff:hover		{ background-position:-769px top; color:orange }

div#virus_news {
	position:absolute;
	right:0;
	width:145px;
	height:524px;
}

div#virus_news h2 {
	position:absolute;
	display:block;
	width:145px;
	height:33px;
	z-index:15;
	background-color:black;
	color:white;
	font-size:1.2em;
	text-align:center;
	top:0;
	margin-top:0;
	padding-top:0;
}

div#hot_topics, div#latest_news {
	position:absolute;
	top:312px;
	width:208px;
	height:200px;
	overflow:auto;
	font-size:0.75em;
}

div#latest_news {
	left:240px;
}

div#hot_topics h2, div#latest_news h2 {
	font-size:1.5em;
	font-weight:bold;
	border-bottom: 1px #3d4842 solid;
}

div#hot_topics a, div#latest_news a {
	text-decoration:none;
}

div#latest_news h2 a {
	color:white;
}

div#latest_news a {
	display:block;
}

p.more {
	text-align:right;
}

p.more a {
	color:orange;
	text-decoration:none;
}

p.more a:hover {
	color:white;
	text-decoration:underline;
}
