﻿/* General Tags */
body
{
    margin:0px 0px 0px 0px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #272727;
	background-color:#fff;
}

p
{
    line-height:20px;
}

form
{
    margin:0px;
    padding:0px;
}

.error
{
	color:#772727;
}

.req
{
    color:#E10000;
    font-weight:bold;
}

a
{
	color:#900026;
	text-decoration:underline;
}

a:hover
{
	color:#46565B;
	text-decoration:none;
}

h1
{
    display:inline;
	font-size:14px;
	font-weight:bold;
	color:#900026;
}

h2
{
    display:inline;
	font-size:14px;
	font-weight:bold;
	color:#09485C;
}

h3
{
    display:inline;
	font-size:12px;
	font-weight:bold;
	color:#900026;
}

h4
{
    display:inline;
	font-size:12px;
	font-weight:bold;
	color:#09485C;
}

h5
{
    display:inline;
	font-size:11px;
	font-weight:bold;
	color:#900026;
}

h6
{
    display:inline;
	font-size:11px;
	font-weight:bold;
	color:#09485C;
}

img
{
    border:none;
    display:block;
}

img.Border
{
    border:solid 1px #5B5B5B;
    padding:1px;
}

.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 #46565b;
    clear:both;
}

.FloatLeftBorder
{
    float:left;
    margin:0px 10px 10px 0px;
    border:solid 1px #46565b;
}

.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:10px auto;/* This aligns site to center */
    width:767px;
}

a.NavBtn
{
    display:block;
    height:30px;
    padding-top:6px;
    color:#fff;
    font-weight:bold;
    font-size:14px;
    text-align:center;
    text-decoration:none;
    background-position:0px -36px;
}

a.NavBtn:hover
{
    background-position:0px 0px;
}

.NavSpacer
{
    width:185px;
    background-image:url(../gfx/NavMiddle.gif);
	background-repeat:no-repeat;
}

.Home
{
    width:61px;
    background-image:url(../gfx/BtnHome.gif);
	background-repeat:no-repeat;
}

.Prod
{
    width:99px;
    background-image:url(../gfx/BtnProducts.gif);
	background-repeat:no-repeat;
}

.Serv
{
    width:84px;
    background-image:url(../gfx/BtnService.gif);
	background-repeat:no-repeat;
}

.About
{
    width:94px;
    background-image:url(../gfx/BtnAbout.gif);
	background-repeat:no-repeat;
}

.Con
{
    width:116px;
    background-image:url(../gfx/BtnContact.gif);
	background-repeat:no-repeat;
}

.Content
{
    margin:12px 0px 0px 0px;
}

.LeftCol
{
    width:597px;
}

.RightCol
{
    padding:0px 12px 0px 0px;
}

.RightNav
{
    width:170px;
    border:solid 1px #900026;
    
}

.NavHead
{
    padding:5px 0px 4px 4px;
    background-image:url(../gfx/NavHeadBG.gif);
	background-repeat:no-repeat;
}

.NavHead a
{
    font-size:14px;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
}

.NavBG
{
    padding:2px 4px 4px 4px;
    background-image:url(../gfx/NavBG.gif);
	background-repeat:repeat-y;
}

.NavBot
{
    height:1px;
    background-color:#fff;
}

.RightCon
{
    margin:12px 0px 12px 0px;
    width:170px;
    border:solid 1px #900026;
}

a.RNavBtn
{
    display:block;
    padding:4px 0px 0px 6px;
    background-image:url(../gfx/Arrow.gif);
    background-position:0px 6px;
    background-repeat:no-repeat;
    font-weight:bold;
    color:#900026;
    text-decoration:none;
	line-height:10px;
}

a.RNavBtn:hover
{
    color:#46565B;
}

a.RSubNavBtn
{
    display:block;
    margin-left:8px;
    padding:4px 0px 0px 6px;
    background-image:url(../gfx/Square.gif);
    background-position:0px 6px;
    background-repeat:no-repeat;
    color:#242424;
    text-decoration:none;
	line-height:10px;
}

a.RSubNavBtn:hover
{
    color:#46565B;
}

a.ProdBtn
{
    display:block;
    height:28px;
    padding:6px 0px 0px 6px;
    margin-top:1px;
    color:#fff;
    font-weight:bold;
    font-size:14px;
    text-decoration:none;
    width:185px;
    background-image:url(../gfx/BtnProdsBG.gif);
	background-repeat:no-repeat;
    background-position:0px -34px;
}

a.ProdBtn:hover
{
    background-position:0px 0px;
}

.HomeCol
{
    padding:0px 6px 6px 6px;
}





.Footer
{
    width:767px;
    height:37px;
    margin:8px 0px 12px 0px;
    padding:4px 0px 4px 0px;
    font-size:10px;
    color:#09485C;
}

/* Page Specific */

