* {
	padding: 0;
	margin: 0;
}

html {
	overflow: scroll;
}

html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #282F42;
}

a {
	text-decoration: none;
	color: #248;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: inherit;
}


h1 {
	text-indent: 15px;
	font-size: 14pt;
	font-family: "Helvetica", "sans-serif";
	color: #6e6a69;
    margin-bottom: 10px;
}

h2 {
	font-size: 11pt;
	font-family: "Helvetica", "sans-serif";
	color: #6e6a69;
    margin-bottom: 10px;
}

h3 {
	font-size: 9pt;
	font-family: "Helvetica", "sans-serif";
	color: #6e6a69;
    margin-bottom: 10px;
	font-weight: bold;
}

p {
	text-align: justify;
	margin-bottom: 15px;
}


ul {
	list-style-type: none;
}

li h1 {
	padding-left: 15px;
}

/* PAGE */

.container {
	min-height: 100%; 
	background-color: #5a95c4; /*#5a95c4; black;  #48413b; */
}

.topBit {
	text-align: center;
	height: 240px;
	background-repeat: no-repeat;
}

.topBit h1 {
	padding-top: 100px;
	width: 500px;
	margin-right: 300px;
	vertical-align: middle;
 	font-size: 18pt; 
 	text-align: center;
}

#home .topBit {
	background-position: 500px 15px;
	background-image: url(../images/home.jpg);
}

#products .topBit {
	background-position: 500px 15px;
	background-image: url(../images/products.jpg);
}

#services .topBit {
	background-position: 400px -5px;
	background-image: url(../images/services.jpg);
}

#about .topBit {
	background-position: 450px 15px;
	background-image: url(../images/about.jpg);
}

#contact .topBit {
	background-position: 470px 15px;
	background-image: url(../images/contact.jpg);
}

/* BANNER */

#banner {
	width: 800px;
	background-color: white ;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

#logo {
	width: 1000px;
	background: url(../images/chasetechnology_logo.jpg) 30px 15px;
	background-repeat: no-repeat;
	font-size: 11pt;
	color: #5e5e5e;
	text-align: left;
	text-indent: 75px;
	height: 60px;
}

#menu {
	vertical-align: middle;
	padding: 0;
	margin: 0;
}

#menu td {
	height: 22px;
	text-align: center;
	background-color: lightgrey;
	background-position: 5px 0;
	background-repeat: no-repeat;
	font-size: 10pt;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
}

#menu td:hover{
	background-color: white;
}

#menu td.filler {
	width: 478px;
	background-color: white;
	border-top: 0;
}

#menu td#menu_contact{
	border-right: 0;
}

#menu td.selected {
	background-color: white;
	border-bottom: 1px solid white;
}

#menu td.selected:hover {
	background-color: white;
}

#menu a {
	padding-left: 20px;
	padding-right: 20px;
	height: 100%;
}

#menu a:hover {
	text-decoration: none;
}


/* MAIN */

#main {
	width: 800px;
	background-color: white ;
	text-align: left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#mainTable {
	padding-bottom: 20px;
	width: 100%;
}

.columnLeft {
	padding-left: 20px;
	width: 500px;
	vertical-align: top;
	text-align: left;
}

.columnRight {
	padding-top: 20px;
	padding-right: 25px;
	width: 220px;
	vertical-align: top;
	text-align: left;
}

#rightContainer {
	background-color: #f3f8fb;
	padding-top: 5px;
	padding-right: 5px;
	border: 1px solid lightgrey;
}

.middle {
    margin: 0px 15px 15px 15px; 
}

.columnRight .middle {
 	margin-bottom: 10px;
}
