@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: #000000;
}
.oneColFixCtrHdr #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: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
	background-image: url(images/header_bg2.gif);
	height: 96px;
	width: 780px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 15px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	width: 730px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	width: 780px;
	margin-top: -15px;
	margin-left: -20px;
}
.oneColFixCtrHdr #footer p {
	width: 0px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -20;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #003366;
	float: none;
	margin-bottom: 0px;
}
.header_search_bar {
	width: 475px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 300px;
	padding-top: 10px;
}

button {
	background-color: #FFD428;
}
.button_color {
	background-color: #FFCF08;
	height: 20px;
	font-weight: bold;
}
.menu_bar {
	height: 25px;
	width: 487px;
	margin-left: 251px;
	margin-top: 0px;
	padding-top: 5px;
	background-image: url(images/main_menu_bg.gif);
	padding-left: 10px;
	background-color: #FFFFFF;
}
.header_google {
	margin-right: 10px;
	padding-right: 20px;
}
.header_class {
	float: right;
}
.header_services {
	width: 550px;
	margin-left: 200px;
}
.home_page_main_content {
	background-image: url(images/computer_couple_two_web.jpg);
	height: 375px;
	width: 750px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
}
.home_page_main_content_text {
	width: 450px;
	margin-left: 400px;
}
.home_page_main_content_line {
	width: 780px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: -20px;
	margin-top: -20px;
}
.bottom_button {
	margin-top: -70px;
	margin-left: 5px;
	float: none;
	margin-right: 5px;
}
.home_page_bottom_button2 {
	margin-left: 30px;
	margin-top: -55px;
	float: left;
	padding-left: 10px;
}
.home_page_bottom_button3 {
	margin-left: 5px;
	margin-top: -75px;
	float: left;
	height: 175px;
	width: 150px;
	padding-top: 0px;
	padding-left: 0px;

}
.home_page_buttons_combined {
	width: 450px;
}
.far_bottom_images {
	margin-top: 0px;
	margin-left: 13px;
}
.far_bottom_image_one {
	margin-left: 47px;
}


	

.home_page_bottom_line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-right: 58px;
	color: #003366;
}
