﻿html
{
    height: 100%;
}
body
{
    margin: 0px;
    font-family: 'Trebuchet MS', Arial;
    font-size: 10pt;
    color: #333333;
    background-color: #d1d1d1;
    height: 100%;
}
body a
{
	color: #006699;
	text-decoration: none;
}
body a:hover
{
	text-decoration: underline;
	color: #0099cc;
}
body button
{
	font-family: 'Trebuchet MS', Arial;
	font-weight: bold;
	border: solid 1px #b1b1b1;
	background-color: #e1e1e1;
	padding: 4px 8px 4px 8px;
	color: #333333;
	cursor: hand;
}
body img
{
	vertical-align: middle;
}
body input[type="text"]
{
	font-family: 'Trebuchet MS', Arial;
	width: 250px;
	border: solid 1px #b1b1b1;
	color: #333333;
	font-size: 100%;
}
body input[type="password"]
{
	font-family: 'Trebuchet MS', Arial;
	width: 250px;
	border: solid 1px #b1b1b1;
	color: #333333;
	font-size: 100%;
}
body input[type="submit"]
{
	font-family: 'Trebuchet MS', Arial;
	font-weight: bold;
	font-size: 100%;
	border: solid 1px #b1b1b1;
	background-color: #e1e1e1;
	padding: 2px 4px 2px 4px;
	color: #333333;
}
body label
{
	font-weight: bold;
	font-size: 100%;
	padding-right: 10px;
}
body textarea
{
    font-family: 'Trebuchet MS', Arial;
    color: #333333;
    font-size: 100%;
}
body select
{
	font-family: 'Trebuchet MS', Arial;
	width: 250px;
	border: solid 1px #b1b1b1;
	color: #333333;
	font-size: 100%;
}
.clear
{
    clear: both;
}
.field-validation-error
{
    color: #ff0000;
    font-weight: bold;
}
label.error
{
	color: #ff0000;
	font-weight: normal;
	padding-left: 5px;
}
.linkButton
{
	font-size: 110%;
	font-weight: bold;
	border: solid 1px #b1b1b1;
	background-color: #e1e1e1;
	padding: 5px 10px 5px 10px;
	color: #333333;
}
.linkButton:hover
{
	text-decoration: none;
}
.messageFailure
{
	border: solid 1px #ff0000;
	background-color: #ff9f9f;
	margin: 20px 0px 20px 0px;
	padding: 10px;
}
.messageSuccess
{
	border: solid 1px #7cd3a8;
	background-color: #d8f1e4;
	margin: 20px 0px 20px 0px;
	padding: 10px;
}
.siteHeaderTopMenuContainer, .siteHeaderBottomMenuContainer
{
    width: 100%;
    background-color: #565d62;
    border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;
}
.siteHeaderTopMenuContent
{
    width: 960px;
    padding-top: 7px;
    padding-bottom: 7px; 
    text-align: left;
}
.siteHeaderTopMenuLinksLeft
{
    float: left;
}
.siteHeaderTopMenuLinksLeft a
{
    color: #ffffff;
    font-weight: bold;
    padding-right: 30px;
}
.siteHeaderTopMenuLinksLeft a:hover
{
    color: #d1d1d1;
    font-weight: bold;
}
.siteHeaderTopMenuLinksRight
{
    float: right;
}
.siteHeaderTopMenuFindUs
{
    float: left;
    color: #ffffff;
    font-weight: bold;
}
.siteHeaderTopMenuTwitterLink, .siteHeaderTopMenuFacebookLink
{
    float: left;
    padding-left: 20px;
}
.siteHeaderTopMenuTwitterLink a, .siteHeaderTopMenuFacebookLink a
{
    color: #ffffff;
    font-weight: bold;
}
.siteHeaderTopMenuTwitterLink a:hover, .siteHeaderTopMenuFacebookLink a:hover
{
    color: #d1d1d1;
    font-weight: bold;
}
.siteHeaderBottomMenuContent
{
    width: 960px;
    padding-top: 6px;
    padding-bottom: 6px; 
    text-align: left;
    font-weight: bold;
    font-size: 110%;
}
.siteHeaderBottomMenuLinksLeft
{
    float: left;
}
.siteHeaderBottomMenuLinksLeft a
{
    color: #e1e1e1;
    padding-right: 50px;
}
.siteHeaderBottomMenuLinksLeft a:hover
{
    color: #ffffff;
}
.siteHeaderBottomMenuLinksRight
{
    float: right;
}
.siteHeaderBottomMenuLinksRight a
{
    color: #e1e1e1;
    padding-left: 50px;
}
.siteHeaderBottomMenuLinksRight a:hover
{
    color: #ffffff;
}
.siteHeaderLogoContainer
{
    width: 100%;
    background-color: #ffffff;
}
.siteHeaderLogoContent
{
    width: 960px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}
.siteFooterContainer
{
    width: 100%;
    height: 50px;
    background-color: #565d62;
    border-top: solid 1px #333333;
    border-bottom: solid 1px #333333;
}
.siteFooterContent
{
    width: 960px;
    padding-top: 15px;
    text-align: center;
    color: #ffffff;
}
.siteFooterContent a
{
    color: #ffffff;
}
.siteFooterContent a:hover
{
    color: #d1d1d1;
}
.siteContentContainer
{
    width: 100%;
}
.siteContent
{
    width: 960px;
    background-color: #ffffff;
    border-left: solid 1px #333333;
    border-right: solid 1px #333333;
    text-align: left;
}
.siteContentPadding
{
    padding: 20px;
}
.siteContentPush
{
    height: 50px;
}
.siteWrapper
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
}
.sitePageTitle
{
	color: #ff9933;
	font-size: 180%;
	font-weight: bold;
	padding-bottom: 10px;
}
.siteSectionTitle
{
	color: #006699;
	font-weight: bold;
	font-size: 120%;
}
.siteSectionContent
{
	font-size: 100%;
}
