/* CSS Document */
body {
	margin: 0;
	padding: 25px;
/*	background-image: url(/images/bg.gif); */
	background-color: #fff;
	}

h1 {font-size: 1.3em;}
h2, h3 {font-size: 1.1em;}

h2 {
	border-bottom: 1px solid #837E77;
	}

#pagewrap {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: .8em;
	color: #837E77;
	border: 5px solid #837E77;
	width: 765px;
	background-color: #E3E7E4;
	}

a:link, a:visited, a:active {
	color: #366880;
	}

a:hover {
	color: #8EA4A2;
	}

a img {
	border-width: 0;
	}
	
/* Head */
#header {
	position: absolute;
	top: 30px;
	left: 31px;
	padding: 15px 22px;
	text-align: center;
	background-color: #fff;
	}

#header p {
	position: relative;
	top: -15px;
	line-height: 110%;
	}
	
/* Navigation */

ul#nav {
	border-bottom: 1px solid #837E77;
	position: absolute;
	top: 170px;
	left: 30px;
	}

ul#nav, ul#nav ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#nav li {
	}
	
#nav li a {
	display: block;
	width: 147px;
	text-decoration: none;
	color: #837E77;
	border: solid #837E77;
	border-width: 1px 1px 0 0;
	background: url(/images/bullet.gif) no-repeat; 
	background-color: #E3E7E4;
	padding: 5px 0 3px 30px;
	font-weight: bold;
}

#nav li a.active,
#nav li a:hover {
	background: url(/images/disc.gif) no-repeat; 
	background-color: #B8C4C0;
	color: #87251C;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul a { /* second-level lists */
	font-weight: normal;
	width: 125px;
	padding-left: 5px;
	border-width: 0;
	background-image: none; 
	background-color: #eee;
	filter: alpha(opacity=85);   /* Internet Explorer       */
	opacity: 0.85;               /* newer Mozilla and CSS-3 */
}

#nav li ul a:hover {
	background-image: none; 
	background-color: #eee;
	color: #87251C;
	font-weight: bold;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	margin-top: -26px;
	left: 145px;
}

#nav li.sub a {
	background-image: none;
	font-weight: normal;
	}

#nav li.sub a:hover {
	background-image: none;
	font-weight: bold;
	}


/* The property ".selected" is generated on the fly using javascript
to select the current page in the nav bar. */ 

#navMain a.selected, 
#navMain a.selected:visited {
	font-weight: bold;
	text-decoration: none;
	background-color: #f9eed9;
	}

#navSection {
	position: absolute;
	left: 532px;
	top: 175px;
	width: 200px;
	text-align: right;
	}

#navSection li {
	list-style-type: none;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 85%;
	}

#contactInfo {
	margin-top: 3em;
	padding: 2px;
	width: 15em;
	margin-left: 1.1em;	/* IE5 */
	voice-family: "\"}\""; 
	voice-family: inherit;
	margin-left: .55em;		/* IE6 */
} 

html>body #contactInfo  {
	margin-left: 1em;	/* Mozilla */
}	
	
#contentMain {
	background: url(../images/logo_daisy_support.gif) no-repeat top right;
	margin-left: 177px;
	padding: 10px 175px 5px 20px;
	border-left: 5px solid #837E77;
	background-color: #fff;
/*	height: 650px; */
	}

#footer {
	font-size: .7em;
	background-color: #fff;
	border-top: 5px solid #837E77;
	padding: 10px 10px 0 10px;
	height: 30px;
	clear: both;
	}

#footer span a {
	margin-left: 15px;
}

#footer img {
float: right;
padding-left: 10px;
}

.highlight,
#contactInfo {
	background-color: #e4e4e4;
	border: 1px solid #ccc;
	}

.highlight {
	text-align: center;
	}
	
/* Tables */

table {
	font-size: 1em;
	}

caption {
	text-align: left;
	font-weight: bold;
	padding: .3em .5em;
	}

table.border,
table.border th,
table.border td {
	border: 1px solid #000;
	}
	
#monitor {
	margin: 2em;
	}

.recallCards {
	float: left;
	margin-right: 2em;
	margin-bottom: 25px;
	}
	
#gt {
	float: right;
	}

.screenshot {
	float: right;
	background-color: #F8CF45;
	border: 1px solid #bd7c11;
	padding: .5em;
	}
	
.screenshot p {
	text-align: center;
	font-weight: bold;
	}

.returnTop {
	margin-left: 2em;
	}

.alert,
.error-msg {
	font-weight: bold;
	color: #f00;
	}

#chat {
	position: absolute;
	top: 450px;
	left: 40px;
	}

#refer {
	position: absolute;
	top: 350px;
	left: 40px;
	}

.faqA {
	margin-top: 0;
	}
	
.faqQ {
	font-weight: bold;
	margin-bottom: 0;
	}

.faqToc li
	{
	font-size: .85em;
	}

p.halfLineHeight {
	margin-bottom: 5px;
	}

ul.halfLineHeight {
	margin-top: 5px;
	}
#highlight {
	position: absolute;
	left: 35px;
	top: 380px;
	width: 155px;
	padding: 5px;
	border: 1px solid #666;
	background-color: #eee;
	line-height: 160%;
	font-size: .9em;
	}
#highlight span {
	font-weight: bold;
	font-size: 1em;
	color: #CC3300;
	}

/* Going Digital */
#digTitle {
	position: relative;
	right: 7px;
	}

#digFloat1,
#digFloat2,
#digFloat3 {
	width: 260px;
	text-align: center;
}

#digFloat1,
#digFloat3 {
	float: right;
}

#digFloat2 {
	float: left;
	padding-top: 10px;
}

.buttonPrice {
	background: url(/images/button_get_pricing_dn.gif) no-repeat;
	padding: 10px 20px;
	text-decoration: none;
	}

.buttonPrice:hover {
	background: url(/images/button_get_pricing.gif) no-repeat;
	color: #366880;
	}