﻿body
{
    font-family:Arial, Verdana, Helvetica, Sans-Serif;
    font-size:12px;
    color:#333333;
}

INPUT, TEXTAREA
{
    font-family:Arial, Verdana, Helvetica, Sans-Serif;
    color:#333333;
}

/*
.menuContainer UL
{
    font-family:Verdana;
    position:relative;
    list-style-type:none;
    display:inline;
    margin:0px;
    padding:0px;
}

.menuContainer UL LI
{
    display:inline;
    border-right:1px solid #FFFFFF;
    padding:0 10px 10px 10px;
}

.menuContainer LI a
{
    color:#FFFFFF;
    text-decoration:none;
    font-weight:bold;
    font-size:13px;
}
*/

/*Menu Tabs*/
.mySCMenuTab
{
    position:relative;
    float:left;
    width:135px;
    height:26px;
    background:url(../../Images/Common/mySCMenuTab.jpg) top left no-repeat;
    cursor:pointer;
    padding-right:3px;
}

.mySCMenuTabHover
{
    position:relative;
    float:left;
    width:135px;
    height:26px;
    background:url(../../Images/Common/mySCMenuTabHover.jpg) top left no-repeat;
    cursor:pointer;
    padding-right:3px;
}

.mySCMenuTab DIV
{
    font-family:Verdana;
    position:relative;
    top:5px;  
    font-weight:bold;
    color:#333333;
    font-size:11px;
    text-align:center;
}

.mySCMenuTabHover DIV
{
    font-family:Verdana;
    position:relative;
    top:5px;    
    font-weight:bold;
    color:#333333;
    font-size:11px;
    text-align:center;    
}

.scBusinessMenuTab
{
    position:relative;
    float:left;
    width:135px;
    height:26px;
    background:url(../../Images/Common/SCBusinessTab.jpg) top left no-repeat;
    cursor:pointer;
}

.scBusinessMenuTabHover
{
    position:relative;
    float:left;
    width:135px;
    height:26px;
    background:url(../../Images/Common/SCBusinessTabHover.jpg) top left no-repeat;
    cursor:pointer;
}

.scBusinessMenuTab DIV
{
    font-family:Verdana;
    position:relative;
    top:5px;    
    font-weight:bold;
    color:#333333;
    font-size:11px;
    text-align:center;
}

.scBusinessMenuTabHover DIV
{
    font-family:Verdana;
    position:relative;
    top:5px;    
    font-weight:bold;
    color:#333333;
    font-size:11px;
    text-align:center;
}

.leftControlContainer
{
    font-family:Verdana;
    color:#333333;
    font-size:12px;
}

.leftSearchTitle
{
    font-size:11px;
}

.loginLogout DIV
{
    font-size:11px;
    color:#333333;
}

.bottomNavLinks
{
    font-size:10px;
}

.bottomNavLinks UL
{
    list-style-type:none;
    margin:0px;
    padding:0px;
}

.bottomNavLinks LI a
{
    color:#666666;
    text-decoration:none;
}

.bottomNavLinks LI a:hover
{
    text-decoration:underline;
}

.bottomNavLinks B
{
    color:#666666;
    font-size:11px;
}

.footer, .footer DIV
{
    font-size:10px;
    font-weight:bold;
    color:#FFFFFF;
}

.genericButton
{
    font-family:Verdana;
    color:#FFFFFF;
    text-transform:uppercase;
    font-size:10px;
    font-weight:bold;
    cursor:pointer;
}

.formErrorLabel
{
	color:#FF0000;
}

.breadcrumbs
{
    color:#666666;
    font-size:11px;
}

.breadcrumbs a:link, .breadcrumbs a:active, .breadcrumbs a:visited
{
    text-decoration:underline;
    color:#0874BB;
}

.breadcrumbs a:hover
{
    color:#666666;
    text-decoration:underline;
}

.pageHeaderContent H1
{
    color:#FFFFFF;
}

.pageContentBorderContent H3
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:22px;
    font-weight:bold;
    color:#0874BB;
    margin-bottom:15px;
    margin-top:10px;
}

/*CMS Content Classes*/

DIV, P, TD
{
    font-family:Arial, Verdana, Helvetica, Sans-Serif;
    font-size:12px;
    color:#333333;
}

.contentContainer
{
    line-height:140%;
}

a:link, a:visited, a:active
{
    color:#333333;
    text-decoration:underline;
}

a:hover
{
    color:#0874BB;
}

