body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	margin: 0px;
	padding: 0px;
}
#contentwrapper {
	background-color: #52BDB5;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(images/teal_bkgd.jpg);
}
#contentbox {
	background-color: #fff;
	margin: 3.1em auto 0 auto;
	width: 48em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #148C83;
	border-left-color: #148C83;
}
#content {
	line-height: 1.5em;
	font-size: .85em;
	padding-top: 2em;
	padding-right: 5em;
	padding-bottom: 5em;
	padding-left: 5em;
}
h1 {
	font-size: 1.5em;
	letter-spacing: 0.25em;
	margin: 0px;
	padding: 1px;
}
#htwrapper {
	background-color: #87D0DF;
	background-repeat: repeat-x;
	border-left: 1px solid #000;
	background-image: url(images/teal_gradient.jpg);
}
.clearfloats {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#htmenubar {
	position: relative;
	width: 48em;
	margin: 0 auto;
	border-left: 1px solid #000;
}
#htmenubar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0.9em;
	font-weight: bold;
}
#htmenubar li {
	float: left;
	margin-right: 0px;
}
#htmenubar a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: .5em 1em;
	border-right: 1px solid #000;
}
#htmenubar ul ul {
	position: absolute;
	left: 0px;
	display: none;
	width: 100%;
	font-size: .85em;
	font-weight: bold;
}
#htmenubar ul ul li {
	margin: 0;
	padding: 1em 0;
}
#htmenubar ul ul a {
	color: #999;
	padding: .35em 1em;
	background-color: #000;
	border: 1px solid #000;
}
#htmenubar ul ul a:hover {
	color: #999;
	border-top-color: #79D8D0;
	border-right-color: #79D8D0;
	border-bottom-color: #79D8D0;
	border-left-color: #79D8D0;
}
.home #home ul, .services #services ul, .webdev #webdev ul, .support #support ul {
	display: block !important;
}
.home #home a, .services #services a, .webdev #webdev a, .support #support a {
	color: #fff!important;
	cursor: default;
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	background-repeat: repeat-x;
	background-image: url(images/gradient.jpg);
}
.home #home ul a, .services #services ul a, .webdev #webdev ul a, .support #support ul a {
	color: #999;
	cursor: pointer;
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	background-image: none;
	background-repeat: repeat-x;
}
#htmenubar a:hover {
	color: #000;
}
#htmenubar ul ul .uberlink {
	color: #7FDCD4!important;
	cursor: default !important;
}
#footer {
	color: #fff;
	font-weight: bold;
	margin: 0 auto;
	width: 48em;
}
#footercontent {
	font-size: 0.78em;
	font-weight: bold;
	padding-top: 1.5em;
	padding-right: 0;
	padding-bottom: 1.5em;
	padding-left: 1em;
}
