.flash {
	height: 260px;
	width: 955px;
	margin-top: -20px;
	margin-bottom: 20px;
	margin-left: 16px;
}
/*((((DUPLICATED)))) = To dispatch on other stylesheets, to remove from this stylesheet to avoid any conflict */

/*///////////////////////////////////////
///////////////// COLOR /////////////////
/////////////////////////////////////////

Light Blue: 0077D4
Keane Blue: 0035AD
Dark Border: B4B4B4
Light Border: E6E6E6

/////////////////////////////////////////
///////////////// COLOR /////////////////
///////////////////////////////////////*/

/*/////////////////////////////////////*/
/*////////////////GLOBAL///////////////*/
/*/////////////////////////////////////*/

body{
padding: 0;
margin: 0;
}

body, table, tr, td, input, select, textarea{/*((((DUPLICATED))))*/
font-family: arial, sans-serif;
font-size: 12px;
line-height: 18px;
color: #404040;
}
	
#MainCentered{
	width: 986px;
	margin: 0 auto 0 auto;
	padding: 0;
	border: solid 1px #FFF;
}

#Main{
width: 986px;
background-image: url(../_Upload/img/background.gif);
background-repeat: no-repeat;
float: left;
display: inline;
margin: 0;
padding: 0;
}



.Line{
border-top: solid 1px #D2D2D2;
padding: 5px 0 5px 0;
float: left;
display: inline;
width: 372px;	
}


a:link, a:visited{color: #0077D4; text-decoration: none;}
a:hover{color: #0035AD; text-decoration: none;}

a.Arrow:link, a.Arrow:visited, a.Arrow:hover{background-image: url(../_Upload/img/Arrow.gif); background-position: left top; padding-left: 15px; background-repeat: no-repeat;}
a.ArrowWhite:link, a.ArrowWhite:visited, a.ArrowWhite:hover{background-image: url(../_Upload/img/ArrowWhite.gif); background-position: left top; padding-left: 15px; background-repeat: no-repeat; color: #FFFFFF;}
a.ArrowWhite:hover{text-decoration: underline;}
a.MiniArrow:link, a.MiniArrow:visited, a.MiniArrow:hover{background-image: url(../_Upload/img/MiniArrow.gif); background-position: left top; padding-left: 15px; background-repeat: no-repeat;}

a.Button:link, a.Button:visited, a.Button:hover{border: solid 1px #B4B4B4; padding: 1px 10px 1px 10px; display: inline-block; color: #404040; background-image: url(../_Upload/img/ButtonBg.gif); background-repeat: repeat-x;}
a.Button:hover{text-decoration: none; background-image: url(../_Upload/img/ButtonBg_Over.gif);}

span.Arrow {background-image: url(../_Upload/img/Arrow.gif); background-position: left top; padding-left: 15px; background-repeat: no-repeat;}


/*/////////LINKS AND BUTTONS///////////*/

/*/////////////////////////////////////*/
/*/////////////////TOP/////////////////*/
/*/////////////////////////////////////*/

#Top{
width: 980px;
height: 82px;
margin: 0;
padding: 0 3px 0 3px;
float: left;
display: inline;
}

#TopLeft{
width: 152px;
height: 82px;
float: left;
display: inline;
}

#TopRight{
width: 828px;
height: 82px;
float: left;
display: inline;
}

#RegionalOptions{
width: 813px;
height: 39px;
margin: 0 10px 0 0;
padding: 4px 5px 0 0;
float: left;
display: inline;
background-image: url(../_Upload/img/RegionalOptionsBg.gif);
background-repeat: no-repeat;
background-position: right top;
text-align: right;
}

#RegionalOptions ul {margin: 0; padding: 0;list-style-type: none; display: inline;}
#RegionalOptions ul li {margin: 0; padding: 0; display: inline; color: #0035AD;}

/*/////////////////MENU/////////////////*/

#MainMenu{
width: 828px;
height: 40px;
margin: 0;
padding:0;
background-image: url(../_Upload/img/MenuBg.gif);
background-repeat: no-repeat;
background-position: right bottom;
float: left;
display: inline;
}

