@charset "UTF-8";
/* CSS Document */

body, td
{
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size:12px;
}

a
{
color:#e61d25;
}

input
{
border-width:0px;
background-color:#ececec;
height:15px;
font-size:10px;
}

.searchBox
{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#ececec;
	border:1px solid #E9E9E9;
	height:16px;
	padding: 1px 7px 0px 7px;
}

.content, li
{
font-size:12px;
text-align:justify;
margin-left:10px;
margin-right:15px;
}

.caption
{
font-size:10px;
text-align:center;
}

.copy
{
color:#323232;
text-align:center;
font-size:10px;
}

.DarkGreyMedTitle
{
color:#6f6f6f;
font-size: 19px;
}

.RedMedTitle
{
color:#e61d25;
font-weight:bold;
font-size:14px;
}

.RedSmallTitle
{
color:#e61d25;
font-weight:bold;
font-size:10px;
}

.GreySmallTitle
{
color:#323232;
font-weight:bold;
font-size:12px;
}

.BrightGreySmallTitle
{
color:#646464;
font-weight:bold;
font-size:12px;
}

#popitmenu{
position: absolute;
background-color: white;
border:0px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
font-family: Calibri, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration: none;
padding-left: 6px;
color: white;
background-color: #7f8080;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #e61d25;
}

.bannerTitle
{
color:#FFFFFF;
font-weight:bold;
font-size:14px;
}

.bannerText
{
color:#787878;
font-size:10px;
text-align:justify;
vertical-align:text-top;
}

.whiteText
{
color:#FFFFFF;
font-size:10px;
font-weight:lighter;
}

.blackText
{
color:#000000;
font-size:10px;
font-weight:lighter;
}

.redheader
{
color:#FFFFFF;
background-color:#e61d25;
font-weight:bold;
}

.greyRow{
color:#000000;
background-color:#e6e6e6;
}

.rigTitle
{
color:#FFFFFF;
background-color:#404041;
margin-left:10px;
font-size:14px;
}

.rigText
{
background-color:#f0f0f1;
color:#404041;
margin-left:10px;
font-size:11px;
}

.GreySmallTitleContact
{
color:#FFFFFF;
background-color:#e61d25;
font-weight:bold;
}

.GreySmallTitleContact a
{
color:#FFFFFF;
background-color:#e61d25;
font-weight:notmal;
}

.GreySmallTitleContact a:hover
{
color:#FFFFFF;
background-color:#e61d25;
font-weight:notmal;
text-decoration:none;
}