/**
 * @version $Id: template.css 10498 2008-07-04 00:05:36Z ian $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */


body {
	margin:0;
	background:#ccc;
	color:#000;
	padding:0;
	
}


#body
{
	margin:0px 50px 0px 50px;
	background:#ccc;
	color: #000000;
	font-family: verdana,arial, helvetica, sans-serif;
	font-size: 0.8em;
	padding: 0px;
	border-left:2px solid #000;
	border-right:2px solid #000;
	min-height:600px;
}

td
{
	font-size:0.8em;
	margin-bottom:13px;
}

#menu a:link img, a img
{
	border-top:0; 
	border-bottom: 2px solid #fff;	
	border-left:0;
	border-right:0px;
	margin:0 5px 0 5px;
	padding:5px 0 5px 0;
}

#menu a:hover img {
	border-bottom: 2px solid #ff0000;
}

#menu a:active img {
	border-bottom: 2px solid #000;
}

#menu img.spacer {
	border-bottom:2px solid #fff;
}

#intro {
	background: #fff;
	min-height:100%; 
}

#menu {
	background:#fff;
	text-align:right;
	margin:0 50px 0 50px;
}

#text {
	padding-top:20px;
	min-height:410px;
}

#footer {
	border-top:#ff0000;
	background:#000;
	color:#fff;
	padding:0px 0 1px 0;
	margin:0;
}

#footer a, footer a:link {
	color:#d8d8d8;
	font-weight:normal;
}

#sites table {
	background:#f8f8f8;
	border: 1px solid #000;
}

p,li {
	margin-left:60px;
	margin-right:60px;
}

#text #sites table p, #text #services table p {
	margin:0;
}

#text #services {
	text-align:left;
}

#text #services table td {
	padding:10px;
	text-align:left;
	border:0;
}

#text #services table {
	margin-left:50px;
}

h2 {
	margin:0 0 0 60px;
	border-bottom:2px solid #ff0000;
}

h2.subhead {
	color:#808080;
	border-bottom: #ff0000 solid 1px;
}

#services h2 {
	margin:0;
}

ul li {
	margin-left:175px;
	margin-right:175px;
}

a {
	color:#404040;
}

a:link {
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

hr {
	width:90%;
	margin-top:30px;
	margin-bottom:30px;
}

table tr td img {
	border:1px solid #000;
}
