/***** Global Settings *****/

html, body
{
    border: 0;
    margin: 0;
    padding: 0;
    margin-top: 0;
}

body
{
    font-size: 11px;
	color: #666
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    font-weight: bold;
}

h1
{
    padding: 0 0 6px;
    letter-spacing: -1px;
    font-size: 14px;
}

h2
{
    padding: 20px 0;
    letter-spacing: -1px;
    font: 1.5em arial, helvetica, sans-serif;
}

h3
{
    font: 1em arial, helvetica, sans-serif;
    font-weight: bold;
}
p, ul
{
    margin: 0;
    padding: 0 0 18px 0;
}

ul
{
    list-style: none;
    padding: 0 0 18px 40px;
}

blockquote
{
    margin: 22px 40px;
    padding: 0;
}

small
{
    font-size: 0.85em;
}

img
{
    border: 0;
}

sup
{
    position: relative;
    bottom: 0.3em;
    vertical-align: baseline;
}

sub
{
    position: relative;
    bottom: -0.2em;
    vertical-align: baseline;
}

acronym, abbr
{
    cursor: help;
    letter-spacing: 1px;
    border-bottom: 1px dashed;
}

/***** Links *****/

a, a:visited
{
	text-decoration: none;
}

/***** Forms *****/

form
{
    margin: 0;
    padding: 0;
    display: inline;
}

input, select, textarea
{
    font: 1em arial, helvetica, sans-serif;
}

textarea
{
    line-height: 1.25;
}

label
{
    cursor: pointer;
}

/***** Global Classes *****/

.clear
{
    clear: both;
}

.float-left
{
    float: left;
}
.float-right
{
    float: right;
}

.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
.text-center
{
    text-align: center;
}
.text-justify
{
    text-align: justify;
}

.bold
{
    font-weight: bold;
}
.italic
{
    font-style: italic;
}
.underline
{
    border-bottom: 1px solid;
}
.highlight
{
    background: #ffc;
}

.wrap
{
    width: 960px;
    margin: 0 auto;
}

.img-left
{
    float: left;
    margin: 4px 10px 4px 0;
}
.img-right
{
    float: right;
    margin: 4px 0 4px 10px;
}

.nopadding
{
    padding: 0;
}
.noindent
{
    margin-left: 0;
    padding-left: 0;
}
.nobullet
{
    list-style: none;
    list-style-image: none;
}
/* Main Body */
BODY
{
    font-family: Verdana, Arial, sans-serif;
    margin: 0px;
    text-align: left;
}

