/* CSS Document */


.handcursor{
font-family:Arial, Helvetica, sans-serif;
cursor:hand;
cursor:pointer;
}

.h1 a:link {font-family: Arial, Helvetica; font-weight: bold; color: #FFFFFF; text-decoration:none}
.h1 a:visited {font-family: Arial, Helvetica; font-weight: bold; color: #FFFFFF; text-decoration: none}
.h1 a:active {font-family: Arial, Helvetica; font-weight: bold; color: #FF0000; text-decoration: none}
.h1 a:hover {font-family: Arial, Helvetica; font-weight: bold; text-decoration: none; color: #FF0000;}

.h2 a:link {font-family: Arial, Helvetica; font-weight: bold; color: #FFFFFF; text-decoration:none}
.h2 a:visited {font-family: Arial, Helvetica; font-weight: bold; color: #FFFFFF; text-decoration: none}
.h2 a:active {font-family: Arial, Helvetica; font-weight: bold; color: #FF0000; text-decoration: none}
.h2 a:hover {font-family: Arial, Helvetica; font-weight: bold; text-decoration: none; color: #FF0000;}

.norm a:link {font-family: Arial, Helvetica; font-size:10pt; color: #FFFFFF; text-decoration:none}
.norm a:visited {font-family: Arial, Helvetica; font-size:10pt; color: #FFFFFF; text-decoration:none}
.norm a:active {font-family: Arial, Helvetica; font-size:10pt; color: #FF0000; text-decoration:none}
.norm a:hover {font-family: Arial, Helvetica; font-size:10pt; color: #FF0000; text-decoration:underline}

.bottomcat a:link {font-family: Arial, Helvetica; font-size:8pt; color: #000000; text-decoration:none}
.bottomcat a:visited {font-family: Arial, Helvetica; font-size:8pt; color: #000000; text-decoration:none}
.bottomcat a:active {font-family: Arial, Helvetica; font-size:8pt; color: #FF0000; text-decoration:none}
.bottomcat a:hover {font-family: Arial, Helvetica; font-size:8pt; color: #FF0000; text-decoration:none}

.bottomcat2 a:link {font-family: Arial, Helvetica; font-size:8pt; color: #FFFFFF; text-decoration:none}
.bottomcat2 a:visited {font-family: Arial, Helvetica; font-size:8pt; color: #FFFFFF; text-decoration:none}
.bottomcat2 a:active {font-family: Arial, Helvetica; font-size:8pt; color: #FF0000; text-decoration:none}
.bottomcat2 a:hover {font-family: Arial, Helvetica; font-size:8pt; color: #FF0000; text-decoration:none}

.h1 {
 font: bold 14pt Arial, Helvetica;
 color: #FFFFFF
}

.h1b {
 font: bold 14pt Arial, Helvetica;
 color: #000000
}

.h3 {
 font: bold 12pt Arial, Helvetica;
 color: #FFFFFF
}

.h2 {
 font: bold 10pt Arial, Helvetica;
 color: #FFFFFF
}

.h2b {
 font: bold 10pt Arial, Helvetica;
 color: #000000
}

.norm {
 font: 10pt Arial, Helvetica;
 color: #FFFFFF
}

.itext {
 font: bold 10pt Arial, Helvetica;
 color: #A70303
}


.normb {
 font: 10pt Arial, Helvetica;
 color: #000000
}

.normi {
 font: italic 10pt Arial, Helvetica;
 color: #FFFFFF
}

.normib {
 font: italic bold 10pt Arial, Helvetica;
 color: #FFFFFF
}


.saleprice {
 font: bold 12pt Arial, Helvetica;
 color: #FF0000
}

.bottomtext {
 font: 8pt Arial, Helvetica;
 color: #FFFFFF
}

.bottomtext2 {
 font: 8pt Arial, Helvetica;
 color: #FFFFFF
}

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
font: 12px Arial;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
font: bold 14px Arial;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
font: bold 14px Arial;
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

