﻿/* General Tags */
body
{
    margin:0px 0px 0px 0px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000052;
	background-color:#fff;
}

p
{
    line-height:20px;
}

form
{
    margin:0px;
    padding:0px;
}

.error
{
	color:#772727;
}

.req
{
    color:#E10000;
    font-weight:bold;
}

a
{
	color:#000253;
	text-decoration:underline;
}

a:hover
{
	color:#e10000;
	text-decoration:none;
}

h1
{
    display:inline;
	font-size:14px;
	font-weight:bold;
	color:#000052;
}

h2
{
    display:inline;
	font-size:14px;
	font-weight:bold;
	color:#E10000;
}

h3
{
    display:inline;
	font-size:12px;
	font-weight:bold;
	color:#000052;
}

h4
{
    display:inline;
	font-size:12px;
	font-weight:bold;
	color:#E10000;
}

h5
{
    display:inline;
	font-size:11px;
	font-weight:bold;
	color:#000052;
}

h6
{
    display:inline;
	font-size:11px;
	font-weight:bold;
	color:#E10000;
}

img
{
    border:none;
    display:block;
}

img.Border
{
    border:solid 1px #000253;
}

.FloatLeft
{
    float:left;
    margin:0px 10px 10px 0px;
}

.FloatRight
{
    float:right;
    margin:0px 0px 10px 10px;
}

.FloatRightBorder
{
    float:right;
    margin:0px 0px 20px 10px;
    border:solid 1px #000052;
    clear:both;
}

.FloatLeftBorder
{
    float:left;
    margin:0px 10px 10px 0px;
    border:solid 1px #000052;
}

.TextBoxXSM
{
	border:solid 1px #000052;
    background-color:#fff;
    width:50px;
	height:16px;
	color:#000052;
	font-size:12px;
}

.TextBoxSM
{
	border:solid 1px #000052;
    background-color:#fff;
    width:100px;
	height:16px;
	color:#000052;
	font-size:12px;
}

.TextBoxMED
{
    border:solid 1px #000052;
    background-color:#fff;
    width:150px;
	height:16px;
	color:#000052;
	font-size:12px;
}

.TextBoxLG
{
    border:solid 1px #000052;
    background-color:#fff;
    width:200px;
	height:16px;
	color:#000052;
	font-size:12px;
}

.TextBoxXL
{
    border:solid 1px #000052;
    background-color:#fff;
    width:250px;
	height:16px;
	color:#000052;
	font-size:12px;
}

.TextBoxXXL
{
    border:solid 1px #000052;
    background-color:#fff;
    width:300px;
	height:16px;
	color:#000052;
	font-size:12px;
}

