@charset "utf-8";
/* CSS Document */



/* START: Global Includes */
body { margin: 0px; font-family: Verdana, Arial; font-size: 12px; 
	background-color: #dfdfd3;
	background-image: URL(/images/v1/backgrounds/bg-grad.jpg);
	background-repeat: repeat-x;
}

ul, li { padding:0px; margin:0px }
table, td { vertical-align:top; border-spacing:0px; border-collapse:collapse; padding:0px; margin:0px; text-align: left; font-size: 12px; }

/* headings */
h1 { line-height: 90%; font-size: 16px; color: #991a00; margin: 0px; margin-bottom: 6px; }
h1 em { color: #999999; font-weight: normal; font-style:normal; }
h2, .h2 { font-size: 14px; font-weight: bold; color: #a9740f;  margin: 0px; margin-bottom: 6px; }
h2 em, .h2 em { color: #999999; font-weight: normal; font-style:normal; }
h3, .h3 { font-size: 16px; font-weight: bold; color: #2d3956; margin: 0px; margin-bottom: 6px;  }
.h3 a { text-decoration:none; }

/* links */
a:active, a:visited, a:link { color: #aa0300; }
a:hover { color: #991a00; }

a img { border: 0px solid white; text-decoration:none; }

div.wrapper { width: 700px; text-align: center; margin-left: auto; margin-right: auto; }
/* END: Global Includes */




/* START: Header Styles */

table.header-table { margin-top: 10px; width: 700px; background-image: URL(/images/v1/header-bg.jpg); color: white; }
td.hdr-right { 
	background-position: top right; 
	background-image: URL(/images/v1/header-right-end.jpg); background-repeat: no-repeat; 
	text-align: right; padding-top: 31px; padding-right: 12px;  
}

table.header-table a:link,
table.header-table a:visited,
table.header-table a:active { color: white; text-decoration: none;}
table.header-table a:hover { color: #8f0200; }

div.hp-splash { background: white; }
/* END: Header Styles */




/* START: Body */
div.body-div { background: white; text-align: left;}
table.two-column { width: 700px; }

table.two-column td.left { width: 217px;}
table.two-column td.right { }

div.calls { margin-top: 15px; margin-left: 15px; }
div.call-action { margin-bottom: 15px; }

div.ch { margin-top:15px; }

div.redline { background-image: URL(/images/v1/line-red.jpg); background-repeat:no-repeat; height:1px; margin-top:10px; margin-bottom:10px; }
div.greyline { background-image: URL(/images/v1/line-grey.jpg); background-repeat:no-repeat; height:1px; margin-top:10px; margin-bottom:10px; }

ul.tips { margin: 20px; }
/* END: Body */


/* START: Homepage */
table.hp-featured-list { width: 440px; margin-top: 10px; margin-bottom: 20px; }
table.hp-featured-list img { padding: 2px; border: 1px solid #cacaca; }
div.listing-link { margin-left: 20px; margin-bottom: 5px; }
div.listing-teaser { margin-left: 20px; margin-bottom: 5px; }
div.listing-line { margin-left: 20px; }
/* END: Homepage */


/* START: Footer */
table.footer-link-table { width: 700px; color: #3f341b; }
table.footer-link-table td { padding: 4px; }
table.footer-link-table td.right { text-align: right; }
div.footer-div a:link,
div.footer-div a:visited,
div.footer-div a:active { color: #3f341b; text-decoration: none;}
div.footer-div a:hover { color: #8f0200; }
/* END: Footer */