 
 
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-image: url(images/all_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #3c512d;
}
form, p, h1, h2, h3, h4, h5, ul {
	margin:0;
	padding:0;
}

td {
	color:#666666;
	font-family: "Trebuchet MS", Arial, tahoma;
	font-size: 11px;
}


#login td{
	padding-bottom: 5px;
}
#login label{
	color:#FFFFFF;
	font-size: 14px;
	padding-right: 20px;
	font-weight:bold
}
#login a{
	color:#3c512d;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}



#contact td{
	color:#FFFFFF;
	font-size: 11px;
	font-weight:bold;
	padding-bottom: 5px;
}
#contact a{
	color:#FFFFFF;
	text-decoration: none;
}

#smallMenu td{
	color:#3c512d;
	font-size: 11px;
	font-weight:bold
}
#smallMenu a{
	color:#3c512d;
	text-decoration: none;
}

.textbox {
	font-family: "Trebuchet MS", Arial, tahoma;
	font-size: 10px;
	color: #000000;
	height: 19px;
	width: 152px;
	background-repeat: no-repeat;
	border: 1px solid #CCCCCC;
}

#footer td {
	color:#999999;
	font-weight:bold;
}

#footer a{
	color:#FFFFFF;
	text-decoration: none;
	font-weight:bold;
}


#contentTable{
	padding:15px
}
#contentTable h1{

	font-family: "Trebuchet MS", Arial, tahoma;
	font-size: 12px;
	color: #cc0000;
}
#contentTable h2{

	font-family: "Trebuchet MS", Arial, tahoma;
	font-size: 12px;
	color: #3c512d;
}
#contentTable h3{

	font-family: "Trebuchet MS", Arial, tahoma;
	font-size: 16px;
	color: #cc0000;
}
#contentTable a{
	color: #3c512d;
	text-decoration:none;
}

#contentTable li{
	color: #005dab;
	text-indent: 10px;
	list-style-position: inside;
	list-style-type: none;
	padding-left: 10px;
	list-style-image: url(images/circle.gif);
}

#news{
	padding:10px;
	background-color: #FFFFFF;
	background-image: url(images/con_03_Bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#con1{
	padding:10px;
	border: 1px solid #666666;
}

#con2{
	padding:10px;
	background-image: url(images/con_02_Bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.border{
	border: 1px solid #CCCCCC;
}


.subMenu:link { 	
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #5f6d54; 
	line-height:25px;  
	text-decoration: none;	
	padding: 0px 5px;

}
.subMenu:visited {	
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	line-height:25px;  
	text-decoration: none;	
	padding: 0px 5px;
	/*border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #5f6d54;*/
}
.subMenu:hover {
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	line-height:25px;  
	text-decoration: none;	
	padding: 0px 5px;
	/*border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #5f6d54;*/

}


/* MENU STYLE */

#menu {
	font-size:11px;
	width:100%;
}
#menu ul {
	margin:0;
}
#menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding: 0px 28px;
	font-weight:bold;
	float:left;
}
#menu a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#menu ul li{
	line-height: 40px;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	top:100%;
	left:0;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background:#4e535b;
	padding-left:0px;
	width:150px;
}

html>body #menu ul ul {
	width:auto;
}


#menu ul ul li {
	width:150px;
	text-align:left;
}
#menu ul ul li a {
	background:none;
	color:#FFFFFF;
	text-decoration: none;
	width:140px;
	height:26px;
	line-height:26px;
	float:left;
	/*border-bottom: 1px solid #999999;*/
	padding:0 0 0 10px;
	text-align:left;
}
#menu ul li a:hover {
	background-image: url(images/nav_Over.jpg);
	background-repeat: repeat-x;
	text-decoration:none
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
#menu ul ul li a {
	float:none;
}

#menu ul ul
{display: block;}

#menu ul li a:hover ul ul,
#menu ul li a:hover ul ul li {
	display:block;
}

#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul
{display: block;}

#menu li:hover ul, li.over ul { display: block; float:left;}

[if lt IE 7]>
#menu{float:left;}
body{behavior:url(csshover.htc); }
#menu ul li{ display:block; float:left;}
#menu a{height:1%;}

#menu ul li a:hover ul ul,
#menu ul li a:hover ul ul li {
	display:block;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	top:100%;
	left:0;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	background:#4e535b;
	padding-left:0px;
	width:150px;
}

html>body #menu ul ul {
	width:auto;
}


#menu ul ul li {
	width:150px;
	text-align:left;
}
#menu ul ul li a {
	background:none;
	color:#FFFFFF;
	text-decoration: none;
	width:140px;
	height:26px;
	line-height:26px;
	float:left;
	/*border-bottom: 1px solid #999999;*/
	padding:0 0 0 10px;
	text-align:left;
}
#menu ul li a:hover {
	background-image: url(images/nav_Over.jpg);
	background-repeat: repeat-x;
	text-decoration:none
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 0%;
}
#menu ul ul li a {
	float:none;
}
/* END OF MENU STYLE */
