﻿@charset "utf-8";
/* CSS Document */


BODY {
	background: #ffffff url(../images/main_bg.jpg) no-repeat top right;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	margin: 0px 0px 0px 0px;
}


#tabs_container {
	width: 490px;
}

#content {
	width: 390px;
}

#nav{
	width: 61px;
}

#nav ul{margin:0;padding:0;list-style-type:none;width:auto;float:right; }
#nav ul li{display:block ;float:left }
#nav ul li a span{padding:0px 0px 0px 0px;float:right; }

#left_div {
	width: 428px;
	float:left;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;	
}

#nav .tabs_on {
border-left: 1px solid #DDD;
cursor: pointer;
color: #CCCCCC;
background: url(../images/tab_on.jpg) top right no-repeat;
}
	  
#nav .tabs_off {
cursor: pointer;
color: #b43531;
background: white url(../images/tab_off.jpg) top right no-repeat;
}




table.ThemeTable 
{
    border:1px dotted #ccc;
	border-collapse: collapse;
}
table.ThemeTable td {
	padding: 5px;
}

table.ThemeTable tr {
	border:1px dotted #ccc;
}


.content
{
	font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
    }
    
.content_bold
{
	font-family: Tahoma;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	font-weight:bold;
    }
	
	.footer{
		
		
			font-family: Tahoma;
	font-size: 12px;
	color:#000;
	
	}


H1 {
	font-family: "Tahoma";
	font-size: 12px;
	font-weight:bold;
	color: gray;
}

H2 {
	font-family: "Times New Roman";
	font-size: 16px;
	font-weight:bold;
	color: #black;
}

H3 {
	font-family: "Times New Roman";
	font-size: 20px;
	font-weight:bold;
	color: black;
}

H4 {
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: normal;
}

H5 {
	font-family: "Tahoma";
	font-size: 12px;
	font-weight: bold;
}

H6 {
	font-size: 16pt;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight: bold; 
}

.inline-left {
	display: inline;
	float: left;
}

.inline-right {
	display: inline;
	float: right;
}

.invisible-component {
	display: none;
}

.visible-component {
	display: block;
}

.pic{
	width: 200px;
	height: 150px;
	margin: 0 10px 30px 0;
	display:inline;
	float:left;
	}
	
	.GalleryPic {
	width: 114px;
	height: 85px;
	padding: 3px;
	border: 1px solid #DDD;
}

	.NewsPic {
	width: 137px;
	height: 91px;
	padding: 3px;
	border: 1px solid #DDD;
	margin-left:10px;
}

	
.LightGrayBold{
	size:9px;
	color:#999;
	font-weight:bold;
	}
	
#MaskDiv{
		position:relative;
		width:760px;
		height:240px;
		}
		
span.Overlay {
background:transparent url(../images/mask.png) no-repeat scroll 0 0;
		width:760px;
		height:240px;
		display:block;
left:0;
position:absolute;
top:0;
z-index:10;
}

.textbox{
height:22px;
padding:3px;
font-family:"Times New Roman", Times, serif;
font-size: 16px;
font-weight:bold;
color:#000000;
}

/* Tabs...... */
.tab_content {
padding-bottom: 0px;
}

#tabContainer {
padding: 0px;
margin:0;
height:30px;
width:60px;
}

#tabContainer div {
padding: 4px 6px 8px 6px;
margin: 3px 0 0 0;
color: #000000;
font-size: 9pt;
font-family : Tahoma;
}

#tabContainer .tabs_on {
cursor: pointer;
color: #ba2025;
background: url(../images/tab_on.jpg) top right no-repeat;
}
	  
#tabContainer .tabs_off {
cursor: pointer;
color: #2d2b2b;
background: white url(../images/tab_off.jpg) top right no-repeat;
}

/* end of Tabs......*/


	
A:link {
	COLOR: #990000;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #990000;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #990000;
	TEXT-DECORATION: underline;
}

A:link.ad {
	COLOR: #333333;
	TEXT-DECORATION: none;
}
A:visited.ad {
	COLOR: #333333;
	TEXT-DECORATION: none;
}
A:hover.ad {
	COLOR: #990000;
	TEXT-DECORATION: none;
}


