@charset "utf-8";
/* CSS Document */

html, body {
	padding: 0px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../img/zenith_doc_main_background.jpg) repeat-x #fff;
	font-size: 14px;
}

div {
	padding: 0px;
	margin: 0px;
}

.doc {
	width: 813px;
	margin: 0px auto;
}

#doc_foot {
	clear:both;
	border-top:1px solid #DEf;
}

#doc_foot p{
	font-size:0.7em;
	color:#999;
	text-align:right;
}

#doc_body_left {
	width: 160px;
	float: left;
	background: url(../img/zenith_logo.jpg) no-repeat;
	padding-top:180px;
}

#doc_body_left p{
	font-size: 0.8em;
	line-height: 1.4em;
	color:#333;
}

h2 {
	color: #0167B1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin:6px 0px;
	padding:0px;
	font-weight:normal;
}

#doc_body_right p, 
#doc_body_right li{
	line-height: 1.8em;
	font-size: 1em;
	color:#333;
	margin: 0.8em 5px;

}

#doc_body {
	position: relative;
}

#doc_body_right h2 {
	margin:6px 5px;
}

#doc_body_right h3 {
	font-size: 1em;
	margin:6px 5px;
	font-weight: bold;
}

#doc_body_right {
	width: 606px;
	float: left;
	background-color:#FFF;
	background: url(../img/zenith_doc_body_right.jpg) 0px	103px no-repeat;
	padding:110px 20px 20px 20px;;
}

ul.nobullet {
	list-style:none;
	margin:0px;
	padding: 0px;
}

li {
	margin:0px;
	padding: 0px;
	font-size: 0.8em;
	line-height: 1.4em;
	color:#333;			
}

a {
	color: #00008B;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#doc_navigation_top ul{
	position:absolute;
	top: 10px;
	right: 20px;
	margin: 0px;
	padding: 0px;
}

#doc_navigation_bottom ul{
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#doc_navigation_top li {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	display: inline;
	list-style-type: none;
	border-right: 1px solid #fff;
	font-size:0.9em;
}

#doc_navigation_bottom ul li {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	display: inline;
	list-style-type: none;
	border-right: 1px solid #ccc;
	font-size:0.8em;
}

#doc_navigation_top ul,
#doc_navigation_top li a {
	color:#fff;
}

#doc_navigation_bottom ul li.last,
#doc_navigation_top ul li.last{
	border-right: 0px none;
}

#doc_navigation_bottom ul li.active,
#doc_navigation_top ul li.active{
	font-weight: bold;
}

h1#doc_page_title {
	color: #fff;
	font-family: "AvantGarde Md BT", Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	margin:0px;
	padding:0px;
	font-weight:normal;
	position:absolute;
	top: 55px;
	left: 190px;
}

.box { 
	background: #E5EFFA; 
}

.boxtop { 
	background: url(../img/ne.gif) no-repeat top right; 
}

.boxtop div { 
	height: 5px; 
	background: url(../img/nw.gif) no-repeat top left; 
}

.boxbottom { 
	background: url(../img/se.gif) no-repeat bottom right; 
}

.boxbottom div { 
	height: 5px; 
	background: url(../img/sw.gif) no-repeat bottom left; 
}

.boxcontent {
	padding: 0px 15px;
}

label {
	display: block;
	padding: 5px 0px;
	font-size: 0.8em;
	border-bottom: 1px solid #f0f0f0;
	margin: 5px 0px;
}

#serviceslist ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#serviceslist ul li{
	list-style: none;
	padding: 2px 0px;
	margin: 0px;
	border-bottom: 1px solid #f0f0f0;
}

#serviceslist ul li.active{
	font-weight: bold;
}

#serviceslist ul li.active a{
	color:#000;
}