/*************************************************************/
/*				PAGE STRUCTURE CODE							 */
/*************************************************************/


body 
{
margin-top: 0px;
margin-bottom: 0px;
text-align: center;
background: url("images/background1.jpg") repeat;
font-family: "trebuchet ms", verdana, tahoma;
color: #333;
font-size: 100%;
}

#header
{
width: 1000px;
height: 118px;
background-color: #ffffff;
text-align: center;
overflow: hidden;
margin-left: auto;
margin-right: auto;
}

#fadeshow1
{
width: 100%;
background-color: #ffffff;
text-align: center;

margin-left: auto;
margin-right: auto;
}


#content
{
margin-top: 0px;
width: 1000px;
background-color: #ffffff;
text-align: left;
margin-left: auto;
margin-right: auto;
font-size: 0.8em;
}

#bottom
{
width: 980px;
height: 33px;
margin-left: auto;
margin-right: auto;
text-align: center;
background: url("image/btmBg.gif") top no-repeat;
}

#bottomword
{
color: #999999;

font-size: 0.65em;
}

/*************************************************************/
/*				GENERAL CSS CODE							 */
/*************************************************************/

a:link{text-decoration:none; color: #0099cc;}
a:active{text-decoration:none; color: #0099cc;}
a:visited{text-decoration:none; color: #0099cc;}
a:hover{text-decoration:underline; color: #0099cc;}

.wrapper
{
padding: 8px 18px 8px 18px;	
}

h1 {font-family: "trebuchet ms", tahoma; font-weight: normal; font-size: 1.4em; color:#0b5c8b; padding-bottom: 4px; border-bottom:1px dotted #666; }

h2 {font-family: arial,"trebuchet ms", tahoma; font-weight: normal; font-size: 1.8em; color:#669933; }
h3 {font-family: arial,"trebuchet ms", tahoma; font-weight: normal; font-size: 1.8em; color:#F00; }

.smallnote
{ font-family: "trebuchet ms", verdana, tahoma; font-size: 0.9em; color:#999999;}

.smallnote2
{ font-family: "trebuchet ms", verdana, tahoma; font-size: 0.8em; color:#999999;}

.img_border
{
	padding: 7px 7px 7px 7px;
	border: 1px solid #ccc;
}

/*************************************************************/
/*				GENERAL TABLE CODE							 */
/*************************************************************/

.tableGeneral {
	border-style: none;
	border-collapse: collapse;
}

.tableGeneral td.l {
	border: 1px solid #eeeeee;
	padding: 8px 8px 8px 8px ;
	background: #ffffff;
	font-size: 12px;
	text-align: left;
}

.tableGeneral td.b {
	border: 1px solid #ffffff;
	padding: 8px 8px 8px 8px ;
	background: #ccf0ff;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
}

.tableGeneral td.d {
	border: 1px solid #ffffff;
	padding: 8px 8px 8px 8px ;
	background: #e6e6e6;ffe9e9
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
}

.tableGeneral td.p {
	border: 1px solid #ffffff;
	padding: 8px 8px 8px 8px ;
	background: #ffe9e9;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
}

/*************************************************************/
/*				GALLERY TABLE CODE 1						 */
/*************************************************************/

.tbl_gallery1 {
	border-style: none;
	border-collapse: collapse;
}

.tbl_gallery1 th {
	border: 1px solid #eeeeee;
	padding: 7px 7px 7px 7px ;
	background: #eeeeee;
	text-align: left;
}

.tbl_gallery1 td {
	width: 210px;
	height: 210px;
	border: 1px solid #eeeeee;
	padding: 7px 7px 7px 7px ;
	background: #ffffff;
	text-align: left;
	vertical-align: top;
}


/*************************************************************/
/*				GALLERY TABLE CODE	 2						 */
/*************************************************************/

.tbl_gallery2 {
	border-style: none;
	border-collapse: collapse;
}

.tbl_gallery2 td {
	width: 153px;
	height: 153px;
	border: 1px solid #ffffff;
	background: #eeeeee;
	text-align: center;
	vertical-align: middle;
}

.tbl_gallery2 td img {
	border: 1px solid #ccc;
	padding: 4px 4px 4px 4px;
	background-color: #ffffff;
}

.tbl_gallery2 td img:hover {
	border: 1px solid #eeeeee;
	padding: 4px 4px 4px 4px;
	background-color: #888888;
}

/*************************************************************/
/*				MAIN MENU CODE								 */
/*************************************************************/

#menu_holder
{
width: 1000px;
background-color: #ffffff;
text-align: center;

margin-left: auto;
margin-right: auto;
	
	
}

#menu { 
list-style:none;
margin:0 auto;
padding:0 0 0px 7px;	
height:1%;
background:#CCC;
}


#menu:after {
content:'';
display:block;
clear:both;
} 

#menu li {
padding:0 23px 0 23px;
float:right;
margin:10px 0;
color:#666;
text-transform:uppercase;
font-size: 12px;

	}

#menu li a {
color:#666;	
vertical-align:bottom;
	}

#menu li.hover a,#menu li:hover a,#menu li.hover,#menu li:hover {
	position: relative;

}

#menu li.hover ul, #menu li:hover ul {
	display: block;
}

/*************************************************************/
/*				OLD MENU CODE								 */
/*************************************************************

#menu
{
width: 1000px;
text-align: center;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
}

#navpanel {
	background-color: #fff;
	height: 38px;
	width: 1000px;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
}

#nav-left {
	float: left;
	width: 100%;
	font-size: 93%;
	line-height: normal;
	background-color: #fff;
	font-family: tahoma, "trebuchet ms", georgia, tahoma;
	font-size: 12px;
}

#nav-left ul {
	margin: 0;
	padding: 0 0 0 100px !important;
	list-style: none;
}

#nav-left li {
	display: inline;
	margin: 0;
	font-weight: bold;
	padding: 0
}

#nav-left a {
	float: left;
	background: url("images/menuBG1.gif") no-repeat left top;
	background-position: 0% -19px;
	margin: 0 2px;
	padding: 0 0 0 4px;
	text-decoration: none
}

#nav-left a span {
	float: left;
	display: block;
	background: url("images/menuBG1.gif") no-repeat right top;
	background-position: 100% -19px;
	padding: 10px 20px 10px 20px;
	color: #ffffff;
	text-transform: uppercase;
}

#nav-left a span {
	float: none;
}

#nav-left a:hover span {
	float: left;
	display: block;
	background: url("images/menuBG2.gif") no-repeat right top;
	background-position: 100% -19px;
}

#nav-left a:hover {
	float: left;
	background: url("images/menuBG2.gif") no-repeat left top;
	background-position: 0% -19px;	
}

******************************************************************/

/*************************************************************/
/*				MAIN MENU CODE for non main page			 */
/*************************************************************/


#navpanel2 {
	
	height: 38px;
	width: 600px;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
}

#nav-left2 {
	float: left;
	width: 100%;
	font-size: 93%;
	line-height: normal;
	
	font-family: tahoma, "trebuchet ms", georgia, tahoma;
	font-size: 12px;
}

#nav-left2 ul {
	margin: 0;
	padding: 38px 0 0 30px !important;
	list-style: none;
}

#nav-left2 li {
	display: inline;
	margin: 0;
	font-weight: bold;
	padding: 0
}

#nav-left2 a {
	float: left;
	background: url("images/menuBG1.gif") no-repeat left top;
	background-position: 0% -19px;
	margin: 0 2px;
	padding: 0 0 0 4px;
	text-decoration: none
}

#nav-left2 a span {
	float: left;
	display: block;
	background: url("images/menuBG1.gif") no-repeat right top;
	background-position: 100% -19px;
	padding: 10px 20px 10px 20px;
	color: #ffffff;
	text-transform: uppercase;
}

#nav-left2 a span {
	float: none;
}

#nav-left2 a:hover span {
	float: left;
	display: block;
	background: url("images/menuBG2.gif") no-repeat right top;
	background-position: 100% -19px;
}

#nav-left2 a:hover {
	float: left;
	background: url("images/menuBG2.gif") no-repeat left top;
	background-position: 0% -19px;	
}

/**********************************************************************************/
