/* CSS Document */

body{
background-color: #212121;
}

body, table, tr, td{
font-family: Garamond, Times;
font-size: 10pt;
}

img{
border: 0px;
}

a, a:visited{
color: #663333;
}

a:hover{
text-decoration: none;
}

strong{
color: #663333;
}

.accent{
color: #663333;
font-weight: 500;
}

.all{
background-color: #ffffcc;
background-image: URL(images/bg.jpg);
background-repeat: no-repeat;
border: 1px #000000 solid;
}

.big{
font-size: 16pt;
}

.content{
font-size: 11pt;
padding: 10px;
padding-right: 55px;
text-align: left;
}

.copyright{
border-top: 1px #000000 solid;
font-size: 9pt;
padding: 10px;
text-align: left;
}

.featured{
border-top: 1px #000000 solid;
padding-top: 20px;
padding-bottom: 10px;
}

.headerimage{
border-bottom: 1px #000000 solid;
}

.luria{
background-color: #212121;
border: 1px #212121 solid;
color: #ffffcc;
padding: 2px;
text-align: right;
}

.luria a{
color: #ffffcc;
text-decoration: none;
}

.luria a:hover{
text-decoration: underline;
}

.navigation{
height: 219px;
margin:0px;
overflow: hidden;
padding: 0px;
text-align: right;
}

.navigation a{
border-bottom: 1px #000000 solid;
color: #000000;
display: block;
font-weight: normal;
margin-left: 52px;
padding-top: 3px;
padding-bottom: 3px;
text-align: right;
text-decoration: none;
width: 166px;
z-index: 150;
}

.navigation a:hover{
color: #663333;
font-weight: bold;
}

.padded{
padding: 10px;
}

#nounderline{
border: 0px;
}

#pointer{
}

.text{
border-left: 1px #000000 solid;
}

/* ---------------------------- */


#chromemenu{
position: relative;
z-index: 150;
}

#chromemenu #nounderline{
}

.chromestyle{
width: 99%;
}

.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: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
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: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
margin-left: 115px;
margin-top: -21px;
padding: 0px;
position:absolute;
visibility: hidden;
z-index:100;
}

/* For IE \*/
* html .dropmenudiv {
	margin-top: -26px;
}



.dropmenudiv a{
background-color: #996633;
color: #ffffcc;
display: block;
padding: 3px;
position: relative;
top: -1px;
text-align: left;
text-decoration: none;
width: 150px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image: URL(images/navbg.gif);;
}
