﻿body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin: 0px;
	background-color:white;
	background-image:url('../images/background.jpg');
	background-position:center bottom;
	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:#6B185C;
}

h1
{
	font-size: 1.3em;
}

h2 
{
	font-size: 1.2em;
}

h3 
{
	font-size: 1.1em;
}

h4 
{
	font-size: 1.0em;
}

h5 
{
	font-size: 0.9em;
}

h6 
{
	font-size: 0.8em;
}

.narrowTextBox
{
	width:150px;
}

.mediumTextBox
{
	width:350px;
}

.wideTextBox
{
	width:500px;
}

.list
{
	width:500px;
}

.modified
{
	color:#C0C0C0;
	font-size:0.8em;
}
.box {
	color: #6B185C;
	padding: 30px 0px;
}
.box blockquote {
	margin: 0px;
	padding: 10px 0px;
	font-weight: bold;
	font-size: 0.9em;
}
.box img {
	border: 0px none;
}
#container
{
	width:750px;
	padding:0px 10px;
	margin:0px auto;
	background-color:white;
}

#header
{
	background-image:url('../images/header-background.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
	height:235px;
	width:750px;
}

#headerLeft
{
	width:200px;
}

#headerRight
{
	text-align:right;
	width:545px;
	padding:0px 5px 0px 0px;
	color:white;
	font-weight:bold;
	font-size:1.4em;
}

#headerTagline
{
	text-align:right;
	color:black;
	height:125px;
	padding:80px 0px 0px 0px;
	width:545px;
	color:#6B185C;
	font-size:0.8em;
}

#telNo
{
	text-align:right;
	width:545px;
}

#contentArea
{
	padding:10px 0px 0px 0px;
	background-image:url('../images/content-background.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
	width:750px;
}

#contentLeft
{
	width:196px;
	z-index:100;
}

.leftMenu
{
	width:196px;
	z-index:100;
}

.leftMenu ul
{
	padding:0px;
	margin:0px;
	list-style:none;
}

.leftMenu ul li
{
	width:176px;
	padding:7px 10px;
	margin:0px 0px 10px 0px;
}

.leftMenu ul li a
{
	color:#6B185C;
	font-size:1.2em;
	font-weight:bold;
	padding:7px 10px;
}

.leftMenu ul li:hover
{
	background-color:#6B185C;
}

.leftMenu ul li:hover a
{
	color:white;
	text-decoration:none;
}

.leftMenu .actions 
{
	position: relative;
	color: #6B185C;
	font-weight: bold;
	font-size:1.0em;
	z-index:100;
	padding:7px 10px;
}

.leftMenu .actions:hover
{
	color:white;
}

.leftMenu .actions ul a
{
	color:black;
}

.leftMenu .actions ul {
	left: 100%;
	top: 0;
	display: none;
	position: absolute;
	list-style: none;
	background-color: white;
	border: 1px solid #9B9B9B;
	width: 165px;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	z-index:100;
}

.leftMenu .actions:hover ul {
	display: block;
}

.leftMenu .actions ul li {
	display: block;
	position: relative;
	width: 100%;	
	text-align: left;
	padding: 3px 5px;
	font-size:1.1em;
}

.leftMenu .actions ul li:hover
{
	background:none;
}

.leftMenu .actions:hover ul li a
{
	color:black;
}


#contentRight
{
	padding:0px 0px 0px 10px;
	width:534px;
	z-index:50;
}

.parentList
{
	float:left;
	position:relative;
	margin:10px 0px 10px 0px;
	width:534px;
}

.parentList .bar
{
	float:left;
	position:relative;
	width:494px;
	background-image:url('../images/bar-background.gif');
	background-position:center top;
	background-repeat:no-repeat;
	height:19px;
	background-color:white;
	font-size:1.2em;
	font-weight:bold;
	color:white;
	padding:7px 10px;
	margin:0px 0px 10px 0px;
}

.parentList .item
{
	float:left;
	position:relative;
	width:160px;
	margin:0px 16px 10px 0px;
}

.parentList .item .image
{
	float:left;
	position:relative;

}

.parentList .item .title h2
{
	float:left;
	position:relative;
	padding:7px 0px;
	text-align:center;
	width:160px;
	background-color:#0B80F4;
	margin:2px 0px 0px 0px;
}

.parentList .item .title a
{
	color:white;
	font-size:1.1em;
	font-weight:bold;
}

.parentList .item .more
{
	float:left;
	position:relative;
	width:160px;
	text-align:right;
	margin:3px 0px 0px 0px;
}

.parentList .item .more a
{
	color:#6B185C;
	font-size:1.1em;
	font-weight:bold;
}

#tagline
{
	width:750px;
	color:#6B185C;
	font-size:2.5em;
	font-weight:bold;
	text-align:right;
	margin:10px 0px 0px 0px;
		z-index:50;
}

#footer
{
	color:#6B185C;
	background-image:url('../images/footer-background.gif');
	background-position:center top;
	background-repeat:no-repeat;
	padding:0px 0px 10px 0px;
		z-index:50;
}

#footer a
{
	color:#6B185C;
}

#footer #contact
{
	height:34px;
	width:730px;
	color:white;
	text-align:right;
	padding:17px 10px 0px 10px;
}

#footer #contact #left
{
	width:430px;
	text-align:left;
}

#footer #contact #right
{
	width:300px;
}


#footer #info
{
	font-size:0.8em;
	width:750px;
	padding:5px 0px;
}

#footer #logos
{
	width:580px;
}

#footer #logos img
{
	margin:0px 5px;
	vertical-align:middle;
}

#footer #copyright
{
	width:170px;
	font-size:0.8em;
	text-align:right;
	padding:13px 0px 0px 0px;
}

.smallButton
{
	width:70px;
	height:24px;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	background-image:url('../images/smallbutton.png');
	background-position:center center;
	background-repeat:no-repeat;
	padding:6px 0px 0px 0px;
}

.smallButton a
{
	color:white;
}
