body
{
	padding: 0;
	margin: 0;
	font: 100% tahoma, verdana, sans-serif;
	background: #e0e0e0;
	color: #303030;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

h1
{
	margin: 0 0 20px 0;
	font-size: 2.1em;
	font-weight: normal;
}

h2
{
	margin: 0 0 20px 0;
	font-size: 1.6em;
	font-weight: normal;
}

h3
{
	margin: 20px 0 10px 0;
	font-size: 1.4em;
	font-weight: normal;
}

#container
{
	margin: 0 auto 0 auto;
	width: 760px;
	padding: 0px 20px 0px 20px;
	border-top: 10px solid white;
	border-bottom: 10px solid white;
	background: white url('/Images/separator.gif') repeat-y;
}

#logo
{
	float:left;
	font-size: 20px;
	color: white;
}

#slogan
{
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #fafafa;
	padding: 40px 0 0 5px;
	text-align: right;
	width: 270px;
}

#search
{
	float: right;
	margin: 40px 0 0 0;
	color: white;
	font-weight: bold;
}

#main
{
	width: 570px;
	float: right;
	padding-right: 20px;
}

.block
{
	background: #f0f0f0;
	padding: 15px;
}

#navigation
{
	clear: both;
	width:150px;
	float:left;
	padding: 0;
}

#navigation a
{
	display: block;
	color: #303030;
	width: 150px;
	padding: 6px 0 6px 0;
}

#navigation a:hover
{
	background: #fafafa;
	text-decoration: none;
}

#navigation ul
{
	list-style-type: none;
	padding: 0px;
	margin: 14px 0 10px 0;
}

#navigation li
{
	font-size: 12px;
	line-height: 14px;
	padding: 0px;
}

#navigation li b
{
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
}

ul.address
{
	list-style-type: none;
}

ul.features
{
	list-style-type: none;
}

ul.features li
{
	background: url('/Images/small_tick.jpg') left center no-repeat;
	padding-left: 40px;
	line-height: 30px;
	font-weight: bold;
	vertical-align: middle;
}

div#header
{
	clear: both;
	background: white;
	color: #808080;
	font-size: 0.9em;
	padding: 8px;
	border-bottom: 1px solid #d0d0d0;
	height: 68px;
}

div#footer
{
	clear: both;
	background: white;
	color: #808080;
	font-size: 0.9em;
	padding: 8px 0 8px 0;
	border-top: 1px solid #d0d0d0;
	text-align: center;
}

p
{
	margin: 0 0 15px 0;
	line-height: 1.5em;
	text-align: justify;
}

.right
{
	text-align: right;
}

a img
{
	border: 0;
}

.hide
{
	display: none;
}

input
{
	border: 1px solid #d0d0d0;
}

input.go
{
	width:30px;
	padding:0px;
	border:0px;
	color:white;
	font-weight:bold;
}

div#footer p#footer
{
	float: left;
	text-align: center;
}

div#footer p#w3c-css
{
	padding-top: 10px;
	float: right;
}

div#footer p#w3c-xhtml
{
	padding-top: 10px;
	float: left;
}
