﻿.txtFooter
{
    FONT-SIZE: 11px;
    FONT-FAMILY: Calibri, Century, Times New Roman, CG Times, Arial;
    COLOR: #511D0F
}

.txtHeader
{
    FONT-SIZE: 15px;
    FONT-FAMILY: Calibri, Century, Times New Roman, CG Times, Arial;
    COLOR: #511D0F
}

.txtColumnHeader
{
    FONT-SIZE: 18px;
    FONT-FAMILY: Calibri, Century, Times New Roman, CG Times, Arial;
    COLOR: #511D0F
}

.txtSubColumnHeader
{
    FONT-SIZE: 16px;
    FONT-FAMILY: Calibri, Century, Times New Roman, CG Times, Arial;
    COLOR: #511D0F
}

.txtSubColumnHeader1
{
    FONT-SIZE: 20px;
    FONT-FAMILY: Calibri, Century, Times New Roman, CG Times, Arial;
    COLOR: #511D0F
}

.txtColumnBody
{
    FONT-SIZE: 14px;
    FONT-FAMILY: Calibri, Century, Times New Roman, CG Times, Arial;
    COLOR: #404040
}

.txtRedColumnBody
{
    FONT-SIZE: 14px;
    FONT-FAMILY: Calibri, Century, Times New Roman, CG Times, Arial;
    COLOR: #511D0F
}

.txtRedColumnBodyBold
{
    FONT-SIZE: 14px;
    FONT-FAMILY: Calibri, Century, Times New Roman, CG Times, Arial;
    FONT-WEIGHT: Bold;
	COLOR: #511D0F
}

.txtColumnBodySm
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Calibri, Century, Times New Roman, CG Times, Arial;
    COLOR: #404040
}

.txtSubHeader
{
    FONT-SIZE: 14px;
    FONT-FAMILY: Calibri, Century, Times New Roman, CG Times, Arial;
    COLOR: #511D0F
}

.InputFldLarge
{
    FONT-SIZE: 11px;
    WIDTH: 260px;
    background-color: #FFFFFF;
    border: 1px solid #511D0F;
    Color: #511D0F;
    FONT-FAMILY: Arial
} 

.InputFldLarge1
{
    FONT-SIZE: 11px;
    WIDTH: 260px;
    Color: #511D0F;
    FONT-FAMILY: Arial
} 

.InputZip
{
    FONT-SIZE: 11px;
    WIDTH: 55px;
    Color: #511D0F;
    FONT-FAMILY: Arial
}

.Input3
{
    FONT-SIZE: 11px;
    WIDTH: 40px;
    Color: #511D0F;
    FONT-FAMILY: Arial
}

.Input4
{
    FONT-SIZE: 11px;
    WIDTH: 55px;
    Color: #511D0F;
    FONT-FAMILY: Arial
}

.DropDownFld
{
    FONT-SIZE: 11px;
    WIDTH: 60px;
    Color: #511D0F;
    FONT-FAMILY: Arial
}

.DropDownFld1
{
    FONT-SIZE: 11px;
    WIDTH: 70px;
    Color: #511D0F;
    FONT-FAMILY: Arial
}

a:link
{
    Color: #404040;
    text-decoration: none;
    font-family: Calibri, Arial, Tahoma;
    font-size: 14px
}

a:visited
{
    Color: #404040;
    text-decoration: none;
    font-family: Calibri, Arial, Tahoma;
    font-size: 14px
}


a:hover
{
    color: #731010;
    text-decoration: none
}

.box-table-b
{
	text-align: left;
	border-collapse: collapse;
	border: none;

}

.box-table-b-th
{
	border:none;
	color: #511D0F;
	font-size: 14px;
	text-align: left;
	padding: 0px;
	font-family: Calibri, Century, Times New Roman, CG Times, Arial;
}

.box-table-b-td
{
	border:none;
	font-size: 12px;
    font-family: Calibri, Century, Times New Roman, CG Times, Arial;
    color: #404040;
}

/*drop down menu*/
#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems{

}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display: none;
width: 8em;
position: absolute;
top: 1.2em;
left: 0;
background:#efefef;
border: 1px solid black;
}

.subuls li{
width: 100%;
}



#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}

#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}


/* edited
#cssdropdown, #cssdropdown ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	
}

#cssdropdown li {
float: left;
position: relative;
}

.mainitems
{
}

.mainitems a{
margin-left: 6px;
margin-right: 8px;
text-decoration: none;
}

.subuls{
display:none;
width: 8em;
position:relative;

left: 0;
background:#efefef;
border: 1px solid black;
}

.subuls li
{
	
width: 100%;
}

.subuls li a{

color: #a00;

}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}
*/
