﻿/*  Stylesheet loader - don't include media type here IE STILL doesn't support them...*/
@import url("standardtags.css");
@import url("layout.css");
@import url("navigation.css");
@import url("mainnavigationspacing.css"); 
@import url("general.css");

/* Homepage specific styles */
/* Tag redefinitions */
h1 
{
color: #C0DEE6;
}

/* Layout styles */
#ColumnContainer {
background: white url('Images/HomeBkgnd.png') no-repeat bottom right;
/*border: 1px solid yellow; */
float: left;
width: 100%;}

#PageContent.HomeContent {
width: 100%;
height: 200px;
padding: 0px 0px 0px 0px;}

#FeatureBoxContainer {
clear: both;}

#FeatureOne, #FeatureTwo {
margin: 16px 16px 0px 0px;
width: 254px;
float: left;
border-left: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
border-color: #C0DEE6;}

#FeatureThree {
margin: 16px 0px 0px 0px;
width: 254px;
float: left;
border-left: 1px solid;
border-right: 1px solid;
border-bottom: 1px solid;
border-color: #C0DEE6;}

/* Content styles */
#PageContentTitle {
border: 0px;
margin-bottom: 0px;}

.Strapline {
font-size: 130%;
color: #888888;
width: 254px;}

/* Feature box styles */
.FeatureBoxHeader {
background-color: #C0DEE6;
padding: 2px 16px 2px 16px;
color: #00325F;}

.FeatureBoxHeader p, .FeatureBoxContent p {
margin: 0px 0px 0px 0px;}

.FeatureBoxHeader a:link, .FeatureBoxHeader a:visited,.FeatureBoxContent a:link, .FeatureBoxContent a:visited {
color: #00325F;
text-decoration: none;}

.FeatureBoxHeader a:hover,.FeatureBoxContent a:hover {
text-decoration: underline;}

.FeatureBoxContent {
height: 75px;}

p.FeatureBoxTextOnly {
padding: 8px 16px 0px 16px;
margin-bottom: 0px;}

p.FeatureBoxTextImage {
margin-bottom: 0px;
padding: 8px 16px 0px 16px;
width: 122px;
float: left;}

p.FeatureBoxTextImage  img{
float: left;
padding: 0px 16px 0px 16px;
margin-bottom: 0px;}

/* News ticker styles */
#NewsTicker {
clear: both;
margin: 0px 0px 0px 0px;
padding: 4px 0px 4px 0px;}

#NewsTicker p {
margin: 0px;}

#NewsTicker p a:link, #NewsTicker p a:visited {
color: #67726B;
text-decoration: none;}

#NewsTicker p a:hover {
text-decoration: underline;
}

.theticker a:link, a:visited 
{
 text-decoration:none;
 color:#67726B;
}

.theticker a:hover {
text-decoration: underline;	
color:#67726B;
}

