/********************************************************************

   Sentinel Security Systems
   Main Page Stylesheet
		
********************************************************************/

@import url(general.css);

table.main-sections {
	float: left;
	width: 100%;
	margin: 0;
}

tr.topics {
	height: 275px;
}

tr.medals {
	background-color: transparent;
}

table.main-sections td {
	margin: 0;
	width: 20%;
	padding: 0;
}

td.about {
	padding: 0 0 1em 0;
	border: 1px solid #FF0000;
	border: none;
	color: white;
	background: #FF0000 url(graphics/grey-down-to-red-line.png) repeat-x scroll top left;
}

td.topic {
	margin: 0;
	padding: 0;
	border: none;
	background-color: #E3D7D7;
}

td p.more {
	text-align: right;
	font-size: 90%;
}

td p.more a:link,
td p.more a:visited {
	color: black;
	background-color: transparent;
}

td.about p {
	margin: 1em;
}

td.about p.more a:hover {
	text-decoration: underline;
	color: white;
	background-color: transparent;
}

td.topic p.more a:hover {
	text-decoration: underline;
	color: black;
	background-color: #FF0000;
}

td.topic div.heading {
	margin: 0;
	padding: 0;
}

td.topic div.heading img {
	margin: 0;
	width: 100%;
	height: 80px;
}

td.topic div.heading h1 {
	margin: 0;
	padding: 1px 1px 1px 0.5em;	
	font-size: 120%;
	font-weight: bold;
	color: white;
	background: #CC0000 url(graphics/redlines.png) repeat scroll top left;
}

td.topic div.heading h1 a:link,
td.topic div.heading h1 a:visited {
	text-decoration: none;
	color: white;
	background-color: transparent;
}
td.topic div.heading h1 a:hover {
	text-decoration: underline;
	color: black;
	background-color: transparent;
}
td.topic div.heading h1 a.current:link,
td.topic div.heading h1 a.current:visited {
	color: black;
	background-color: transparent;
}

td.topic div.content {
	margin: 0;
	padding: 1em;
}

td.topic div.content p {
	margin: 1em 0 0 0;
	padding: 0;
}

td.topic div.content ul {
	margin: 0 0 0 1.5em;
	padding: 0;
}

td.topic div.content ul li {
	margin: 0 0 0.5em 0;
}

td.topic div.content ul a:link,
td.topic div.content ul a:visited {
	text-decoration: underline;
	color: black;
	background-color: transparent;
}

td.topic div.content ul a:hover {
	text-decoration: underline;
	color: black;
	background-color: #FF0000;
}
