﻿/* General Tags */
body
{
    margin:0px 0px 0px 0px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	background-color:#D9D9D9;
}

p
{
    margin-top:4px;
    line-height:16px;
}

form
{
    margin:0px;
    padding:0px;
}

.req
{
    color:#790000;
    font-weight:bold;
}

a
{
	color:#163d01;
	text-decoration:underline;
}

a:hover
{
	color:#790000;
	text-decoration:none;
}

h1
{
    display:inline;
	font-size:16px;
	font-weight:bold;
	color:#790000;
}

h2
{
    display:inline;
	font-size:14px;
	font-weight:bold;
	color:#790000;
}

h3
{
	display:inline;
	font-size:14px;
	font-weight:bold;
	color:#790000;
}

h4
{
    display:inline;
	font-size:14px;
	font-weight:bold;
	color:#163d01;
}

h5
{
	display:inline;
	font-size:12px;
	font-weight:bold;
	color:#790000;
}

h6
{
	display:inline;
	font-size:12px;
	font-weight:bold;
	color:#163d01;
}

img
{
    border:none;
    display:block;
}

img.Border
{
    padding:2px;
    border:solid 2px #000;
}

.FloatLeft
{
    float:left;
    margin:0px 10px 10px 0px;
}

.FloatRight
{
    float:right;
    margin:0px 0px 10px 10px;
}

.FloatRightBorder
{
    float:right;
    clear:both;
    margin:0px 0px 10px 17px;
    padding:2px;
    border:solid 2px #000;
}

.FloatRightBorderBox
{
    float:right;
    clear:both;
    width:203px;
    margin:0px 10px 10px 10px;
    padding:2px;
    color:#790000;
}

.CheckBox
{
    float:left;
    clear:both;
    width:200px;
    margin:0px 10px 10px 10px;
    
}

.CheckBox:hover
{
    float:left;
    clear:both;
    width:200px;
    margin:0px 10px 10px 10px;
}

.LargeBorderBox
{
    float:left;
    clear:both;
    margin:0px 10px 10px 10px;
    padding:2px;
    color:#790000;
}

.FloatRightBorderBox span
{
    padding:2px;
}

.FloatRightBorderBox img
{
   padding:2px;
   border:solid 2px #000;
}

.BorderBox
{
    width:203px;
    margin:0px 0px 0px 0px;
    padding:2px;
    color:#790000;
}

.BorderBox span
{
    padding:2px;
}

.BorderBox img
{
    margin:0px 0px 0px 0px;
    padding:2px;
    border:solid 2px #000;
}


.FloatLeftBorder
{
    float:left;
    margin:0px 10px 10px 0px;
    border:solid 1px #1469A6;
}

.TextBoxXSM
{
	border:solid 1px #790000;
    background-color:#f2f2f2;
    width:50px;
	height:16px;
	color:#790000;
	font-size:12px;
}

.TextBoxSM
{
	border:solid 1px #790000;
    background-color:#f2f2f2;
    width:100px;
	height:16px;
	color:#790000;
	font-size:12px;
}

.TextBoxMED
{
    border:solid 1px #790000;
    background-color:#f2f2f2;
    width:150px;
	height:16px;
	color:#790000;
	font-size:12px;
}

.TextBoxLG
{
    border:solid 1px #790000;
    background-color:#f2f2f2;
    width:200px;
	height:16px;
	color:#790000;
	font-size:12px;
}

.TextBoxXL
{
    border:solid 1px #790000;
    background-color:#f2f2f2;
    width:250px;
	height:16px;
	color:#790000;
	font-size:12px;
}

.TextBoxXXL
{
    border:solid 1px #790000;
    background-color:#f2f2f2;
    width:300px;
	height:16px;
	color:#790000;
	font-size:12px;
}

