﻿body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin: 0px;
	background-color:white;
	background-image:url('../Images/background.jpg');
	background-position:left top;
	background-repeat:repeat-x;
}

.container
{
	width:100%;
	float:left;
}

.column
{
	float:left;
	position:relative;
}

.clear
{
	clear:both
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6, stong 
{
	color:#8C1753;
}

h1
{
	font-size: 1.3em;
	padding:0px;
	margin:0px;
}

h2 
{
	font-size: 1.1em;
		padding:0px;
	margin:0px;

}

h3 
{
	font-size: 1.3em;
}

h4 
{
	font-size: 1.2em;
}

h5 
{
	font-size: 1.1em;
}

h6 
{
	font-size: 1.0em;
}

p
{
	padding:0px;
	margin:10px 0px;
}

.modified
{
	font-size:0.9em;
	color:#5F5F60;
}

.wideTextBox
{
	width:400px;
}

#container
{
	width:733px;
	margin:10px auto;
	padding:18px;
	border:1px #8C1753 solid;
	background-color:white;
}

#header
{
	width:733px;
	margin:0px 0px 2px 0px;
}

#header img
{
	float:left;
	position:relative;
}

#headerLeft
{
	width:212px;
	height:244px;
	background-image:url('../Images/headerleft-background.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}

#headerRight
{
	width:507px;
	height:230px;
	background-image:url('../Images/headerright-background.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	color:#8C1753;
	font-size:1.6em;
	font-weight:bold;
	padding:7px;
}

.topMenu
{
	width:713px;
	height:18px;
	margin:0px 0px 5px 0px;
	background-image:url('../Images/topmenu-background.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	text-align:right;
	padding:5px 10px;
	z-index:100;
	clear:both;
}

.topMenu a
{
	color:#5F5F60;
	font-weight:bold;
	font-size:1.2em;
}

.topMenu .actions 
{
	float:right;
	position: relative;
	color: #5F5F60;
	font-weight: bold;
	padding:0px 5px 0px 10px;
	z-index:100;
}

.topMenu .actions ul {
	right: 0px;
	top: 100%;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	font-size: 0.8em;
	z-index:100;
}

.topMenu .actions:hover ul {
	display: block;
}

.topMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: right;
	padding: 3px 5px;
	font-size:1.2em;
}


#content
{
	z-index:50;
}

#contentLeft
{
	width:208px;
	z-index:50;
}

#contentLeft .item
{
	width:208px;
	height:68px;
	margin:5px 0px;
	float:left;
	position:relative;
	background-image:url('../Images/item-background.jpg');
	background-position:right center;
	background-repeat:no-repeat; 
}

#contentLeft .item img
{
	border-style:none;
}

#contentLeft .item:hover
{
	background-image:url('../Images/item-over.jpg');
	background-position:right center;
	background-repeat:no-repeat; 
}

#contentLeft .item .left
{
	width:89px;
	float:left;
	position:relative;
}


#contentLeft .item .right
{
	width:109px;
	padding:25px 5px;
	float:left;
	position:relative;
	text-align:right;
	
}

#contentLeft .item .right a
{
	color:white;
	font-size:1.2em;
	font-weight:bold;
}


#contentRight
{
	width:505px;
	padding:5px 10px;
	z-index:50;
}

#footer
{
	width:733px;
	margin:2px 0px 5px 0px;
	background-image:url('../Images/topmenu-background.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	text-align:right;
	padding:5px 0px;
	color:#8C1753;
	font-weight:bold;
	z-index:50;
	clear:both;
}

#footer a
{
	color:#8C1753;
}

#tagLine
{
	width:713px;
	float:left;
	position:relative;	
	padding:0px 10px;
}

#footerLeft
{
	width:366px;
	padding:20px 0px 0px 0px;
	text-align:left;
}

#footerRight
{
	width:367px;
	text-align:right;
	padding:20px 0px 0px 0px;
}

#contactBackground
{
	background-image:url('../images/greyscale.jpg');
	background-position:right 20px;
	background-repeat:no-repeat;
}