﻿html, body, h1, h2, h3, h4, h5, h6, li, ol, ul, form, fieldset, input, p, blockquote, em, strong
{
    margin: 0px;
    padding: 0px;
}


/* sets declarations for all tables throughout the site */
table, tr, td, th
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;
    border-collapse: collapse;
}

html
{
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
    font-size: .7em;
    height: 100%;
}
body
{
    color: #000;
    height: 100%;
    background-color: #ffffff;
	margin: 0px 11px 11px;
    background: url(/images/bg_grad.jpg) white fixed;

}
code
{
    font-family: monospace;
}
img
{
    border-width: 0px;
    display: block;
    /*width: 16px;
    height: 16px; */
}

input
{
padding:1px
}

hr
{
    color: #999999;
}


h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.2em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
	letter-spacing: 2px;
    text-transform: none;
    margin-top: 12px;
    margin-bottom: 10px;
    color: #BE0000;
}
h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.8em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 8px;
    color: #BE0000;

}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    margin-top: 8px;
    margin-bottom: 3px;
    font-variant: normal;
    color: #BE0000;

}

h4
{
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 5px;
    word-spacing: normal;
    text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    color: #060659;
    font-style: italic;
}

h5, dt
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #000000;
}

h6
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 1em;
    font-weight: 700;
    font-style: italic ;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    margin-top: 3px;
    margin-bottom: 3px;
    color: #0275E7;
}

.headline
{
    color: #000;
    font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    font-weight: bold;
    text-align: left;
}

.customer_quote
{
    font-family: "Trebuchet MS" , Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
    font-style: italic;
    font-size: small;
    text-align: left;
}

/* Input Formats */
.label
{
    font-weight: normal;
    vertical-align: top;
    text-align: right;
}

.validation
{
    color: #FF6347;
}
.footnote
{
    vertical-align: super;
    font-size: .8em;
    font-weight: normal;
}

.content
{
    width: 100%;
    text-align:left;
}



.content ul 
{
    margin: 5px 15px 10px 20px;
    list-style-image: url(/images/bullet_org_sqr.gif);
    list-style-position: outside;
}

.content ul li
{
    margin: 3px 20px 0px 40px;
}

.content ul li li 
{
    margin: 3px 5px 0px 20px;
    list-style-image: url(/images/bullet_ylw_arrow.gif);
    list-style-position: outside;
}

.content ul li li li
{
    margin: 3px 5px 0px 20px;
    list-style-position: outside;
    list-style-type: disc;
    color: #0000FF;
}

.content ol 
{
   margin: 5px 15px 5px 25px;
   list-style-position: outside;
}
.content ol li
{
   margin: 5px 0px 0px 0px;
   list-style-type: upper-alpha;
}
.content ol li li
{
   margin: 5px 0px 0px 0px;
    list-style-type: decimal;
}
.content ol li li li
{
    margin: 3px 0px 0px 0px;
}

.content li b
{
    color: #222222;
}

.content a:link, .content a:active, .content a:visited
{
    font-weight: normal;
    color: #0000FF;
    text-decoration: underline;
}

.content a:hover
{
    color: #0033FF;
    font-weight: normal;
    text-decoration: underline;
}

.content p
{
    margin-bottom: 10px;
    margin-top: 5px;
}


/* Branding */
#branding h1
{
    display: none;
}

/***********************************************/
/* Standard Input                              */
/***********************************************/


table.stdinput
{
    width: 100%;
    text-align: left;
    vertical-align: top;
}
table.stdinput th
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
    background-color: #767162;
    color: #ffffff;
}
table.stdinput td
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 4px;
    vertical-align: top;
    padding-top: 4px;
}

.input_field
{
    vertical-align: top; 
    padding-top: 0px !important;
}

.input_astrisk
{
    font-weight: bold;
    color: #9D4117;
    font-family: Verdana;
    font-size: small;
}


/***********************************************/
/* Standard Input2                              */
/***********************************************/


table.stdinput2
{
    width: 100%;
    text-align: left;
    vertical-align: top;
    background-color: #F2F2F2;
}
table.stdinput2 td
{
    border: 1px solid #767162;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 4px;
    vertical-align: top;
    padding-top: 8px;
}
table.stdinput2 th
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    padding-top: 3px;
    background-color: #767162;
    color: #ffffff;
}
.input_field
{
    vertical-align: top; 
    padding-top: 5px !important;
}

.input_astrisk
{
    font-weight: bold;
    color: #9D4117;
    font-family: Verdana;
    font-size: small;
}

.input_field_error
{
    background-color: #FF9999;
}

.input_field_error2
{
    border: thin solid #FF0000;
}

.input_img
{
    border-width: 0px;
    display: inline;
    vertical-align: top;
    padding-top: 2px;
}

.error_summary
{
    color: #FF0000;
}

/***********************************************/
/* Raise Input                                 */
/***********************************************/

