* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#3e4247;
	color:#535353;
}
img {
	border:0;
}
a {
	color:#2e5d99;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color:#2e5d99;
	font-size:12px;
	text-decoration:none;
}
.horSeparator {
	border-top:1px solid #bdbfc0;
	height:1px;
	margin:20px 0;
}
#container { 
	width: 800px;  
	margin: 0 auto;
} 
#header {
	padding:0 0 30px 0;
}
.logo {
	float:left;
	font-size:48px;
	font-style:italic;
	color:#ffffff;
	padding:20px 0 0 0;
}
.logo span {
	color:#a9b1ba;
}
.searchBox {
	float:right;
	padding:30px 0 0 0;
}
.slogan {
	margin:0 340px 0 235px;
	color:#fc9700;
	font-size:24px;
	padding:45px 0 0 0;
}
#search_input {
    background: url(images/searchBackground.png) no-repeat left top;
    border: medium none;
    float: left;
    height: 40px;
    padding: 0 0 0 10px;
    width: 288px;
}
#search_button {
    background: url(images/searchButton.png) no-repeat left top;
    border: medium none;
    cursor: pointer;
    display: block;
    float: right;
    height: 31px;
    width: 30px;
}
.headerPic {
	background:url(images/headerBackground.jpg) no-repeat left top;
	width:800px;
	height:393px;
	padding:0 0 0 460px;
}
.author a {
	color:#9fc435;
	font-size:12px;
	text-decoration:underline;
}
.author a:hover {
	color:#9fc435;
	font-size:12px;
	text-decoration:none;
}
.author {
	color:#a0a0a0;
	padding:4px 0;
}
.headerInfoBox {
	padding:80px 0 0 0;
}
.headerInfo {
	background:#3e4247;
	width:230px;
	padding:25px;
}
.info1 {
	font-size:48px;
	color:#fae108;
}
.info2 {
	color:#ffffff;
	font-size:30px;
	padding-left:90px;
}
.info3 {
	font-size:14px;
	color:#9eca2f;
}
.info4 {
	font-size:14px;
	color:#95989b;
}
#navcontainer {
	padding:2px 0 0 0;
}
#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	background:url(images/menuButton.jpg) repeat-x left top;
	color: White;
	float: left;
	width: 100%;
}
#navcontainer ul li { 
	display: inline; 
}
#navcontainer ul li a {
	padding:32px 32px;
	color: White;
	text-decoration: none;
	float: left;
	border-right:1px solid #9abf35;
	border-left:1px solid #bed874;
}
#navcontainer ul li a:hover {
	background:url(images/activeButton.jpg) repeat-x left top;
	color: #fff;
}

#navcontainer ul #active a {
	background:url(images/activeButton.jpg) repeat-x left top;
	color: #fff;
}
#sidebar1 {
	float: left;
	width: 250px;
	background:#ffffff;
}
#sidebar1 h2 {
	font-size:12px;
	font-weight:bold;
	padding:20px 20px 0 20px;
}
.phoneBox {
	border-bottom:1px solid #bdbfc0;
	padding:20px;
}
.phoneBox p {
	padding:10px 0 0 0;
}
.phonePic {
	float:left;
	padding-right:10px;
}
.smallButton {
	background:url(images/learnMoreSmallButton.jpg) repeat-x left top;
	color:#ffffff;
	border:0;
	cursor:pointer;
	margin:10px 0 0 0;
	padding:1px;
}
.bigButton {
	background:url(images/learnMoreBigButton.jpg) repeat-x left top;
	color:#ffffff;
	border:0;
	cursor:pointer;
	margin:10px 0 0 0;
	padding:1px;
}
#mainContent { 
	margin: 0 0 0 270px;
	background:#f6f7f7;
	padding:30px; 
} 
#footer {
	background:#121210;
	color:#717171;
	padding:30px 0;
	margin:30px 0 0 0; 
}
#footer p {
	text-align:center;
} 
#footer a {
	color:#bababa;
	text-decoration:underline;
}
#footer a:hover {
	color:#bababa;
	text-decoration:none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}