/* HTML Elements */
body {
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20px;
	background-color: #406BA0;
	color: #000000;
}

p, div, td, tr, table {
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 20px;
	color: #000000;
}

a:link {
	/*color: #FF9900;*/
	/*color: #FF732F;*/
	color: #B60106;
	text-decoration: none;
	/*font-weight: bold;*/
}

a:visited {
	/*color: #FF9900;*/
	color: #B60106;
	text-decoration: none;
	/*font-weight: bold;*/
}

a:active {
	/*color: #FF9900;*/
	/*color: #FF732F;*/
	color: #B60106;
	text-decoration: none;
	/*font-weight: bold;*/
}

a:hover {
	color: #B60106;
	text-decoration: none;
	/*font-weight: bold;*/
}

li, ol, ul, blockquote {
	color: #000000;
	font-size: 10pt;
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
}

input, select, option, textarea {
	color: #000000;
	font-size: 10pt;
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

sup {
	font-size: 6pt;
}

/* Body Styles */
a.lightlink:link {
	color: #FFFFCC;
	text-decoration: none;
}

a.lightlink:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a.lightlink:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.lightlink:hover {
	color: #FFCC00;
	text-decoration: none;
}
	
a.navlink:link {
	color: #000000;
	text-decoration: none;
}

a.navlink:visited {
	color: #FFCC00;
	text-decoration: none;
}

a.navlink:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.navlink:hover {
	color: #FFFFCC;
	text-decoration: none;
}

.background-orange {
	background-color: #FF9900;
}

.box_top {
	background-image: url(../images/box-top.gif);
	background-repeat: no-repeat;
}

.box_bottom {
	background-image: url(../images/box-bottom.gif);
	background-repeat: no-repeat;
}

.box_middle {
	background-image: url(../images/box-middle.gif);
}

.content_background {
	background-image: url(../images/home-image.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

.content_secondary {
	background-image: url(../images/secondary-image.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.error {
	color: #aa0000;
	font-weight: bold;
}

.formLabel {
	font-weight: bold;
	text-align: right;
	color: #406BA0;
	vertical-align: top;
}

.formLabelLeft {
	color: #406BA0;
	font-weight: bold;
	text-align: left;
}

h1, .header1 {
	color: #000000;
	font-size: 11pt;
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	text-transform: uppercase;
}

.header1Inverted {
	color: #ffffff;
	background-color: #0050C9;
	font-size: 12pt;
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	text-transform: uppercase;
}

h2, .header2 {
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 0px;
}

h3, .header3 {
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0161B6;
	margin-bottom: 0px;
}

h4, .header4 {
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

.homePriceSpecials {
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #B60106;
}

.legal {
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.lightlink {
	font-weight: normal;
	line-height: normal;
}

.link_blue, a.link_blue:active, a.link_blue:hover, a.link_blue:link, a.link_blue:visited {
	/*color: #FF732F;*/
	color: #B60106;
	font-weight: bold;
	text-decoration: underline;
}

.link_orange, a.link_orange:active, a.link_orange:hover, a.link_orange:link, a.link_orange:visited {
	color: #B60106;
	font-weight: bold;
	text-decoration: underline;
}

.masthead {
	font-size: 20pt;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;*/
	line-height: 32px;
	/*color: #666666;*/
	color: #0161B6;
	/*text-align: center;*/
	/*padding-left: 15px;*/
	text-align: center;
	font-style: italic;
	/*font-weight: bold;*/
}

.navbarTop {
	background-color: #B60106;
	color: #ffffff; 
	font-weight: bold;
	text-decoration: none; 
}

a.navbarTop:active, a.navbarTop:hover, a.navbarTop:link, a.navbarTop:visited {
	background-color: #B60106;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10pt;
	line-height: 20pt;
}

.navlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: normal;
	color: #000000;
	text-align: left;
	white-space: nowrap;
}

a.navlinkSub:active, a.navlinkSub:hover, a.navlinkSub:link, a.navlinkSub:visited {
	color: #000000;
	text-decoration: none;
}

.number {
	text-align: right;
}

.reference {
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
	text-align: right;
}

.stateList {
	font-size: 8pt;
}

.sublegal {
	font-size: 18pt;
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #FF9900;
}

.tableHeader1 {
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: bottom;
}

.tableHeader2 {
	font-family: Trebuchet MS, Georgia, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0161B6;
	vertical-align: bottom;
	text-align: center;
}

.tableHighlightNumber1 {
	font-weight: bold;
	color: #B60106;
	text-align: right;
}
