﻿* {
	padding: 0px;
	margin: 0px;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin: 0px;
	background-color:#CCCCCC;
}

.container
{
	width:100%;
	float:left;
}

.column
{
	float:left;
	position:relative;
}

.clear
{
	clear:both
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

.wideTextBox {
	width: 325px;
}

.mediumTextBox {
	width: 200px;
}

.narrowTextBox {
	width: 150px;
}

.list
{
	width: 340px;
	
}

.modified {
	font-size: 0.8em;
	color: #A1ABB0;
	
}

h1, h2, h3, h4, h5, h6, stong 
{
	color:black;
}

h1
{
	font-size: 1.5em;
}

h2 
{
	font-size: 1.4em;
}

h3 
{
	font-size: 1.3em;
}

h4 
{
	font-size: 1.2em;
}

h5 
{
	font-size: 1.1em;
}

h6 
{
	font-size: 1.0em;
}

.topMenu .actions 
{
	float: right;
	position: relative;
	padding: 0px 0px;
	color: white;
	font-weight: bold;
	z-index:100;
}

.topMenu .actions a
{
	color:black;
	font-size:0.9em;
}

.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;

}

.topMenu .actions:hover ul {
	display: block;
}

.topMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: right;
	padding: 3px 0px;
}

.leftMenu .actions 
{
	position: relative;
	padding: 0px;
	color: black;
	font-weight: bold;
	font-size:1.1em;
	margin-top:10px;
	background-image:none;
}

.leftMenu .actions a
{
	color:black;
	font-size:0.9em;
}

.leftMenu .actions ul {
	left: 50%;
	top: 0;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	background-image:none;
}

.leftMenu .actions:hover ul {
	display: block;
}

.leftMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: left;
	padding: 3px 0px;
	background-image:none;
}


#container
{
	width:770px;
	margin:0px auto;
	background-color:white;
}

#header
{
	background-image:url('../images/header-background.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	height:239px;
}

.topMenu
{
	background-color:#0570CC;
	text-align:right;
	padding:5px;
	color:white;
	font-weight:bold;
}

.topMenu a
{
	padding:0px 10px;
	color:white;
}

#content
{
	background-color:white;
}

#contentLeft
{
	z-index:100;
	background-color:white;
}

.leftMenu
{
	padding:0px 3px;
	font-weight:bold;
}

.leftMenu a
{
	color:white;
}

.leftMenu ul
{
	list-style:none;
	padding:8px 0px;
	margin:0px;
	width:189px;
}

.leftMenu ul li
{
	background-image:url('../images/menu-section-background.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	padding:8px 0px;
}

.leftMenu ul li a
{
	padding:0px 10px;
}

.leftMenu ul li ul
{
	
}

.leftMenu ul li ul li
{
	background-image:url('../images/menu-item-background.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}

.leftMenu ul li ul li a
{
	padding:0px 20px;
}

#contentRight
{
	padding: 10px 5px 10px 10px;
	margin: 0px;
	width:555px;
	z-index:50;	
}

#footer
{
	background-image:url('../images/footer-background.jpg');
	background-position:right top;
	background-repeat:no-repeat;
	padding:8px;
	text-align:right;
	clear: both;
	display: inline-block;
}

#designer
{
	width:770px;
	margin:5px auto;
	color:white;
}

#designer a
{
	color:white;
}

.telNo
{
	color:#799FC1;
}

.sectionContainer .item 
{
	width:555px;
	margin:10px 0px;
}

.sectionContainer .item .title h2
{
	background-image:url('../images/item-header.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	height:20px;
	padding:5px 20px;
	margin:0px;
}

.sectionContainer .item .title h2 a
{
	color:white;
}

.sectionContainer .item .itembody
{
	width:553px;
	border-left:1px black solid;
	border-right:1px black solid;
	border-bottom:1px black solid;
	float:left;
	position:relative;
	height:129px;
	overflow:hidden;
}

.sectionContainer .item .image
{
	float:left;
	position:relative;
	width:172px;
	height:129px;
}

.sectionContainer .item .introduction
{
	float:left;
	position:relative;
	width:371px;
	padding:5px;
	font-size:0.9em;
}

.sectionContainer .item .introduction a
{
	color:#0570CC;
	font-weight:bold;
}

