/* CSS Document */

p, li, td	{
	color: #333;
	background-color: transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
}

i, em {color:#005073}

.message {
	font-size: 17px;
	line-height: 25px;
}

h1.intro {
	background: url(../images/page_titles/introduction.gif) no-repeat;
	width: 300px;
	height: 50px;
}
h1.about {
	background: url(../images/page_titles/about_us.gif) no-repeat;
	width: 300px;
	height: 50px;
}
		h1.accomplishments {
			background: url(../images/page_titles/accomplishments.gif) no-repeat;
			width: 300px;
			height: 50px;
		}
		h1.services {
			background: url(../images/page_titles/specialty_services.gif) no-repeat;
			width: 300px;
			height: 50px;
		}
		h1.zen {
			background: url(../images/page_titles/znetworks.gif) no-repeat;
			width: 300px;
			height: 50px;
		}
h1.clients {
	background: url(../images/page_titles/client_credentials.gif) no-repeat;
	width: 300px;
	height: 50px;
}
h1.events {
	background: url(../images/page_titles/client_events.gif) no-repeat;
	width: 510px;
	height: 50px;
	overflow: visible;
}
h1.contact {
	background: url(../images/page_titles/contact_us.gif) no-repeat;
	width: 300px;
	height: 50px;
}

h1 span {
	display:none;
}

h2 {
	font-size: 23px;
	font-weight: normal;
	color:#999999;
}

h2.zen {
	margin-top: 50px;
	font-size: 23px;
	font-weight: normal;
	color:#0073a9;
	border-bottom: dotted 1px #999999;
}

h3, h3 i {
	font-size: 20px;
	font-weight: normal;
	color: #999999;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	color: #005073;
	margin-bottom: 0;
	padding-bottom: 0;
}

h4.gray {
	color: #999;
	margin-top: 35px;
	margin-bottom: 0;
}

ol li {
	margin-bottom: 15px;
	line-height: 20px;
}

#contentArea .content ul li {
	list-style-type: disc;
	margin-left: 35px;
	margin-bottom: 15px;
	line-height: 20px;
}

#contentArea .content ul.sector li {
	list-style: none;
	line-height: 20px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #005073;
	padding-bottom: 18px;
}

#contentArea .content ul.sector li ul li {
	list-style: none;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
	margin: 0 0 0 20px;
	padding-bottom: 0;
	padding-top: 0;
}

blockquote {
	padding: 10px 0 10px 10px;
	margin: 0 60px 0 60px;
	font-weight: normal;
	line-height: 20px;
	background: url(../images/quote.png) top left no-repeat;
	background-color:#EEEEEE;
}

blockquote span {
	color: #005073;
}

/*blockquote span.open {
	padding: 0 5px 0 20px;
	background: url(../images/so-q.gif) no-repeat left top;
	width: 16px;
	height: 12px;
}

blockquote span.close {
	padding: 0 10px 0 10px;
	background: url(../images/sc-q.gif) no-repeat bottom right;
	width: 16px;
	height: 12px;
}*/

.tagline {
	display:none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #81b9d2;
	background-color: #0073a9;
	line-height: 22px;
	padding-bottom: 10px;
}