/* CSS Document */

* {font-family:Verdana, Arial, Helvetica, sans-serif}

/* ######### Style for Drop Down Menu ######### */
.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}



/* Main link Properties */
A:active{color:red;text-decoration:none;font-weight:none}
A:visited{color:red;text-decoration:none;font-weight:none}
A:link{color:red;text-decoration:none;font-weight:none}
A:hover{color:red;text-decoration:underline;font-weight:bold}


/* red sidebar links - Active */
a.nav, a.nav:link, a.nav:active, a.nav:visited {
padding:.15em;
padding-top:.4em;
height:2em;
font-size:11px;
color:#ffffff;
border-bottom:1px white dashed;
font-weight:bold;
text-decoration:none;
display:block;
background:#CC0000;
}
/* Hover */
a.nav:hover {
height:2em;
color:#000000;
font-weight:bold;
padding-left:10px;
display:block;
background:#fff;
text-decoration:underline;
}


/* Top red bar navigation properties */
a.nav2, a.nav2:link, a.nav2:Active, a.nav2:visited {color:white;text-decoration:none;font-weight:none}
a.nav2:hover {color:black;text-decoration:none;font-weight:none}

/* Bottom black bar navigatopm propeties */
a.nav3, a.nav3:link, a.nav3:Active, a.nav3:visited {color:white;text-decoration:none;font-weight:none}
a.nav3:hover {color:red;text-decoration:none;}



/* Body and main-text properties */
body
{ background-color:#ffffff;
background-attachment: fixed;
text-align: justify;
font-family:Tahoma;
color: #000000;
letter-spacing: 0;
font-weight: normal;
font-size:9px;
line-height: 15px}



/* Heading, b, i properties */
h3 {font-weight:normal;color:#000000; text-align:center; font-size:12px;}
h4 {font-weight:bold;color:red;text-align:left;}
h5 {font-weight:none;color:red;text-align:center; text-decoration:underline; font-size:15px;}
b{font-weight:bold;color:#FF0000;}
i{font-weight:italic;color:#FF0000;text-decoration:none;}



/* Table Properties */

/* Table style 1 - template tables */

table {
	border-width: 1px;
	font-size:10pt;
	border-spacing: 0px;
	border-style: solid;
	border-color: #1b1517;
	border-collapse: collapse;
	background-color: none;
}
table th {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-collapse:collapse;
	border-color:#1b1517;
	background-color: none;
	-moz-border-radius: ;
}
table td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: #1b1517;
	background-color: none;
	-moz-border-radius: ;
}

/* Table style 2 - Affiliate tables */
table.style2 {
	border-width: 0px;
	font-size:12px;
	border-spacing: 0px;
	border-style: none;
	border-color: #ffffff;
	border-collapse: collapse;
	background-color: none;
	text-align:justify;
}
table.style2 th {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-collapse:collapse;
	border-color:#ffffff;
	background-color: none;
	text-align:justify;
	-moz-border-radius: ;
}
table.style2 td {
	border-width: 0px;
	padding: 3px;
	border-style: inset;
	border-color: #ffffff;
	background-color: none;
	text-align:justify;
	-moz-border-radius: ;
}

/*Table style 3 - index page table */
table.style3 {
	border-width: 0px;
	font-size:10px;
	border-spacing: 0px;
	border-style: none;
	border-color: #ffffff;
	border-collapse: collapse;
	background-color: none;
}
table.style3 th {
	border-width: 0px;
	padding: 5px;
	border-style: none;
	border-collapse:collapse;
	border-color:#ffffff;
	background-color: none;
	-moz-border-radius: ;
}
table.style3 td {
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	border-color: #ffffff;
	background-color: none;
	-moz-border-radius: ;
}

/* Table INDEX PAGE  */
table.index {
	border-width: 0px;
	font-size:10px;
	border-spacing: 0px;
	border-style: none;
	border-color: #ffffff;
	border-collapse: collapse;
	background-color: none;
	text-align:justify;
}
table.index th {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-collapse:collapse;
	border-color:#ffffff;
	background-color: none;
	text-align:justify;
	-moz-border-radius: ;
}
table.index td {
	border-width: 0px;
	padding: 3px;
	border-style: inset;
	border-color: #ffffff;
	background-color: none;
	text-align:justify;
	-moz-border-radius: ;
}



/* Input textarea properties */
textarea
{ background-position: 0% ; border:1px solid black; font-family:Tahoma;
color: black;
font-size: 10pt;
text-align: left;
line-height:11px; background-image:url('none'); background-repeat:repeat; background-attachment:scroll 
 }

input
{ background-position: 0% ; border:1px solid black; font-family:Tahoma;
color: black;
font-size: 10pt;
text-align: left;
line-height:11px; background-image:url('none'); background-repeat:repeat; background-attachment:scroll 
 }
 
 /* DIV Hover Properties */
div.hoverbox
{
    background: #F5F5F5;
    float: none;
    width: 90%;
    height: auto;
    border: solid 1px #666666;
    margin: 0px;
	margin-top:0px;
	margin-bottom:0px;
    overflow: auto;
	text-align:justify;
}
div.hoverbox:hover
{
    background: #F3E4E4;
}


