/*GENERAL*/
*{margin:0;}
a{outline:none;border:none;}
input{margin:0;  padding-left:5px; color:#666666;}
.left { float:left}
.right {float:right}

h1 {  margin-bottom:14px; padding:0px; font-size:18px; color:#FFFFFF}
h2 { padding:0px; font-size:16px; color:#FFFFFF; padding-bottom:15px}
h3 { padding:0px; padding-bottom:5px; font-size:15px; color:#FF0000; font-weight:normal }
.title1 {padding:0px; font-size:16px; color:#FFFFFF; padding-bottom:10px}
.txtYellow {padding:0px; font-size:13px; color:#FFCD7C; font-weight:bold; padding-bottom:5px}
.txtRed {padding:0px;  color:#CB2026; font-weight:bold;}
.imageBox { padding:3px; border:1px solid #CB2026 }
p {text-align:justify}
.date {clear:both; font-size:12px; padding-top:10px; padding-left:20px}
.space5 {height:5px; clear:both; font-size:5px}
.space10 {height:10px; clear:both; font-size:10px}

.btn {background-color:#beb59c; height:22px; text-align:center; border:1px solid #fff; color:#4b3702; font-size:11px; font-weight:bold}
.centerDiv { text-align:center; }

.block { background-color:#121212; border:1px solid #333333; text-align:center}
.pblock {background: url(../images/bgShade.jpg) repeat-x; padding:10px; margin-bottom:15px}
.graphic { margin:10px 0px}
.pad8 { padding:8px}
.padleft5 {padding-left:5px}
.smalltext { font-size:11px; }

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	color:#fff;
	line-height:17px;
	background:url(../images/bg.jpg) #000000
}
html,body{width:100%;}
a {color:#C75C24; text-decoration:none}
a:hover {color:#fff; text-decoration:underline}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#container{width:1000px; margin:0 auto; background:#000000}
#logo {float:left; padding:10px 0px 0px 20px; width:260px; }
#header {float:right; width:665px;height:132px;background:url(../images/header.jpg) right no-repeat} 
#leftCol { width:215px; padding:10px 15px; float:left; background:url(../images/bgLeft.jpg) repeat-x #46110e; border:1px scroll #992121}
#rightCol { width:740px; margin-left:10px; float:left}
.bar { background:url(../images/bgBar.jpg) repeat-x; height:35px}

#contents_wrapper{width:996px;overflow:hidden;height:1000px;position:relative; margin:0 auto; z-index:80;   }
#contents{height:100%;position; z-index:1000}

#footer { background:url(../images/bgFooter.jpg) repeat-x; padding:5px; text-align:center; font-size:11px; clear:both;}

/*Menus++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#navcontainer { height:50px; clear:both}
#navcontainer ul{list-style:none; padding:0px; margin:0px}
#navcontainer li {float:left; margin:0px 4px 0px 4px;}
#navcontainer li a { color:#77622c; text-decoration:none;}
#navcontainer li a:hover { color:#000; text-decoration:none}
#navcontainer li.sep { float:left; width:2px; background-image:url(../images/seperator.jpg);  margin:0px 11px 0px 11px; height:25px}

/* Thumbnail Viewr
**********************************/

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 100;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}	

