/* CSS Document */

body {
	margin:0;
	padding:10px;
	text-align:center;
}

#container {
	position:relative;
	padding:0;
	width:666px;
	margin: 0 auto;
	text-align:left;
	border: #000066 solid 1px;
	overflow:hidden;
}

#header {
	float: left;
	width: 100%;
	height:99px;
	overflow: hidden;
	background:url(images/header3.gif) top left no-repeat;
	border-bottom: #000066 solid 1px;
	padding-top:20px;
}


#sideBar {
	width:147px;
	float:left;
	clear:both;
}

#mainColumn {
	width:455px;
	float:left;
	background:url(images/backdrop.gif) repeat-y;
	padding:20px 20px 40px 40px;
	border-left: #000066 solid 1px;
}

#footer {
	float:left;
	clear:both;
	width:100%;
	background: #7593CA;
	border-top: #000066 solid 1px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #323174;
	margin:0 0 0 5px;
}

p, .newsTable td {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #323174;
	list-style-image: url(test/images/bullet.gif);
}

p.freephone{
	font-size:15px;
	font-weight:bold;	
}

#mainColumn li {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #323174;
	list-style-image: url(images/bullet.gif);
	padding-bottom:12px;

}

#subMenu {
	width:519px;
	float:left;
	background:#CCCBCC;
	overflow:hidden;
	border-bottom: #000066 solid 1px;
}

#item1, #item2, #item3, #item4, #item5, #item6 {
	width: 80px;
	background:#CCCBCC;
	border-left: #000066 solid 1px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #323174;
	float:left;
	display:block;
	text-align:center;
	padding:2px;
}

.leftSide {
	float:left;
	width: 290px;
	padding:10px 10px 0 0;
}

.rightSide {
	float:left;
	width:105px;
	padding:60px 0 10px 0;
}

.bothCols {
	width:440px;
	float:left;
	clear:both;
}

.testClass {
	float:left;
	border:#000066 1px solid;
	margin: 0 5px 5px 0;
}

.testClass2 {
	float:left;
	border:none;
	margin: 0 5px 5px 0;
}

.boxOut {
	width:100%;
	background:#7593CA;
	margin:0;
	padding:20 0px;
	color:#fff;
}

.team_image{
	float:left;
	width:115px;	
}

.team_text{
	float:left;	
	width:340px;
}

.team_text p{	
	margin-top:0px;
}

.team_container{
	width:100%;	
	float:none;
}

#mainColumn hr{
	width:450px;
	float:left;
}

.reallyBig {
	font: 14px/18px Arial, Helvetica, sans-serif;
	font-weight:bolder;
}

#footer p {
	font: 10px/12px Arial, Helvetica, sans-serif;
	margin:5px;
	padding:0;
	color:#fff;
}

.newsTable {
	width:450px;
	margin:0 0 0 5px;
}

table.newsTable td.newsSubject a.newsSubjectLink {
	text-decoration:none;
	color: #323174;
}

table.newsTable td.newsSubject a.newsSubjectLink:hover {
	text-decoration:none;
	background-color:#7593CA;
	color: #FFFFFF;

}

.newsSubject {
	border-bottom:#000000 solid 1px;
	}
	
.newsSubjectLink {
	padding:5px 0 0 0;
	}
	
.newsArticle {
	margin:5px 0 0 5px;
	}