body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}
#header {
	height: 100px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#navigation {
	position: absolute;
	height: 35px;
	width: 900px;
	left: 0px;
	top: 100px;
}
#flashcontent {
	position: absolute;
	height: 175px;
	width: 900px;
	left: 0px;
	top: 135px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 12px;
	line-height: 150%;
}
#flashcontent a {
	color: #006699;
	text-decoration: underline;
}
#banner_image {
	position: absolute;
	height: 250px;
	width: 300px;
	left: 600px;
	top: 135px;
}
#banner_bottom {
	position: absolute;
	height: 66px;
	width: 600px;
	left: 0px;
	top: 319px;
}
#divider_top {
	background-color: #FFFFFF;
	position: absolute;
	height: 20px;
	width: 900px;
	left: 0px;
	top: 310px;
	margin: 0px;
	padding: 0px;
}
#maincontent {
	width: 550px;
	padding-top: 5px;
	padding-right: 300px;
	padding-bottom: 150px;
	padding-left: 50px;
	position: absolute;
	top: 329px;
	left: 0px;
	background-image: url(../images/bg_maincontent.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	height: auto;
}
#maincontent_services {
	width: 550px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 150px;
	padding-left: 300px;
	position: absolute;
	top: 329px;
	left: 0px;
	background-image: url(../images/bg_maincontent_services.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	height: auto;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #006699;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 200%;
}
a {
	color: #006699;
	text-decoration: underline;
	font-weight: bold;
}
#divider_bottom {
	background-color: #FFFFFF;
	position: absolute;
	height: 20px;
	width: 900px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
}
#footer {
	position: absolute;
	height: 80px;
	width: 900px;
	left: 0px;
	bottom: -100px;
	background-image: url(../images/footer.jpg);
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 200%;
}
#nav_services {
	width: 250px;
	position: absolute;
	left: 13px;
	top: 330px;
}
#nav_services ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	left: 0px;
	top: 0px;
}
#nav_services li {
	margin: 0px 0px 1px;
	padding: 0px;
	display: inline;
}
#nav_services a {
	display: block;
	color: #006699;
	width: 190px;
	text-decoration: none;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 15px;
	margin: 0px;
	padding-right: 0px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}
#nav_services a:hover {
	background-color: #E5E5E5;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebar {
	width: 250px;
	position: absolute;
	left: 637px;
	top: 325px;
}
#sidebar_cs {
	width: 220px;
	position: absolute;
	left: 637px;
	top: 335px;
	border: thin inset #999999;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
	padding: 15px 15px 30px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
}
.bios {
	font-weight: bold;
	color: #006699;
}
.case_links {
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}
#sidebar_cs h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #006699;
	font-weight: bold;
}
#sidebar_cs p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 150%;
}
#employee_login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC9900;
	text-align: right;
	padding-right: 15px;
	position: absolute;
	height: 35px;
	width: 400px;
	top: 0px;
	right: 0px;
	padding-top: 5px;
}
#employee_login a {
	color: #CC9900;
	text-decoration: none;
}
#employee_login a:hover {
	color: #CC9900;
	text-decoration: underline;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
