td {
	vertical-align: top;
	padding: 8px;
	color: #727272;
}
th {
	vertical-align: top;
	padding: 8px;
	text-align: left;
	color: #727272;
}
div.greybox {
	background-color: #cccccc;
}

/* Dotted Table styles. */
table.dotted {
	margin-top: 1.5em;
	width: 98%;
	background-image: url(/_images/background_dotted.gif);
	background-repeat: repeat-x;
	background-position: top left;
	clear: right;
}
table.dotted th {
	width: 40%;
	color: #666666;
	background-image: url(/_images/background_dotted_vertical.gif);
	background-repeat: repeat-y;
	background-position: top right;
	font-size: 14px;
	padding-left: 0px;
}
table.dotted th p {
	font-size: 11px;
}
table.dotted th ul li {
	font-size: 11px;
}
table.dotted th.noborder {
	width: 40%;
	font-size: 12px;
	color: #464646;
	background-image: none;
}

table.dotted td {
	font-size: 11px;
	width: 60%;
	color: #8d8d8d;
}
table.dotted td p {
	font-size: 11px;
}
table.dotted td ul li {
	font-size: 11px;
}

/* News Table styles. */
table.news {
	width: 98%;
}
table.news th {
	width: 60px;
	font-weight: normal;
	font-size: 11px;
	font-color: #000000;
	background-image: url(/_images/background_dotted.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
table.news td {
	background-image: url(/_images/background_dotted.gif);
	background-repeat: repeat-x;
	background-position: top left;
	font-weight: normal;
	font-size: 11px;
	font-color: #6c6c6c;
}
table.news td a {
	color: #6c6c6c;
}
table.news td a:link {
	color: #6c6c6c;
}

/* Form Table styles. */
table.form {
	background-image: url(/_images/background_dotted.gif);
	background-repeat: repeat-x;
	background-position: top left;
	width: 98%;
}
table.form th {
	font-size: 11px;
	text-align: right;
	font-weight: normal;
	color: #000000;
	padding: 2px;
	padding-top: 4px;
}
table.form td {
	font-size: 12px;
	padding: 2px;
}

/* Contact Table styles. */
table.contact {
	width: 98%;
	background-image: url(/_images/background_dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom: 10px;
}
table.contact tr {
}
table.contact td.title {
	width: 150px;
	background-image: url(/_images/background_table_contact.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
table.contact td {
	background-image: url(/_images/background_dotted.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
table.contact p {
	margin: 0px;
	padding: 0px;
}
table.contact strong {
	color: #4b4b4b;
}

/* Service Table styles. */
table.services {
	width: 98%;
	border-top: 1px solid #0099ff;
	margin-bottom: 10px;
	border-collapse: collapse;
}
table.services th {
	font-size: 16px;
	color: #666666;
	padding-top: 3px;
	padding-bottom: 3px;
}
table.services td {
	background-image: url(/_images/background_dotted.gif);
	background-repeat: repeat-x;
	background-position: top right;
	color: #666666;
	font-size: 12px;
}
table.services td.header {
	background-image: none;
}
table.services td.title {
	width: 33%;
	font-size: 14px;
	font-weight: bold;
}
table.services td.title_header {
	background-image: none;
	width: 33%;
	font-size: 14px;
	font-weight: bold;
}

/* Showcase Splash Table styles. */
div.showcase_right {
	float: right;
	width: 47%;
	margin-left: 10px;
	overflow: hidden;
}
div.showcase_left {
	width: 50%;
	overflow: hidden;
}

/* Showcase Blocks */
div.showcase_box {
	width: 167px;
	margin: 3px;
	display: inline;
	float: left;
	position: relative;
}
div.showcase_box .showcase_img {
	display: block;
	width: 165px;
	height: 165px;
	overflow: hidden;
	border: 1px solid #666666;
	margin-bottom: 5px;
}
div.showcase_box .showcase_img .enlarge {
	display: block;
	position: absolute;
	bottom:0px;
	right: 0px;
}
div.showcase_box p {
	font-size: 11px;
	display: block;
	height: 60px;
	overflow: hidden;
}
div.showcase_box h5 {
	color: #ff6600;
}
div.showcase_box h6 {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 4px 0px;
}
div.showcase_box div.service_prov {
	width: 82px;
	height: 19px;
	padding-top:2px;
	display: block;
	color: #666666;
	font-size: 11px;
	float:left;
}
div.showcase_box div.service_prov img {
	border: none;
	vertical-align: middle;
}

/* In The News Blocks */
div.news_story {
	background-image: url(/_images/background_dotted.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom: 10px;
	position: relative;
}
div.news_story img {
	position: absolute;
	top: 0px;
	left: 0px;
}
div.news_story h4 {
	margin-left: 180px;
	color: #666666;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 3px;
}
div.news_story h5 {
	margin-left: 180px;
	color: #666666;
	font-size: 12px;
	margin-bottom: 3px;
}
div.news_story p {
	margin-left: 180px;
	color: #666666;
	font-size: 11px;
}
div.news_story p.date {
	font-weight: normal;
	margin-bottom: 3px;
}
