﻿@import 'master.css';
@import 'links.css';

.Center
{
	clear:both;
	height:358px;
}
.CenterLeft
{
	width:530px;
	float:left;
}

.Menu
{
	float:left;
	width:530px;
	height:25px;
	background-color:#BCBCBB;
}

.Content
{
	clear:both;
	width:530px;
	height:235px;
}
.ContentImage
{
	background:white url(../images/mainimage.jpg) no-repeat;
	background-position:center;
	float:left;
	width:200px;
	height:235px;
}
.ContentArea
{
	background-color:white;
	padding-left:15px;
	width:315px;
	height:235px;
	float:left;
}
.ContentTitle
{
	font:bold 1.5em verdana;
	color:#506486;
	border-bottom:dotted 2px #506486;
	width:300px;
}
.ContentText
{
	padding-top:1em;
	font:normal .8em verdana;
	color:#506486;
}


.Services
{
	width:530px;
	height:98px;
	float:left;
	background:#AAB6C0 url(../images/logosmall.gif) no-repeat;
	background-position:465px 40px;
}
.ServicesTitle
{
	border-top:solid 1px #506486;
	background:#DEE3E7 url(../images/MenuIcon_Light.gif) no-repeat;
	background-position:4px 4px;
	font:bold 1em verdana;
	color:#506486;
	padding:5px 0 5px 25px;
}
.ServicesList
{
	padding:10px 0 0 10px;
	font:normal .8em verdana;
	color:#506486;
}
.ServicesList ul {
	float: left;
	width: 35em; /* width is changed */
	margin: 0;
	padding: 0;
	list-style: none;
}
.ServicesList li {
	float: left;
	width: 10em;
	margin: 0;
	background-image: url(../images/greaterthan.gif);
	background-position: 0 8px;
	background-repeat: no-repeat;
	padding: 8px 0 0 1.5em; /* left padding moves the text away from the bullet */
}

.CenterRight
{
	background:url(../images/rightimage.jpg) no-repeat;
	width:270px;
	float:right;
	height:358px;
}


.Bottom
{
	padding-top:0;
}