html, body {
	margin: 0px;
	padding: 0px;
	background-color: #5eb1d6;
	height: 100%;
}
* { behavior: url(iepngfix.htc) }
#container {
	background-color: #e8f1f6;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
}
#page {
	width: 920px;
	margin: auto;
	position: relative;
}
#left-col {
	width: 279px;
	margin: auto;
	position: absolute;
	z-index: 1000;
	left: 21px;
	top: 220px;
}
#left-bar {
	background-color: #fff9e3;
	width: 240px;
	margin-top: auto;
	margin-right: 9px;
	margin-bottom: auto;
	margin-left: auto;
	padding: 15px;
	text-align: right;
}
a.more-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #227fa8;
	text-decoration: none;
}
a.more-btn:hover {
	text-decoration: underline;
}


#left-bar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2b2b2b;
	text-align: justify;
	padding-bottom: 5px;
	margin: 0px;
}
#contact-left {
	width: 270px;
	margin-top: auto;
	margin-right: 9px;
	margin-bottom: auto;
	margin-left: auto;
}

#header {
	margin: auto;
	width: 920px;
}
#contents-top {
	margin: auto;
	width: 920px;
}
#contents-container {
	margin: auto;
	width: 920px;
	background-image: url(images/contents-bg.png);
	min-height:580px;
}
#contents {
	width: 575px;
	margin-right: 20px;
	margin-left: 320px;
	padding-bottom: 20px;
}
#contents ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
	list-style-image: url(images/bullet.png);
}
#contents li {
	margin-bottom: 5px;
	padding-right: 25px;
}

#contents h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #227fa8;
	font-weight: normal;
	margin: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd841;
	padding-left: 5px;
}
#contents h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #227fa8;
	font-weight: normal;
	margin: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffd841;
	text-align: center;
}
#contents h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #227fa8;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}


#contents p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding-right: 25px;
	padding-left: 10px;
}
#team-box {
	float: left;
	width: 270px;
	margin-left: 15px;
	margin-bottom: 20px;
}
#team-photo {
	padding: 5px;
	float: left;
}
#team-photo img {
	border: 2px solid #DDDDDD;
}

#team-info {
	float: left;
	width: 152px;
}


.divisions-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}





#right-col {
	width: 620px;
	margin: auto;
}
.right-border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B7DFF0;
}

#footer {
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 920px;
	text-align: center;
	margin: auto;
}
#footer-menu {
	padding-top: 8px;
	line-height: 16px;
	color: #184e66;
}
#footer-menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #184e66;
	text-decoration: none;
}
#footer-menu a:hover {
	color: #103545;
}
#services-table p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	padding-left: 10px;
}
#services-table h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #227fa8;
	font-weight: normal;
	text-align: left;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

