@charset "utf-8" ;
/* CSS Document */
body{
	background-color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #5a5a5a;
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #292929;
	text-decoration: none;	
	}
#mainTab{
	width:100%;
	}
#mainTab .mainTabArea{
	width:980px;
	padding-top:3px;
	padding-bottom:3px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}
#topMenu{
	float:right;
	margin-top:10px;
	}
#topMenu ul{
	padding:0px;
	margin-top:0px;
	}
#topMenu ul li{
	list-style-type: none;
	display:block;
	padding-left:10px;
	float:left;
	padding-right:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	}
#topMenu ul li a{
	display:block;
	color: #666;
	text-decoration: none;
	}
#topMenu ul li a:hover{
	color: #000;
	}
.clear{
	clear: both;	
	}
#menuBar{
	background-image: url(../Images/menuBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 41px;
	
		
	}
#menu{
	background-image: url(../Images/menuBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 41px;
		
	}
	
#menu ul {
width:980px;
margin:auto;
padding:0px;
	
	
	
}
#menu ul li {
	margin:0px;
	padding:0px;
	list-style-type: none;
	padding-left:0px;
	padding-right:0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	float:left;
	height: 41px;
}
#menu ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	color:#FFF;
	padding-left:14px;
	padding-right:14px;
	text-align:center;
	line-height:29px;
	padding-top: 4px;
	height: 37px;
	display: block;
	margin: 0px;
	padding-bottom: 0px;
	float: left;
}
#menu ul li a:hover {
	text-decoration:none;
	color: #7cad3b;
}
#menu ul li a.active {
	text-decoration:none;
	background-color: #a8db64;
	padding-left:17px;
	padding-right:17px;
	text-align:center;
	line-height:29px;
	display:block;
	height: 37px;
	padding-top: 4px;
	background-image: url(../Images/menucactive.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#BannerArea {
	background-image: url(../Images/bannerbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 277px;
	margin-top: 1px;
}

#BannerArea .Banner {
	margin: auto;
	width: 980px;
	background-image: url(../Images/bannergraphic.gif);
	background-repeat: no-repeat;
	background-position: 500px top;
	padding-left: 10px;
}

#BannerArea .Bannercont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
	margin-top: 23px;
	margin-right: 20px;
	width: 364px;
}
.pagingnext {
	float:right;
	width:240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align:right;
}
.back{
	height: 27px;
	width: 49px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	float:left;
	margin-left:0px;
	background-image: url(../Images/back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}
.back:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(../Images/back.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.Next{
	height: 27px;
	width: 49px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	float:right;
	margin-left:0px;
	background-image: url(../Images/Next.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.Next:hover {
	color: #000000;
	text-decoration: none;
	background-image: url(../Images/Next.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	
}


.gallink{
	float: right;
	margin-top: 30px;
}


.gallink .photogal {
	background-image: url(../Images/photogallery.gif);
	background-repeat: no-repeat;
	display: block;
	height: 41px;
	width: 143px;
	margin-right: 2px;
	float: left;
	background-position: left top;
} 

.gallink .photogal:hover {
background-position: left bottom;
}        

.gallink .videogal {
	background-image: url(../Images/videogallery.gif);
	background-repeat: no-repeat;
	display: block;
	height: 41px;
	width: 143px;
	float: left;
	background-position: left top;
}

.gallink .videogal:hover {
background-position: left bottom;
}       


#MidArea {
	margin: auto;
	width: 100%;
	background-color: #FFFFFF;
	background-image: url(../Images/midareabg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	
}

#MidArea .MidCont  {
	width: 980px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.MidCont .Leftpan{
	float: left;
	width: 263px;
	margin-right: 15px;
	
	
}

.Leftpan .News {
	background-image: url(../Images/latestnewsbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
}



.News .yelbg {
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../Images/yelbg.gif);
	background-repeat: repeat-x;
	background-position: left 60px;
	padding-top: 60px;
}
.panel{
	margin:0px;
	padding:0px;
	height:180px;
	
	}
.panel ul{
	margin:0px;
	padding:0px;
	}
.panel ul li{
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C0C0C0;
	display: block;
	padding-bottom: 10px;
	list-style-type: none;
}

.panel a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #232323;
	text-decoration: none;
	display: block;
	padding-bottom:7px;
}

.panel a:hover {
	color: #6E6E6E;
}

.readmore a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #239150;
	text-decoration: underline;
}

.readmore a:hover {
	color: #000000;
	text-decoration: none;
}

.loginmid {
	background-image: url(../Images/loginmid.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 216px;
	float:left;
	height:149px;
	padding-right: 10px;
	padding-left: 15px;
}

.loginmid h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #7db139;
	text-decoration: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7db039;
	padding: 3px 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align:center;
	min-width:70px;
}
/*.button a {
	color: #FFFFFF;
	text-decoration: none;
}
.button a:hover {
	color: #FFFF66;
	text-decoration: none;
}*/

.input {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #252525;
	padding-left: 5px;
	height: 16px;
	padding-top: 2px;
}

.MidPanel {
	float: left;
	width: 436px;
	margin-right: 15px;
	margin-top: 10px;
	line-height: 20px;
}

.RightPanel {
	float: left;
	width: 250px;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.RightPanel .blkheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../Images/blkheading.gif);
	background-repeat: repeat-x;
	height: 25px;
	padding-top: 4px;
	padding-left: 10px;
}

.RightPanel h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #676767;
	text-decoration: none;
	padding: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.InnerRightPanel {
	float: left;
	width: 230px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #D3D3D3;
}

.InnerRightPanel .blkheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../Images/blkheading.gif);
	background-repeat: repeat-x;
	height: 25px;
	padding-top: 4px;
	padding-left: 10px;
}

