@charset "utf-8";
/* CSS Document */

/*----------------------HTML TAGS------------------------------*/
body {margin:0px; background-color:#d23e42; background-image: url(../images/bkg_tile.gif); background-repeat:repeat-x;}
div {margin:0px; padding:0px;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
h1 { font-size:14px; color:#c8393c; margin:0px 0px 20px 0px; padding:0px;}

/*----------------------DIV'S------------------------------*/
#wrapper {width:760px; margin:0 auto; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
#header {width:760px; height:117px;}
#menucont { width:760px; height:26px; background-image:url(../images/nav_tile.gif); background-repeat: repeat-x;   }
#menu { width:760px; height:23px; font-size:12px; color:#fff; text-transform:capitalize; padding-top:-3px; float:left;  }
#menu ul { list-style-type:none; float:left; margin-top:5px; display:block;}
*html #menu ul { list-style-type:none; float:left; margin:0px; }
#menu ul li {display:inline; padding:-10px 4px 0px 4px; }
#menu ul li a {color:#fff; padding:0px 0px 0px 5px; margin:0px; height:20px; }
#menu ul li a:hover {background-color:#971b1e; }
#menu ul li a:active {background-color:#971b1e;}

#contentcont {width:740px; padding:10px 10px 0px 10px; background-color:#fff; border-bottom:2px solid #c13438;}
#contentfull {width:730px; padding:20px 0px 0px 10px; text-align:left; background-image:url(../images/bar_tile.gif); background-repeat:repeat-x; background-position: top;}
#contentlt {width:468px; float:left;}
#contentrt {width:250px; height:215px; float:left; margin-left:10px;}
#contentl {width:448px; float:left; background-image:url(../images/bar_tile.gif); background-repeat:repeat-x; background-position: top; text-align:left; padding:20px 10px 0px 10px; border-right:5px solid #c13438;}
#contentr {width:257px; float:left; height:100%; background-image:url(../images/bar_tile.gif); background-repeat:repeat-x;  padding:20px 0px 0px 10px;}
#contentl ul { margin-top:0px;}
*|html #contentlt { margin-bottom:10px;}
*|html #contentrt { margin-bottom:10px;}
#contentlmain {width:468px; margin-top:10px; float:left;}
#contentlmain {width:267px; margin-top:10px; float:left;}
#footer { width:760px; height:86px; background-image:url(../images/footer_tile.gif); background-repeat:repeat-x; color:#fff; overflow:hidden;}

/*----------------------CLASSES------------------------------*/
.clear {clear: both;}
.contenttxt{margin:0px 0px 0px 27px; padding-right:10px; width:420px; line-height:16px;}
.contenttxt a {color:#000;}
.contenttxt a:hover {color:#c8393c;}
.contenttxtf{margin:0px 0px 0px 27px; width:670px; line-height:16px;}
.redc { color:#c8393c;}
.footer {margin-top:10px;}
.footer a { color:#fff; text-decoration:none;}
.footer a:hover {text-decoration:underline;}
.pagepic { text-align:center; margin-bottom:20px;}