/* style.css - for Hieling Dwyer */

	@import url("reset.css");

html
{
	height: 100%;
	margin-bottom: 1px;
}
body
{
	font: 13px/19px Verdana;
	background: #000000;
}
a, a:active, a:visited
{
	color: #205b7f;
	text-decoration: none;
}
a:hover
{
	color: #205b7f;
	text-decoration: underline;
}
h1
{
	font: 24px/26px Verdana;
	color: #fff;
}
h2
{
	font: 18px/23px Verdana;
	color: #fff;
	padding-top: 1em;	
}
p 
{
	padding: 0 0 1em 0;
}
div#wrap {
	width: 820px;
	margin: 20px auto 60px;
	text-align: center;
	position: relative;
}
/* Header */
div#header
{
	text-align: left;
}
div#header h1
{
	background: url(../images/logo.gif) no-repeat top left;
	width: 500px;
	height: 100px;
}
div#header h2
{
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 100px;
	background: url(../images/phone_lg.gif) no-repeat top right;
}
/* Navigation */
ul#nav
{
	height: 45px;
}
ul#nav li
{
	height: 45px;
	float: left;
}
ul#nav li a
{
	display: block;
	height: 45px;
	color: #fff;
	text-decoration: none;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 1px;
	font: 20px "Lucida Grande", Lucida, Verdana, sans-serif;
}
ul#nav li a span
{
	position: absolute;
	left: -99999px;
	/*padding-top: 12px;
	display: block;*/
}
li#homeBtn a
{
	background: url(../images/home.gif) no-repeat top left;
	width: 127px;
}
li#homeBtn
{
	background: url(../images/home_over.gif) no-repeat top left;
}
li#homeBtn span
{
	padding-left: 11px;
}
li#homeBtn a:hover
{
	background: none;
}
li#pricingBtn a
{
	background: url(../images/pricing.gif) no-repeat top left;	
	width: 189px;
}
li#pricingBtn
{
	background: url(../images/pricing_over.gif) no-repeat top left;
}
li#pricingBtn span
{
	padding-left: 50px;
}
li#pricingBtn a:hover
{
	background: none;
}
li#whyUsBtn a
{
	background: url(../images/why_us.gif) no-repeat top left;
	width: 193px;
}
li#whyUsBtn
{
	background: url(../images/why_us_over.gif) no-repeat top left;
}
li#whyUsBtn span
{
	padding-left: 56px;
}
li#whyUsBtn a:hover
{
	background: none;
}
li#faqBtn a
{
	background: url(../images/faq.gif) no-repeat top left;
	width: 148px;
}
li#faqBtn
{
	background: url(../images/faq_over.gif) no-repeat top left;
}
li#faqBtn span
{
	padding-left: 53px;
}
li#faqBtn a:hover
{
	background: none;
}
li#contactBtn a
{
	background: url(../images/contact.gif) no-repeat top left;
	width: 163px;
}
li#contactBtn
{
	background: url(../images/contact_over.gif) no-repeat top left;
}
li#contactBtn span
{
	padding-left: 51px;
}
li#contactBtn a:hover
{
	background: none;
}
/* Front Page Splash */
div#splash
{
	clear: both;
	background: #5c5c5c url(../images/container.jpg) repeat-x left top;
	margin: 10px 0 30px;
}
div#splash.alt
{
	clear: both;
	background: #a7a7a7;
	margin: 10px 0 30px;
}
div#splash div
{
	background: url(../images/corner_topleft.gif) no-repeat top left;
}
div#splash div div
{
	background: url(../images/corner_topright.gif) no-repeat top right;
}
div#splash div#splash-footer
{
	clear: both;
	height: 30px;
	background: url(../images/corner_bottomleft.gif) no-repeat bottom left;
}
div#splash div#splash-footer div
{
	background: url(../images/corner_bottomright.gif) no-repeat bottom right;
	height: 30px;
}
div#splash div div div.splash-welcome, div#splash div div div.splash-techie-def
{
	background: none;
	text-align: left;
}
div#splash div div div.splash-techie-def
{
	width: 250px;
}
div#splash div div div.splash-techie-def h2
{
	padding-top: 0;
}
div#splash div div div.splash-techie-def ol
{
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 25px;
	color: #fff;
}
div#splash div div div.splash-techie-def ol li
{
	padding-top: 5px;
}
div#splash div div div.splash-techie-def ol li span.def
{
	color: #000000;
}
div#splash div div div.splash-welcome
{
	float: right;
	width: 460px;
}
div#splash div div div.splash-welcome h1, div#splash div div div.content h1
{
	padding-bottom: 10px;
}
div#splash div div div.content
{
	padding: 25px 60px 25px 30px;
	text-align: left;
}

