/* css iamfreshonline.com */

* {margin:0px; padding:0px;}

body  {

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	background: black; /* #4f5657  */ 
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: white;
	padding: 10px 0;
}

h1 {
	font-size: 16px;
	color: white;
	margin-bottom: 10px;
}

h2 
{
    font-size: 14px;
	color: white;
	margin-bottom: 10px;   
}

a:link {color: white}     /* unvisited link old CA0000 */ 
a:visited {color: white}  /* visited link */
a:hover {color: gray}   /* mouse over link */
a:active {color: white}   /* selected link */


p {
	margin-bottom: 10px;
}



#container{
	width: 900px;
	margin: 0 auto;
	border: 3px solid #320000; /* old 6a0000  */
	border-bottom: 0px solid #320000;  
	text-align: left;
	
}

#header {
	height:150px;
	background: #1c1c1c;
	}

.header_div_1 {
	float: left;
}

.header_div_2{
	float: left;
	padding-left: 280px;
}
	
#top_menu {
    height:33px;
 	background-image:url(images/menu_bg.jpg); /* black_bg.gif  */
	/* color:#FFFFFF; */
	border-top: 1px solid gray;
	border-bottom: 1px solid gray; /* #666666 */
	}
	
.date_div {
	color: #FFFFFF;
	text-align:right;
	font-weight:bold;
	padding: 9px 10px 0px 0px; 
	}

.main_table {
	width: 100%; 
	border: 0; 
}

#main_content {
    background-color: #1c1c1c;
    height: auto;
    display: block;
}

.left_content {
	width:25%;
	vertical-align:top;
	border-right: 1px solid black;
	padding: 2px;
	height: 400px;
}

.middle_content {
	width:75%;
	vertical-align:top;
	padding: 10px;
	text-align: justify;
}

.main_content_div {
	padding: 5px;
	
}

.hover_div {
	visibility: hidden; 
	position: absolute; 
	top: 115px; 
	left: 350px;
}

.scroll_div {
	overflow:auto;
 	width: 95%;
    height:300px; 
	border: 1px solid black;
	padding: 5px;
	
}

#footer {
	
	background-image: url(images/footer_bg.jpg);
	/* background: #6a0000; */
 	border-top: 0px solid gray;
 	color: white;
 	text-align: center;
 	padding: 5px;

}

.footer2 {
	color: white;
	text-align: center;
	margin-top: 10px;
	font-weight: normal;

}

/* index styles here */ 

#index_container {
	width: 900px;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: center;
}

#index_main_content {
    height: auto;
    display: block;
}

#index_footer {
 	border-top: 0px solid #000000;
 	color: white;
}

/* end index styles */



/* start header menu */

#thicktabs{
margin: 0;
padding: 0;
float: left;
font: bold 13px Tahoma;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: #CCCCCC;
padding: 8px 11px; /*padding of tabs*/
text-decoration: none;
background: transparent url(images/menu_bg.jpg) top right no-repeat;
border-top: 0px solid #d3bdbe; /*top border style*/
border-bottom: 0px solid #666666; /*thick bottom border below tabs -  old 3px */
border-right: 1px solid gray;
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 0px solid gray; /*left border style #d3bdbe */
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid gray; /*right border style - old #d3bdbe */
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{
color: white;
}

#thicktabs li a:hover{
color: white;
background-image: url(images/menu_bg_over.jpg); /*background image swap on hover*/
}


/* end header menu */ 

#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 5px;
  margin-left: -50px;
  margin-top: -45px;
  width: 125px;
  border: 1px solid black;
  /* background-color: #777; */
  background-image: url(images/hover_bg.png);
  color: white;
  font-size: 0.95em;
}

/* image rotator */

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:345px;
	margin-left: 5px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500;
}










