﻿/***************************************
** This site is designed by Sammy Hale**
** CEO Internal-Net for the sole use  **
** of Internal-Net or ARS            **
****************************************/

body
{
	/*background-image:url(images/background.jpg);
	background-repeat:no-repeat;*/
}
#wrapper
{
	text-align:left;
	width:1004px;
	min-height:800px;
	margin:0px auto 0 auto;
	position:relative;
	padding-bottom:10px;
	overflow:hidden;
	padding-top:5px;
}
#header
{
	width:1000px;
	height:174px;
	position:relative;
	background-image:url(../images/Header.jpg);
}
#container
{
	width:100%;
	min-height:900px;
	position:relative;
	padding-top:1px;
	top: 0px;
	left: 0px;
	
}
#container .menu
{
	width:200px;
	background-color:#74a6bd;
	float:left;
	min-height:850px;
	height: 859px;
}
#container .menu .topimage
{
	width:200px;
	height:300px;
	float:left;
	position:relative;
}
#container .menu .bottommenu
{
	width:200px;
	min-height:800px;
	float:left;
	position:relative;
}
#container .rightside
{
	width:795px;
	min-height:800px;
	float:right;
	position:relative;
	margin-top:10px;
	overflow:hidden;
	text-align:justify;
}
#container .rightside .leftimage
{
	float:left;
	position:relative;
}
#container .rightside .rightimage
{
	float:right;
	position:relative;
}

.mybuttons
{
	width:75px;
	height:77px;
	float:left;
	position:relative;
}
#sidenav
{
	margin:0px;
	padding-left:10px;
	list-style-type:none;
}

#sidenav li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin:0px;
	vertical-align:bottom;
	text-decoration:none;
	color:#333333;
}

#sidenav li.first
{
	border-width:0px;
}

#sidenav li.last
{
	border-bottom:solid 1px #000000;
}

#sidenav li a
{
	padding-top:7px;
	padding-bottom:7px;
	display:block;
	text-decoration:none;
	color:#ffffff;
}

#sidenav li a:hover
{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

#sidenav li.highlight
{
	color:#ffffff;
	font-size:12px;
	font-weight:lighter;
	text-decoration:none;
}

#sidenav li.highlight a
{
	text-decoration:none;
	/*color:##6A7EAD;*/
	color:#ffffff;
}

#sidenav li.highlight a:hover
{
	text-decoration:none;
	color:#ffffff;
}
.divbar
{
	border-bottom:dotted 1px #000000;
	overflow:hidden;
}

#footer{
	text-align:left;
	width:1000px;
	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;
}

