﻿body 
{
	background-image:url(../../img/bgColor.jpg);
	background-repeat:repeat-x;
	background-color:#d2d2d2;
	width:966px;
	margin:0px auto;	
	font-size:11px;
	font-family:Tahoma;
	font-weight:normal;
	color:#565753;	
}
.body
{
	/*padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 23px;
	padding-top:10px;*/
	padding:10px 23px 0px 23px;	
	/*background-color:#ffffff;
	margin: 0 auto;*/
	
	background: #FFFFFF;
}
.logo
{
	/*background-image:url(../../img/logo.jpg);*/
	width:78px;
	height:89px;
	float:left;
}

/*.header
{
	position:relative;
}*/

/*** Begin MENU *****/
.menu {
	float:right;
	width:535px;
	height:45px;
	clear:right;
	padding: 0px;
	margin: 0px;
}

.menu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

.menu li {
	display: block;
	float: right;
}

.menu2 a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding:24px 15px 5px 15px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.menu a:hover { text-decoration: underline; }

.menu .current_page_item a {
	height: 20px;
	color: #d2d2d2;
}

.menu .first {
	background: none;
}

.menu .last 
{
	padding-right:0px;
}

/*** END MENU ***/

/*** Begin TOP MENU *****/
.topMenu {
	float:right;
	width: 537px;
	height: 45px;
}

