/*---shared---*/
body {
	background-color:#E7E7E7;
	margin: 0px;
	font-family: verdana;
}

img {
	border: none;
}

H1 {
	font-size: 24px;
	font-weight: normal;
}

H2 {
	font-size: 12pt;
	margin-bottom: 10px;
	margin-top: 0px;
}

H3 {
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 30px;
}

a {
	text-decoration: none;
	color: #41ACE4;
}

p{
	margin-bottom: 0px;
}


#pageLayout {
	width: 600px;
}

#topNavHolder {
	display: block;
	width: 100%;
	height: 45px;
	background-image:url("images/menu_right.gif");
	background-repeat: repeat-x;
	margin-top: 23px;
	margin-bottom: 22px;
}

#topNavHolder SPAN {
	padding: 0px;
	height: 45px;
	margin: 0px;
	display: inline;
	direction: ltr;
	line-height: 12px;
	clear: none;
	vertical-align: middle;

}

#topNavHolder SPAN A {
    font-family: verdana;
    font-size: 11px;
    line-height: 8pt;
    color: black;
}


/*---homepage splash---*/
#hpSplashWrap {
	width:600px;
	height: 225px;
	overflow: hidden;
	display: block;
	position:relative;
}
#hpSplashFlash {
	position: absolute;
	top: 0;
	left: 0;
}

.hpSplashText {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	width: 380px;
	height: 150px;
	overflow: hidden;
	z-index: 100;
	background-color: transparent;
	padding-top: 22px;
	margin-top: 10px;
	padding-bottom: 32px;
	/*border: 1px solid black;*/
}

.splashDesc {
	width: 165px;
	padding-right: 20px;
	float: left;
	color: white;
	font-size: 8pt;
	text-align: left;
}
.splashDesc P {margin: 0; padding: 0;}

.splashDesc UL {
    	padding: 0 0 0 8px;
    	margin: 0 0 0 8px;
}
.splashDesc LI  {
    	padding: 0;
    	margin: 0;
    	list-style-type: disc;
}


.splashComps {
	width: 178px;
	padding-left: 10px;
	float: left;
	color: white;
	font-size: 14px;
	line-height: 14px;
	text-align: left;
	height: 155px;
	float: right;
    background-repeat: repeat-y;
    overflow: hidden;
    font-weight: normal;
    
}

.splashCompsList {
	overflow: auto;
	height: 130px;
	margin-top: 5px;
	margin-right: 10px;
	display: inline-block;
	font-weight: bold;
	font-size: 8pt;
}

.splashCompsList SPAN {
	background-repeat: no-repeat;
	background-position: 0px 3px;
	display: block;
	float: left;
	clear: both;
	padding-left: 10px;
	padding-right: 0px;
	width: 130px;
}

.splashComps A {
	color: white;
	line-height: 12pt;
	display: inline;
}