#Menu{
padding:0; 
margin: 2px 0px 2px 93px; 
list-style:none; 
position:relative; 
height:36px; 
float:left;
display: inline; 
width:730px; 
z-index:500; 
} 

#Menu li {display:inline; float:left; height:36px;}

#Menu li a.MenuItem {
display:block; 
width:144px; 
height:22px; 
text-decoration: none; 
padding: 8px 0 5px 0;
font-size:10pt;
font-weight: bold; 
text-align: center; 
color:#F9FBFF;
border-right: solid 1px #778EB8;
}

#Menu li a#MenuSelected{background-position:0px 0px; background-image: url(../_Upload/img/MenuActiveBg.gif); background-repeat: repeat-x; color: #fff;}

#Menu div {display:none;}

#Menu li:hover > a {text-decoration:none; white-space:normal; background-position:0px 0px; background-image: url(../_Upload/img/MenuHoverBg.gif); background-repeat: repeat-x; color: White;}
#Menu li a:hover {text-decoration:none; white-space:normal; background-position:0px 0px; background-image: url(../_Upload/img/MenuHoverBg.gif); background-repeat: repeat-x; color: White;}



#Menu dt a, #Menu dt a:hover{background-image: none;}

#Menu :hover div dl {display:inline; padding:0; margin:0 0 10px 10px; float:left; width:230px;}
#Menu :hover div dl dt {width:230px; text-indent:5px; margin:1px 0 5px 0; text-decoration:none; height:20px; line-height:20px;}
#Menu :hover div dt a {text-decoration:none; cursor:default; font-weight:bold; color:#fff;}/*Category Name*/
#Menu :hover div dl dd {padding:0; margin:0;}
#Menu :hover div dd a {display:block; text-decoration:none; font-weight:normal; color:#D2E2FF; text-indent:5px; line-height: 25px; border-bottom: solid 1px #778EB8;}/*Link*/
#Menu :hover div dd a:hover {text-decoration:none; color:#fff; background-image: url(../_Upload/img/RollOverBg.gif); background-repeat: repeat-x; }/*Link Hover*/

#Menu .TwoColumns:hover {position:relative;}
#Menu .TwoColumns:hover div {left:0px;}/*Bloc Two Columns*/
#Menu .TwoColumns:hover div dl {width:230px;}/*Bloc Two Columns*/
#Menu .TwoColumns:hover div dl dt {width:230px;}/*Bloc Two Columns*/

#Menu .TwoColumnsTight:hover {position:relative;}/*Bloc Two Columns Tight*/
#Menu .TwoColumnsTight:hover div {left:0px;}/*Bloc Two Columns Tight*/
#Menu .TwoColumnsTight:hover div dl {width:180px;}/*Bloc Two Columns Tight*/
#Menu .TwoColumnsTight:hover div dl dt {width:180px;}/*Bloc Two Columns Tight*/
#Menu .TwoColumnsTight:hover div dl dd a{width:180px;}/*Bloc Two Columns Tight*/

#Menu .clear {clear:both;}



/*///////////////SEARCH/////////////////*/

/*/////////////////////////////////////*/
/*/////////////////TOP/////////////////*/
/*/////////////////////////////////////*/

/*/////////////////////////////////////*/
/*////////////HOMEPAGE/////////////////*/
/*/////////////////////////////////////*/

#MainContentHomePage{
width: 960px;
background-color: #FFF;
padding: 0;
margin: 20px 13px 20px 13px;
float: left;
display: inline;
}


/*//////////HOT NEWS HEADLINE//////////*/