.raised_input
{
    border-right: buttonshadow 2px solid;
    border-top: buttonhighlight 2px solid;
    background-color: #FEFECC;
    border-left: buttonhighlight 2px solid;
    border-bottom: buttonshadow 2px solid;
    border-collapse: collapse;
    text-align: left;
}
.raised_input th
{
    padding-right: 3px;
    padding-left: 3px;
    font-weight: bold;
    padding-bottom: 3px;
    word-spacing: normal;
    vertical-align: baseline;
    text-transform: none;
    color: black;
    padding-top: 3px;
    border-bottom: #89543b 1px solid;
    font-family: Arial, Helvetica;
    letter-spacing: normal;
    background-color: #CCCC99;
}

.raised_input td
{
    margin: 1px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
    font-weight: normal;
    word-spacing: normal;
    text-transform: none;
    font-family: Arial, Helvetica;
    letter-spacing: normal;
}



/***********************************************/
/* Standard Grid Format                        */
/***********************************************/

.gridTable
{
    font-weight: normal;
    font-size: 1em;
    font-family: Arial, Tahoma;
}

.gridTable td
{
    padding: 4px;
}

.gridTable th
{
    padding: 4px;
}

.gridHeader
{
    background-color: #767162;
    color: #ffffff;
}

.gridRow
{
    background-color: #F2F2F2;
    color: #666666;
}

.gridAltRow
{
    background-color: #ffffff;
    color: #666666;

}



.validation
{
    color: #F20000;
}
LI.ErrorList
{
    font-weight: normal;
    list-style-position: inside;
    font-size: 12px;
    color: #ff6347;
    text-indent: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    list-style-type: disc;
}


#login_info
{
    background-color: #CD5437;
    font-family: Verdana;
    font-size: x-small;
    color: #FFFFFF;
}

.catalog_index TD
{
 padding-left: 15px;
 padding-right: 15px;
 padding-top: 5px;
 padding-bottom: 5px;

 }

.GeorgiaBullets
{
    background-position: left center;
    padding-left: 20px;
    font-weight: bold;
    list-style-position: outside;
    font-size: 1.5em;
    vertical-align: top;
    line-height: 1.5em;
    background-repeat: no-repeat;
    font-family: 'Times New Roman';
    list-style-image: url(../images/bullet_org_sqr.gif);
}

.highlight_frame
{
    border: thin dotted #212593;
    margin: 30px;
    padding: 15px;
    background-color: #F7FAFE;
}


/* Feature1 Table layout */
Table.Feature1
{
	border-right: buttonshadow 2px solid;
	border-top: buttonhighlight 2px solid;
	background-color: #FEFECC;
	border-left: buttonhighlight 2px solid;
	border-bottom: buttonshadow 2px solid;
	border-collapse: collapse;
}
Table.Feature1 TH
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	color: #065906;
	padding-top: 2px;
	font-family: Arial, Helvetica;
	letter-spacing: normal;
	background-color: #C5D7B7;
	text-align: center;
}
Table.Feature1 TD
{
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	vertical-align: top;
	text-transform: none;
	font-family: Arial, Helvetica;
	letter-spacing: normal;
	border-top: #065906 1px solid;
	text-align: center;
}

.Feature1 a:link
{
	font-weight: normal;
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-decoration: underline;
}
.Feature1 a:active
{
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-decoration: underline;
}
.Feature1 a:visited
{
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-decoration: underline;
}
.Feature1 a:hover
{
	color: #F20000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-decoration: underline;
}

/* Feature2 Table layout */
Table.Feature2
{
	border-right: buttonshadow 2px solid;
	border-top: buttonhighlight 2px solid;
	background-color: #FEFECC;
	border-left: buttonhighlight 2px solid;
	border-bottom: buttonshadow 2px solid;
	border-collapse: collapse;
	
}
Table.Feature2 TH
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 2px;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	color: #060659;
	padding-top: 2px;
	font-family: Arial, Helvetica;
	letter-spacing: normal;
	background-color: #D6E4EB;
	text-align: center;
}
Table.Feature2 TD
{
	padding-right: 10px;
	border-top: #060659 1px solid;
	padding-left: 10px;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 10px;
	word-spacing: normal;
	vertical-align: top;
	text-transform: none;
	padding-top: 10px;
	font-family: Arial, Helvetica;
	letter-spacing: normal;
	text-align: left;
}

.Feature2 a:link
{
	font-weight: normal;
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-decoration: underline;
}
.Feature2 a:active
{
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-decoration: underline;
}
.Feature2 a:visited
{
	color: blue;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-decoration: underline;
}
.Feature2 a:hover
{
	color: #F20000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	text-decoration: underline;
}

/* Input Form  */

Table.Input1
{
	border-right: buttonshadow 2px solid;
	border-top: buttonhighlight 2px solid;
	background-color: #FEFECC;
	border-left: buttonhighlight 2px solid;
	border-bottom: buttonshadow 2px solid;
	border-collapse: collapse;
}
Table.Input1 TH
{
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 3px;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	color: black;
	padding-top: 3px;
	border-bottom: #89543b 1px solid;
	font-family: Arial, Helvetica;
	letter-spacing: normal;
	background-color: #CCCC99;
}
Table.Input1 TD
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica;
	letter-spacing: normal;
	background-color: #F5F5DC;
	
}

.InputRequired
{
	font-weight: bold;
}
.InputField
{
	font-weight: normal;
}
.InputLabel
{
	font-family: Arial;
	font-size: 11px;
	vertical-align: middle;
	text-align: right;
	width: 25%;
}


