/* mz_main.css */

body{
	font-family: Arial,sans-serif;
	font-size: 10pt;
	color:#000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

/* Header Tags */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Verdana,Arial,sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #000000;
}

h2{
	font-size: 114%;
	color: #000000;
}

h3{
	font-size: 100%;
	font-weight: bold;
	color: #000000;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}

h5{
	font-size: 90%;
	font-weight: bold;
	color: #000000;
}

h6{
	font-size:x-small;
	font-weight:normal;
	color: #000000;
}

#hdr_fond {
	font-size: 140%;
	font-weight: bold;
	color: #000000;
}

/******* hyperlink and anchor tag styles *******/

a:link {
	color:#3300FF;
	text-decoration: none;
}

a:visited {
	color:#990000;
	text-decoration: none;
}

a:hover {
	color:#FF0000;
	text-decoration: underline;
}

/*************** list tag styles ***************/

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

hr {
	border-style: solid;
	height: 2px;
	border-color:#333333;
	width: 98%;
}

div.link_small_font {
	font-size:x-small;
	font-weight:bold;
	margin-top: 2px;
	margin-bottom: 3px;
}

div.link_small_margin {
	margin-top: 1px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 10px;
}
#hdr_yellow {
	font-size: 100%;
	font-weight: bold;
	color:#FFFF33;
	margin: 3pt;
}

#top_srv {
	font-size: 114%;
	font-weight: bold;
}

#ads_blk {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#comp_info {
	font-size: 85%;
	font-weight: bold;
	text-align: center;
}

p.testimonial {
	margin: 10px 20px 10px 20px;
	font-family: Georgia,Arial,sans-serif;
	font-style:italic;
	font-size: 100%;
	font-weight:bold;
	text-align:left;
}

div.ads_hdr {
	margin: 0px 10px 10px 0px;
	background-color:#666666;
	font-size: 85%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 200%;
	white-space: normal;
}

#txt_blk {
	margin: 0px 20px 20px 20px;
	border-left: thin solid #999999;
	border-right: thin solid #999999;
	line-height: 105%;
}

#txt_hdr {
	margin: 10px 20px 10px 20px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-color:#666666;
	font-size: 95%;
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	white-space: nowrap;
}

#txt_dtl {
	margin: 10px 30px 10px 30px;
	font-size: 90%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 110%;
}

#ads_dtl {
	margin: 0px 10px 10px 0px;
	font-size: 85%;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
}

#srv_dtl {
	margin: 0px 10px 10px 0px;
	font-size: 90%;
	font-weight: normal;
	line-height: 120%;
}

#cpyrght {
	margin-top: 10px;
	margin-bottom: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:x-small;
	font-weight: bold;
	text-align: center;
}

#displ_hdr{
	text-align: center;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 85%;
	background-color:#666666;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 200%;
	white-space: nowrap;
}

#displ_lnk {
	text-align:left;
	margin-left: 10px;
	margin-top: 10px;
	line-height: 105%;
	font-size: 90%;
	font-weight: normal;
	padding: 0px;
	border-bottom: 2px solid #999999;
}
/********* form and related tag styles *********/

/* Layout Divs */

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