#HotNewsHeadline{
	width: 960px;
	height: 52px;
	float: left;
	display: inline;
	margin-bottom: 20px;
	margin-left: 15px;
	margin-top: 3px;
}
#HotNewsHeadlineLeft{float: left; display: inline; background-image: url(../_Upload/img/HotNewsHeadlineLeft.gif); background-repeat: no-repeat; width: 82px; height: 52px; text-align: center; line-height: 52px; font-weight: bold; color: #000; font-size: 14px;}
#HotNewsHeadlineMiddle{float: left; display: inline; width: 775px; height: 44px; border: solid 1px #E6E6E6; border-width: 1px 0px 1px 0; padding: 3px 10px 3px 10px;}
#HotNewsHeadlineRight{float: left; display: inline; width: 62px; height: 44px; border: solid 1px #E6E6E6; border-width: 1px 1px 1px 0; text-align: right; padding: 3px 10px 3px 10px;}

#HotNewsHeadlineLeft a{color: #000;}

#HotNewsHeadlineMiddle a:link,#HotNewsHeadlineMiddle a:visited, #HotNewsHeadlineMiddle a:hover{color: #404040; text-decoration: none;}
#HotNewsHeadlineMiddle a:hover{color: #404040; text-decoration: underline;}

/*//////////HOT NEWS HEADLINE//////////*/

/*/////////////QUICK LINKS/////////////*/

.QuickLinks {
	width:958px/*635px*/;
	height:163px/*550px*/;
	text-align:left;
	position:relative;
	margin-left:16px;
	border: solid 1px #B4B4B4;
	border-top: solid 1px #C8C8C8;
	background-image: url(../_Upload/img/QuickLinksBg.gif);
	background-repeat: repeat-x;
	float: left;
	display: inline;
	margin-top: -10px;
}
.QuickLinks ul.topic {padding:0; margin:0; list-style:none; width:958px/*635*/; height:auto; position:relative; z-index:10;}