h1 /*Used for main titles*/
{
    font-family:Verdana, Arial, Sans-Serif;
    font-size:22px;
    font-weight:bold;
    color:#0874BB;
    margin-bottom:15px;
    margin-top:10px;
    line-height:normal;
}

h2 /*Used for abstracts*/
{
    font-size:12px;
    color:#333333;
    display:inline;
    font-weight:normal;
}

h3 /*Used for main titles*/
{
    font-family:Arial, Sans-Serif;
    font-size:12px;
    font-weight:bold;
    color:#0874BB;
    margin-bottom:2px;
    margin-top:2px;
    
    text-transform:uppercase;
}

h4 /*Used for sub heders*/
{
    font-family:Arial, Sans-Serif;
    font-size:12px;
    font-weight:bold;
    color:#000000;
    margin-bottom:2px;
    margin-top:2px;
    
    text-transform:uppercase;
}

.contentTiles H3
{
    margin-top:2px;
}

h3 a:link, h3 a:hover, h3 a:active, h3 a:visited
{
    color:#0874BB;
    text-decoration:none;
}

.homeSpecialOffersContainer H3
{
    background:url(../../Images/Common/homepageH3Arrow.gif) 0 2px no-repeat;
    padding-left:10px;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px dotted #BFDBEB;
}

.contentTiles H2 a:link, .contentTiles H2 a:hover, .contentTiles H2 a:visited, .contentTiles H2 a:active
{
    color:#333333;
    text-decoration:none;
}

/*forms css*/
.formsHeader
{
    color:#FFFFFF;
}

.formTitle
{
    color:#333333;
    font-size:11px;
}

.tabularFormTitle
{
    color:#333333;
    font-size:11px;
}


.formBlock, .formBlock TD, .formBlock LABEL, .formNote
{
    color:#333333;
    font-size:11px;
}

/*Search Results*/
.searchResultsTable TH, .searchResultsTable TH a
{
    text-align:left;
    color:#0773ba;
    text-decoration:none;
    text-transform:uppercase;
    font-size:11px;
    font-weight:bold;
}

.searchResultsTable TD, .searchResultsTable TD a:link, .searchResultsTable TD a:active, .searchResultsTable TD a:visited
{
    color:#3e3f3f;
    font-size:11px;
    text-decoration:none;
}

.searchResultsTable TD a:hover
{
    color:#0874BB;
    text-decoration:underline;
}

.searchResultsPager, .searchResultsPager a
{
    color:#333333;
    font-size:11px;
}

/*Newsletter CSS*/
.newsletterh1
{
    font-size:18px;
    font-weight:bold;
    color:#333333; 
    margin-top:2px; 
}
.newsletterh2
{
    font-size:17px;
    font-weight:bold;
    margin-bottom:2px;
    display:block;
}
.newslettercopyright
{
    font-size:11px; 
}
.newslettersectionHeader
{
    font-size:15px;
    font-weight:bold;
}
.newsletterSubHeaderBlack
{
    font-size:16px;
    font-weight:bold;
}
.newsletterBodyBlack
{
}

.newsletterRewarding
{
    color:#e76414;
    font-weight:bold;
    font-style:italic;
}

.redText, .ErrorLabel
{
    color:Red;
}

.displayInline
{
    display:inline;
}

/*Submenus*/

.menuWrapper ul 
{
    position:relative;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:999;
}

.menuWrapper li {
	float: left;
	position: relative;
	border-right:1px solid #FFFFFF;
    padding:0 10px 10px 10px;
    color:#FFFFFF;
    text-decoration:none;
    font-weight:bold;
    font-size:13px;
    text-align:left;
    cursor:pointer;
    z-index:999;
}

.menuWrapper li ul {
	display: none;
	position: absolute;
	top:20px;
	left: 0;
	border-right:0px;
	background-color:#28a7de;
	z-index:999;
}


.menuWrapper li:hover ul, .menuWrapper li.over ul {
	display: block;
}

.menuWrapper ul li ul li
{
    border-right:0px;
    clear:both;
    width:140px;
    position:relative;
    z-index:999;
}

.menuWrapper ul li ul li a
{
    border-right:0px;
    font-size:12px;
    position:relative;
    z-index:999;
}

.menuContainer LI a
{
    color:#FFFFFF;
    text-decoration:none;
    font-weight:bold;
    font-size:13px;
    position:relative;
    z-index:999;
}

.shoppingCartLink
{
    position:absolute;
    right:0px;
    margin-right:20px;
}

.shoppingCartLink a
{
    text-decoration:none;
    color:#003366;
    font-size:11px;
    font-weight:bold;
    text-align:right;
}