/* ------ MEDIA TAG ----- */

@media screen {

body {
	background-color: #E1E1E1;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin-top: 0px;
	overflow: -moz-scrollbars-vertical;  /*add scrollbar to mozilla when to short to scroll normally*/
}

h1 {
	font-size: 180%;
	color: #573F2D;
}

h2 {
	font-size: 145%;
	color: #573F2D;
}

h3 {
	font-size: 110%;
}

th {
	background-color: #563F2D;
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	border-bottom: 1px solid #FFF;
}

.thRed {
	background-color: #7a0c11;
	font-size: 110%;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	border-bottom: 1px solid #FFF;
}

td {
	background-color: #E6E6E6;
	border-bottom: 1px solid #FFF;
}

.clear {
	clear: both;
	display: block;
	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.imageFloatLeft {
	float: left;
	border: 1px solid #563F2D;
	margin-right: 5px;
	margin-bottom: 5px;
}

.imageFloatRight {
	float: right;
	border: 1px solid #563F2D;
	margin-left: 5px;
	margin-bottom: 5px;
}

.siteOverallContainer {
	width: 970px;
	margin: 0px auto;
	background-image: url(/images/template/main-site-background.jpg);
	background-repeat: repeat-y;
}

.siteMainContainer {
	width: 955px;
	margin: 0px auto;
	background-color: #FFF;
}

.headerTop {
	width: 955px;
	border-bottom: 3px solid #606069;
	float: right;
}

.headerLogo {
	margin-top: 12px;
	margin-bottom: 2px;
}

.headerMenu {
	clear: both;
	float: right;
	width: 690px;
	padding: 10px 10px 10px 10px;
	text-align: right;
}

.headerMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.headerMenu li {
	display: inline;
	margin: 0px 21px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.headerMenu a {
	font-weight: bold;
	color: #573F2D;
	text-decoration: none;
	padding-bottom: 6px;
}

.headerMenu a:hover {
	color: #573F2D;
	border-bottom: 4px solid #573F2D;
}

.headerBanner {
	clear: both;
	border-top: 1px solid #606069;
	border-bottom: 1px solid #606069;
}

.mainContent {
	clear: both;
}

.mainLeft {
	width: 210px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

.mainLeftCentre {
	width: 210px;
	float:left;
	padding-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.mainRightSide {
	width: 210px;
	float: right;
	margin-right:10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.featureContainer {
	float: right;
	width: 200px;
}

.featureContainerWithTopSpacing {
	margin-top:25px;
	float: right;
	width: 200px;
}
.featureHeader {
	background-image: url(/images/template/feature/header-bg.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	padding: 2px 3px 3px 30px;
}

.featureHeader a {
	text-decoration: none;
	color: #FFF;
}

.featureHeader a:hover {
	text-decoration: underline;
	color: #FFF;
}

.featureMain {
	border-left: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E6E6E6;
}

.featureInnerContainer {
	width: 180px;
	margin: 0px auto;
	padding-top: 5px;
	padding-bottom: 5px;
}

.featureInnerHeader {
	background-image: url(/images/template/feature/inner-header-bg.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
}

.featureInnerHeaderRed {
	background-image: url(/images/template/feature/inner-header-bg-red.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
}

.featureInnerHeader a {
	text-decoration: none;
	color: #FFF;
}

.featureInnerHeader a:hover {
	text-decoration: underline;
	color: #FFF;
}

.featureInnerImage {
	border-left: 1px solid #573F2D;
	border-right: 1px solid #573F2D;
	background-color: #FFF;
	border-bottom: 1px solid #573F2D;
}

.featureInnerMain {
	border-left: 1px solid #573F2D;
	border-right: 1px solid #573F2D;
	padding: 5px 5px 5px 5px;
	background-color: #FFF;
}

.featureInnerFooter {
	background-color: #573F2D;
	padding: 2px 5px 2px 5px;
	color: #FFF;
	font-size: 80%;
	text-align: right;
}

.featureInnerFooter a {
	text-decoration: none;
	color: #FFF;	
}

.featureInnerFooter a:hover {
	text-decoration: underline;
	color: #FFF;	
}

.mainRight {
	width: 505px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.mainRightContainer {
}

.mainRightHeader {
	background-image: url(/images/template/main-header.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: bold;
	padding: 2px 3px 3px 30px;
}

.mainRightHeader a {
	text-decoration: none;
	color: #FFF;
}

.mainRightHeader a:hover {
	text-decoration: underline;
	color: #FFF;
}

.mainRightMain {
	border-left: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
	border-right: 1px solid #CFCFCF;
	padding-top: 1px;
}

.mainRightText {
	margin: 10px;
}

.mainRightText a {
	color: #934900;
	text-decoration: none;
}

.mainRightText a:hover {
	color: #934900;
	text-decoration: underline;
}

.mainFooter {
	margin: 0px 10px 10px 10px;
	padding-top: 10px;
	border-top: 1px dotted #ACACAC;
	font-size: 85%;
	color: #B2B2B2;
	width: 690px;
}

.mainFooter a {
	color: #B2B2B2;
	text-decoration: none;
}

.mainFooter a:hover {
	color: #573F2D;
	text-decoration: underline;
}

.mainFooter ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.mainFooter li {
	display: inline;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

.siteMainFooter {
	background-image: url(/images/template/main-site-footer.jpg);
	background-repeat: no-repeat;
}

.lineBreakDash {
	border: none;
	height: 1px;
	border-top: 1px dotted #ACACAC;
}

.tableNone td {
	border: 0px;
}

.textRed {
	color:#FF0000;
}

}

/* ------ END MEDIA TAG ----- */
