body {
	background-color: #F8F8F8;
	font-family: georgia, sans-serif;
	font-size: 10pt;
	color: #333333;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #339a00;
	font-weight: bold;
	font-style: italic;
}hover

a, a:hover {
 text-decoration: underline;
}

#header {
	font-size: 28pt;
	height: 110px;
	position: relative;
	white-space: nowrap;
	width: 900px;
	margin: 0px auto;
}

#header img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#header p {	
	margin-left: 135px;
	padding-top: 20px;
}

#header .subtext {
	font-weight: normal;
	font-size: 18pt;
}

table.header {
	border: 0px;
}

table.header td h2{
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 22pt;
	font-weight: normal;
	color: #404040;
	padding-bottom: 15px;
	padding-top: 25px;
}

table.header td p{
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: georgia, sans-serif;
	font-size: 13pt;
	font-weight: normal;
	color: #404040;
	padding-bottom: 15px;
}


table.header td {
	width: 277px;
	margin: 0px;
	padding: 15px;
	text-align: left;
	vertical-align: top;
	font-family: georgia, sans-serif;
	font-size: 24pt;
	font-weight: normal;
	color: #404040;
	padding-bottom: 15px;
	padding-top: 25px;
}
	
div.blank-container {
	background-color: white;
	margin: 0px;
	padding-top: 10px;
	position: relative;
	border: 2px solid #D8D9DA;
	border-top: none;
	line-height: 1.4em;
}

div.container {
	margin: 0px;
	padding-top: 10px;
	position: relative;
	border-top: none;
	line-height: 1.4em;
}

div.container h2 {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: georgia, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #404040;
	padding-bottom: 6px;
}

div.container div.topLeft, div.container div.topRight {
	height: 33px;
	width: 7px;
	background-repeat: no-repeat;
	position: absolute;
}

div.container div.bottomLeft, div.container div.bottomRight {
	width: 8px;
	height: 8px;
	background-repeat: no-repeat;
	position: absolute;
}



div.central-container {
	width: 760px;
	margin: 0px auto;
	min-height: 600px;
	font-family: georgia, sans-serif;
}

.central-padded {
	padding-left: 60px;
	padding-right: 60px;
}

div.content-width {
	width: 540px;
	margin: 0px auto;
}

div.side-width {
	width: 340px;
	margin: 0px auto;
}

div.top-height {
	height: 410px;
}

div.bottom-height {
	height: 325px;
}

div.sub-height-1 {
	height: 170px;
	margin-bottom: 13px;
}

div.sub-height-2 {
	height: 130px;
}

#compare {
	border-top: 1px solid #888888;
	border-collapse: collapse;
	width: 100%;
	margin: 20px 0px;
}

#compare tbody tr, #compare thead tr {
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}

#compare td {
	font-weight: bold;
	border-bottom: 1px solid #888888;
}

#compare thead td, #compare tfoot td {
	font-family: "Arial Black";
	background-color: #BFBFBF;
	border-bottom: none;
}

#compare tfoot td {
	font-size: 8pt;
	background-color: transparent;
	font-weight: normal;
	padding-right: 10px;
}

div.inset {
	background-color: #F8F8F8;
	border: 1px solid #CECFD0;
	padding: 10px 25px;
	padding-top: 0px;
	position: relative;
}

div.inset h3 {
	font-style: italic;
	margin: 10px 0px;
	padding: 0px;
	color: #444444;
	font-weight: normal;
	font-size: 11pt;
}

div.inset div.topLeft, div.inset div.topRight, div.inset div.bottomLeft, div.inset div.bottomRight {
	height: 4px;
	width: 4px;
	background-repeat: no-repeat;
	position: absolute;
}

div.inset div.topLeft {
	background-image: url("/images/inset/top-left.gif");
	top: -1px;
	left: -1px;
}

div.inset div.topRight {
	background-image: url("/images/inset/top-right.gif");
	top: -1px;
	right: -1px;
}

div.inset div.bottomLeft {
	background-image: url("/images/inset/bottom-left.gif");
	bottom: -1px;
	left: -1px;
}

div.inset div.bottomRight {
	background-image: url("/images/inset/bottom-right.gif");
	bottom: -1px;
	right: -1px;
}

#footer {
	font-size: 7pt;
}

.ui-widget {
	font-size: 1em;
}

div.grid-container {
	position: relative;
	width: 900px;
	margin-bottom: 13px;
	margin-left: auto;
	margin-right: auto;
}

div.grid-container div.side-width {
	position: absolute;
	right: 0px;
	top: 0px;
}

div.grid-container div.content-width {
	margin-left: 0px;
}

input.green-button {
	border: none;
	background-image: url("/images/buttons/green-long.gif");
	display: block;
	width: 125px;
	height: 21px;
	color: white;
	font-weight: bold;
	background-color: transparent;
	cursor: pointer;
	text-align: right;
	padding-right: 20px;
}

#contactForm {
	width: 400px;
	text-align: center;
	margin: 0px auto;
	clear: both;
}

#contactForm label {
	float: left;
	display: block;
	width: 100px;
	text-align: right;
	padding-right: 10px;
	padding-top: 1px;
	margin-bottom: 8px;
}

#contactForm input.field {
	float: left;
	width: 200px;
	border: 1px solid #888888;
	margin-bottom: 8px;
}

#contactForm #contactSubmit {
	margin-right: 0px;
	margin-left: auto;
	display: block;
}

hr.clear {
	width: 0px;
	height: 0px;
	border: none;
	clear: both;
}

#accordion {
	font-size: 8pt;
}

img {
	border-width: 0px;
}

.twitter-comment {
	padding-left: 50px;
	position: relative;
	min-height: 48px;
	margin-bottom: 4px;
}

.twitter-comment img {
	position: absolute;
	top: 0px;
	left: 0px;
}

#twitterfeed {
	overflow: hidden;
	max-height: 200px;
	padding: 0px 8px;
}

#twitterfader {
	background-image: url("/images/misc/fader.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	z-index: 2;
	position: absolute;
	bottom: 0px;
	width: 330px;
	height: 24px;
}

#questions {
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
}

#questions li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#questions li.header, ul li.header {
	margin-top: 10px;
	font-weight: bold;
}

label {
	white-space: nowrap;
}

label.fixed {
	position: relative;
	display: block;
	width: 400px;
}

label.fixed input, label.fixed select {
	position: absolute;
	right: 0px;
}

#challenge {
	background-image: url("/images/misc/bg-puzzle.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
}

.padded {
	padding-left: 8px;
	padding-right: 8px;
}