/* Anchors used as titles */
A.title, .title:Visited, .title:Active
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
A.title:Hover
{
    color: #000099;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

/* Anchors used in NavigationSectionA */
A.navA, .navA:Visited, .navA:Active
{
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
A.navA:Hover
{
    color: #00FFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}

/* Anchors used in NavigationSectionB */
A.navB, .navB:Visited, .navB:Active
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}
A.navB:Hover
{
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
}

/* Links from Lead-In category title */
A.categoryLink, .categoryLink:Visited, .categoryLink:Active
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}
A.categoryLink:Hover
{
    color: #000099;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}

/* Links from Lead-In product title */
A.productLink, .productLink:Visited, .productLink:Active
{
    color: #333;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}
A.productLink:Hover
{
    color: #86273D;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}

/* Links from Lead-In content title */
A.contentLink, .contentLink:Visited, .contentLink:Active
{
    color: #333;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
A.contentLink:Hover
{
    color: #333;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

/* Links from Event List title */
A.eventLink, .eventLink:Visited, .eventLink:Active
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}
A.eventLink:Hover
{
    color: #000099;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}

/* Style from edit links */
A.editLink, .editLink:Visited, .editLink:Active
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}
A.editLink:Hover
{
    color: #000099;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}

/* Anchors used as breadcrumbs */
A.breadcrumbs, .breadcrumbs:Visited, .breadcrumbs:Active
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
}
A.breadcrumbs:Hover
{
    color: #000099;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
}

/* Paginated DataSource Link */
A.pageCurrent, .pageCurrent:Visited, .pageCurrent:Active
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}
A.pageCurrent:Hover
{
    color: #000099;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}

A.pageNextLink, .pageNextLink:Visited, .pageNextLink:Active
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}
A.pageNextLink:Hover
{
    color: #000099;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}

A.pagePrevLink, .pagePrevLink:Visited, .pagePrevLink:Active
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}
A.pagePrevLink:Hover
{
    color: #000099;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}

A.searchResults, .searchResults:Visited, .searchResults:Active
{
    color: #fff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}
A.searchResults:Hover
{
    color: #000099;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}




/*--------------------------------------------------------------*/
/* Class Tags */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------*/
/* Navigation Sections */
.navigationSectionA
{
    background-color: #4682B4;
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.navigationSeperatorA
{
    background-color: #DCDCDC;
}

.navigationSectionB
{
    background-color: #F1F1E1;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.navigationSeperatorB
{
    background-color: #666666;
}


/*--------------------------------------------------------------*/
/* Search Results */
.searchResultsHeader
{
    background-color: #86273D;
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.searchResultsFooter
{
    background-color: #86273D;
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}


/*--------------------------------------------------------------*/
/* Common Text Settings */
.textRegular
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}
.textSmall
{
    color:#666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.textTiny
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
}
.textLarge
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}
.textExtraLarge
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
}

/* Common Text Styles for White (or Reverse) Text */
.textRegular_reverse
{
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.textSmall_reverse
{
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
}
.textTiny_reverse
{
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8px;
}
.textLarge_reverse
{
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}
.textExtraLarge_reverse
{
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}

.textTitle_reverse
{
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
.textSubTitle_reverse
{
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}



.textPageTitle
{
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.textTitle
{
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
.textSubTitle
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.textFooter
{
    color: #ffffff;
    font-family: Verdana, Arial, sans-serif;
    font-size: 8px;
}

.textHighlight_Light
{
    color: #B0C4DE;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.textHighlight_Dark
{
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.textCaption
{
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
}

.textError
{
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

.textHidden
{
    color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
}

.textNew
{
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
}

/*--------------------------------------------------------------*/
/* Pricing Text Settings
   Used by ProductItemCollection (_coreModules/eShopping/controls) for formatting Pricing Text 
*/
.textPriceRetail
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    text-decoration: line-through;
}
.textPriceSale
{
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
}
a.textPriceSale:visited, a.textPriceSale:active
{
    color: #990000;
}
.textPriceSavings
{
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: italic;
}


/*--------------------------------------------------------------*/
/* Grid Settings
   For use in any HTML tables and by the ExtendedGrid control (in WGA.ClassLibrary.Controls)
*/
.gridMain
{
    border-collapse: collapse;
}
.gridMain TABLE
{
    border: solid 1px #666666;
}
.gridMain TH
{
    border: solid 1px #666666;
    padding: 2px 5px 2px 5px;
}
.gridMain TD
{
    border: solid 1px #666666;
    padding: 2px 5px 2px 5px;
}

.gridHeader
{
    background-color: #F0F0F0;
    background-image: url(http://www.delphidisplay.com/images/evenRowBG.html);
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
}
.gridHeader A, .gridHeader A:Visited, .gridHeader A:Active
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}
.gridHeader A:Hover
{
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}

.gridRow1
{
    background-color: #F5F8EF;
    background-image: url(http://www.delphidisplay.com/images/altRowBG.html);
    color: #666666;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}
.gridRow2
{
    background-color: #F9F9F9;
    background-image: url(http://www.delphidisplay.com/images/evenRowBG.html);
    color: #666666;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}
.gridLineError
{
    background-color: #B22222;
    color: #333333;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}
.gridLineWarning
{
    background-color: #FFFEAA;
    color: #666666;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
}

.gridFooter
{
    background-color: #F0F0F0;
    background-image: url(http://www.delphidisplay.com/images/evenRowBG.html);
    color: #666666;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
}
.gridFooter A, .gridFooter A:Visited, .gridFooter A:Active
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}
.gridFooter A:Hover
{
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    text-decoration: underline;
}


/*--------------------------------------------------------------*/
/* Order Table Settings
   Used by Order Display Control (WGA.CoreModules.DataRules.Order_Basic) for formatting order display tables
*/
.orderDetail
{
    border: solid 1px #cccccc;
    border-collapse: collapse;
    background-color: #FFFFFF;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}

.orderHighlight
{
    border: solid 1px #cccccc;
    border-collapse: collapse;
    background-color: #F4F8FB;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}


/*--------------------------------------------------------------*/
/* Product Table Settings
   Used by ProductDisplay and Child Controls (_coreModules/eShopping/controls) for formatting stock item display tables
*/
.productTable
{
    border: solid 1px #333333;
    border-collapse: collapse;
    width: 100%;
}
.productTablePriceHeader1
{
    background-color: #ffffff;
    border: solid 1px #333333;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    text-align: right;
}
.productTablePriceHeader2
{
    background-color: #ffffff;
    border: solid 1px #333333;
    color: #990000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
}
.productTablePriceDetail1
{
    background-color: #ffffff;
    border: solid 1px #333333;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    text-align: center;
}
.productTablePriceDetail2
{
    background-color: #ffffff;
    border: solid 1px #333333;
    color: #FF4500;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
    text-align: center;
}


/*--------------------------------------------------------------*/
/* Data Display Settings
   Used by the DataSection and DataNameValue controls (in WGA.ClassLibrary.Controls)
*/
.dataBoxBorder
{
    background-color: Transparent;
    border: solid 1px #A0A0A0;
    padding: 4px;
}
.dataBoxBody
{
    background-color: Transparent;
}
.dataBoxHeader
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.dataBoxRowTitle
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
}
.dataBoxRowValue
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.dataBoxFooter
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}

/*--------------------------------------------------------------*/
/* Box Display for general content on the site */
.contentBoxTable
{
    width: 160px;
}

.contentBoxHeader
{
    background-image: url(http://www.delphidisplay.com/images/boxHeader.html);
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding-top: 4px;
    padding-left: 40px;
    vertical-align: top;
    width: 160px;
    height: 23px;
}

.contentBoxBody
{
    background-color: #f8f8f8;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    border-bottom: solid 1px #cccccc;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    padding: 5px;
}

/*--------------------------------------------------------------*/
/* Control Formatting
   
   formButton
   To be used by all Button objects - currently used by WebButton (in WGA.ClassLibrary.Controls)
   and by CommonCode.WebButton()
*/
.formButton_float
{
    border: solid 1px #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
}
.formButton_small
{
    background-color: Transparent;
    background-image: url(http://www.delphidisplay.com/siteSpecific/images/buttonBG_Small.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #666666;
    cursor: pointer;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 100px;
}
.formButton_medium
{
    background-color: Transparent;
    background-image: url(http://www.delphidisplay.com/siteSpecific/images/buttonBG_Medium.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #666666;
    cursor: pointer;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 20px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 150px;
}
.formButton_large
{
    background-color: Transparent;
    background-image: url(http://www.delphidisplay.com/siteSpecific/images/buttonBG_Large.gif);
    background-repeat: no-repeat;
    border: 0px;
    color: #666666;
    cursor: hand;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 20px;
    margin: 0px;
    padding: 1px;
    text-align: center;
    width: 200px;
}

/* Used for formatting text box and list controls */
.formControl
{
    border: solid 1px #7f9db9;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
}

/* Used for default formatting of the HTML editor control */
.RadEContent, BODY.RadEContent, .RadEContentBordered, BODY.RadEContentBordered
{
    background-color: #ffffff;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}

/*--------------------------------------------------------------*/
/* Calendar Formatting Control
   Used by WGA.ClassLibrary.Controls.BaseCalendar 
*/
.calendar
{
    border: solid 1px #666666;
}
.calendarTitle, .calendarNextPrev
{
    background-color: #cccccc;
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.calendarDayHeader
{
    background-color: #F4F8FB;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}
.calendarDay
{
    background-color: #ffffff;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.calendarDayWeekend
{
    background-color: #ffffff;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.calendarDayOtherMonth
{
    background-color: #F4F8FB;
    color: #aaaaaa;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
}
.calendarDayToday
{
    background-color: #ffffff;
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.calendarDaySelected
{
    background-color: #D2691E;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.calendarSelector
{
    background-color: #ffcc66;
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}


/*--------------------------------------------------------------*/
/* DHTML Display Class */
.dhtmlDisplay
{
    border: #666666 1px solid;
}


/*--------------------------------------------------------------*/
/* used by breadcrumb classes */
.breadcrumbs
{
    color: #666666;
    font-family: Verdana, Arial, sans-serif;
    font-size: 9px;
}

/*--------------------------------------------------------------*/
/* Step Text Settings
   Used by ProcessSteps User controls (/_coreModules/common/controls) 
*/
.stepActive
{
    color: #D2691E;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.stepInactive
{
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}
.stepComplete
{
    color: #333333;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
}


/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/* Site-Specific Styles to be placed here */
/*--------------------------------------------------------------*/


/* Layout Mark-Up*/

.Small
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
}
.Highlighted-Blue
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color: #10A1E2;
}
.Sub-Title
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
}
.Footer
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
}
.Tiny
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #FFFFFF;
}
.Regular
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
}
.formfield
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    border: 1px solid #999999;
}
.Highlighted-Black
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}
.Title
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #10A1E2;
}
.Regular-underlined
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    text-decoration: underline;
}
.footer-underlined
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    text-decoration: underline;
}
.Highlighted-Red
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #990000;
    text-decoration: none;
}


#container
{
    width: 850px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
}

#header
{
    height: 171px;
    width: 850px;
}
#headerLeft
{
    height: 171px;
    width: 454px;
    float: left;
}
#headerRight
{
    background-image: url(http://www.delphidisplay.com/siteSpecific/images/header_right_image.jpg);
    background-repeat: no-repeat;
    height: 171px;
    width: 396px;
    float: right;
}
#contactSearchBox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
    height: 15px;
    width: 350px;
    position: relative;
    top: 145px;
    left: 150px;
}

#contactSearchBox a
{
    color: #666666;
    text-decoration: none;
}

#contactSearchBox a:hover
{
    color: #990000;
    text-decoration: underline;
}

#contactSearchBox a:visited
{
    color: #666666;
    font-weight: normal;
}
*html #mainNav
{
    height: 36px;
}
#mainNav
{
    height: 36px;
    width: 848px;
    background-image: url(http://www.delphidisplay.com/siteSpecific/images/siteDesign/home_page_mainNav_bkgrd.gif);
    background-repeat: repeat-x;
    font-size: 11px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
    margin: 0;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0;
}
.bottomLinks
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    position: relative;
    left: 50px;
}

.copyright
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    position: relative;
    left: 80px;
    width: 100%;
}


#content
{
    background-image: url(http://www.delphidisplay.com/siteSpecific/images/siteDesign/home_bkgrd_4.jpg);
    background-repeat: no-repeat;
    background-color: #aeaeae;
    min-height: 500px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
}
#footer
{
    background-color: #999999;
    width: 848px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-color: #FFFFFF;
    border-left-color: #FFFFFF;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    padding-top: 8px;
	padding-bottom: 8px;
    color: #CCCCCC;
}

#footer a
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
}
#newsTitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #990000;
    position: relative;
    top: 8px;
    left: 35px;
    width: 50px;
}

#footer a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;
}
#eventsTitle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #990000;
    width: 80px;
    position: relative;
    left: 447px;
    bottom: 4px;
}

#footer a:hover
{
    color: #666666;
    text-decoration: underline;
    font-size: 10px;
}

.text1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #990000;
    font-weight: bold;
    top: 10px;
    position: relative;
    left: 15px;
    width: 200px;
}
.text2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    position: relative;
    top: 40px;
    left: 25px;
    width: 150px;
    height: 50px;
}
#text2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    width: 150px;
    position: relative;
    left: 20px;
    top: 40px;
}



#NewsEventsBottomBar
{
    background-image: url(http://www.delphidisplay.com/siteSpecific/images/siteDesign/bottom2_bottom.gif);
    background-repeat: no-repeat;
    background-position: center;
    height: 15px;
    margin: 0;
    font-size: 0px;
}

#NewsEventsTopBar
{
    background-image: url(http://www.delphidisplay.com/siteSpecific/images/siteDesign/bottom2_topbar_newest.jpg);
    background-repeat: no-repeat;
    height: 48px;
    width: 100%;
    background-position: center;
}

* html #NewsEventsMiddleBar
{
    height: 1%;
}
#NewsEventsMiddleBar
{
    background-image: url(http://www.delphidisplay.com/siteSpecific/images/siteDesign/news-events-bkgrd-middle.jpg);
    background-repeat: repeat-y;
    background-position: center;
}

#contentFlash
{
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 14px;
    min-height: 260px;
}
* html #contentFlash
{
    height: 260px;
}
#middleImage1
{
    position: relative;
    height: 136px;
    width: 264px;
    background-image: url(http://www.delphidisplay.com/siteSpecific/images/siteDesign/home_page_content_1stBox.jpg);
    background-repeat: no-repeat;
    float: left;
}

#middleImage2
{
    height: 136px;
    width: 264px;
    float: left;
    background-image: url(http://www.delphidisplay.com/siteSpecific/images/siteDesign/home_page_content_2ndBox.jpg);
    margin-left: 7px;
}
#middleImage3
{
    float: left;
    height: 136px;
    width: 265px;
    background-image: url(http://www.delphidisplay.com/siteSpecific/images/siteDesign/home_page_content_3rdBox.jpg);
    background-repeat: no-repeat;
    margin-left: 8px;
}

#ImageHolder3
{
    width: 810px;
    margin-right: 0px;
    margin-left: 20px;
    margin-top: 7px;
    height: 136px;
}

#contentBottom
{
    width: 848px;
    background-image: url(http://www.delphidisplay.com/siteSpecific/images/siteDesign/home_page_content_bottom_grey.gif);
    background-repeat: repeat;
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
    min-height: 50px;
}

#bodyleft
{
    padding-left: 40px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 357px;
    float: left;
}
#bodymid
{
    width: 35px;
    float: left;
}
#bodyright
{
    padding-left: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    width: 356px;
    float: right;
}

#navGlows
{
    background-repeat: no-repeat;
    height: 21px;
    width: 850px;
    margin: 0;
    background-image: url(http://www.delphidisplay.com/siteSpecific/images/siteDesign/glows_2.jpg);
    font-size: 0;
}
* html #navGlows {
	margin-top: -5px;
	}
.main-font
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333333;
}

#sub-content
{
    min-height: 400px;
    background-color: #999999;
    background: url(http://www.delphidisplay.com/siteSpecific/images/siteDesign/sub-background.jpg) repeat-y;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #990000;
    font-size: 11px;
    color: #333;
}
h1
{
    font-size: 13px;
    margin: 10px 0;
    border-bottom: 1px solid #666666;
    color: #666;
}
* html #sub-content
{
    height: 400px;
}
#sub-content .lftcol
{
    width: 179px;
    border-right: 1px solid #fff;
    float: left;
    min-height: 200px;
    background: url(http://www.delphidisplay.com/siteSpecific/images/siteDesign/left-nav-grad.jpg) no-repeat;
}

* html #sub-content .lftcol
{
    height: 200px;
}
#sub-content .lftcol ul
{
    margin: 38px 0 0 0;
    padding: 0 0 0 5px;
}
#sub-content a, #sub-content a:visited 
{
	color: #666; text-decoration: underline
}
#sub-content a:hover {  color: #990000 }
#sub-content .lftcol ul li
{
    display: block;
    height: 24px;
    width: 139px;
    text-align: right;
    background: url(http://www.delphidisplay.com/siteSpecific/images/siteDesign/left-nav-divider.jpg) no-repeat;
    padding: 6px 12px 0 0;
    margin: 0;
}
#sub-content .lftcol ul li.first
{
    background: url(http://www.delphidisplay.com/siteSpecific/images/siteDesign/left-nav-divider-first.jpg) no-repeat;
}
#sub-content .lftcol ul li a, #sub-content .lftcol ul li a:visited, #sub-content .lftcol ul li a:active
{
    color: #fff;
    font-weight: bold;
}
#sub-content .lftcol ul li a:hover
{
    color: #990000;
}
#sub-content .rtcol
{	
	width: 804px;
    min-height: 400px;
    background-color: #FFFFFF;
    border: 12px solid #cccccc;
    padding: 10px;
}
* html #sub-content .rtcol
{
    height: 400px;
}
#footer
{
    border-top: 1px solid #fff;
}
ul.list1 {
	list-style-image: url(http://www.delphidisplay.com/siteSpecific/images/arrow-2.jpg);
	margin: 8px 0 0 0;
}
 ul.list2 {
list-style-image: url(http://www.delphidisplay.com/button.jpg);
line-height: 2em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 2em;
font-weight: normal;
font-variant: normal;
text-transform: none;
color: #252525;
text-decoration: none;
text-indent: 5px;
list-style-position: outside;
list-style-type: square;
padding: 6px;
margin: 2px;
	}   
    
ul.list1 li {
	margin: 0 0 8px 0}