@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/page_bg3.jpg);
	background-position:top	;
	background-repeat:no-repeat;
	background-color:#000;
	font-family:Helvetica, Arial;
	
}

.clear {
	clear:both;
}

#menu {
	width:920px;
	height:28px;
	padding-top:8px;
	background-color:#000;
	margin:auto;
	margin-top:190px;
	

	text-align:center;
}

#menu ul {
	margin:0px;	
	margin-left:10px;
}

#menu ul li {
	display: inline;
	list-style-type: none;
	padding-right: 61px;
}

#menu ul li a {
	color:#999;
	font-family:Helvetica, Arial;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}

#menu ul li a.activeMenu {
	color:#0088cb;
	font-family:Helvetica, Arial;
	font-size:10pt;
	font-weight:bold;
	text-decoration:none;
}


#menu ul li a:hover {
	color:#0088cb;
}


#homePanelContainer {
	width:918px;
	margin:auto;
	margin-top:22px;
}
	
#homePanelLeft {
	float:left;
	width:358px;
	padding-right:15px;
	padding-top:5px;
	text-align:right;
	
}

#homePanelCenter {
	float:left;
	width:275px;
	height:180px;
	background-image:url(../images/vertical_dotted_line.png);
	background-position:left;
	background-repeat:repeat-y;
}

#homePanelRight {
	float:left;
	width:270px;
	height:180px;	
	background-image:url(../images/vertical_dotted_line.png);
	background-position:left;
	background-repeat:repeat-y;
	
}

.homePanelImageTextContainer {
	margin-bottom:18px;	
}

.homePanelImageContainer {
	padding-left:15px;
	padding-right:10px;
	padding-top:1px;
	float:left;
	width:100px;
	height:66px;
}

.homePageTextContainer p {
	font-size:9.5pt;
	color:#fff;
	margin:0px;
	padding:0px;
}
	

.homePageTextContainer {
	float:left;
	width:140px;
}

#pageTextImageContainer {
	width:918px;
	margin:auto;
	margin-top:24px;
}

#pageImageContainer {
	float:left;
	width:357px;
	padding-right:15px;
	padding-top:5px;
	text-align:right;
}

#pageTextContainer {
	float:left;
	width:510px;
	padding-left:17px;
	background-image:url(../images/vertical_dotted_line.png);
	background-position:left;
	background-repeat:repeat-y;
	padding-bottom:60px;
}

#pageTextContainer p {
	font-size:9.5pt;
	color:#fff;
	margin-top:15px;
	padding:0px;
	line-height:12pt;
	
}
	
span.textheading {
	color:#0088cb;
	font-size:10pt;
}

span.contactHeading {
	color:#fff;
	font-size:11pt;
	line-height:13pt;
}


#pageTextContainer a {
	color:#0088cb;
	text-decoration:none;
}

#pageTextContainer a:hover {
	color:#fff;
	text-decoration:underline;
}


/* --- Slider Style ---- */

#slideshow {
    position:relative;
	margin:auto;
	width:918px;
	height:277px;
	
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8; 
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}


/* --- New Slider Style ----*/

#img10 {
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */	
    top:0;
    left:0;
    z-index:10; 
}

#img9 {
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */	
    top:0;
    left:0;
    z-index:90;
}
#img8 {
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */	
    top:0;
    left:0;
    z-index:80;
}
#img7 {
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */	
    top:0;
    left:0;
    z-index:70;
}
#img6 {
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */	
    top:0;
    left:0;
    z-index:60;	
}
#img5 {
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */	
    top:0;
    left:0;
    z-index:50;	
}
#img4 {
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */	
    top:0;
    left:0;
    z-index:40;	
}
#img3 {
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */	
    top:0;
    left:0;
    z-index:30;
}
#img2 {
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */	
    top:0;
    left:0;
    z-index:20;	
}
#img1 {
	opacity:0;
	filter:alpha(opacity=0); /* For IE8 and earlier */	
    top:0;
    left:0;
    z-index:10;	
}

