﻿/*
colour palatte:
dark reddish pink: #A81F1C
reddish pink: #FF0500
grey: #B1B0AF;
red: #FC0000
*/
html,body {
	margin:0;
	padding:0;
   background: white;
   text-align: center;
}
body, td {
	font-family: "Trebuchet MS", "MS Sans Serif", Geneva, sans-serif;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 150%;
}
td p
{
	margin:0
}
div {
   text-align: left;
}
h1, h2, h3, h4 {
   color: #A81F1C;
   text-align: left;
}
h1 {
   font-size: 18px;
   margin-top: 0;
   line-height: 130%;
}
h2 {
   font-size: 16px;
}
h3 {
   font-size: 14px;
}
h4 {
   font-size: 12px;
}
a {
   color: #A81F1C;
}
a:hover {
   color: #FF0500;
}
img {
   border: 0;
}
#page {
   width: 858px;
   margin: 0 auto;
}
#header {
   height: 87px;
   margin-bottom: 1px;
   background: url(/css/banner.jpg) left top no-repeat;
   text-align: right;
   color: white;
   font-weight: bold;
   padding: 30px 30px 0 0;
   font-size: 16px;
   line-height: 130%;
}
.label {
   color: #FEB2B2;
}
#nav
{
	background: #3C3937;
	height: 19px;
	font-family: Arial, 'MS Sans Serif' , Geneva, sans-serif;
	text-align: left;
	padding: 7px 0 4px 0;
	font-size: 1.5em;
}
#nav a {
   margin:  0 12px 0 12px;
   display:block;
   float:left;
   color:White;
   text-decoration:none;
   }
#nav  a:hover
{
	color:Red}
#nav .current
{
	margin:  0 12px 0 12px;
   display:block;
   float:left;
   text-decoration:none;
	color:Red}


#home_feature h2 {
   font-size: 18px;
   color: #B1B0AF;
}
#GroupItem
{
	padding:0;
	width:75%
}
#GroupItem ul
{
	list-style-type:none;
	display:block;
	}    
#GroupItem ul li
{
	position:relative;
    display:block;
    float:left;
    padding-right: 50px;
    padding-bottom: 40px;
    text-align: center;
    width:150px;
    }
#GroupItem ul li a img
{
	text-align: center;
	height:75px;
	width:75px;
	border:0 ;
	}

#GroupList
{
	padding:0;
	width:75%
}
#GroupList ul
{
	list-style-type:none;
	display:block;
	}    
#GroupList ul li
{
	position:relative;
    display:block;
    float:left;
    padding-right: 52px;
    padding-bottom: 10px;
    text-align: left;
    width:250px;
    }
#GroupList ul li a img
{
	text-align: center;

	border:0 ;
	}



.infobox {
   margin: 10px 11px 10px 0;
}
.last {
   margin-right: 0;
}
#sidebox {
   background: #F6E9E8;
   width: 182px;
   float: right;
   padding: 12px;
   font-size: 13px;
}
#sidebox h2 {
   margin-top: 0;
}
#sidebox h3 {
   margin-bottom: 2px;
}
#content {
   padding: 20px 0;
}
#footer {
   text-align: center;
   font-size: 11px;
   color: #B1B0AF;
   padding: 4px;
   margin: 20px auto 0 auto;
   border-top: 2px solid #B2B2B2;
   clear: both;
}
#footer a {
   color: #4040D9;
   text-decoration: none;
}
#footer a:hover {
   color: #0000ff;
   text-decoration: underline;
}
.clear {
   clear: both;
   height: 0px;
}
.imageleft {
   float: left;
   margin: 5px 35px 15px 0px;
}
.imageright {
   float: right;
   margin: 10px 5px 25px 40px;
}
.imagerighthome {
   float: right;
   margin: 30px 15px 65px 50px;
}
.imagecenter {
   margin: 5px auto;
   text-align:center;
   display:block;
}
.standout {
   font-weight: bold;
   font-size: 13px;
}

