@charset "utf-8";
/* CSS Document */

*
{
	margin:0px;
	padding:0px;
	font-size:8pt;
	font-family:"Verdana","Helvetica", sans-serif;
	color:#264182;
}

/* standard element overrides */

.highlight
{
	color:#FF0000;
}

.highlight ol li
{
	color:#FF0000;
}

#menu a
{
	color:#264182;
	font-weight:normal;
	text-decoration:none;
}

#menu a:hover
{
	color:#FFFFFF;
}

#menu a:active
{
	color:#FFFFFF;
}

#main a
{
	color:#578bd8;
	font-weight:normal;
}

#main a:hover
{
	color:#264182;
}

#main a:active
{
	color:#9cccf3;
	text-decoration:none;
}

p
{
	width:100%;
}

p.contact
{
	line-height:12pt;
}

html
{
	width:100%;
	height:100%;
	min-width:1026px;
}

img
{
	border:0px;
}

ul
{
}

li
{
	list-style-type:none;
	margin-top:4px;
	text-indent:4px;
	float:none;
}

li a
{
	color:#264182;
}

/* major areas common params */

#leftSide
{
	width:20%;
	height:100%;
	background-image:url(./images/left.png);
	background-position:right;
	background-repeat:repeat-y;
}

#rightSide
{
	width:20%;
	height:100%;
	background-image:url(./images/right.png);
	background-position:left;
	background-repeat:repeat-y;
}

#shadow
{
	height:25px;
	background-color:#FFFFFF;
	background-image:url(./images/shadow.png);
	background-repeat:repeat-x;
	z-index:1;
}

#banner
{
	background-color:#9cccf3;
	height:72px;
}

#menu
{
	background-color:#578bd8;
	min-height:48px;
	height:48px;
	min-width:800px;
}

#map
{
/*	background-image:url(./images/mapAsia.jpg);
	background-position:left;
	background-repeat:no-repeat;*/
	height:618px;
	width:270px;
	float:left;
	clear:none;
	border-width:1px;
	border-style:solid;
	border-color:#578bd8;
}

#main
{
	background-color:#FFFFFF;
	background-image:url(./images/watermark.png);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	width:60%;
	min-width:800px;
	padding:12px 16px 12px 16px;
	margin-bottom:6px;
	overflow:auto;
}

#footer
{
	background-color:#9cccf3;
	height:28px;
	text-align:right;
	margin-top:6px;
	padding:6px 0px 6px 8px;
}

.sidebar
{
	float:left;
	height:auto;
	width:auto;
}

.sidebarTall
{
	float:left;
	height:1024px;
	width:auto;
}

.tagImage
{
	float:left;
	clear:left;
	margin-top:8px;
	height:auto;
	width:256px;
	margin-left:16px;
}

.flashContainer
{
	max-width:100%;
	min-width:25%;
	width:100%;
	padding:0px;
	margin:0px;
}

.homePageImage
{
	background-image:url(./images/home.jpg);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
	clear:right;
	height:576px;
	width:100%;
	margin-bottom:4px;
}

.heroImg
{
	float:left;
	margin-left:8px;
	margin-right:16px;
}

.heroImg img
{
	border-width:1px;
	border-style:solid;
	border-color:#578bd8;
}

.heroThumb,.heroThumbE
{
	margin:4px 36px 14px 0px;
	padding:2px;
	border-width:1px;
	border-style:solid;
	border-color:#578bd8;
}

.heroThumb
{
	clear:left;
	float:left;
}

.heroThumbE
{
	float:right;
	clear:right;
}

.spacer
{
	width:1px;
	height:48px;
	float:left;
	clear:none;
}

.largeSpacer,.footerSpacer
{
	height:auto;
	clear:none;
}

.largeSpacer
{
	width:43px;
	min-height:48px;
	float:left;
}

.footerSpacer
{
	width:32px;
	min-height:28px;
	float:right;
}


.langChange
{
	width:40px;
	height:27px;
	float:left;
	clear:none;
	margin-top:10px;
	margin-left:14px;
}

.menuItem
{
	background-image:url(./images/btnGradoff.png);
	padding-top:18px;
	height:30px;
	float:left;
	clear:none;
	width:auto;
	padding-left:8px;
	padding-right:8px;
	background-color:#578bd8;
}

.menuItem:hover
{
	background-image:url(./images/btnGradon.png);
	background-color:#264182;
	color:#FFFFFF;
}

.menuItemCurrent
{
	background-image:url(./images/btnGradon.png);
	padding-top:18px;
	color:#FFFFFF;
	height:30px;
	float:left;
	clear:none;
	width:auto;
	padding-left:6px;
	padding-right:6px;
}

#menu .menuItemCurrent
{
	color:#FFFFFF;
}

.menuItemCurrent:hover
{
	background-image:url(./images/btnGradon.png);
	background-color:#264182;
	color:#FFFFFF;
}

/* Text styles */

.homePageText
{
	font-size:small;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	padding:8px;
	width:100%;
}

.heading
{
	font-size:large;
	font-weight:bold;
	letter-spacing:1px;
}

.subHeading
{
	font-size:medium;
	font-weight:bold;
	letter-spacing:1px;
	color:#9cccf3;
}

.pageText
{
	float:left;
	margin-left:14px;
	margin-right:12px;
	width:50%;
	min-width:25%;
}

.widePageText
{
	float:left;
	margin-left:14px;
	margin-right:12px;
	width:80%;
	color:default;
}

.footerText
{
	line-height:1px;
	padding-right:8px;
}

.footerText a
{
	text-decoration:none;
}

.footerText a:hover
{
	text-decoration:underline;
}