/***************************************************
 * FILE NAME:       /css/what.css
 * -------------------------------------------------
 * PURPOSE:         CSS file for what.php.
 * -------------------------------------------------
 * SPECIAL NOTES:   (None)
 ***************************************************/

div#links-addl {
	width: 100%;
	text-align: center;
	font-size: 11px;
	font-family: Verdana;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

div#links-addl a {
	font-weight: bold;
	text-decoration: underline;
	border: none;
}

div#what-top {
	width: 760px;
	height: 150px;
}

div#what-top-right {
	width: 512px;
	float: right;
}

img#guarantee {
	margin: 0 20px 20px 0;
	width: 208px;
}

div.block {
	clear: all;
	width: 760px;
	margin: 20px 0 20px 0;
	height: 150px;
}

div#what-bottom {
	width: 760px;
	height: 250px;
	margin-top: 10px;
}

div#what-bottom-left {
	width: 490px;
	float: left;
}

div#what-bottom-left2 {
	width: 490px;
	float: left;
	margin-bottom: 30px;
}

img#screenshot {
	margin-top: 30px;
	margin-left: 20px;
	width: 250px;
}

div#what-scr {
	width: 250px;
	float: right;
	margin: 20px 20px 20px 0;
}

h1#simplifies {
	width: 287px;
	height: 24px;
	background: #fff url('../images/what_simplifies.gif') no-repeat;
	text-indent: -99999px;
	margin-bottom: 5px;
	padding: 0;
}

h1#eliminates {
	width: 428px;
	height: 31px;
	background: #fff url('../images/what_eliminates.gif') no-repeat;
	text-indent: -99999px;
	margin-bottom: 8px;
	padding: 0;
}

h1#unifies {
	width: 347px;
	height: 24px;
	background: #fff url('../images/what_unifies.gif') no-repeat;
	text-indent: -99999px;
	margin-bottom: 5px;
	padding: 0;
}

p.no-border {
	border: none;
}

div.scrbox p {
	font-size: 11px;
	margin-bottom: 50px;
}

div.scrbox p strong {
	color: #f60;
}

h1.what-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 8px;
}

h2.what-desc {
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

p.width-450 {
	width: 450px;
}

div#interested {
	width: 100%;
	text-align: right;
	font-size: 11px;
	font-family: Verdana;
	border-bottom: 1px solid #ccc;
	margin: 10px 0 20px 0;
}

div#interested a.large {
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	border: none;
}

div#interested a.large:hover {
	background: #346e98;
	color: #fff;
	text-decoration: none;
}