﻿html
{
	font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
	font-size:0.825em;
	line-height:1.75em;
	background-color: white;
}

.Bold
{
	font-weight:bold;
}

#Banner
{
	width: 1024px;
	height: 105px;
	background-image: url(./Images/Banner.gif);
	background-repeat: no-repeat;
}

#Banner div
{
	padding-right: 20px;
	text-align: right;
	color: #FFFF0B;
}

#MainMenu
{
	background-image: url(./Images/MenuTile.gif);
	background-repeat: repeat-x;
	width: 1022px;
	height: 2em;
	border: solid 1px #005500;
}

.MainMenuItem
{
	width: 160px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	float: left;
	border-right: solid 1px #005500;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#MainMenu a:hover
{
	background-color: #95CAFF;
}

.MainMenuSelectedItem
{
	width: 160px;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	float: left;
	border-right: solid 1px #005500;
	font-weight: bold;
	text-decoration: none;
	background-image: url(./Images/MenuTileSelected.gif);
	background-repeat: repeat-x;
	color: #FFFF0B;
}

#ContentWrapper
{
	width: 1022px;
	background-color: White;
	border-left: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
}

#ContentWrapper p
{
	padding-left: 20px;
	padding-right: 20px;
}

#Spacer
{
	height: 10px;
}

#Top
{
	margin-top: 10px;
	background-color: #F9F9F9;
	border-bottom: solid 1px #AAAAAA;
	border-top: solid 1px #AAAAAA;
	position: relative;
}

#HomeHeader
{
	padding-left: 20px;
	width: 700px;
	font-size:1.5em;
	line-height:2em;
	font-weight: normal;
}

h3
{
	width: 700px;
	font-size:1.5em;
	line-height:2em;
	font-weight: normal;
}

#HomeImageArray
{
	width: 100%;
	height: 200px;
}

#TopLeftText
{
	padding: 20px;
	clear: left;
}

#Bottom
{
	width: 1022px;
	border: solid 1px black;
	padding: 10px 0px 10px 0px;
	text-align: center;
	line-height:1.25em;
	background-color: gray;
	color: white;
}

#ServicesList
{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-left: 5px;
	width: 200px;
	background-color:#F9F9F9;
	border:1px solid #AAAAAA;
}

.ServicesListItem
{
	width: 200px;
	background-color: inherit;
	display: block;	
}

#ServicesBody
{
	padding-left: 20px;
	margin-bottom: 20px;
}

#ProductsHeader, .AboutUsHeader
{
	padding-left: 20px;
}

#ContactTable
{
	margin-left: 161px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: bold;
	border-collapse: collapse;
	background-color: #F9F9F9;
	border-top: solid 1px #AAAAAA;
	border-left: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
}

#ContactTable tr td
{
	border-bottom: solid 1px #AAAAAA;
	padding-left: 5px;
}

.ContactTableLeftCol
{
	width: 70px;
	text-align: left;
}

.ContactTableRightCol
{
	width: 561px;
	text-align: left;
}

#ContactMap
{
	border-top: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
}

/*
primary_light: #95CAFF
primary_dark: #223E87

secondary_light: #5EC333
secondary_dark: #005500

ternary: #D59F00

accent1: #FFFF0B
accent2: #D500D5
accent3: #806000
*/

