﻿body {
	margin: 0px;
	background: white;
	color: black;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
h1 {
	font-size: 1.5em;
	color: #596264;
}
h2 {
	font-size: 1.3em;
	background-color: #e3721b;
	color: white;
	padding-left: 6px;
	font-style: italic;
}
a {
	color: #e3721b;
}
a:hover {
	color: #596264;
}
li {
	margin-bottom: 1em;
}
ul {
	list-style: disc outside url('images/arrow.gif');
}
ul.check {
	list-style: disc outside url('images/checkmark.gif');
}
.core {
	margin: 0 auto;
	width: 960px;
}
.getstarted {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	margin: 2em 0;
}
#header {
	height: 150px;
}
#logo {
	padding-top: 35px;
	font-size: 2.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #596264;
}
#nav {
	float: right;
	padding-top: 100px;
	font-size: 1.2em;
	color: #889699;;
}
#nav a {
	text-decoration: none;
}
#banner {
	height: 270px;
	background-color: #889699;
	background: url('images/bg-banner.gif') top center;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
#banner img {
	float: left;
	margin-top: 25px;
	border: 1px #ccc solid;
}
#banner-txt {
	float: right;
	margin-top: 75px;
	margin-right: 25px;
	width: 545px;
	color: white;
	font-size: 1.3em;
	line-height: 1.5em;
}
#banner-sub {
	height: 95px;
	background-color: #889699;
	background: url('images/bg-banner.gif') top center;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
#banner-sub-txt {
	margin-top: 10px;
	margin-right: 25px;
	width: 545px;
	color: white;
	font-size: 1.3em;
	line-height: 1.5em;
}
#content {
	margin: 0 auto;
	width: 960px;
	padding-top: 25px;
	font-size: 1em;
	text-align: justify;
}
#content .sidebar {
	float: right;
	width: 400px;
	margin-left: 50px;
}
#content .home-left h2 {
	width: 500px;
}
#content .box {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 25px;
	margin: 25px 0;
}
#footer {
	margin: 0 auto;
	margin-top: 25px;
	width: 920px;
	font-size: 0.9em;
	border-top: 1px #889699 dotted;
	padding: 25px;
	text-align: center;
}
#copyright {
	font-size: 0.8em;
	margin-bottom: 25px;
}