.QuickLinks ul.topic li {display:block; width:239px/*125*/; height:32px/*31*/; float:left;}
.QuickLinks ul.topic li a.Tab {display:block; font-size:11px; text-indent: 15px; width:238px/*124*/; height:32px; line-height:31px; color:#404040; text-decoration:none; border-right:1px solid #A0A0A0; background-image: url(../_Upload/img/TabInactiveBg.gif); background-repeat: repeat-x; font-size: 10pt; font-weight: bold;}

.QuickLinks ul.topic li a.Last {display:block; font-size:11px; text-indent: 15px; width:241px/*124*/; height:32px; line-height:31px; color:#404040; text-decoration:none; border-right:0px solid #A0A0A0; background-image: url(../_Upload/img/TabInactiveBg.gif); background-repeat: repeat-x; font-size: 10pt;  font-weight: bold;}

.QuickLinks ul.topic li a ul,
.QuickLinks ul.topic li ul{display:none;}

.QuickLinks ul.topic li.active a
{color:#000; background:#FFF; border-right:1px solid #B4B4B4; background-image: url(../_Upload/img/TabSemiActiveBg.gif); background-repeat: repeat-x; background-position: left top;}

.QuickLinks ul.topic li a:hover,
.QuickLinks ul.topic li:hover a
{color:#000; background:#FFF; font-weight: bold; border-bottom: solid 1px white; background-image: url(../_Upload/img/TabActiveBg.gif); background-repeat: repeat-x; background-position: left top;}

/*----------- UL -----------*/

.QuickLinks ul.topic li.active ul
{display:block; position:absolute; left:0; top:33px; list-style:none; padding:15px; margin:0; height:100px; background:#FFF; width:928px; border:0px solid #000; z-index:1;}

.QuickLinks ul.topic li a:hover ul, 
.QuickLinks ul.topic li:hover ul
{display:block; position:absolute; left:0; top:33px; list-style:none; padding:15px; margin:0; height:100px; background:#FFF; width:928px; border:0px solid red; z-index:100;}

.QuickLinks ul.topic li.active ul,
.QuickLinks ul.topic li a:hover ul.TabOne, 
.QuickLinks ul.topic li:hover ul.TabOne{background-image: url(../_Upload/Pictures/MeetingWithClients.jpg); background-repeat: no-repeat; background-position: right bottom;}

.QuickLinks ul.topic li a:hover ul.TabTwo, 
.QuickLinks ul.topic li:hover ul.TabTwo{background-image: url(../_Upload/Pictures/WomanWithLaptop.jpg); background-repeat: no-repeat; background-position: right bottom;}

.QuickLinks ul.topic li a:hover ul.TabThree, 
.QuickLinks ul.topic li:hover ul.TabThree{background-image: url(../_Upload/Pictures/DoctorWithScreen.jpg); background-repeat: no-repeat; background-position: left bottom;}

.QuickLinks ul.topic li a:hover ul.TabFour, 
.QuickLinks ul.topic li:hover ul.TabFour{background-image: url(../_Upload/Pictures/ColleaguesReading.jpg); background-repeat: no-repeat; background-position: left bottom;}

/*----------- UL -----------*/

/*----------- LI -----------*/

.QuickLinks ul.topic li ul li
{display:inline; width:210px; float:left; margin: 0px 20px 10px 0; height: auto;}

.QuickLinks ul.topic li.active ul li a
{display:inline; width:210px; float:left; margin: 0; background-image: none;}

.QuickLinks ul.topic li ul li a:link,
.QuickLinks ul.topic li ul li a:visited,
.QuickLinks ul.topic li a:hover ul li a:link,
.QuickLinks ul.topic li a:hover ul li a:visited 
{display:block; width:200px; float:left; margin: 0; text-decoration:none; line-height: 14px; color: #0077D4; border: 0; font-weight: normal; background-image: url(../_Upload/img/MiniArrow.gif); background-position: left top; padding-left: 10px; background-repeat: no-repeat;}

.QuickLinks ul.topic li a:hover ul li a:hover, 
.QuickLinks ul.topic li:hover ul li a:hover 
{color: #0035AD; background-image: url(../_Upload/img/MiniArrow.gif); background-position: left top; padding-left: 10px; background-repeat: no-repeat;}

/*----------- LI -----------*/

/*/////////////QUICK LINKS/////////////*/

/*/////////////////////////////////////*/
/*////////////HOMEPAGE/////////////////*/
/*/////////////////////////////////////*/

/*/////////////////////////////////////*/
/*////////////////MAIN/////////////////*/
/*/////////////////////////////////////*/

#MainContent{
width: 960px;
padding: 0;
margin: 20px 13px 20px 13px;
float: left;
display: inline;
border-top: solid 1px #B4B4B4;
padding-top: 20px;
}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

img {
    border: none;
} 
#menu/*- Menu 12--------------------------- */
	
 {
	width: 220px;
	float: left;
	display: inline;
	border-top: solid 1px #E6E6E6;
	height: 550px;
	margin-left: 5px;
	font-size:10pt;
    font-weight: bold;
	background-image: url(../_Upload/img/menu-bg.png);
	}
  



/*/////////////////////////////////////*/
/*////////////////SUBMENU/////////////////*/
/*/////////////////////////////////////*/

#SubMenu{
	width: 215px;/*215px*/
	float: left;
	display: inline;
	border-top: solid 1px #E6E6E6;
	background-image: url(../../../gt/_Upload/img/SubMenuSelectedBg.gif);
}
#menu li#blue {
    color: #F7F7F7;
	height: 25px;
	display: block;
	padding: 5px 0 0 25px;
	background-image: url(../_Upload/img/SubMenuSelectedBg-hover.gif);
	} 
#menu  li  a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 25px;
	text-decoration: none;
	}	
#menu   li   a:link, #menu   li   a:visited {
	color: #F7F7F7;
	display: block;
	padding: 5px 0 0 25px;
	background-image: url(../_Upload/img/SubMenuSelectedBg.gif);
	}
#menu  li  a:hover {
	color: #ffffff;
	padding: 5px 0 0 25px;
	background-image: url(../_Upload/img/SubMenuSelectedBg-hover.gif);
	}

/*/////////////////////////////////////*/
/*/////////////SUBMENU/////////////////*/
/*/////////////////////////////////////*/

/*/////////////////////////////////////*/
/*/////////////CONTENT/////////////////*/
/*/////////////////////////////////////*/

#Content{
	width: 560px;
	margin: 0px 20px 0px 20px;
	float: left;
	display: inline;
}/*((((DUPLICATED))))*/

#Content img{float: left; margin: 5px 20px 10px 0;}

/*#Content table{border-left: solid 1px #B4B4B4; border-top: solid 1px #E6E6E6; width: 100%; float: left; display: block; margin-bottom: 20px;}
#Content tr{vertical-align: top;}
#Content tr.Pair td{background-color: #F0F0F0;}
#Content td.TableHeader{background-image: url(../_Upload/img/HorizontalTabsBg.gif); background-repeat: repeat-x; background-position: bottom; border-width: 0 1px 0 0;  background-color: #FFF;}
#Content td{border: solid 1px #B4B4B4; border-width: 0 1px 1px 0; padding: 10px;}
#Content td.TableLabel{background-color: #E6E6E6; font-weight: bold; width: 5%;}
#Content td.TableLabel img{margin: 0px 0px 0px 0px;}*/

#Content h3.ListHeader{float: left; display: inline; background-image: url(../_Upload/img/HorizontalTabsBg.gif); background-repeat: repeat-x; background-position: bottom; width: 468px; padding: 8px 10px 12px 10px; border: solid 1px #E6E6E6;}
#Content h3.ListHeaderLarge{float: left; display: inline;  background-image: url(../_Upload/img/HorizontalTabsBg.gif); background-repeat: repeat-x; background-position: bottom; width: 685px; padding: 8px 10px 12px 10px; border: solid 1px #E6E6E6;}

#Content div.ColumnLeft,
#Content div.ColumnRight{float: left; display: inline; width: 245px; padding: 0; margin: 5px 0 0 0;}
#Content div.ColumnLeft ul,
#Content div.ColumnRight ul{padding: 0; margin-left: 10px; list-style-image: url(../_Upload/img/Arrow2.gif);}
#Content div.ColumnLeft li,
#Content div.ColumnRight li{margin-left: 15px; border: solid 1px #E6E6E6; border-width: 0px 0px 1px 0px; padding: 3px 0px 10px 0px;}
#Content div.ColumnLeft li a:link, #Content div.ColumnRight li a:link,
#Content div.ColumnLeft li a:visited, #Content div.ColumnRight li a:visited{font-weight: normal;}
#Content div.ColumnLeft li a:hover, #Content div.ColumnRight li a:hover{font-weight: bold;}

#Content .Profile{float: left; display: inline; width: 142px; height: 260px; margin: 0 20px 20px 0; padding: 0;}
#Content .Profile img, #Content img.ProfilePic{padding: 5px; margin: 0 0 5px 0; background-color: #fff; border-top: solid 1px #E6E6E6; border-left: solid 1px #E6E6E6; border-bottom: solid 1px #B4B4B4; border-right: solid 1px #E6E6E6;}
#Content img.ProfilePic{float: left; margin: 0 20px 10px 0;}

.Column{width: 210px;/*210px*/float: left;display: inline; margin-right: 25px;}
.Column h3{Text-indent: 5px; margin: 20px 0px 10px 0px}
.Column ul{padding: 0;margin: 0;float: left;list-style-type: none;}
.Column li{width: 180px;/*210px*/float: left;padding: 5px 10px 5px 20px;background-image: url(../_Upload/img/SubMenuBg.gif);background-repeat: no-repeat;background-position: top;border-top: solid 1px #E6E6E6;}
.Column li.SubMenuOpen{background-image: url(../_Upload/img/SubMenuOpenBg.gif);background-repeat: no-repeat;background-position: top; padding: 5px 10px 5px 20px;}
.Column li.SubMenuCategory{background-image: none; padding: 10px 0 5px 0px; width: 210px;/*210px*/ border-bottom: 0px;}
.Column li ul {padding: 5px 0px 0px 0px;margin-left: -20px;float: left;border-top: 0;}
.Column li ul li{width: 170px;/*190px*/float: left;padding: 5px 10px 5px 30px;background-image: url(../_Upload/img/SubSubMenuBg2.gif);background-repeat: no-repeat;background-position: top;border-top: 0;}
.Column ul li a, 
.Column li ul li a{color: #0077D4; line-height: 14px;}
.Column ul li a:hover,
.Column li ul li a:hover{text-decoration:none; color:#0035AD;}

#map{width: 725px; height: 400px; margin-bottom: 20px; float: left; display: inline;  }

/*///////// HORIZONTAL TABS //////////*/



/*/////////// FORMS //////////////////*/

#Form {margin: 0; background-color: #F6F8FD; padding: 1em;}
#Form fieldset {margin: 0; font-style: normal; padding: 0 1em 1em;}
#Form legend {font-weight: bold; background: #transparent;}
#Form p {padding: .2em 0; margin: 0 0 .2em 0;}
#Form fieldset#YourInformation label {float: left; width: 40%; text-align: right; margin: 0; padding: 0 .5em 0 0; line-height: 1.8;}
#Form label:hover{cursor: pointer;}
#Form Input{width: 250px;}

.ErrorMessage{font-size: 12px; font-weight: bold; color: #FF1200;}
.ValidMessage{font-size: 12px; font-weight: bold; color: #00B400;}

/*/////////// FORMS //////////////////*/

/*/////////// SPECIAL //////////////////*/

/*/////////// SPECIAL //////////////////*/

/*///////// PAGE HEADER/FOOTER //////////*/

#ContentLarge #PageHeader{border-bottom: solid 1px #B4B4B4; float: left; display: inline; width: 715px;}
#ContentWithTabs #PageHeader{border-bottom: solid 1px #B4B4B4; float: left; display: inline; width: 725px;  margin: 0px 0px 20px 20px;}

#PageHeader{border-bottom: solid 1px #B4B4B4; float: left; display: inline; width: 490px;  margin-bottom: 20px;}
#PageHeader a, #PageFooter a:hover{background-image: url(../_Upload/img/ArrowBack.gif); background-position: left top; padding-left: 15px; background-repeat: no-repeat;}



#PageFooter{
	border-top: solid 1px #B4B4B4;
	float: left;
	display: inline;
	text-align: right;
	width: 560px;
	margin-top: 20px;
}
#PageFooter a, #PageFooter a:hover{background-image: url(../_Upload/img/ArrowTop.gif); background-position: left top; padding-left: 15px; background-repeat: no-repeat;}

#ContentExtraLarge #PageFooter{border-top: solid 1px #B4B4B4; float: left; display: inline; text-align: right; width: 950px; margin-top: 20px;}

/*///////// PAGE HEADER/FOOTER //////////*/

/*/////////////////////////////////////*/
/*/////////////CONTENT/////////////////*/
/*/////////////////////////////////////*/

/*/////////////////////////////////////*/
/*/////////////INFOSET/////////////////*/
/*/////////////////////////////////////*/

#InfoSet{
width: 215px;/*215px*/
float: left;
display: inline;
}


/*.RecentHistory{background-image: url(../_Upload/Pictures/RecentHistory.jpg);background-repeat: no-repeat; background-position: right bottom;}/*((((DUPLICATED))))*/
/*.VerticallyOriented{background-image: url(../_Upload/Pictures/VerticallyOriented.jpg);background-repeat: no-repeat; background-position: right bottom;}/*((((DUPLICATED))))*/
/*.WorldwideContact{background-image: url(../_Upload/Pictures/WorldwideContact.jpg);background-repeat: no-repeat; background-position: right bottom;}/*((((DUPLICATED))))*/
/*.VideoCam{background-image: url(../_Upload/Pictures/VideoCam.jpg);background-repeat: no-repeat; background-position: right bottom;}/*((((DUPLICATED))))*/
/*.ContactUs{background-image: url(../_Upload/Pictures/ContactUs.jpg);background-repeat: no-repeat; background-position: right bottom;}/*((((DUPLICATED))))*/
/*.PaulTrombley{background-image: url(../_Upload/Pictures/PaulTrombley.jpg);background-repeat: no-repeat; background-position: right bottom;}/*((((DUPLICATED))))*/
/*.LeadershipCouncil{background-image: url(../_Upload/Pictures/LeadershipCouncil.jpg);background-repeat: no-repeat; background-position: right bottom;}/*((((DUPLICATED))))*/


/*/////////////////////////////////////*/
/*/////////////INFOSET/////////////////*/
/*/////////////////////////////////////*/

/*/////////////////////////////////////*/
/*////////////////MAIN/////////////////*/
/*/////////////////////////////////////*/

/*/////////////////////////////////////*/
/*//////////////FOOTER/////////////////*/
/*/////////////////////////////////////*/

#Footer{
width: 960px;
height: 44px;
border: solid 1px #D2D2D2;
border-width: 1px 0px 1px 0px;
margin: 0px 13px 20px 13px;
float: left;
display: inline;
background-image: url(../_Upload/img/MiniGlobeSymbol.gif);
background-repeat: no-repeat;
}

#FooterLeft, #FooterRight{font-size: 11px; line-height: 44px; color: #828282;}

#FooterLeft {
width: 300px;
float: left;
display: inline;
padding-left: 40px;
}

#Footer a, #Footer a:hover{color:#828282;}
#Footer a:hover{text-decoration: underline;}

#FooterRight{
width: 620px;
float: left;
display: inline;
text-align: right;	
}

#CallOut{
width: 140px;
height: 40px;
padding: 6px 0px 0px 8px;
margin-left: 120px;
position: absolute;
left: 50%;
top: 652px;
background-image: url(../_Upload/img/CallOut.gif);
background-repeat: no-repeat;
z-index: 100;    
}

