﻿/***************************************
** This site is designed by Sammy Hale**
** CEO Internal-Net for the sole use  **
** of Internal-Net or B. Moore A/C    **
****************************************/

body
{
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
}
h1
{
	color:Blue;
}
h2
{
	color:Black;
}
#wrapper
{
	text-align:left;
	width:800px;
	min-height:675px;
	margin:0px auto 0 auto;
	position:relative;
	padding-bottom:10px;
	overflow:hidden;
			
}
#header
{
	width:800px;
	height:181px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	position:relative;
}
#header .search
{
	float:right;
	padding-top:20px;
}
#menu
{
	width:800px;
	margin-top:15px;
}
#buttons_Box
{
	float:right;
	height:30px;
	width:100%;
}
#buttons_Box .thebutton
{
	color:White;
	height:26px;
	width:113px;
	background-image:url(images/buttons.gif);
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:6px;
	float:right;
}
#buttons_Box a
{
	text-decoration:none;
	color:White;
}
#buttons_Box a:hover
{
	font-weight:bold;
}
#submenu_box
{
	width:800px;
	height:82px;
}
#submenu_box .content
{
	padding-left:50px;
	color:white;
	padding-top:10px;
	font-weight:bold;
	width:800px;
}
#main_content
{
	width:800px;
	margin-top:25px;
	text-align:left;
}
#main_content .col1
{
	width:20%;
	float:left;
	overflow:hidden;
	position:relative;
	padding-left:5px;
	padding-right:5px;
	text-align: justify;
}
#main_content .col2
{
	width:56%;
	float:left;
	overflow:hidden;
	position:relative;
	
	padding-left:5px;
	padding-right:5px;
	text-align: justify;
}
#main_content .col3
{
	width:20%;
	float:right;
	overflow:hidden;
	position:relative;
	padding-left:5px;
	padding-right:5px;
	text-align: justify;
}
#footer{
	text-align:left;
	width:800px;
	margin:10px auto 0 auto;
	position:relative;
	padding-bottom:10px;
	color:black;
	 
}
.copy{
	float:left;
}
.credit{
	float:right;
}
#footer a{
	font-weight:bold;
	color:black;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
	
