﻿/***********************************************
 * Elements
 ***********************************************/
body 
{
	background-image: url(../Images/light_green.jpg);
	font-size: 10pt;
	font-style: italic;
}
img
{
	border: 0px;
}
h1
{
	background-image: url(../Images/headerbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: White;
	font-size: 20pt;
	height: 35px;
	text-align: center;
}
h2
{
	color: #4E74C9;
	font-size: 18pt;
}
hr
{
	background-color: #006000;
	color: #006000;
	height: 2px;
	width: 75%;
	display: none;
}
p
{
	padding-left: 50px;
	padding-right: 50px;
}
th
{
	color: #006000;
	font-size: 14pt;
}
/***********************************************
 * Classes
 ***********************************************/
.MainContent
{
	background-color: White;
}
.NavigationBar
{
	display: inline;
	padding-left: 0px;
	margin-left: 0px;
}
.NavigationBar li
{
	display: inline;
	list-style: none;
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	height: 100px;
	text-align: center;
}
.NavigationBar li table
{
	display: inline;
	margin: 0px;
	padding: 0px;
}
.NavigationBar li td
{
	background-image: url(../Images/button.jpg);
	background-repeat: no-repeat;
	height: 56px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	width: 132px;
}
.NavigationBar a
{
	color: White;
	font-weight: bold;
	height: 56px;
	text-decoration: none;
	width: 132px;
}

.NavigationBar a:hover
{
	text-decoration: underline;
}

.Emphasize
{
	font-size: 14pt;
}
.CL_Company
{
	border-style: outset;
	border-width: 2px;
	clear: right;
	height: 92px;
	margin-bottom: 25px;
	padding: 5px;
	width: 450px;
}
.CL_Company .Image
{
	display: block;
	float: right;
	padding-bottom: 50px;
	padding-right: 10px;
}
.Products
{
	padding: 10px;
	text-align: center;
	width: 100%;
}
.Products th
{
	width: 33%
}
.Products td
{
	padding: 3px;
}
.Center
{
	text-align: center;
}
.ContactInfo
{
	clear: left;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.ContactInfo td
{
	padding-left: 75px;
	padding-right: 75px;
}
.Logos
{
	width: 100%;
	text-align: center;
}
.Logos td
{
	width: 33%;
}
.EmergencyNumbers
{
	text-align: center;
	width: 100%;
}
.EmergencyNumbers td
{
	vertical-align: top;
}
.LinkSections
{
	color: #4E74C9;
	list-style: none;
	padding: 0;	
	text-align: center;
}
.LinkSections h2
{
	margin-bottom: 5px;
	margin-top: 25px;
}
.Links
{
	list-style: none;
	text-align: center;
	padding: 0;
	width: 100%;
}
.Links li
{
	margin-bottom: 10px;
}
.Privacy
{
	font-style: normal;
}
.Privacy ul
{
	padding-left: 100px;
	padding-right: 100px;
}
/***********************************************
 * Elements IDs
 ***********************************************/
#Body
{
	margin: 0;
}
#Page
{
	background-color: White;
	border-style: solid;
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 900px;
}
#Body > #Page
{
	width: 900px;
	padding: 10px;
}
#MainHeader
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#MainContent
{
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}
#MainFooter
{
	font-size: 10pt;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-top: 20px;
	text-align: center;
}

.Logo_Sm
{
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

.Logo_Sm a
{
	text-decoration: none;
	color: Black;
}

.Logo_Image_Large
{

}

#Logo_Sm a
{
	color: Black;
	text-decoration: none;
}

.Logo_Lg
{
	margin-left: auto;
	margin-right: auto;
}

.Logo_Lg_Text_Cell
{
	font-size: 24pt;
	font-weight: bold;
	vertical-align: middle;
}

#NavBarCell
{
	padding-top: 10px;
	text-align: center;
}

/* Contact Page */


#LocationsTable
{
	width: 100%;
}

#LocationsTable tr td
{
 text-align: center;
}

.CompanyTable
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.CompanyTable tr td
{
	vertical-align: top;
	text-align: center;
}

.CompanyTable tr td ul li
{
	list-style: none;
	font-family: Arial;
	font-size: 12pt;
	font-variant: normal;
	margin-bottom: 4px;
}

.CompanyTable tr td ul
{
	padding-left: 0px;
}

.contactFieldLabel
{
	width: 150px;
	display: inline;
	float: left;
}