* {
	margin: 0px;
	padding: 0px;
	}
	
body {
	margin: 0px auto;
	font-family: tahoma, verdana, sans-serif;
	background: #000000;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	}
	
#navbar_wrapper, #topbanner_wrapper, #mainpage_wrapper, #footer_wrapper, #mainpage_bottom_wrapper {
	width: 100%;
	}
	
#navbar_wrapper {
	background: url('images/navbar_background.jpg');
	border-bottom: 1px solid #c5c5c5;
	}
	
#navbar {
	width: 950px;
	height: 50px;
	margin: 0px auto;
	}
	
#navbar a {
	font-size: 14px;
	color: #d5d5d5;
	text-decoration: none;
	display: block;
	float: left;
	padding: 15px 15px 0px 15px;
	height: 35px;
	}
	
#navbar a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
	
#navbar a.selected {
	color: #ffffff;
	background: #000000;
	font-weight: bold;
	height: 36px;
	border-left: 1px solid #c5c5c5;
	border-right: 1px solid #c5c5c5;	
	}
	
#navbar a.selected:hover {
	text-decoration: none;
	}

#topbanner_wrapper {
	background: url('images/banner_background.jpg');
	border-bottom: 1px solid #ffffff;
	}
	
#topbanner {
	height: 225px;
	width: 950px;
	margin: 0px auto;
	}

#topbanner .textdisplay {
	float: left;
	text-align: center;
	width: 600px;
	height: 300px;
	padding-top: 30px;
	}
	
#topbanner .textdisplay .companyname {
	font-size: 35px;
	font-weight: bold;
	color: white;
	margin-top: 20px;
	}

#topbanner .textdisplay .slogan {
	font-size: 30px;
	font-weight: bold;
	color: #b4a470;
	margin-top: 30px;
	}

#topbanner .textdisplay .phonenumber {
	font-size: 40px;
	font-weight: bold;
	margin-top: 30px;
	color: white;
	margin-bottom: 20px;
	}
	
#topbanner .logo {
	height: 225px;
	width: 265px;
	background: url('images/banner_logo.jpg');
	display: block;
	float: left;
	}
	
#mainpage_wrapper {
	padding-top: 15px;
	background: url('images/fullpage_wrapper.jpg') repeat-x #ffffff;
	}

#mainpage_wrapper2 {
	margin: 0px auto;
	width: 900px;
	background: url('images/page_wrapper.jpg') no-repeat top #ffffff;
	padding: 30px 50px;
	}
	
#mainpage_sidebar {
	width: 300px;
	float: right;
	}

#mainpage_sidebar_top {
	background: url('images/sidebar_top.jpg') no-repeat left #ffffff;
	height: 30px;
	}

#mainpage_sidebar_content {
	padding-left: 25px;
	background: url('images/sidebar.jpg') repeat-y left #ffffff;
	}

#mainpage_sidebar_bottom {
	background: url('images/sidebar_bottom.jpg') no-repeat left #ffffff;
	height: 30px;
	}

#mainpage_content {
	background: #ffffff;
	width: 575px;
	}

#mainpage_bottom_wrapper {
	background: url('images/fullpage_wrapper_bottom.jpg') repeat-x bottom #ffffff;
	border-bottom: 1px solid #ffffff;
	height: 135px;
	}

#mainpage_bottom {
	clear: both;
	height: 120px;
	background: url('images/page_wrapper_bottom.jpg') no-repeat #ffffff;
	width: 1000px;
	margin: 0px auto;
	margin-bottom: 20px;
	}
	
#footer_wrapper {
	background: #000000;
	}
	
#footer {
	width: 900px;
	margin: 0px auto;
	}
	
#footer_links {
	float: right;
	padding: 10px;
	}
	
#footer_links a {
	color: #f5f5f5;
	text-decoration: none;
	margin-left: 10px;
	font-size: 12px;
	}
	
#footer_links a:hover {
	text-decoration: underline;
	}
	
#footer_logo {
	width: 100px;
	height: 100px;
	background: url('images/footer_logo.jpg') no-repeat bottom #000000;
	padding-top: 10px;
	}

#mainpage_sidebar p {
	padding-top: 5px;
	}
	
.CheckMarks ul {
  list-style: none;
}

.CheckMarks li {
  background: url('images/GreenCheckMark.jpg') no-repeat center left;
  padding: 10px;
  padding-left: 50px;
}

.sidebar_wrapping {
	margin-top: 15px;
	border-top: 1px solid #d5d5d5;
	padding-top: 5px;
	}

#mainpage_content p {
	margin-top: 5px;
	}

#mainpage_content h1, h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
	}
	
.platform_blog_recent_top_title a {
	color: #666666;
	font-size: 150%;
	font-weight: bold;
	text-decoration: none;
	}
	
.platform_blog_full_top_title {
	font-size: 150%;
	font-weight: bold;
	}
	
.platform_blog_full_title, .platform_blog_full_article_date {
	font-weight: bold;
	padding-top: 10px;
	}
	
.platform_blog_full_article_body {
	padding-top: 10px;
	line-height: 150%;
	}

.platform_blog_recent_title {
	margin-top: 15px;
	font-weight: bold;
	}
	
.platform_blog_recent_date, .platform_blog_full_date {
	float: right;
	}
label {
	font-size: 80%;
	color: #888888;
}

.text {
	display: block;
	background: #f7f7f7;
	border: 1px solid #d5d5d5;
	padding: 5px;
	font-size: 14px;
	margin-bottom: 10px;
}

.button {
	display: block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #555555;
	border: 1px solid #d5d5d5;
	cursor: pointer;
	padding: 5px 10px 5px 10px;
	color: #f5f5f5;
	font-weight: bold;
	font-size: 14px;
}

a.button:hover {
  background: #888888;
  }

#sidebarlinks a {
  display: block;
  margin-bottom: 20px;
  font-size: 20px;
  }

#sidebarlinks a.selected {
  font-weight: bold;
  }

a {
  text-decoration: none;
  color: #0066CC;
  }

a:hover {
  text-decoration: underline;
  }
