* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
body {
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 900px;
	background: #eee;
	font-family: helvetica, arial, sans-serif;
}
#cap {
	width: 900px;
	height: 15px;
	background: url(../images/backgrounds/cap_bg.png) no-repeat;
}
#container {
	width: 900px;
	background: #fff url(../images/backgrounds/container_faux.png) repeat-y 50%;
	overflow: auto;
}
#left {
	float: left;
	width:380px;
	padding: 0px 10px 10px 10px;
}
#updates_cap {
	background: url(../images/backgrounds/updates_cap_bg.png) no-repeat;
	width: 380px;
	height: 13px;
}
#updates {
	background: #efeff0;
	width: 378px;
	border-left: 1px solid #babcbe;
	border-right: 1px solid #babcbe;
}
#updates ul li {
	margin-left: 20px;
	font-size: 10pt;
	color: #98002e;
	padding-bottom: 5px;
}
#updates ul li span {
	color: #000;
}
#updates h1 {
	font-family: century gothic;
	border-bottom: 2px solid #98002e;
	padding: 10px;
	margin-bottom: 5px;
	font-size: 14pt;
	background: #d8d9da;
}
#updates p {
	font-family: helvetica, arial, sans-serif;
	font-size: 11pt;
	padding: 10px;
	line-height: 1.2em;
}
#updates_foot {
	width: 380px;
	height: 13px;
	background: url(../images/backgrounds/updates_foot_bg.png) no-repeat;
}
#logos_bottom {
	width: 380px;
	height: 83px;
	margin-top: 20px;
}
#right {
	float: right;
	width: 480px;
	padding: 0px 10px 10px 10px;
}
#navigation_top {
	width: 477px;
	height: 25px;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #98002e;
	margin-bottom: 10px;
}
#navigation_top a:link, #navigation_top a:visited {
	color: #000;
	text-decoration: none;
}
#navigation_top a:hover {
	text-decoration: underline;
}
#navigation_top ul li {
	width: 118px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	float: left;
	background: url(../images/backgrounds/nav_button_bg.png) no-repeat;
	font-size: 10pt;
	font-weight: 700;
	display: inline;
	list-style-type: none;
	margin-right: 1px;
}
#navigation_top ul li.active {
	width: 118px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	float: left;
	display: inline;
	list-style-type: none;
	background: url(../images/backgrounds/nav_button_bg_active.png) no-repeat;
}
#navigation_top ul li.active a:link, #navigation_top ul li.active a:visited {
	color: #fff;
	text-decoration: none;
}
#navigation_top ul li.active a:hover {
	text-decoration: underline;
}
#navigation_bottom {
	width: 477px;
	height: 25px;
	padding-bottom: 10px;
	border-bottom: 2px solid #98002e;
	margin-bottom: 0px;
}
#navigation_bottom a:link, #navigation_bottom a:visited {
	color: #000;
	text-decoration: none;
}
#navigation_bottom a:hover {
	text-decoration: underline;
}
#navigation_bottom ul li {
	width: 118px;
	height: 25px;
	line-height: 25px;
	font-size: 10pt;
	font-weight: 700;
	text-align: center;
	float: left;
	background: url(../images/backgrounds/nav_button_bg.png) no-repeat;
	display: inline;
	list-style-type: none;
}
#navigation_bottom ul li.active {
	width: 118px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	float: left;
	display: inline;
	list-style-type: none;
	background: url(../images/backgrounds/nav_button_bg_active.png) no-repeat;
}
#navigation_bottom ul li.active a:link, #navigation_bottom ul li.active a:visited {
	color: #fff;
	text-decoration: none;
}
#navigation_bottom ul li.active a:hover {
	text-decoration: underline;
}
#content_cap {
	width: 480px;
	height: 13px;
	margin-top: 10px;
	background: url(../images/backgrounds/content_cap_bg.png) no-repeat;
}
#content {
	width: 475px;
	min-height: 92px;
	border-left: 1px solid #d8d9da;
	border-right: 1px solid #d8d9da;
	background: #efeff0 url(../images/backgrounds/opaque_titan_logo.png) no-repeat;
	background-position: center center;
}
#content h1 {
	background: #d8d9da;
	font-size: 14pt;
	font-family: century gothic;
	padding: 0px 0 10px 10px;
	border-bottom: 2px solid #98002e;
}
#content p {
	font-family: helvetica, arial, sans-serif;
	font-size: 11pt;
	padding: 10px;
	line-height: 1.2em;
}
#content_foot {
	width: 477px;
	height: 12px;
	background: url(../images/backgrounds/content_foot_bg.png) no-repeat;
}
#footer {
	width: 900px;
	height: 15px;
	background: url(../images/backgrounds/footer_bg.png) no-repeat;
}
#clear_content {
	clear: both;
	width: 880px;
	padding: 10px;
}
#clear_content h1 {
	font-family: century gothic;
	padding: 0 0 5px 10px;
	margin-bottom: 10px;
	border-bottom: 2px solid #98002e;
}
#float_container {
	margin: 0 10px 10px 10px;
}
#float_container_cap {
	width: 220px;
	height: 12px;
	background: url(../images/backgrounds/float_container_cap_bg.png) no-repeat;
}
#float_container_content {
	width: 198px;
	border-left: 1px solid #babcbe;
	border-right: 1px solid #babcbe;
	padding: 10px;
	background: #efeff0;
}
#float_container_content ul {
	padding-left: 20px;
}
#float_container_content ul li {
	padding-bottom: 10px;
	font-size: 11pt;
	color: #98002e;
}
#float_container_content ul li span {
	color: #000;
}
#float_container_content ul li span a:link, #float_container_content ul li span a:visited {
	color: #000;
	text-decoration: none;
}
#float_container_content ul li span a:hover {
	text-decoration: underline;
}
#float_container_foot {
	width: 220px;
	height: 12px;
	background: url(../images/backgrounds/float_container_foot_bg.png) no-repeat;
}
#bottom_content {
	clear: both;
}
#main_clear_content_body ul {
	padding-left: 40px;
}
.employee_card {
	width: 217px;
	margin: 0px 1px 10px 1px;
	float: left;
}
.employee_card_cap {
	width: 217px;
	height: 15px;
	background: url(../images/backgrounds/employee_card_cap.png) no-repeat;
}
.employee_card_body {
	width: 205px;
	background: #eee;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 5px;
}
.employee_card_foot {
	width: 217px;
	height: 15px;
	background: url(../images/backgrounds/employee_card_foot.png) no-repeat;
}