﻿/* CSS layout */
html {
	height: 100%;
}
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-color: #000000;
}

#container {
	margin-left: auto;
	margin-right: auto;
	min-height: 100%;
	width: 960px;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url('../images/08_design_touchwood_container.jpg');
	position: relative;
}

#top {
	margin-left: 0px;
	margin-right: 0px;
	height: 97px;
	background-color: #FFFFFF;
	background-image: url('../images/08_design_touchwood_01.jpg');
	text-align: left;
}

#menubar {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 53px;
	background-color: #FFFFFF;
	background-image: url('../images/08_design_touchwood_02.jpg');
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	text-align: left;
}

#title {
	background-image: url('../images/08_design_touchwood_03.jpg');
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 47px;
	text-align: left;
}

#content {
	background-image: url('../images/08_design_touchwood_04.jpg');
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	height: 406px;
}

#contentHomePage
{
background-image: url('../images/08_design_touchwood_04.jpg');
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	height: 485px;
}

#column1 {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: absolute;
	top: 208px;
	left: 13px;
	width: 760px;
	height: 384px;
	right: 187px;
}

#column2 {
	position: absolute;
	float: left;
	top: 207px;
	left: 789px;
	width: 158px;
	height: 384px;
}

#sidetext {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	font-size: 15px;
	font-family: "Bodoni MT";
	color: #800000;
	position: absolute;
	font-style: oblique;
	top: 12px;
	left: 525px;
	width: 213px;
	height: 370px;
}


#text {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	font-size: 12px;
	font-family: Arial;
	color: #333333;
	position: absolute;
}

#titleText {
	margin: 15px;
	text-align: left;
	font-size: 14px;
	font-family: Calibri;
	color: #4E4127;
	font-weight: bold;
	height: 137px;
}

#footer {
	background-image: url('../images/08_design_touchwood_05.jpg');
	height: 144px;
	font-size: 10px;
	font-family: Arial;
	color: #B49E9E;
	text-align: center;
}

/* Tables */
.menuTable {
	width: 867px;
	height: 50%;
	margin-left: auto;
	margin-right: auto;
}

.sidemenuTable{
	width: 156px;
	margin-left: auto;
	margin-right: auto;	
	
}
.titleTable {
	width: 867px;
	height: 80%;
	margin-left: auto;
	margin-right: auto;
}

/* Titles */
.pageTitle {
	font-family: Arial;
	color: #6D0F1B;
	font-size: 14px;
	font-weight: bold;
}
.pageSubTitle {
	font-family: Arial;
	color: #6D0F1B;
	font-weight: bold;
}

.sideMenuTitle {
	font-family: Arial;
	color: #6D0F1B;
	font-size: 14px;
	font-weight: bold;
	background: grey;
	}
	
.listText {
	font-size: 12px;
	font-family: Arial;
	color: #333333;
}

.formText {
	font-size: 15px;
	font-family: Calibri;
	font-weight:bold;
	color: #333333;
}
	
/* Hyperlink Classes */
a.menulinks {
	color: #6D0F1B;
	font-weight: bold;
	text-decoration: none;
}
a:link.menulinks {
	color: #6D0F1B;
	font-weight: bold;
	text-decoration: none;
}
a:hover.menulinks {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a.contentlinks {
	color: #6D0F1B;
	text-decoration: none;
}
a:link.contentlinks {
	color: #6D0F1B;
	text-decoration: underline;
}
a:hover.contentlinks {
	color: #B49E9E;
	text-decoration: underline;
}

.hyperlinkInactive {
	color: #6D0F1B;
	text-decoration: underline;
	
}

