﻿/* HTML ELEMENTS*/
body
{
	font-family:Verdana;
	font-size: 13px;
	/*background-color: #626262;*/
	background-color:Silver;
}
div
{
}
input, select
{

	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	}
textarea
{
	font-family: Verdana;
	font-size: 10px;
	color: #8c8c8c;
	}
 
ul
{
	color: #666666;
	list-style-type:square;
	margin-left: 18px;
	
	}
/*a:link
{
	color:navy;
	text-decoration:underline;
	
}*/
a:
{
	color:#ffffff;
}
a:active, a:hover
{	
	color: #626262;
}
	
/* Main Structural Elements */
#header
{
    width: 786px;
    margin: 6px;
    height: 80px;
    background-color: #ffffff;
    border: 2px solid #898989;
    
}
#headerLeft
{
    width: 520px;
    margin-right: 4px;
    float: left;
    line-height: 20px;
    vertical-align: top;
    display: block;
}

#headerRight
{
    width: 252px;
    float: right;
    margin-right: 5px;
    clear: none;
}


#subheader
{
    clear: both;
    width: 786px;
    margin: 6px;    
    height: 170px;
}
#subHeaderLeft
{
	background-color: #ffffff;
    width: 383px;
    float: left;
    height: 170px;
    border: 2px solid #898989;
    padding-left: 2px;
    padding-right: 2px;
   
}
#subHeaderRight
{
	background-color: #ffffff;
    width: 383px;
    height: 170px;
    float: right;
    border: 2px solid #898989;
    padding-left: 2px;
    padding-right: 2px;
}

#content
{
    clear: both;
    margin: 6px;
    width: 786px;
    height: auto;
}
#leftMenu
{
    float: left;
    width: 170px;
    background-color: #ffffff;
    min-height: 380px;
    height: auto !important;
    height: 380px;
    padding: 2px;
}






/* This section is used for the index pages */
div.dvMainOuterBorder
{
    width: 808px;
    margin-left: auto;
    margin-right: auto;
	border:solid 1px black;
	background-color: #000000;
}
#mainContainer
{
    width: 798px;
    margin-left: auto;
    margin-right: auto;
    border-top: 5px solid #626262;
    border-left: 5px solid #626262;
    border-right: 5px solid #626262;
    border-bottom: 5px solid #626262;
    background-color: #000000;
    /*background-image: url('images/mainBG.gif');
    background-repeat: repeat-y repeat-x;*/
}
table.hometitle
{
	font-size: 17px;
	margin-top: 16px;
	margin-bottom: 17px;
	color: Red;
}
table.homecontent
{
	font-size: 13px;
	font-style: italic;
	width:95%;
	float:left;
}
td.homelistitems
{
 padding-left:10px;
 padding-bottom:22px;
}
td.homebullets
{
 padding-left:35px;
 padding-bottom:22px;
}


div.dvLogo
{
	width:796px;
	background-color:Black;
	text-align:center;
	padding-top:8px;
}
div.content
{
	background-color:Black;	
	color:White;
}

/* Main Menu Links */
div.dvLinks
{
	background-color:Black;	
}
div.dvLinks a
{
	color: #ffffff;	
	text-decoration: none;
	font-weight:bold;
}
div.dvLinks a:hover
{
	color: #bb142e;
	text-decoration: none;	
	font-weight:bold;
}
/* Content Links */
div.dvLinksContent
{
	background-color:Black;	
}
div.dvLinksContent a
{
	color: #ffffff;	
	text-decoration: none;
	font-weight:bold;
}
div.dvLinksContent a:hover
{
	color: #bb142e;
	text-decoration: none;	
	font-weight:bold;
}
/* Miscellaneous Links */
div.dvLinksGrey
{
	background-color: Black;
	width: 600px;	
}
div.dvLinksGrey a
{
	color: #626262;	
	text-decoration: none;
	font-weight:bold;
}
div.dvLinksGrey a:hover
{
	color: #bb142e;
	text-decoration: none;	
	font-weight:bold;
}

