@charset "utf-8";
/* CSS Document */
/* Subnav  */
/*/////////*/
.subnav{
float:left;
margin:0px;padding:0px;
width:160px;height:auto;
border-left:6px solid #fff;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color:#a1080b;
text-align:left;
background:url('../imgs/arrows.jpg') no-repeat;
background-position:left;
background-color:#fff;
list-style:none;
overflow:hidden;
}
.subnav li{
margin:0px;padding:0px;
width:160px;height:12px;
border-bottom:8px solid #fff;
background:url('../imgs/arrows.jpg') no-repeat;
background-position:left;
background-color:#fff;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color:#a1080b;
text-align:left;
text-indent:16px;
list-style:none;
}
.subnav li.here{
margin:0px;padding:0px;
width:160px;height:12px;
border-bottom:8px solid #fff;
background:url('../imgs/redarrows.jpg') no-repeat;
background-position:left;
background-color:#fff;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color:#a1080b;
text-align:left;
text-indent:16px;
list-style:none;
}

/* Subnav Links */
/*//////////////*/
.slinks{
margin:0px;padding:0px;
height:auto;
background:#fff;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color:#a1080b;
text-align:left;
}
a.slinks:link, a.slinks:visited, a.slinks:active{
margin:0px;padding:0px;
height:auto;
background:#fff;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color:#a1080b;
text-align:left;
text-decoration:none;
}
a.slinks:hover{
margin:0px;padding:0px;
height:auto;
background:#fff;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
color:#a1080b;
text-align:left;
text-decoration:underline;
}

/* Subnav Typography */
/*///////////////////*/
.subnav_header{
float:left;
margin:0px;padding:0px;
width:180px;height:36px;
background:#f3edd1;
border-top:2px solid #fff;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
text-align:left;
text-indent:10px;
line-height:36px;
}
.subtext{
float:left;
margin:0px;padding:0px;
width:160px;height:auto;
background:#fff;
border-left:6px solid #fff;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
text-align:left;
line-height:15px;
list-style:none;
overflow:hidden;
}
.subtext li{
margin:0px;padding:0px;
width:180px;height:15px;
background:#fff;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
color:#333;
text-align:left;
line-height:15px;
list-style:none;
overflow:hidden;
}

/* Txtnav Links */
/*//////////////*/
.txtlinks{
float:left;display:block;
margin:0px;padding:0px;
width:380px;height:auto;
background:url('../imgs/arrows.jpg') no-repeat;
background-position:left;
background-color:#fff;
border-left:15px solid #fff;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
color:#a1080b;
text-align:left;
text-indent:16px;
}
a.tlinks:link, a.tlinks:visited, a.tlinks:active{
margin:0px;padding:0px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
color:#a1080b;
text-align:left;
text-indent:16px;
text-decoration:none;
}
a.tlinks:hover{
margin:0px;padding:0px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:11px;
color:#a1080b;
text-align:left;
text-indent:16px;
text-decoration:underline;
}

/* Arrows */
/*////////*/
.arrows{float:left;display:block;margin:0px;padding:0px;width:11px;height:11px;background:url('../imgs/arrows.jpg') no-repeat;border-right:4px solid #fff;}
.redarrows{float:left;display:block;margin:0px;padding:0px;width:11px;height:11px;background:url('../imgs/redarrows.jpg') no-repeat;border-right:4px solid #fff;}
/* Custom Quote Button */
/*/////////////////////*/
.cquotebutton{float:left;display:block;margin:0px;padding:0px;width:186px;height:46px;background:url('../imgs/cquotebutton.jpg') no-repeat;}
a.cquotebutton:link, a.cquotebutton:visited, a.cquotebutton:active{float:left;display:block;margin:0px;padding:0px;width:186px;height:46px;background:url('../imgs/cquotebutton.jpg') no-repeat;}
a.cquotebutton:hover{float:left;display:block;margin:0px;padding:0px;width:186px;height:46px;background:url('../imgs/cquotebutton_hover.jpg') no-repeat;}
/* Spacer */
/*////////*/
.subnav_spacer{float:left;display:block;margin:0px;padding:0px;width:180px;height:14px;background:#fff;}