.InnerRightPanel h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #676767;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



.blkbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #2f2f2f;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.blackhd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333534;
	text-decoration: none;
}

.greenhd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #82b53e;
	text-decoration: none;
}


.viewTable table
	{
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	color: #000000;
	width:100%;
	margin-bottom: 0px;
	padding: 2px;
	}
.viewTable table td
	{
	font-size: 11px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height:24px;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-left-width: 1px;
	border-left-style: solid;	
	}

.viewTable table td h1 {
	color:#003366;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:5px;
	font-size:12px;
	border:none;
}

.viewTable table th
	{
	color:#F1F1F1;
	font-size: 12px;
	/*background-image: url(../Images/headerBg3.jpg);*/
	text-align: left;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
	/*background-image: url(../Images/tblheader.gif);
	background-repeat: repeat-x;*/
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color: #7bac36;
	}
.viewTable table th a
	{		
	color:#2e6ec4;
	text-decoration:underline;
	}	
.viewTable table th a:hover
	{		
		color:#980000;	
	text-decoration:none;
	}
	
	.viewTable table a{
	
	color: #000066;
	text-decoration: none;
}
.viewTable table a:hover{
	/* color: #FF0000; */
	text-decoration: underline;
}

.future {
	background-image: url(../Images/featurebg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 35px;
	margin-bottom: 10px;
}

.tblborder{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 15px;
}

.tr1 {
	background-color: #ebebe5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 10px;
	height: 22px;
}
.tr1 a {
	color:#033b87;
	text-decoration:none;
}
.tr1 a:hover {
	text-decoration:underline;
	color:#660000;
}


.tr2 {
	background-color: #f7f7f3;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 10px;
	height: 22px;
}
.tr2 a {
	color:#033b87;
	text-decoration:none;
}
.tr2 a:hover {
	text-decoration:underline;
	color:#660000;
}
.Total {
	background-color: #c4c4c4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 10px;
	height: 22px;
	font-weight: bold;
}
.Total a {
	color:#033b87;
	text-decoration:none;
}
.Total a:hover {
	text-decoration:underline;
	color:#660000;
}
/*.boxLink {
	margin:0px;
	padding:0px;
}*/
.boxLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float:right;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	background-color:#487b04;
	width:115px;
	text-align:center;
	margin-bottom:15px;
}
.boxLink:hover {
	text-decoration:underline;
	color:#1f1f1f;
	background-color:#c4d7a6;
}
.listBox {
	padding:0px;
	margin:0px;
}
.listBox ul {
	padding:0px;
	margin-bottom:30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.listBox ul li {
	list-style-type:none;
	float:left;
	background-color:#487b04;
	border: 1px solid #003333;
	display:block;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.listBox ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
	background-color:#487b04;
	width:115px;
	text-align:center;
}
.listBox ul li a:hover {
	text-decoration:underline;
	color:#1f1f1f;
	background-color:#c4d7a6;
}
.featuregal{
	background-image: url(../Images/featurebg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
}
.ftlnk {
	width:100%;
	background-color:#81b63a;
	height:185px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin-top:10px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;*/
	margin-bottom:0px;
}
.ftotherlnk a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: right;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.ftotherlnk a:hover {
	text-decoration: underline;

}
.ftlnkArea {
	width:980px;
	padding-top: 18px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: auto;
}
.botmbordr {
	margin-bottom:7px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.contentReg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	margin:0px;
	padding:0px;
	text-align: justify;
	min-height:350px;
}
.contentReg .heading {
	color:#003366;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
}


.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	text-decoration: none;
	margin:0px;
	padding:0px;
	text-align: justify;
	min-height:350px;
}
.content .heading {
	color:#003366;
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	padding-top:5px;
	padding-bottom:5px;
	display:block;
}
.content a {
	color:#990000;
	text-decoration:none;
}
.content a:hover {
	color:#333300;
	text-decoration:underline;
}
.content ul {
	margin:0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
.content ul li {
	font-weight: normal;
	color: #003333;
	background-image: url(../Images/listImg.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	list-style-type: none;
	text-decoration: none;
	padding-left: 19px;
	padding-bottom:5px;
	padding-top:0px;
}
.content ul li span {
	font-weight: bold;
	color: #0a4f5e;
	text-decoration: none;
}
.content ul li a {
	text-decoration:none;
	color:#660000;
}
.content ul li a:hover {
	text-decoration:underline;
	color:#003333;
}
.content ul li ul {
	padding:4px;
	margin:0px;
}
.content ul li ul li{
	font-weight: normal;
	color: #003333;
	background-image: url(../Images/dotlist.gif);
	background-repeat: no-repeat;
	background-position: 4 12px;
	list-style-type: none;
	text-decoration: none;
	padding-left: 19px;
	padding-bottom:4px;
	padding-top:4px;
}
.content ul li ul li a {
	text-decoration:none;
	color:#660000;
}
.content ul li ul li a:hover {
	text-decoration:underline;
	color:#003333;
}


.ftlnk .ftrnavpan {
	background-position: right;
	float: left;
	padding-right:30px;
	padding-left: 30px;

	
}

/*.ftlnk .ftrnavpan a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:5px;	
}

.ftlnk .ftrnavpan a:hover{
	
	text-decoration: underline;
	
}*/
.ftlnk .ftrnavpan ul {
	padding:0px;
	margin:0px;
}
.ftlnk .ftrnavpan ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fbf790;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left:5px;
	list-style-type:none;	
}
.ftlnk .ftrnavpan ul li a {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.ftlnk .ftrnavpan ul li a:hover {
	text-decoration:underline;
	color: #ede0ab;
}
.ftlnk .ftrnavpan ul li ul {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.ftlnk .ftrnavpan ul li ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #e8f1f1;
	text-decoration: none;
	/*padding-top: 2px;
	padding-bottom: 2px;*/
	padding-left:5px;
	list-style-type:none;	
}
.ftlnk .ftrnavpan ul li ul li a {
	color: #faf8c5;
	text-decoration: none;
}
.ftlnk .ftrnavpan ul li ul li a:hover {
	text-decoration:underline;
}

.ftlnk .ftrpan {
	float: right;
		
}

.Innerbanner {
	background-image: url(../Images/innerbannerbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 1px;
	
}

.innerbancont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	width: 600px;
	padding-left: 0px;
	margin-top: 15px;
}

.inbanimg{
margin-top:10px;
}

.navigation {
	background-color: #f4e362;
	margin-top: 1px;
	margin-bottom:10px;
	padding-top:1px;
	height:27px;
}

.navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../Images/navarrow.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	display: block;
	height: 27px;
	width:auto;
	padding-right: 18px;
	padding-left: 10px;
	float: left;
	margin-right: 1px;
	padding-top:4px;
}

.navigation a:hover {
	text-decoration: underline;
}
.navigation strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../Images/navarrow.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	display: block;
	height: 27px;
	width:auto;
	padding-right: 18px;
	padding-left: 10px;
	float: left;
	margin-right: 1px;
	padding-top:4px;
}

.navtxt {
	margin-top:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.Uncostion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

.InnercontArea {
float:left;
width:730px;
}

.InnercontArea h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #597b24;
	padding-top: 0px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.Innerbanner .Banner {
	margin: auto;
	width: 980px;
	padding-left: 0px;
}
.redTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #F00;
	text-decoration: none;
}
.dottedline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	
}
.copntact {
	/*float:right;
	width:285px;*/
	background-image:url(../Images/contactus2.gif);
	background-repeat:no-repeat;
	background-position: left top;
	height:50px;
	padding-top:75px;
	padding-bottom:25px;
	padding-left:250px;
	height:120px;
}
.copntact a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #53860f;
	text-decoration: none;
}
.copntact a:hover {
	color:#345b02;
	text-decoration:none;
}
.Email {
	background-image:url(../Images/e_mail.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height:20px;
	width:193px;
	padding-top: 28px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 60px;
	margin-bottom:5px;
}
.Email a {
	padding: 0px 15px;
	background-color:#72a42f;
	border: 1px solid #FFFF99;
	color:#FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-right: 10px;
}
.Email a:hover {
	color: #FFFF99;
	text-decoration: underline;
}
.videoconference {
	margin-right:20px;
	
	
}
.videoconference a {
	border: 1px solid #84B324;
	width: 260px;
	display:block;
	background-color: #cbe88e;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	text-align:center;
	margin-top:10px;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 2px;	
}
.videoconference a:hover {
	background-color: #D9EEAC;
}
.datetxt { color:#ff0000;}
.nodate { color:#139305;}
.legholiday { background-color:#ff0000; margin-right:5px; width:10px; height:10px;}
.legpresentday { background-color:#b0dfff; margin-right:5px; width:10px; height:10px;}
.legeventday { background-color:#97cb53; margin-right:5px; width:10px; height:10px;}
.requestbtn a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../Images/requestbtn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 23px;
	width: 190px;
	text-decoration:none;
	text-align: center;
	padding-top: 5px;
}
.requestbtn a:hover { background-position: left bottom; text-decoration:none; color: #FFFFFF;}

.successful {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #BB0000;
}

.ButtanTab {
	margin:0px;
	padding:0px;
	border-bottom:solid 2px #191919;
	height:28px;
	
}
.ButtanTab ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.ButtanTab ul li {
	float: left;
	width: auto;
	padding:0px;
	margin-right:1px;
	margin-top:5px;
}
.ButtanTab ul li a {
	padding:5px 8px;
	background-color:#88bb44;
	border: solid 1px #709e32;
	color: #080808;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height:23px;
	
}
.ButtanTab ul li a:hover, .ButtanTab ul li a.active {
	background-color:#343434;
	border: solid 1px #191919;
	color: #FFFFFF;
	text-decoration: none;
}

.LoginBox {width:367px; height:245px; margin:30px auto 0 auto; background:url(../Images/loginBg.jpg) left top no-repeat; padding:15px;}
.LoginBox .input {background:url(../Images/LoginInput.png) left top no-repeat; width:229px; padding:4px 3px 3px 3px;  height:18px; border:none;}
a.forgotPassword {background:url(../Images/help.png) left 2px no-repeat; padding:0 0 0 20px; font-size:12px; color:#F90; float:left;}
a:hover.forgotPassword {color:#F00; text-decoration:underline;}
.LoginBut {background:url(../Images/LoginBut.png) left top no-repeat; width:71px; height:25px; border:none; float:right; color:#FFF; padding-left:15px; padding-bottom:5px}
.LoginBut:hover {background:url(../Images/LoginBut.png) left bottom no-repeat; color:#F90;}
