@charset "UTF-8";
/* CSS Document */


table 
{
border-collapse:collapse
}


html, body {
   padding: 0;
   margin: 0;
   }

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	background-color: #FF0000;
	background-image: url(images/Untitled-4.gif);
	background-repeat: repeat-x;
}
a {
	font-size: 12px;
	color: #0033CC;
}
a:visited {
	color: #330099;
}
a:hover {
	color: #FF0000;
}


/*!!!!!!!!!!!!!!!!!!!!! STYLES 1 !!!!!!!!!!!!!!!!!!!!!!!!*/


.thickstyle{
background: silver;
}


.padding{
padding-left:5px;
padding-right:5px;
padding-top:5px;
}

.smallfont{
font-size: x-small;
font-family: Arial, Helvetica, sans-serif;
}


.titlestyle{
padding-left:20px;
padding-bottom:5px;
border-bottom-width:2px;
border-bottom-color:#FF0000;
}

/*!!!!!!!!!!!!!!!!!!!!! ARROW LIST MENU - RIGHT COLUMN NAVIGATION STYLE !!!!!!!!!!!!!!!!!!!!!!!!*/


.arrowlistmenu{
width: 210px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(media/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*/
}

.arrowlistmenu ul{
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{
color: #A70303;
background: url(media/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;
font-weight: bold;
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;
}

.leftborder{
    border-left-width:1px;

    border-left-color:grey;

    border-left-style:solid;
	
	border-right-width:1px;

    border-right-color:grey;

    border-right-style:solid;
	
	border-bottom-width:1px;

    border-bottom-color:grey;

    border-bottom-style:solid;
	
	background-color: #F7F7F7
	}


/*!!!!!!!!!!!!!!!!!!!!! SOLID BLOCK MENU - TOP MAIN NAVIGATION !!!!!!!!!!!!!!!!!!!!!!!!*/


.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: 12px Arial;
width: 100%;
border: 2px;
border-bottom:#FFFFFF;
background-color: #000000
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
font-size: 12px;
color: white;
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
font-size: 12px; color: #ffff33;
background-color: #000000
}


/*!!!!!!!!!!!!!!!!!!!!! SOLID BLOCK MENU 2 - TOP MAIN NAVIGATION !!!!!!!!!!!!!!!!!!!!!!!!*/



.solidblockmenu2{
margin: 0;
padding: 0;
float: left;
font: 12px Arial;
width: 100%;
border: 0px;
border-width: 1px 0;
background-color:#FF0000;
}

.solidblockmenu2 li{
display: inline;
}

.solidblockmenu2 li a{
float: left;
font-size: 12px;
color:#000000;
padding: 3px 11px;
text-decoration: none;
border-right: 0px;
}

.solidblockmenu2 li a:visited{
color: white;
}

.solidblockmenu2 li a:hover, .solidblockmenu2 li .current{
font-size: 12px; color: #ffff33;
background-color: #000000;
}


/*!!!!!!!!!!!!!!!!!!!!! GALLERY CONTAINER STYLES !!!!!!!!!!!!!!!!!!!!!!!!*/



.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px solid white;
margin: 0 2px 2px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 50px;
left: 30px; /*position where enlarged image should offset horizontally */
z-index: 100;
}



/*!!!!!!!!!!!!!!!!!!!!! EXTRA FONT STYLES !!!!!!!!!!!!!!!!!!!!!!!!*/







.style-Large-Bold {font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.style-Large-Bold-RED {font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
}



.style-Medium-Regular {
    font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}


.style-Medium-Bold {
    font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	
.style-Medium-Bold-RED {
    font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
	}




.style-Small-Regular {
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}


.style-Small-Bold {
    font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.style-Small-Bold-RED {
    font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#FF0000;
	}




.style-Mini-Regular{
font-size: x-small;
font-family: Arial, Helvetica, sans-serif;
}


.style-Mini-Bold{
font-size: x-small;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
}

.style-Mini-Bold-RED{
font-size: x-small;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif;
color:#FF0000;
}



.style9 {	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
}

.style21 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style23 {font-size: large}


.style24 {font-size: large; color: #CC0000; font-weight: bold;}


.style27 {color: #666666}

.style28 {
	font-size: 14px;
	font-weight: bold;
}

.style29 {font-size: 12px}


.style31 {
	color: #000099;
	font-weight: bold;
}

.style32 {color: #FF0000}


.style33 {font-size: large; color: #FF0000; }


.style34 {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
}



/*!!!!!!!!!!!!!!!!!!!!! WANTED POSTER STYLES !!!!!!!!!!!!!!!!!!!!!!!!*/


#divwanted {
width:450px;
border-bottom-style:solid;
border-color:#000000;
border-width:2px;
background-image:url(images/1_poster_Background.jpg);
background-repeat:repeat;
margin-left:auto;
margin-right:auto;
}

#divwanted_text {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
padding:20px;
text-align:center;
} 



/*!!!!!!!!!!!!!!!!!!!!! CONDITIONALS FOR INTERNET EXPLORER !!!!!!!!!!!!!!!!!!!!!!!*/


<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}

-->