@charset "utf-8";
#warranty20 {
	margin-left: 20px;
	font-family: Calibri, Verdana;
	font-size: 12px;
	color: #51AAFE;
}


/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #7F7F7F;
	background-color: #FFF;
	background-image: url(../../front_page/images/bg/banner_edges.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#header {
	background-color: #FFF;
	background-image: url(../../front_page/images/bg/banner.png);
	height: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: no-repeat;
} 
 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	clear: both;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#topbox {
	clear: both;
	float: none;
	width: 760px;
}

#navbar {
	width: 765px;
	padding-left: 0px;
	margin-left: -8px;
	margin-top: 50px;
}


 #mainContent {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	width: 480px;
} 
 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#educationbox {
	margin-top: 34px;
	margin-left: 10px;
}

.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;
}
#bannerbox {
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#box1  {
	margin-top: 45px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #54AAFF;
	padding-bottom: 10px;
}

#box2 {
	margin-top: 15px;
	height: 145px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #56ABFF;
}
#box3 {
	margin-top: 15px;
	height: 145px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #54AAFF;
}
#box4 {
	height: 145px;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #56ABFF;
}


 #footer {
	padding: 0 10px 0 20px;
	background-color: #FFF;
	background-repeat: no-repeat;
	border-top-color: #000;
} 

#bottomsnippet {
	font-family: Calibri, Verdana;
	font-size: 12px;
}
.copyright {
	font-family: Calibri, Verdana;
	font-size: 11px;
	color: #000;
	text-align: right;
}

 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