/* Front Page Images */
ul#pickUp-atHome
{
	width: 560px;
	height: 320px;
	margin: 0 auto;
}
ul#pickUp-atHome span
{
	position: absolute;
	left: -99999px;
}
ul#pickUp-atHome li, ul#pickUp-atHome li a
{
	float: left;
	display: block;
	width: 280px;
	height: 330px;
	margin: 0;
	padding: 0;
}
ul#pickUp-atHome li.pickUpDropOff
{
	background: url(../images/pickup_over.gif) no-repeat 0 0;
}
ul#pickUp-atHome li.atHome
{
	background: url(../images/at_home_over.gif) no-repeat top left;
}
ul#pickUp-atHome li.pickUpDropOff a
{
	background: url(../images/pickup.gif) no-repeat top left;
}
ul#pickUp-atHome li.atHome a
{
	background: url(../images/at_home.gif) no-repeat top left;
}
ul#pickUp-atHome li.pickUpDropOff a:hover, ul#pickUp-atHome li.atHome a:hover
{
	background: none;
}

/* Pricing Page Tables */
div#splash div div div#pricingChart
{
	border: 3px solid #000;
	padding: 1em;
	background: #fff;
	width: 400px;
	margin: 1em 0;
}
div#pricingChart H2
{
	color: #000;
	padding-top: 0;
	padding-bottom: .5em;
}
div#pricingChart H2 span.price
{
	color: #b70909;
}
div#pricingChart ul
{
	list-style: disc;
	padding-left: 2em;
}


/* Why Us Page */
table#comparisonChart
{
	border-bottom: 1px solid #000;
	width: 100%;
	margin: 1em 0;
}
table#comparisonChart TH
{
	border-bottom: none;
	padding: 1em;	
}
table#comparisonChart TH.none
{
	border-bottom: 1px solid #000;
}
table#comparisonChart TH.ht
{
	background: #457581;
	border: 3px solid #000;
	border-bottom: none;
	color: #fff;
	font: bold 1.2em/1.5em Verdana;
}
table#comparisonChart TH.gs
{
	background: #e7e7e7;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	color: #444;
}
table#comparisonChart TR.even
{
	background: #fff;
}
table#comparisonChart TR.odd
{
	background: #e7e7e7;
}
table#comparisonChart TD
{
	padding: .5em 1em;
}
table#comparisonChart TD.label
{
	text-align: right;
	border-left: 1px solid #000;
}
table#comparisonChart TD.ht-data
{
	background: #6bb7c9;
	color: #fff;
	border-left: 3px solid #000;
	border-right: 3px solid #000;
}
table#comparisonChart TD.ht-data.last
{
	border-bottom: 3px solid #000;
}
table#comparisonChart TR.odd TD.ht-data
{
	background: #457581;
}
table#comparisonChart TD.gs-data
{
	border-right: 1px solid #000;
	color: #444;
}
p small 
{
	font-size: 10px;
	color: #333;
}
/* FAQ Page */
ul#faqLinks
{
	padding: 10px 3em 2em;
	list-style: decimal;
}
dl#faqList
{
	border-top: 1px dashed #eee;
	padding-top: 2em;
}
dl#faqList dt
{
	font-size: 1.5em;
	color: #fff;
	padding-bottom: .3em;
}
dl#faqList dd
{
	padding-bottom: 2em;
}

/* Contact Page */
div#splash div div 
{
	position: relative;
}
div#splash div div div#content_sec
{
	position: absolute;
	width: 200px;
	top: 35px;
	right: 30px;
	background: none;
}
div#content_sec h2.tel
{
	font-size: 18px;
	color: #fff;
	margin-bottom: 1em;
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
}
div#content_sec a.url
{
	display: block;
	margin-bottom: 1em;
}
/* Footer */
div#footer
{
	margin-bottom: 20px;
}
/* Classes */
.clear
{
	clear: both;
}
.hidden
{
	position: absolute;
	left: -99999px;
}
.fn
{
	font-weight: bold;
}