/*
TelTech.com
Karl Glasgow
12/2008
code@keg4.com
*/

#divLoadingScreen {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 2000px; 
	height: 2000px; 
	background-color: #0066CC;
}

body {
	margin: 0px;
	padding: 50px;
	background-color: #0066CC;
	font-family: Tahoma;
	color: #000000;
}
table {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

img {
	border: none;
}

td.RightEdge {
	background: url(images/edge_r_36w500h.jpg) right repeat-y;
}
td.BottomEdge {
	background: url(images/edge_b_500w41h.jpg) bottom repeat-x;
}

h1 {
	margin: 0px 0px 3px 0px;
	color: #7BC142;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: normal;
}
h1.Big {
	margin: 0px 0px 3px 0px;
	color: #7BC142;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: normal;
}
h2 {
	margin: 0px 0px 3px 0px;
	color: #7BC142;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: normal;
}
a, 
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #448FDA;
	text-decoration: underline;
}

table.Page {
	width: 964px;
	background-color: #FFFFFF;
}
td.Contents {
	width: 936px;
	border: dashed 1px #330000;
}

div.Copy, 
td.Copy {
	padding: 0px 0px 15px 1px;
	text-align: justify;
	font-size: 11px;
	line-height: 175%;
}
div.TighterCopy {
	padding: 0px 0px 0px 1px;
	text-align: justify;
	font-size: 11px;
	line-height: 150%;
}
div.TightCopy {
	padding: 0px 0px 0px 1px;
	text-align: justify;
	font-size: 11px;
	line-height: normal;
}
div.Copy ul, 
div.TighterCopy ul, 
div.TightCopy ul {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 3px;
	font-size: 11px;
	list-style: none;
}
div.Copy ul li, 
div.TighterCopy ul li {
	margin: 0px;
	padding: 0px 0px 0px 11px;
	background: url(images/bullet_5w9h.gif) no-repeat left 1px;
	line-height: 150%;
}
div.TightCopy ul li {
	margin: 0px;
	padding: 0px 0px 0px 11px;
	background: url(images/bullet_5w9h.gif) no-repeat left 1px;
	line-height: normal;
}

table.LogoLinks {
	width: 100%;
}
table.LogoLinks td {
	padding-right: 5px;
}

table.Bios div.Photo {
	width: 179px;
	height: 179px;
	background: url(images/bkgrd_photoglow_179w179h.jpg) no-repeat;
}
table.Bios div.Photo img {
	margin: 32px;
}
table.Bios td.Control {
	padding: 0px 100px 15px 15px;
	text-align: left;
	vertical-align: bottom;
}

table.Listing {
}
table.Listing td {
	padding-right: 20px;
}

table.Listing h1 {
	white-space: nowrap;
}
table.Listing ul {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 1px;
	font-size: 10px;
	list-style: none;
}
table.Listing ul li {
	margin: 0px;
	padding: 0px 0px 0px 9px;
	background: url(images/bullet_5w9h.gif) no-repeat left 1px;
	white-space: nowrap;
	line-height: 150%;
}
