/* DEFAULTS *******************************************************************/

* { margin: 0; padding: 0; }

p, ul, ol { margin: 1em 0; }

a img { border: 0; }

body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 66%;
	color: #333;
	/*text-align: center;*/
	background: #FFF;
}

a:link, a:visited { color: #44726E; }
a:hover { color: #31514E; }
a.bullet {
	padding: 0 0 0 12px;
	background: url(../images/bullet.gif) no-repeat 0 50%;
}


/* BRANDING *******************************************************************/

h1 {
	margin: 20px auto 25px auto;
	width: 750px;
	height: 55px;
}


/* CONTENT ********************************************************************/

#content {
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 690px;
	overflow: auto;
}
#home #content {
	padding: 0;
	background: url(../images/home-photo1.jpg) no-repeat bottom right;
}
#demo #content { text-align: center; padding-bottom: 20px; }

#content h2 {
	color: #FDB318;
	font-size: 2.9em;
}

#content h3 {
	margin: 1.5em 0 1em 0;
	font-size: 1.4em;
}

#content h4 {
	margin: 1.5em 0 1em 0;
	font-size: 1em;
}

#content-main {
	float: left;
	width: 320px;
}

#content-main p.tagline {
	margin: 0;
	font-size: 1em;
	line-height: 1.2em;
}
#content-main #menu {
	padding: 12px 1px 6px 1px;
}

#home #content-main p { line-height: 1.8em; }

#content-secondary {
	width: 340px;
	float: right;
}
#home #content-secondary { min-height: 245px; }
* html #home #content-secondary { height: 245px; }

#tellmemore #content-secondary { text-align: center; }
#tellmemore #content-secondary h3 { margin: 2em 0; }
#customerservice #content-secondary { width: 320px; margin: 0; }

#keyfeatures #content-secondary {
	width: 320px;
	padding: 0;
}

#keyfeatures #content-secondary .signup {
	margin: 5em 0 0 0;
	text-align: center;
}

#content-secondary blockquote {
	float: right;
	width: 120px;
	margin: 20px 0 0 0;
	padding: 0 0 0 28px;
	line-height: 1.6em;
	background: url(../images/blockquote.gif) no-repeat 0 0;
}

#content-secondary p.demo a {
	clear: both;
	float: right;
	margin: 30px 1px 0 0;
	width: 56px;
	height: 56px;
}
* html #content-secondary p.demo a { margin-top: 10px; }

#content-secondary p.screen {
	margin: 1em 0 2em 0;
}

#content-secondary p.button { padding: 1em 0 0 0; }

#signup #content-main { width: 280px; }
#signup #content-secondary { width: 360px; }
#signup #content-secondary p { margin-top: .5em; }
#signup #content em { color: #666; }

#signup #content-secondary h3 {
	margin-bottom: 0;
	font-size: 1.2em;
}

#content ul li, #content ol li ul li {
	margin: 0 0 0 16px;
	padding: 0 0 0.6em 0;
	list-style-image: url(../images/bullet.gif);
}
#content ol li {
	margin: 0 0 0 24px;
	padding: 0 0 0.6em 0;
	list-style: decimal;
}

table th { text-align: left; font-weight: bold; white-space: nowrap; }
table th, table td { vertical-align: top; padding: 2px; background: #eee; border: 1px solid #DDD; }

.caveat {
	height: 20em;
	overflow: auto;
	padding: 0 10px;
	color: #666;
	background: #EEE;
	border: 1px solid #CCC;
}


/* SIDEBAR ********************************************************************/

#sidebar-top {
	margin: 0 auto;
	width: 750px;
	height: 2em;
	background: url(../images/sidebar-top.gif) no-repeat 0 0;
}

#sidebar {
	overflow: auto;
	margin: 0 auto;
	padding: 0 0 1em 0;
	width: 750px;
	background: url(../images/sidebar.gif) repeat-y 0 bottom;
}
* html #sidebar { margin-top: -0.7em; }

#sidebar dl {
	float: left;
	margin: 0 0 0 30px;
	width: 210px;
}
* html #sidebar dl { margin: 0 15px 0 15px; }

#sidebar dl dd div img {
	float: right;
	margin: 0 6px 0 8px;
}
* html #sidebar dl dd div img { margin-top: 1em; }

#sidebar dl dt {
	margin: 0; padding: 0;
	font-size: 1.2em;
	font-weight: bold;
	display: inline;
}


/* FORMS **********************************************************************/

form input.text {
	border: 1px solid #FFBE1A;
}
form select.extend {
	min-width: 9em;
}

#sidebar form dl { margin: 0 0 1em 0; }
* html #sidebar form dl { margin: 1em 0 0 0; }

#sidebar form dl dt {
	clear: both;
	float: left;
	width: 58px;
	margin-top: 3px;
	font-size: 1em;
	font-weight: normal;
}

#sidebar form dl dd {
	font-size: 1em;
	text-align: right;
	padding: 0 0 4px 0;
}

#sidebar form dl dd input {
	width: 140px;
}


/* SITEINFO *******************************************************************/

#siteinfo {
	margin: 1.5em auto;
	width: 690px;
	text-align: center;
}
* html #siteinfo { margin-top: 0; }
* html #home #siteinfo { margin-top: 1.5em; }

#siteinfo li {
	display: inline;
	padding: 0 20px 0 0;
	line-height: 2em;
	white-space: nowrap;
}
#siteinfo li.last-child {
	font-weight: bold;
	color: #FFBE1A;
}

#siteinfo a:link, #siteinfo a:visited { color: #999; }
#siteinfo a:hover { color: #31514E; }

#siteinfo li.last-child a:link, #siteinfo li.last-child a:visited { color: #FFBE1A; text-decoration: none; }
#siteinfo li.last-child a:hover { color: #FFBE1A; text-decoration: underline; }