#hpSplash1 {
	left: 120px;
	/*background-color: #CE0000;*/

	scrollbar-3dlight-color: #F75D5A;
	scrollbar-arrow-color: #F75D5A;
	scrolbar-highlight-color: #F75D5A;
	scrollbar-track-color:#F75D5A;

	scrollbar-base-color: #CE0000;

	scrollbar-face-color: #CE0000;

	scrollbar-shadow-color: #A50400;
	scrollbar-darkshadow-color: #A50400;
}
#hpSplash2 {
	left: 145px;
	/*background-color: #FF6500;*/
	scrollbar-3dlight-color: #FFA66B;
	scrollbar-arrow-color: #FFA66B;
	scrolbar-highlight-color: #FFA66B;
	scrollbar-track-color:#FFA66B;

	scrollbar-face-color: #FF6500;
	scrollbar-base-color: #FF6500;

	scrollbar-darkshadow-color: #FF3000;
	scrollbar-shadow-color: #FF3000;
}
#hpSplash3 {
	left: 170px;
	/*background-color: #0071BD;*/

	scrollbar-3dlight-color: #529ED6;
	scrollbar-arrow-color: #529ED6;
	scrollbar-track-color:#529ED6;
	scrolbar-highlight-color: #529ED6;

	scrollbar-base-color: #0071BD;
	scrollbar-face-color: #0071BD;

	scrollbar-darkshadow-color: #005594;
	scrollbar-shadow-color: #005594;

}
#hpSplash4 {
	left: 195px;
	/*background-color: #00A652;*/

	scrollbar-3dlight-color: #39C784;
	scrollbar-arrow-color: #39C784;
	scrollbar-track-color:#39C784;
	scrolbar-highlight-color: #39C784;

	scrollbar-base-color: #00A652;
	scrollbar-face-color: #00A652;

	scrollbar-darkshadow-color: #008A10;
	scrollbar-shadow-color: #008A10;
}
#hpSplash5 {
	left: 220px;
	/*background-color: #BD3CD6;*/

	scrollbar-3dlight-color: #E771F7;
	scrollbar-arrow-color: #E771F7;
	scrollbar-track-color:#E771F7;
	scrolbar-highlight-color: #E771F7;

	scrollbar-base-color: #BD3CD6;
	scrollbar-face-color: #BD3CD6;

	scrollbar-darkshadow-color: #9C24AD;
	scrollbar-shadow-color: #9C24AD;
}

/*---homepage content---*/
#hpMainWrap {
	background-color: white;
	overflow: visible;
	padding-bottom: 32px;
}

#hpContentWrap {
	width: 100%;
	overflow:auto;
	background-color:white;
	background-image: url("images/hpContentBg_en.gif");
	background-position: top left;
	background-repeat: repeat-y;
	margin-top: 27px;
}

.hpText {
	/*font-family: verdana;*/
	font-size: 11px;
	text-align: left;
	line-height: 11pt;
}


#hpText {
	width: 271px;
	float: left;
	display: block;
	background-color: Transparent;
	padding-left: 16px;
	padding-right: 16px;
}

#hpText P:first-letter {
	font-size: 2.3em;
	line-height: 0.8em;
	text-transform: lowercase;

}

#hpNews {
	float: left;
	display: block;
	width: 150px;
	overflow: hidden;
	padding-left: 16px;
	padding-right: 12px;
}


#hpStruct {
	float: left;
	display: inline;
}

.hpNewsItem {
	padding-bottom: 10px;
	padding-top: 10px;
}

.hpNewsDate {
	color: #41ACE4;
	font-size: 7pt;
	line-height: 13pt;
}

.readMore {
	color: #41ACE4;
	font-size: 7.5pt;
	text-decoration: none;
}

.readMore SPAN {
	font-size: 6pt;
	line-height: 5px;
	color: black;
	font-family: verdana;
}

/*---inner---*/

#innerContentWrap {
	padding-left: 130px;
	padding-right: 76px;
	padding-top: 40px;
	padding-bottom: 70px;
	text-align: left;
	background-color: white;
	/*font-family: Verdana;*/
	font-size: 11px;
	line-height: 14px;
	overflow: auto;
}

.innerContentItem {
	position: relative;
	padding-top: 30px;
	width: 100%;
}
.activitiesPage P
{
    margin: 0;
}
.innerContentItem A {
	color: #41ACE4;
}

.innerContentSide {
	width: 89px;
	margin-left: -115px;
	float: left;
	position: relative;
}