#contentHolderMain
{
    /*width: 798px;*/
    width: 100%;
    background-color: #ffffff;
    vertical-align: top;
    min-height: 380px;
    height: auto !important;
    height: 380px;
    
}
#contentHolderMainBlack
{
    /*width: 798px;*/
    width: 190px;
    background-color: #000000;
    vertical-align: top;
    min-height: 380px;
    height: auto !important;
    height: 380px;
    
}
div.contentHolder
{
	width: 100%;
    background-color: #000000;
    vertical-align: top;
    min-height: 380px;
    height: auto !important;
    height: 380px;
}
	
/*#contentHolderMain
{
    width: 426px;
    background-color: #ffffff;
    margin-left: 0px;
    float: right;
    vertical-align: top;
    min-height: 380px;
    height: auto !important;
    height: 380px;
    border: 2px solid #898989;
}*/


#rightMenu
{
    float: left;
    width: 348px;
    border: 2px solid #898989;
    min-height: 380px;
    height: auto !important;
    height: 380px;
    background-color: #ffffff;
}
#rightMenuBlack
{
    float: left;
    width: 600px;
    min-height: 380px;
    height: auto !important;
    background-color: #000000;
    /*height: 100%;*/
}

#colATemplate1Col
{
    width: 562px;
    background-color: #ffffff;
    margin-left: 4px;
    margin-right: 0px;
    float: right;
    vertical-align: top;
    min-height: 350px;
    height: auto !important;
    height: 350px;

}

#contentHolder
{
    width: 400px;
    background-color: #ffffff;
    margin-left: 4px;
    border: 2px solid #898989;
    float: left;
    vertical-align: top;
    min-height: 380px;
    height: auto !important;
    height: 380px;
}

#subfooter
{
	margin-left: 6px;
    clear: both;
    width: 786px;
    text-align: right;
	border: 2px solid #898989;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    background-color: #ffffff;
}

#subfooterLeft
{
    width: 288px;
    float: left;  
}
#subfooterLeftMenu
{
	width: 280px;
	}
#subfooterRight
{
    width: 488px;
    float: right;
}
#footer
{
    clear: both;
    width: 786px;
    text-align: center;
}

/* Colored Sub Header Menu */
.menuMain
{
    width: 160px;
    background-repeat: repeat;
    background-position: 0% 50%;
    height: 22px;
    margin-top: 7px;
    margin-bottom: 10px;
    display: block;
    clear: both;
}
.menuMain a, .menuMain a:link, .menuMain a:visited, .menuMain a:active
{
    color: #ffffff;
    clear: left;
    font-weight: bold;
    text-decoration: none;
    font-family: Verdana;
    font-size: 10px;
    width: 160px;
    height: 100%;
    background-image: url(images/leftMenuBG.gif);
    padding: 0px 0px 0px 16px;
    line-height: 22px;
    vertical-align: middle;
    display: block;
    margin: 0px;
    
}