.TextField, textarea
{
	border:solid 1px #790000;
    background-color:#f2f2f2;
	width:350px;
	height:100px;
	color:#790000;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.DropDownSM
{
    border:solid 1px #790000;
    background-color:#f2f2f2;
	width:56px;
	height:20px;
	color:#790000;
	font-size:12px;
}

.DropDown
{
    border:solid 1px #790000;
    background-color:#f2f2f2;
	width:150px;
	height:20px;
	color:#790000;
	font-size:12px;
}

.DropDownL
{
    border:solid 1px #790000;
    background-color:#f2f2f2;
	width:190px;
	height:20px;
	color:#790000;
	font-size:12px;
}

.MessageBox
{
    border:solid 2px #790000;
    background-color:#f2f2f2;
	width:260px;
	height:17px;
	color:#790000;
	font-size:12px;
	
}

.Message
{
    border:solid 2px #790000;
    background-color:#f2f2f2;
	width:260px;
	height:17px;
	color:#790000;
	font-size:12px;
	text-align: center;
}

.Visible
{
    display:block;
}

.InVisible
{
    display:none;
}

/* Message */
.PanelError
{
    padding:8px 8px 8px 8px;
    margin:8px 0px 8px 0px;
    border:solid 2px #790000;
	background-color:#f2f2f2;
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
}

.LabelError
{
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
    color:#790000;
}

.LabelDetailError
{
    vertical-align:top;
    font-size:12px;
    color:#790000;
}

.PanelInfo
{
    padding:8px 8px 8px 8px;
    margin:8px 0px 8px 0px;
    border:solid 2px #163d01;
	background-color:#f2f2f2;
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
}

.LabelInfo
{
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
    color:#004C79;
}

.LabelDetailInfo
{
    vertical-align:top;
    font-size:12px;
    color:#004C79;
}

.ValSum
{
    padding:8px 8px 8px 8px;
    margin:8px 0px 0px 0px;
    border:solid 2px #790000;
	background-color:#f2f2f2;
    vertical-align:top;
    font-weight:bold;
    font-size:12px;
}

/* Template */
.SiteBG
{
    margin:0px auto;/* This aligns site to center */
    width:767px;
}

.TopLSpace
{
    width:261px;
    height:65px;
}

.TopRSpace
{
    width:75px;
    height:65px;
}

.RedNavBar
{
    margin:41px 10px 0px 0px;
}

a.RedNavL
{
    height:19px;
    padding:5px 0px 0px 0px;
    display:block;
    width:68px;
    background-image:url(../gfx/BtnRedL.gif);
    background-repeat:no-repeat;
    color:#fff;
    text-decoration:none;
    text-align:center;
    font-size:11px;
    font-weight:bold;
}

a.RedNavL:hover
{
    background-position:0px -24px;
}

a.RedNav
{
    height:19px;
    padding:5px 0px 0px 0px;
    display:block;
    width:43px;
    background-image:url(../gfx/BtnRed.gif);
    background-repeat:repeat-x;
    color:#fff;
    text-decoration:none;
    text-align:center;
    font-size:11px;
    font-weight:bold;
}

a.RedNav:hover
{
    background-position:0px -24px;
}

a.RedNavR
{
    height:19px;
    padding:5px 0px 0px 0px;
    display:block;
    width:66px;
    background-image:url(../gfx/BtnRedR.gif);
    background-repeat:no-repeat;
    color:#fff;
    text-decoration:none;
    text-align:center;
    font-size:11px;
    font-weight:bold;
}

a.RedNavR:hover
{
    background-position:0px -24px;
}

.BannerLText
{
    padding:55px 12px 0px 12px;
    color:#fff;
    font-size:11px;
}

a.BtnRedArrow
{
    margin-top:6px;
    height:21px;
    padding:5px 13px 0px 0px;
    display:block;
    width:108px;
    background-image:url(../gfx/BtnRedArrow.gif);
    background-repeat:no-repeat;
    color:#fff;
    text-decoration:none;
    text-align:center;
    font-size:14px;
    font-weight:bold;
}

a.BtnRedArrow:hover
{
    color:#163d01;
    background-position:0px -26px;
}

.BannerLBG
{
    width:261px;
    height:168px;
    background-image:url(../gfx/IPBannerLBG.gif);
    background-repeat:no-repeat;
}

.BannerCBG
{
    width:244px;
    height:168px;
    background-image:url(../gfx/IPBannerCBG.jpg);
    background-repeat:no-repeat;
}

.BannerRBG
{
    width:262px;
    height:168px;
    background-image:url(../gfx/IPBannerRBG.jpg);
    background-repeat:no-repeat;
}



a.BlueNavL
{
    height:19px;
    margin-left:25px;
    padding:5px 0px 0px 0px;
    display:block;
    width:53px;
    background-image:url(../gfx/BtnBlueL.gif);
    background-repeat:no-repeat;
    color:#fff;
    text-decoration:none;
    text-align:center;
    font-size:11px;
    font-weight:bold;
}

a.BlueNavL:hover
{
    background-position:0px -24px;
}

a.BlueNav
{
    height:19px;
    padding:5px 7px 0px 7px;
    display:block;
    border-right:solid 2px #000;
    background-image:url(../gfx/BtnBlue.gif);
    background-repeat:repeat-x;
    color:#fff;
    text-decoration:none;
    text-align:center;
    font-size:11px;
    font-weight:bold;
}

a.BlueNav:hover
{
    background-position:0px -24px;
}

a.BlueNavR
{
    height:19px;
    padding:5px 2px 0px 0px;
    display:block;
    width:78px;
    background-image:url(../gfx/BtnBlueR.gif);
    background-repeat:no-repeat;
    color:#fff;
    text-decoration:none;
    text-align:center;
    font-size:11px;
    font-weight:bold;
}

a.BlueNavR:hover
{
    background-position:0px -24px;
}

.HSections
{
    margin:10px 0px 0px 0px;
}

.HSectionsSpace
{
    width:10px;
}

.HSectionsSpaceL
{
    width:11px;
}

.HSectionBG
{
    width:121px;
    height:200px;
    border-left:solid 2px #000;
    border-right:solid 2px #000;
    padding:0px 10px 0px 10px;
    display:block;
    background-image:url(../gfx/HSectionBG.gif);
    background-repeat:no-repeat;
    background-color:#fff;
    font-size:11px;
}

a.BtnGreyArrow
{
    height:21px;
    padding:5px 13px 0px 0px;
    display:block;
    width:108px;
    background-image:url(../gfx/BtnGreyArrow.gif);
    background-repeat:no-repeat;
    color:#fff;
    text-decoration:none;
    text-align:center;
    font-size:14px;
    font-weight:bold;
}

a.BtnGreyArrow:hover
{
    color:#790000;
    background-position:0px -26px;
}

.HSectionBot
{
    width:121px;
    height:26px;
    padding:10px 12px 12px 12px;
    display:block;
    background-image:url(../gfx/HSectionBot.gif);
    background-repeat:no-repeat;
}

.Content
{
    margin:10px 0px 0px 0px;
}

.ContentBG
{
    border-left:solid 2px #000;
    border-right:solid 2px #000;
    padding:0px 10px 10px 10px;
    background-color:#fff;
}

.ServicesList
{
    margin:10px 0px 0px 0px;
    display:block;
}

.ServicesList td
{
    width:249px;
}

.ServicesList li
{
    margin:0px 0px 0px -20px;
}

.Nav
{
    margin:13px 0px 0px 18px;
}

a.NavBtn
{
    height:20px;
    padding:3px 5px 0px 5px;
    display:block;
    color:#2E425A;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
}

a.NavBtn:hover
{
    color:#B1D036;
}

a.BtnLeft
{
    height:20px;
    padding:3px 5px 0px 5px;
    display:block;
    width:40px;
    border-right:solid 1px #D5E4F6;
    background-image:url(../gfx/BtnLeft.gif);
    background-repeat:no-repeat;
    color:#2E425A;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
}

a.BtnLeft:hover
{
    color:#B1D036;
}

a.BtnReg
{
    height:20px;
    padding:3px 8px 0px 8px;
    display:block;
    border-right:solid 1px #D5E4F6;
    background-image:url(../gfx/BtnRep.gif);
    background-repeat:repeat-x;
    color:#2E425A;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
}

a.BtnReg:hover
{
    color:#B1D036;
}

a.BtnRight
{
    height:20px;
    padding:3px 0px 0px 0px;
    display:block;
    width:81px;
    background-image:url(../gfx/BtnRight.gif);
    background-repeat:no-repeat;
    color:#2E425A;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
}

a.BtnRight:hover
{
    color:#B1D036;
}

.Footer
{
    margin:0px auto;/* This aligns site to center */
    width:767px;
    height:61px;
    margin-top:10px;
    margin-bottom:6px;
    background-image:url(../gfx/IPFooterBG.jpg);
	background-repeat:no-repeat;
    padding:8px 8px 0px 8px;
    font-size:11px;
    color:#fff;
    text-align:center;
}

.Footer a
{
    color:#fff;
}

.FooterBot
{
    margin:0px auto;/* This aligns site to center */
    width:767px;
    padding:0px 4px 0px 4px;
    font-size:11px;
    color:#7F7F7F;
}


/* For Inside Template*/
.LCol
{
    width:190px;
    padding:16px 16px 0px 0px;
}

.RCol
{
    width:750px;
    padding:16px 0px 0px 0px;
}

.NavBox
{
    background-color:#E7F1C2;
    padding:0px 0px 0px 8px;
}

a.LNav
{
    color:#CC6712;
    text-decoration:none;
}

a.LNav:hover
{
    color:#7C9126;
}

a.LSubNav
{
    display:block;
    color:#2E425A;
    padding-left:12px;
    font-size:12px;
    font-weight:bold;
    text-decoration:none;
    background-image:url(../gfx/Bul.gif);
    background-repeat:no-repeat;
    background-position:0px 4px;
}

a.LSubNav:hover
{
    color:#7C9126;
}


/* Page Specific */
hr
{
	border:none 0px #fff;
	color:#004684;
	background-color:#004684;
	height:1px;
}

ul li
{
    color:#790000;
}