.TextField, textarea
{
	border:solid 1px #000052;
    background-color:#fff;
	width:420px;
	height:100px;
	color:#000052;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.DropDownSM
{
    border:solid 1px #000052;
    background-color:#fff;
	width:100px;
	height:20px;
	color:#000052;
	font-size:12px;
}

.DropDown
{
    border:solid 1px #000052;
    background-color:#fff;
	width:150px;
	height:20px;
	color:#000052;
	font-size:12px;
}

.Button
{
	border:solid 1px #003366;
    background-color:#E2373F;
    text-align:center;
    height:20px;
	color:#fff;
	font-size:11px;
	cursor:pointer;
}

.Visible
{
    display:block;
}

.InVisible
{
    display:none;
}

/* Message */
.PanelError
{
    padding:10px 10px 10px 10px;
    margin:0px 0px 30px 0px;
    border:solid 1px #000052;
	background-color:#fff;
	min-height:30px;
}

.LabelError
{
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
    color:#e10000;
}

.LabelDetailError
{
    vertical-align:top;
    font-size:12px;
    color:#e10000;
}

.PanelInfo
{
    padding:10px 10px 10px 10px;
    margin:0px 0px 30px 0px;
    border:solid 1px #000052;
	background-color:#fff;
	min-height:30px;
}

.LabelInfo
{
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
    color:#000052;
}

.LabelDetailInfo
{
    vertical-align:top;
    font-size:12px;
    color:#000052;
}

.ValSum
{
    padding:10px 10px 10px 10px;
    margin:0px 0px 0px 0px;
    border:solid 1px #000052;
	background-color:#fff;
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
}

/* CMS */
.CMSBody
{
    
}

.CMSTwoCol
{
    padding-right:15px;
    width:273px;
}


.CMSThreeCol
{
    padding-right:15px;
    width:185px;
}

/* Template */
.SiteBG
{
    margin:0px auto;/* This aligns site to center */
    width:767px;
}

.Mission
{
    width:327px;
    height:100px;
}

.Search
{
    width:199px;
    height:38px;
    padding:5px 7px 0px 7px;
    background-image:url(../gfx/SearchBG.gif);
	background-repeat:no-repeat;
}

.txtSearch
{
    width:121px;
    height:16px;
    padding:4px 0px 0px 0px;
    margin:1px 0px 0px 0px;
    border:solid 1px #000052;
    font-size:12px;
}

.btnSearch
{
    width:74px;
    height:26px;
    padding:0px 0px 0px 8px;
    margin:0px 0px 0px 4px;
    border:solid 0px #333;
    background-image:url(../gfx/SearchBtn.gif);
	background-repeat:no-repeat;
	color:#E10000;
	font-size:12px;
	text-align:left;
	cursor:pointer;
}

.Nav
{
    width:767px;
}

.TopLine
{
    display:block;
    border-bottom:solid 1px #000052;
    width:123px;
    height:29px;
}

a.NavBtn
{
    display:block;
    height:23px;
    padding-top:7px;
    color:#fff;
    text-align:center;
    text-decoration:none;
}

a.NavBtn:hover
{
    background-position:0px -30px;
    color:#E10000;
    font-weight:bold;
}

a.NavOn
{
    display:block;
    height:23px;
    padding-top:7px;
    text-align:center;
    text-decoration:none;
    background-position:0px -30px;
    color:#E10000;
    font-weight:bold;
}

.Home
{
    width:53px;
    background-image:url(../gfx/HomeBtnBG.gif);
	background-repeat:no-repeat;
}

.Prod
{
    width:72px;
    background-image:url(../gfx/ProdBtnBG.gif);
	background-repeat:no-repeat;
}

.About
{
    width:74px;
    background-image:url(../gfx/AboutBtnBG.gif);
	background-repeat:no-repeat;
}

.New
{
    width:112px;
    background-image:url(../gfx/NewBtnBG.gif);
	background-repeat:no-repeat;
}

.Test
{
    width:94px;
    background-image:url(../gfx/TestBtnBG.gif);
	background-repeat:no-repeat;
}

.Part
{
    width:72px;
    background-image:url(../gfx/ProdBtnBG.gif);
	background-repeat:no-repeat;
}

.Lit
{
    width:80px;
    background-image:url(../gfx/LitBtnBG.gif);
	background-repeat:no-repeat;
}

.Con
{
    width:87px;
    background-image:url(../gfx/ConBtnBG.gif);
	background-repeat:no-repeat;
}

.HomeImg
{
    padding:4px 4px 0px 4px;
    border-left:solid 1px #000052;
    border-right:solid 1px #000052;
}

.HomeSides
{
    padding:0px 3px 0px 4px;
    border-left:solid 1px #000052;
    border-right:solid 1px #000052;
}

.HomeBox
{
    margin-right:1px;
}

.HomeSubs
{
    height:90px;
    border-left:solid 1px #000052;
    border-right:solid 1px #000052;
    background-color:#E5E5ED;
}

a.HNav
{
    display:block;
    height:22px;
    width:148px;
    border-left:solid 1px #000052;
    border-right:solid 1px #000052;
    padding-top:7px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    font-size:14px;
    background-image:url(../gfx/HNavBG.gif);
	background-repeat:no-repeat;
	background-position:0px -29px;
}

a.HNav:hover
{
    background-position:0px 0px;
}

a.HNavOn
{
    display:block;
    height:22px;
    width:148px;
    border-left:solid 1px #000052;
    border-right:solid 1px #000052;
    padding-top:7px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    font-size:14px;
    background-image:url(../gfx/HNavBG.gif);
	background-repeat:no-repeat;
}

a.HNavL
{
    display:block;
    height:22px;
    width:151px;
    border-left:solid 1px #000052;
    border-right:solid 1px #000052;
    padding-top:7px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    font-size:14px;
    background-image:url(../gfx/HNavLBG.gif);
	background-repeat:no-repeat;
	background-position:0px -29px;
}

a.HNavL:hover
{
    background-position:0px 0px;
}

a.HNavLOn
{
    display:block;
    height:22px;
    width:151px;
    border-left:solid 1px #000052;
    border-right:solid 1px #000052;
    padding-top:7px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    font-size:14px;
    background-image:url(../gfx/HNavLBG.gif);
	background-repeat:no-repeat;
}

a.HSNav
{
    display:block;
    height:14px;
    width:128px;
    margin:4px 0px 0px 4px;
    padding:0px 0px 0px 16px;
    font-size:10px;
    text-decoration:none;
    color:#000052;
    background-image:url(../gfx/Arrow.gif);
	background-repeat:no-repeat;
}

a.HSNav:hover
{
    text-decoration:underline;
}

.HomeSubBot
{
    height:33px;
    border-left:solid 1px #000052;
    border-right:solid 1px #000052;
    border-bottom:solid 1px #000052;
    background-color:#E5E5ED;
    padding:0px 0px 0px 22px;
}

a.CatHomeBtn
{
    display:block;
    height:21px;
    width:97px;
    text-align:left;
    padding:5px 0px 0px 8px;
    font-size:12px;
    text-decoration:none;
    color:#E10000;
    background-image:url(../gfx/CatHomeBtn.gif);
	background-repeat:no-repeat;
}

a.MoreHomeBtn
{
    display:block;
    height:21px;
    width:97px;
    text-align:left;
    padding:5px 0px 0px 8px;
    font-size:12px;
    text-decoration:none;
    color:#E10000;
    background-image:url(../gfx/MoreHomeBtn.gif);
	background-repeat:no-repeat;
}

.InfoBox
{
    width:150px;
    margin-right:1px;
}

.InfoBoxL
{
    width:153px;
    margin-right:1px;
}

.InfoHead
{
    height:20px;
    width:149px;
    border-top:solid 1px #000052;
    border-left:solid 1px #000052;
    border-right:solid 1px #000052;
    color:#fff;
    text-align:center;
    font-size:14px;
    background-color:#E10000;
}

.InfoBotBox
{
    height:70px;
    padding:4px;
    font-size:11px;
    border-left:solid 1px #000052;
    border-right:solid 1px #000052;
    background-color:#F2F2F6;
}

.InfoSubBot
{
    height:33px;
    border-left:solid 1px #000052;
    border-right:solid 1px #000052;
    border-bottom:solid 4px #000052;
    background-color:#F2F2F6;
    padding:0px 0px 0px 22px;
}

a.NewsBtn
{
    display:block;
    height:21px;
    width:97px;
    text-align:left;
    padding:5px 0px 0px 8px;
    font-size:12px;
    text-decoration:none;
    color:#E10000;
    background-image:url(../gfx/NewsBtn.gif);
	background-repeat:no-repeat;
}

a.TradeBtn
{
    display:block;
    height:21px;
    width:97px;
    text-align:left;
    padding:5px 0px 0px 8px;
    font-size:12px;
    text-decoration:none;
    color:#E10000;
    background-image:url(../gfx/TradeBtn.gif);
	background-repeat:no-repeat;
}

a.RequestBtn
{
    display:block;
    height:21px;
    width:97px;
    text-align:left;
    padding:5px 0px 0px 8px;
    font-size:12px;
    text-decoration:none;
    color:#E10000;
    background-image:url(../gfx/RequestBtn.gif);
	background-repeat:no-repeat;
}

a.TrackBtn
{
    display:block;
    height:21px;
    width:97px;
    text-align:left;
    padding:5px 0px 0px 8px;
    font-size:12px;
    text-decoration:none;
    color:#E10000;
    background-image:url(../gfx/TrackBtn.gif);
	background-repeat:no-repeat;
}

a.SignUpBtn
{
    display:block;
    height:21px;
    width:97px;
    text-align:left;
    padding:5px 0px 0px 8px;
    font-size:12px;
    text-decoration:none;
    color:#E10000;
    background-image:url(../gfx/SignUpBtn.gif);
	background-repeat:no-repeat;
}

.FooterTop
{
    padding:15px 3px 15px 4px;
    border-left:solid 1px #000052;
    border-right:solid 1px #000052;
    border-bottom:solid 1px #000052;
    width:767px;
    font-size:10px;
    color:#000052;
}

.FooterTop a
{
    color:#000052;
}

.Footer
{
    width:767px;
    height:29px;
    margin-bottom:12px;
    padding:0px 0px 0px 0px;
    font-size:10px;
    color:#000052;
}

.Footer a
{
    color:#000052;
}

.BotFoot
{
    padding-top:15px;
    text-align:center;
}

/* For Inside Template*/
.Content
{
    border-left:solid 1px #000052;
    border-right:solid 1px #000052;
    width:767px;
}

.NavCol
{
    padding:4px 4px 4px 4px;
}

.NavHead
{
    height:20px;
    width:144px;
    display:block;
    padding:1px 0px 0px 4px;
    border:solid 1px #000052;
    color:#fff;
    font-size:14px;
    font-weight:bold;
    background-color:#E10000;
}

a.NavHead
{
    text-decoration:none;
}

a.NavHead:hover
{
    background-color:#E73333;
    color:#fff;
}

a.Nav
{
    display:block;
    height:17px;
    width:144px;
    border-left:solid 1px #000052;
    border-right:solid 1px #000052;
    border-bottom:solid 1px #000052;
    text-align:left;
    padding:1px 0px 0px 4px;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    color:#000052;
    background-color:#D5D5E3;
}

a.Nav:hover
{
    background-color:#C0C0D4;
}

a.SubNav
{
    display:block;
    height:13px;
    width:128px;
    border-left:solid 1px #000052;
    border-right:solid 1px #000052;
    padding:4px 0px 0px 20px;
    font-size:10px;
    text-decoration:none;
    color:#000052;
    background-image:url(../gfx/Arrow.gif);
	background-repeat:no-repeat;
	background-position:4px 4px;
	background-color:#E5E5ED;
}

a.SubNav:hover
{
    text-decoration:underline;
}

a.SubNavBot
{
    display:block;
    height:13px;
    width:128px;
    border-left:solid 1px #000052;
    border-right:solid 1px #000052;
    border-bottom:solid 1px #000052;
    padding:4px 0px 4px 20px;
    font-size:10px;
    text-decoration:none;
    color:#000052;
    background-image:url(../gfx/Arrow.gif);
	background-repeat:no-repeat;
	background-position:4px 4px;
	background-color:#E5E5ED;
}

a.SubNavBot:hover
{
    text-decoration:underline;
}

a.ContactBtn
{
    display:block;
    height:21px;
    width:144px;
    text-align:left;
    padding:5px 0px 0px 8px;
    font-size:12px;
    text-decoration:none;
    color:#E10000;
    background-image:url(../gfx/ContactBtn.gif);
	background-repeat:no-repeat;
}

.ContCol
{
    padding:4px 4px 4px 4px;
}

.ContentBox
{
    border:solid 1px #000052;
    background-color:#E5E5ED;
    padding:4px 4px 4px 4px;
}

/* Page Specific */
.CalendarTable
{
    border:solid 1px #000052;
}

.CalendarTable td
{
    border:solid 1px #000052;
}

.CalendarHead
{
    background-color:#000052;
    color:#fff;
}

.CalendarDay
{
    background-color:#fff;
    color:#000052;
}

.CalendarNextPrev a
{
    color:#fff;
}

.CalendarOtherDay
{
    background-color:#d5d5e3;
    color:#E73333;
}

.CalendarTitle td
{
    background-color:#E73333;
    color:#fff;
    border:none;
    font-weight:bold;
    padding:4px;
    margin:0px;
}

.CalendarToday
{
    background-color:#e5e5ed;
    color:#E73333;
    font-weight:bold;
}

.CalendarWeekend
{
    background-color:#f7f7fa;
    color:#E73333;
}

.CalData
{
    color:#000052;
    font-size:11px;
}

.CalData a
{
    color:#000052;
    font-size:11px;
    font-weight:bold;
}

.TestTable
{
    width:587px;
}

.PartnersTable
{
    width:587px;
}

.PartnersTable img
{
    border:solid 1px #000052;
}

.MoreHomeBtn
{
    border:solid 0px #333;
    height:26px;
    width:105px;
    text-align:left;
    padding:0px 0px 0px 8px;
    font-size:12px;
    text-decoration:none;
    color:#E10000;
    background-image:url(../gfx/MoreHomeBtn.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

/* Search Display */
.SearchFound
{
    font-weight:bold;
    color:#E73333;
    background-color:#fff;
}

/* Product Display */
.CatTable
{
    width:500px;
}

.ImageCol
{
    width:140px;
}

.InfoCol
{
    width:150px;
}

a.PNav
{
    padding:0px 0px 0px 16px;
    font-size:10px;
    text-decoration:none;
    color:#000052;
    background-image:url(../gfx/Arrow.gif);
	background-repeat:no-repeat;
}

a.PNav:hover
{
    text-decoration:underline;
}

.SubCatProds
{
    width:200px;
}

.SubCatProds a
{
    margin:0px 24px 0px 0px;
}