.topMenu ul {
	margin: 0;
	padding: 0px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

.topMenu li {
	display: block;
	float: right;
}

.search {
	display: block;
	float: right;
	height: 20px;
	margin-right: 3px;
	padding: 4px 0px 5px 15px;
	background: url(../../img/topMenuBorder.jpg) no-repeat left 6px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.searchTextbox
{
	height: 10px;	
}



.topMenu .current_page_item a {
	height: 20px;
	color: #d2d2d2;
}

.topMenu .first {
	background: none;
}
/*** END TOP MENU ***/
/*** Begin Bottom MENU ***/
.bottMenu {
	float:left;
	width:420px;
	height:25px;
	clear:right;
	padding: 0px;
	margin: 0px;
}

.bottMenu ul {
	margin:0;
	padding:0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

.bottMenu li {
	display: block;
	float: left;
}

.bottMenu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 0px;
	padding:0px 8px; /*14px 25px 15px 25px;*/
	background: url(../../img/topMenuBorder.jpg) no-repeat left 2px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Tahoma;
	font-size: 11px;
	color: #e66a20;
}

.bottMenu a:hover  
{
	text-decoration: underline; 
	color: #565753;
}

.bottMenu .current_page_item a {
	height: 20px;
	color: #565753;
	text-decoration:underline;
}

.bottMenu .first {
	background: none;
	padding-left:0px;
}

.bottMenu .last 
{
	padding-right:0px;
}

/*** END BOTTOM MENU ***/

/* content 1 */
.content
{
	clear:both;
	padding-top:5px;
	width:auto;
	height:100%;
}
.cleft
{
	background-repeat:no-repeat;
	float:left;
	width:653px;
	height:259px;
}
.cright
{
	background-image:url(../../img/bgrightcontrol.gif);
	
	background-repeat:no-repeat;
	float:right;
	width:251px;
	height:259px;
}
/* content 2 */
.content2
{
	clear:both;
	padding-top:10px;
}
.cont1
{
	display:block;
	float:left;
	width:140px;
	padding-right:10px;
}
.cont2
{
	display:block;
	float:left;
	width:420px;
	padding-left:15px;
}
.cont3
{
	display:block;
	float:right;
	width:251px;
}
.col_left
{
	width:70px; 
	float:left;
}
.col_right
{
	float:left; 
	color:#e66a20;
}
.col_right a{color:#E66A20;text-decoration:none}
.col_right a:hover{text-decoration:underline}

.Left
{
	float:left;
}
.Right
{
	float:right;
}

/* Home - Announcements */
.TitleAnnouncements
{
	border-bottom: solid 1px #f08e4d; 
	padding-bottom:10px; 
	padding-top:10px; 
	margin-bottom:7px;
}
.DivAnnouncements
{
	width:315px; 
	float:left;
}
.BordBott_Announcements
{
	border-bottom: dotted 1px #7d7f79; 
	padding-top:10px; 
	margin-bottom:7px; 
	clear:both;
}

.Link_Announcements a
{
	text-decoration:none;
	color:#565753;
}

/*# Home - Services #*/
.bgServices
{
	width:308px; 
	background-color:#efefef; 
	float:left; 
	padding:10px; 
	margin-left:10px;
}
.BordBott_Services
{
	border-bottom: dotted 1px #7d7f79; 
	margin-bottom:10px;
}
.TextServices
{
	padding-left:15px; 
	padding-bottom:10px;
}
/* FOOTER */
.footer
{
	clear:both;
	padding:20px 20px;
}
.footerText
{
	color:#828484;
}

/* TEXT */
h1
{
    font-size:16px;
	font-family:Verdana;
	font-weight:bold;
	color:#e66a20;
	margin-top:0px;
}
.h1
{
	font-size:16px;
	font-family:Verdana;
	font-weight:bold;
	color:#e66a20;
	margin-bottom:10px;
}
h2
{
	font-size:14px;
	font-family:Tahoma;
	font-weight:bold;
	color:#e66a20;
	margin:0px;
	~margin-left:-1px;	
	-margin-left:-0px;		
	padding:0px;
}
.h3
{
	/*font-size:11px;
	font-family:Tahoma;
	font-weight:normal;*/
	color:#e66a20;
	margin:0px;
}	

.h3 a 
{
	text-decoration:none;
	color:#e66a20;
}

.h3 a:hover 
{
	text-decoration:underline;
}
a
{
	color:#828484;
	text-decoration:underline;
}
a:hover
{
	text-decoration:underline;
}


.con_border
{
	margin-top:42px;
	border-right:1px solid #bfbfbf;
	width:1px;
	height:345px;
	float:left;
}

.con_verticalSpacing
{
	padding-bottom:20px;
}

.con_centerTopDiv
{
	padding-top:40px; 
	padding-left:11px;
}
.con_centerDiv
{
	float:left;
	width:364px;
}

.con_centerContent
{
	width:347px; 
	float:left; 
	padding-top:20px;  
	padding-left:11px;
}

.con_formText
{
	width:115px;  
	float:left; 
	padding-top:5px;
}
.con_formTextBox
{
	float:left;
}

.con_btn_sendmail
{
	float:right; 
	padding-right:3px; 
	padding-top:5px;
}

.con_btn_clear
{
	float:right; 
	padding-right:43px; 
	padding-top:5px;
}
/*__________________*/
.exclam
{
	float: left; 
	padding-right: 5px;
}
.exclamText
{
	padding-left: 27px;
}
/*__________________*/

/* CarrerIn */
.BordBott_CarrerIn
{
	padding-top:5px; 
	padding-bottom:5px;
}
.TopRightLinks {font-family:Tahoma;text-decoration:none;color:navy;font-size:12px;padding-left:5px;padding-right:5px;border:0px}
.TopCenterLinks {font-family:Tahoma;text-decoration:none;color:black;font-size:12px;padding-left:5px;padding-right:5px;border:0px;height: 20px;padding:24px 10px 5px 10px;display: block;float: left;}
.TopCenterLinksRed{font-family:Tahoma;text-decoration:none;color:red;font-size:10px;padding-left:5px;padding-right:5px;border:0px;height: 20px;padding:24px 2px 5px 2px;display: block;float: left;}
.DdlLang {font-size:11px;color:#595959;height:19px;}

.LeftMenuLinkSel{color:#18508c;text-decoration:none}
.LeftMenuLink{color:#3e3e3e;text-decoration:none}

.FaqQuest{width:637px;color:#3e3e3e;font-weight:bold;padding-bottom:10px;cursor:pointer}
.FaqAns{width:637px;color:#3e3e3e;padding-bottom:5px;display:none}
.FaqAnsShow{width:637px;color:#3e3e3e;padding-bottom:5px;display:}

.MasterDDL{font-size:11px;font-family:Tahoma;color:#838587;height:20px;width:169px}
@media print 
{
	#DivTipOfTheDay
	{
		display:none;
	}
	#contLeft
	{
		display:none;
	}
	#contTop
	{
		display:none;
	}
	#TopRightMenu
	{
		display:none;
	}
	#TopRightMenu
	{
		display:none;
	}
	.DivLeftMenu{display:none}
	#DivTools
	{
		display:none;
	}
}

.divGalGmap{width:250px; height:237px;}
.divGalGmapTool{width:249px; height:174; background-image:url(../../images/GmapBkg.gif); background-position:top left; background-repeat:no-repeat;padding-top:5px;padding-left:5px  }
.divGalGmapmap{width:240px; height:162px;}