.innerContentSide SPAN {
	width: 100%;
	float: left;
	clear: both;
	line-height: 22px;
	background-image: url("images/compLinkBg.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	padding-left: 0px;
}

ul li {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 0px;
	margin-left: -25px;
	padding-bottom: 6px;
}

ol li {
	list-style-position: outside;
	padding-left: 0px;
	margin-left: -20px;
}

TABLE {
	width: 380px !important;
}

TABLE, td {
	border: none;
	vertical-align: top;
}


/*----------NEWS-----------------*/

.newsContentItem {
	padding-top: 5px;
	text-indent: 0px;
	padding-left: 16px;
	margin-right: -16px;
}

.newsContentItem .innerContentSide {
	margin-left: -131px;
}


.newsContentItem .readMore {
	padding-left: 0px;
}

.newsItemTitle {
	color: #41ACE4;
	font-weight: bold;
	display: list-item;
	list-style: square;
	list-style-position: outside;
}

.newsItemTitle .newsItemDate {
	font-weight: normal;
}

.newsPageDate {
	font-weight: normal;
	color: #838C91;
	font-size: 11px;
}

.newsPage H1 
{
    margin-right: -17px;
}

/*---contact---*/

.contactus INPUT, .contactus TEXTAREA 
{
	background-color: #F8F8F8;
	border: 1px solid #E7E7E7;
	font-family: verdana;
	font-size: 8pt;
	padding: 3px 0;
}
.contactus TABLE 
{
    width: 349px !important;
}
.contactus TABLE ,.contactus TABLE TD
{
    padding: 0; margin: 0;
    border-collapse: collapse;
}
.contactus TABLE .col1
{
    width: 191px;
    padding: 0;
}
.contactus TABLE .col1 INPUT
{
    width: 158px;
    margin-bottom: 15px;
}
.contactus TABLE .col2 INPUT
{
    width: 158px;
    margin-bottom: 15px;
}
.contactus TABLE .col2
{
    width: 158px;
}
.contactus TABLE .colBig
{
    width: 349px;
}
.contactus TABLE .colBig INPUT,.contactus TABLE .colBig TEXTAREA
{
    width: 349px;
    margin-bottom: 15px;
}

.contactus span.blueText {
	color: #41ACE4;
}

.submitButton{
	float: right;
	margin: 28px 0 0 0;
	display: inline;
}
/*---site map---*/

.siteMapList {
	font-weight: bold;
	line-height: 20px;
}

.siteMapList A {
	color: black;
}
.siteMapList DIV {
	padding-left: 16px;
}

.siteMapList DIV LI {
	font-weight: normal;

}

/*------------------------MENU-----------------------*/

.topMenuHolder {
	position: relative;
	height: 14px;
	width: 600px;
	overflow: hidden;
	background-color: #BD3CD6;
}

#topMenuHolder DIV {
	float: left;
	padding: 0px;
	width: 120px;
	height: 1px;
	z-index:100;
	position: absolute;
}

.topMenuLogo {
	width: 120px; padding: 0px; margin: 0px; float: left;
}

#topMenuParentsHolder {
	visibility: hidden;
	position: absolute;
	width: 600px;
	text-align: left;
	overflow: hidden;
	top: 0px;
	left: 0px;
}

.topMenuParent {
	display: inline;
	width: 600px;
	color: white;
	/*font-family: verdana;*/
	font-size: 10px;
	position: relative;
	float: left;
}

.topMenuItem {
	width: 106px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
	border-top: 1px solid white;
	text-align: left;
	color: white;
	font-size: 8pt;
	font-family: verdana;
	z-index:100;
}

.topMenuItem A {
	color: white;
}

#sub1 {background-color: #CC0000;}
#sub2 {background-color: #FF6600;}
#sub3 {background-color: #0072BC;}
#sub4 {background-color: #00A651;}
#sub5 {background-color: #BF3CD2;}

/*------------------DMENU-------------------*/

.menuBox {
	position:absolute;
	z-index:5;
	width: 120px;
	left: 0px;
	top: 0px;
	visibility:hidden;

	}

.menuSub {
	padding: 4px 10px;
	}

.menuBoxHolder {
	}

.menuSub A , .menuSub A:visited {
	text-decoration:none;
	 }

.menuSub TD.menuspacer {
	background: none;
	border-bottom: 0px;
	height: 4px;
	padding: 0px;
	line-height: 1px;
}

.menuSub TD {
	white-space: nowrap;
	}

.menuSub {background: #E4E4E4; color: #330066;}
.menuSub A , .menuSub A:visited {color: #330066 ; font: bold 10px verdana ;}
.menuSub TD {border-bottom: solid #CCCCCC 1px ;}
.subOver {background:#F0F0F0; }
.subOver A {color: #330066;}


