/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262626;
	background: #2b2a31 url(images/bgbody.gif) repeat-x scroll top left;
}

h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 8px;
	font-weight: normal;
}

#page {
	width: 980px;
	margin: 0 auto;
	overflow: auto;
}

#logo {
	width: 197px;
	float: left;
}

#toplinks {
	width: 385px;
	float: right;
	padding: 22px 0;
}

#toplinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: 0px;
}

#toplinks li {
	display: inline;
	margin-left: 50px;
}

#toplinks A {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#banner {
	width: 100%;
	float: left;
	clear: both;
}

#orangebanner {
	width: 100%;
	background: url(images/bgorange.gif) repeat-x top left;
	padding: 16px 0;
	float: left;
}

.orangebannercolumn {
	width: 456px;
	float: left;
	padding: 0 16px;
	color: #ffffff;
	line-height: 17px;
}

.orangebannercolumn h1 {
	color: #ffffff;
	font-size: 24px;
}

.orangebannercontent {
	color: #ffffff;
}

.orangebannercontent ul {
	margin: 0px;
	padding: 0px;
	list-style-image: url(images/whitebullet.gif);
	margin-left: 30px;
	margin-top: 8px;
}

.orangebannercontent li {
	margin-bottom: 2px; 
}

.orangebannercolumnseparater {
	background: url(images/orangeseparater.gif) repeat-y top right;
}

#content {
	width: 100%;
	float: left;
	padding: 10px 0;
	background: #ffffff;
}

#content h1 {
	font-size: 18px;
	padding: 10px 0;
}

.contentleftcolumn {
	width: 590px;
	padding: 0 20px 0 10px;
	float: left;
}

.contentrightcolumn {
	width: 312px;
	padding: 0 20px 0 10px;
	float: right;
}

.contentleftcolumnicon {
	float: left;
	width: 40px;
}

.contentrightcolumnicon {
	float: left;
	width: 50px;
}

.contentholder {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.contenttext {
	width: 100%;
	float: left;
	margin-top: 0px;
	line-height: 17px;
}

.contenttext ul {
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
	list-style-image: url(images/brownbullet.gif);
	margin-top: 10px;
}

.contenttext li {
	margin-bottom: 5px;
}

.testimonialby {
	width: 100%;
	float: left;
	color: #1f54b6;
}

.testimonialseparater {
	background: url(images/testimonial-separater.gif) repeat-x center;
	padding: 8px 0;
	width: inherit;
	float: left;
}

#footer {
	color: #c9c9c9;
	width: 90%;
	float: left;
	font-size: 11px;
	padding: 8px 0;
	line-height: 17px;
	padding-left: 5px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#footer li {
	display: inline;
	margin-right: 8px;
}

#footer A {
	color: #c9c9c9;
	text-decoration: none;
}