﻿body 
{
	background-color: #1F222B;
	margin: 0px;
	font-family: Arial;
	font-size: 9pt;
}

.tableContainer
{
	width: 100%;
	border: 0;
}


/*  Header Information  */

.header
{
	width: 100%;
	height: 93px;
	background-image: url(../../Images/HeaderBG.png);
	background-repeat: repeat-x;
	text-align: center;
}

.header table
{
	width: 900px;
	margin: auto;
}

.headerLinks
{
	text-align:right;
	color: #F08B3F; 
	padding-right: 20px; 
	padding-top: 13px;
}

.headerLinks a
{
	color: #F08B3F; 
	text-decoration: none;
}

.headerSlogan
{
	text-align: left; 
	color: #4F71A9; 
	font-style: italic;
	padding-left: 220px;
}

.headerCallNow
{
	font-size: 11pt;
}


/*  Category Section  */

.categories
{
	text-align: center;
	width: 100%; 
	height: 271px; 
	background-image: url(../../Images/MiddleBG.png); 
	background-repeat: repeat-x; 
	overflow: hidden;
}

.categoryTable
{
	width: 906px;
	height: 221px;
	text-align: center;
	margin: auto;
	padding-top: 5px;
}

.categoryBackground2
{
	background-image: url(../../Images/PanelBG.png);
	background-position: bottom; 
	background-repeat: repeat-x;
	border: 1px Solid #405F99;
	vertical-align: top;
	width: 898px;
	height: 200px;
	float: left;
}

.categoryBackground
{
	background-image: url(../../Images/PanelBG.png);
	background-position: bottom; 
	background-repeat: repeat-x;
	border: 1px Solid #405F99;
	vertical-align: top;
	width: 219px;
	height: 200px;
	float: left;
}

.categoryBackground:hover
{
	background: #3D61A0;
}

.categorySpacer
{
	width: 5px;
	float: left;
}

.categoryHeader
{
	font-size: 11pt;
	font-weight: 700;
	text-align: left;
	color: Black;
}

.categoryHeaderImage
{
	margin-top: 10px;
	height: 80px;
	float: left;
}

.categoryHeader a
{
	border-style: none;
	text-decoration: none;
	color: Black;
}

.categoryHeaderImage img
{
	border-style: none;
	margin: 0px 15px 0px 15px;
}

.categoryHeaderTitle
{
	height: 70px;
	margin-top: 20px;
	float: left;
}

.categoryHeaderDescription
{
	margin-top: 50px;
	margin-left: 270px;
	font-size: 10pt;
	font-weight: normal;
	vertical-align: top;
	color: #CCCCCC;
	text-align: left;
}

.categorySubItems
{
	color: White;
	font-size: small;
	text-align: left;
	margin-top: 100px;
}

.orangeBullet
{
	list-style-image: url(../../Images/Pointer.png);
}

.orangeBullet li
{
	margin-top: 5px;
}

.categoryLink
{
	margin: 15px 5px 10px 0px;
	text-align: right;
}

.categoryLink label
{
	border: 1px Solid #7DADED; 
	background-color: #222F61; 
	color: #7DADED; 
	width: 86px;
	cursor: pointer;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}

.categoryLink label a
{
	color: #7DADED;
	text-decoration: none;
}

/*  Search Box  */

.searchTable
{
	width: 900px;
	border-top: 1px Solid White;
	border-right: 1px Solid White; 
	border-left: 1px Solid White;
	margin: auto;
}

.searchTable tr td
{
	text-align: center;
	background-image: url(../../Images/SmallHeaderBG.png); 
	background-repeat: repeat-x; 
	padding-left: 10px; 
	height: 50px; 
	font-size: small; 
	color: #F08B3F;
}


/*  Content  */

.contentContainer
{
	width: 100%;
	text-align: center;
}

.contentContainerTable
{
	width: 900px;
	text-align: center;
	margin: auto;
	border: 1px Solid White; 
	background-color: White; 
}

.contentHeader
{
	text-align: left;
	background-image: url(../../Images/WhiteTopBG.png);
	background-repeat: repeat-x;
	vertical-align: top;
	height: 150px;
	padding: 5px 5px 5px 5px;
}

.contentTitle
{
	color: #7690C3;
	font-size: 15pt;
	text-decoration: none;
}

.contentDescription
{
	padding: 10px 0px 0px 25px;
	color: Gray;
	vertical-align: top;
}

.contentContainerLeft
{
	text-align: left;
	padding: 0px 5px 10px 10px;
	vertical-align: top;
}

.contentContainerRight
{
	text-align: left;
	padding: 0px 10px 10px 5px;
	vertical-align: top;
}

.contentPanel
{
	width: 430px;	
	background-image: url(../../Images/WhiteTopBG.png);
	background-repeat: repeat-x;
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	border: 1px Solid #D5E1EF;
}

.contentContacts
{
	color: Gray;
}

.contentContacts td
{
	padding-bottom: 5px;
	padding-right: 10px;
	vertical-align: top;
}


/*  Footer  */

.footerContainer
{
	padding: 5px 20px 0px 20px;
	text-align: center;
}

.footerContainer table
{
	width: 900px;
	margin: auto;
	text-align: left;
}

.footerCopyright
{
	color: #4D73B3;
	font-size: 8pt;
}

.footerLinks
{
	color: Gray;
}

.footerLinks a
{
	color: Gray;
	text-decoration: none;
}

.footerValidation
{
	text-align: right;
}

.footerValidation a
{
	border-style: none;
}

.footerValidation img
{
	border: 0;
	width: 88px;
	height: 31px
}


/* News Ticker */

#ticker-container 
{
    position:relative;
    overflow:hidden;
    width: 380px;
    height: 173px;
    background-repeat: repeat;
    padding: 2px;
    border: none;
}

#ticker 
{
	position:relative;
	width:380px;
}