#CallOut a{font-weight: bold; font-size: 11px; color: #404040;}

/*/////////////////////////////////////*/
/*//////////////FOOTER/////////////////*/
/*/////////////////////////////////////*/

/*/////////////////////////////////////*/
/*//////////REGION SELECTOR////////////*/
/*/////////////////////////////////////*/

#RegionSelector{
background-image:url(../_Upload/Pictures/RegionSelectorBg.jpg); 
background-repeat: no-repeat;
width:920px;/*500*/
height:140px;/*400*/
float: left;
display: inline;
padding: 10px;
}

#RegionSelector ul{padding:0; margin:0; list-style:none; width:920px; height: 32px;}

#RegionSelector ul li{margin-right:2px; text-align: center;}
#RegionSelector ul li, #RegionSelector ul li a, #RegionSelector ul li a:hover{display:block; width:228px; height:32px; float:left; background-color: #000; line-height: 32px;}

#RegionSelector ul li a{background-color: #000; background-image: url(../_Upload/img/LightBoxTabInactiveBg.gif); background-repeat: repeat-x;  color: #FFF}
#RegionSelector ul li a:hover{background-color: #000; background-image: url(../_Upload/img/LightBoxTabActiveBg.gif); background-repeat: repeat-x; color: #fff}

#RegionSelector ul li a.RegionSelected:link,
#RegionSelector ul li a.RegionSelected:visited
{background-color: #FFF; background-image: url(../_Upload/img/LightBoxTabSelectedBg.gif); background-repeat: repeat-x; color: #000}

#RegionSelector ul li a.RegionSelected:hover{background-color: #FFF; background-image: url(../_Upload/img/LightBoxTabActiveBg.gif); background-repeat: repeat-x; color: #fff}

#RegionSelector p {text-align: right;}

/*/////////////////////////////////////*/
/*//////////REGION SELECTOR////////////*/
/*/////////////////////////////////////*/
#news {
	width: 490px;
	float: left;
	display: inline;
	height: 200px;
	margin-top: 20px;
}
#bg {
	background-image: url(../_Upload/img/main-bg.jpg);
	width: auto;
	height: auto;
}
#technology-image {
	width: 120px;
	float: right;
	display: inline;
	background-image: url(../_Upload/img/technology.png);
	height: 550px;
}
