/* CSS Document */

body
{
margin-top:0px;
padding-top:0px;
margin-bottom:0px;
padding-bottom:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color: #000000;
background-color:#B60536;
min-width: 900px;
}

.largetext {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
color: #000000;
}

.largetext16 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color: #000000;
}

a:link {
	color: #000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #B60536;
}

#wrapper
{
position:relative;
display:table;
background-color:#ffffff;
width: 800px;
margin-left:auto;
margin-right:auto;
}

#header
{
background-image: url(image/header.jpg);
height:185px;
width:800px;
z-index:3;
}

#headerhome
{
background-image: url(image/headerhome.jpg);
height:25px;
width:800px;
padding-top:160px;
z-index:3;
position:relative;
}

#headertext {
width:800px;
height:20px;
padding-top:140px;
z-index:3;
}

#main {
padding-top:10px;
padding-bottom:10px;
width:800px;
height:auto;
z-index:1;
position:relative;
background-color:#B60536;
}

#flashleft {
float:left;
width:250px;
height:300px;
z-index:1;
position:relative;
background-color:#B60536;
}

#scrollintext {
float:left;
width:280px;
height:280px;
padding-top:20px;
padding-left:20px;
background-color:#b70537;
z-index:1;
}

#flashright {
float:left;
width:250px;
height:300px;
z-index:1;
}

#main2
{
width:760px;
height:auto;
text-align:center;
padding-left:20px;
padding-right:20px;
}

#filmstrip
{
width:800px;
height:175px;
}

#footer
{
background-color:#d5ddc8;
text-align:center;
color:#000000;
width:800px;
padding-top:5px;
padding-bottom:5px;
}


/*dropdown*/
.chromestyle{
padding-top:10px;
width: 700px;
font-weight: bold;
font-size:11px;
}

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

.chromestyle ul{
border: 0px;
width: 100%;
padding: 2px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

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

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

.chromestyle ul li a[rel]:after{
content: " v";
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB;
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);
}


.dropmenudiv a{
width: 200px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB;
padding: 2px 0;
text-decoration: none;
color: black;
z-index:3;
}

* html .dropmenudiv a{
width: 200px;
z-index:3;
}

.dropmenudiv a:hover{
background-color: #F0F0F0;
width: 200px;
z-index:3;
}

/*.............menu.............*/

.glossymenu{
margin: 4px 0;
width: 220px; /*width of menu*/
border: 1px solid #000000;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(image/glossyback.gif) repeat-x bottom left;
font: 12px Arial, Helvetica, sans-serif;
color: #fff;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
text-decoration: none;
padding-left:5px;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #fff;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(image/glossyback2.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid white;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 11px  Arial, Helvetica, sans-serif;
color: white;
background-color:#666666;
text-decoration: none;
padding: 4px 0;
padding-left:5px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: white;
}