/* internal pages */
.midMenu{
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;	
}
.midMenu a, .midMenu a:link, .midMenu a:visited
{
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
.leftMenu
{
	width: 165px;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #666666;
	background-color: #ffffff;
	vertical-align: middle;
	font-family: Verdana;
	font-weight: 900;
	text-transform: uppercase;
	}
.leftMenu a:link, a:visited
{
	text-decoration: none;
	color: #666666;
	}
.leftMenuSeparator
{
	width: 175px;
	height: 3px;
	background-color: #C8C8C8;
	font-size: 1px;	
}
.hidden
{
	display: none;
}

/* HEADER MENU */
.headerMenu{
	text-align: left;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 8px;
	font-weight:bold;
	color: #666666;
	background-color: #FFFFFF;
	float: left;
	text-transform: uppercase;
	display: block;
	padding-top: 60px;
	vertical-align: bottom;

}
.headerMenu a:link, .headerMenu a:visited, .headerMenu a:hover{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
.headerMenu a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

/* FOOTER MENU */
.footerMenu1 {
	text-align: right;
	font-family: verdana, Helvetica, sans-serif;
	vertical-align: middle;
	letter-spacing: 1px;
	font-size: 8px;
	font-weight:bold;
	color: #000000;
	display: inline-block;
	float: left;
	text-transform: uppercase;
}
.footerMenu1 a:link, .footerMenu1 a:visited, .footerMenu1 a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.footerMenu1 a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
} 
.footerMenu2 {
	text-align: center;
	vertical-align: middle;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b92226;
}
.footerMenu3 {
	text-align: center;
	letter-spacing: 1px;
	vertical-align: middle;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 7px;
	font-weight: bold;
	color: #8c8c8c;
}
.footerMenu3 a:link, .footerMenu3 a:visited, .footerMenu3 a:hover{
	color: #b92226;
	font-weight: bold;
	text-decoration: none;
}
.footerMenu3 a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
} 	
/* Site Map */
.siteMap{
	text-align: left;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
	background-color: #FFFFFF;
	clear: both;
	text-transform: uppercase;
	display: block;
}
.siteMap:link, .siteMap:visited, .siteMap:active,.siteMap a:visited{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
.siteMap:hover{
	color: #BA0000;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
}

.siteMapSub{
	text-align: left;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
	clear: both;
	text-transform: uppercase;
	display: block;
}
.siteMapSub:link, .siteMapSub:visited, .siteMapSub:active{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}
.siteMapSub:hover{
	color: #BA0000;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

/* Text Styles */
.pageText
{
    text-align: left;
    vertical-align: top;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    display: block;
}
.pageTitle
{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.pageSubTitle
{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.pageHeader
{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.DateDisplay
{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: italic;
}

.NewsTable
{
    text-align: left;
    vertical-align: top;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color : #CCCCCC;
}

.NewsLink
{
    color: maroon;
}

.imgBorder
{
	border: 1px solid #660000;
	padding: 4px;
	}

/* Right Menu Styles */
.mainSearchBox
{
	width: 165px;
	}
/* Form Elements */
.formButton, .adminFormButton
{
	width: 60px;
	}
.formButtonLogin
{
	text-align: center;
	}	
.formText, .adminFormText
{
	width: 200px;
	}
.formTextTiny, .adminFormTextTiny
{
	width: 50px;
	color: #C41230;
	font-weight: 900;
}
.formTextSmall, .adminFormTextSmall
{
	width: 80px;
	color: #C41230;
	font-weight: 900;
}
.formTextShort, .adminFormTextShort
{
	width: 120px;
	color: #C41230;
	font-weight: 900;
}
.formTextMed, .adminFormTextMed
{
	width: 200px;
	font-size: 7pt;
	color: #C41230;
	font-weight: 900;
}
.formTextLong, .adminFormTextLong
{
	width: 300px;
	color: #C41230;
	font-weight: 900;
}					
.formTextArea
{
	width: 200px;
	height: 120px;
	color: #C41230;
	font-weight: 900;
}	
.formTextAreaLong, .adminFormTextArea
{
	width: 300px;
	height: 80px;
	color: #C41230;
	font-weight: 900;
}	
.formLink, .formLink a, .formLink a:visited, .formLink:visited
{
	font-family: Arial;
	font-size: 10px;
	text-transform: uppercase;
	color: #000000;
}
.formTitle
{
	font-weight: 900;
	vertical-align: top;
}
.formText
{
	color: #C41230;
	font-weight: 900;
	}
/* Search Module */

.searchResult
{
	width: 500px;
	margin: 10px;
	padding: 10px;
	border: 1px dashed #c8c8c8;
	}
.searchTitle
{
	font-size: 11px;
	font-weight: 900;
	padding: 3px;
	}
.searchDesc
{
	padding: 5px;
	
	}
	
mainPageLink
{
    color: #8C8C8C;
    text-decoration: none;
}

a.mainPageLink
{
    color: #8C8C8C;
    font-weight: bold;
    text-decoration: none;
}

a.mainPageLink:visited
{
    color: #8C8C8C;
    text-decoration: none;
}

a.mainPageLink:hover
{
    color: #8C8C8C;
    text-decoration: none;
}

/* administration classes */

.adminAdd
{	background-color: #FFCCCC;
	border: 1px solid #660000;
	width: 90%;
	margin: 4px;
	padding: 4px;
	}
.adminEdit
{	background-color: #FFFFCC;
	border: 1px solid #666600;
	width: 90%;
	margin: 4px;
	padding: 4px;
	}
.adminEditContent
{	background-color: #CCCCFF;
	border: 1px solid #000066;
	width: 90%;
	margin: 4px;
	padding: 4px;
	}
.adminEditContent h6{
	color: #000066;
	margin: 0px;
	padding: 0px;
	}	
.adminAddContent
{	background-color: #CCFFCC;
	border: 1px solid #006600;
	width: 90%;
	margin: 4px;
	padding: 4px;
	}
.adminAddContent h6{
	color: #006600;
	margin: 0px;
	padding: 0px;
	}
.adminContainer
{	background-color: #cccccc;
	border: 1px solid #666666;
	width: 94%;
	margin: 4px;
	padding: 4px;
	}
.adminAddContent h6{
	color: #666666;
	margin: 0px;
	padding: 0px;
	}
.adminDeleteContent
{
	background-color: #660000;
	border: 1px solid #FF0000;
	color: #ffffff;
	width: 90%;
	margin: 4px;
	padding: 4px;	
}
.adminDeleteContent h6
{
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	}	
.adminTitle
{
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	
	}
.adminButton
{
	background-color: #cccccc;
	border: 1px solid #666666;
	width: 80px;
	color: #666666;
	font-weight: 900;
	font-size: 10px;
	font-family: Verdana;
	}
/* Dealer info */


#dealerLeft
{
    width: 175px;
    background-color: #ffffff;
    margin-left: 0px;
    float: left;
    vertical-align: top;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
#dealerRight
{
    float: right;
    width: 391px;
    background-color: #ffffff;
}

.treeViewNode, .treeViewNode a, .treeViewNode a:link, .treeViewNode a:visited, .treeViewNode a:active
{
	color: #555555;
	text-decoration: none;
}
.treeViewNode a:hover
{
	text-decoration: underline;
}
.treeViewSelected, .treeViewSelected a, .treeViewSelected a:link, .treeViewSelected a:visited, .treeViewSelected a:active
{
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
.treeViewSelected a:hover
{
	text-decoration: underline;
}
.TestText
{
	font-size: 8pt;
	font-family: Verdana, Arial;
}
.TestText a, .TestText a:link, .TestText a:active, .TestText a:visited
{
	color: #000099;
	text-decoration: none;
}
.TestText a:hover
{
	text-decoration: underline;
}
.TestButton
{
	background-color: #cccccc;
	border: 1px solid #666666;
	width: 80px;
	color: #666666;
	font-weight: 900;
	font-size: 10px;
	font-family: Verdana;
}

.divLogoutText a, .divLogoutText a:link, .divLogoutText a:visited, .divLogoutText a:active
{
	color: #000099;
	text-decoration: none;
}

.divLogoutText a:hover
{
	color: #000099;
	text-decoration: underline;
}

.TestConfirmHeader
{
	text-align: center;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #dddddd;
}
.TestConfirmItem
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	background-color: #ffffff;
}
.TestConfirmItemAlt
{
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	background-color: #dddddd;
}

.TestResultsHeader
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	background-color: #dddddd;
}
.TestResultsItem
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	background-color: #ffffff;
}
.TestResultsItemAlt
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	background-color: #dddddd;
}
.TestResultsTitle
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
}
.TestResultsLink, .TestResultsLink a, .TestResultsLink a:link, .TestResultsLink a:active, .TestResultsLink a:visited
{
	font-size: 8pt;
	color: #000099;
	text-decoration: none;
}
.TestResultsLink a:hover
{
	font-size: 8pt;
	color: #000099;
	text-decoration: underline;
}

.DeptListHeader
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	background-color: #dddddd;
}
.DeptListItem
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	background-color: #ffffff;
}
.DeptListItem a, .DeptListItem a:link, .DeptListItem a:active, .DeptListItem a:visited
{
	color: #000099;
	text-decoration: none;
}
.DeptListItem a:hover
{
	color: #000099;
	text-decoration: underline;
}
.DeptListItemAlt
{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 7pt;
	background-color: #dddddd;
}

.AdminMenu
{
	margin: 5px 0px 0px 5px;
}
.AdminLink
{
	color: #000099;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 9pt;
	padding: 0px 0px 0px 10px;
}
.AdminLink a, .AdminLink a:link, .AdminLink a:active, .AdminLink a:visited
{
	color: #000099;
	text-decoration: none;
}
.AdminLink a:hover
{
	color: #000099;
	text-decoration: underline;
}