
body {
	MARGIN: 0px; 
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #000000;
	BACKGROUND: #85cad9;

}

body a {
	color: #000000;
	outline: none;
	text-decoration: none;
}
body a:hover {
	color: #000000;
	outline: none;
	text-decoration: underline;
}
/*
.pageHeading {
	font-size: 16px;
	font-weight: bold;
}
*/
h2 {
	font-size: 16px;
	font-weight: bold;
}


#container {
	position:relative;
	width: 950px;
	min-width: 950px; 
	top:0px; 
	font-size: 12px;
	overflow:hidden;
	margin-left:auto; 
	margin-right:auto;  /* overflow:hidden; */
	background-repeat: repeat-x;
	border: 0px solid #000000;
}

#header {
	height:110px;
	background: #85cad9;
	border: 0px solid #000000;
}


.logo {
	float: left;
	margin-top: 10px;
	width: 455px;
	height: 85px;
	background: url(images/logo.gif) no-repeat left top;
	border: 0px solid #000000;
}

.logo a {
	display: block;
	width: 455px;
	height: 85px;
	margin-left: 0px;
	margin-top: 0px;
	text-decoration: none;
	border: 0px solid #ff0000;
}

/*
.stockprice
{	
	float:right;
	margin-top:20px;
	margin-right:0px;
	width:130px;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color: #000000;
	background: #dcf6fa;
	border:0px solid #000000;
	-webkit-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border-radius:6px;
}
*/

.stockprice
{	
	float:right;
	margin-top:5px;
	margin-right:0px;
	width:220px;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	text-align:center;
	color: #003c7a;
	background: #e9e9e9;
	border:1px solid #d4d4d4;
	-webkit-border-left-radius:6px;
	-webkit-border-left-radius:6px;
	-moz-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	border-radius:6px;
}
.stockpriceTitle {
	background: #185da4;
	color: #ffffff;
	border:0px solid #d4d4d4; 
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}


.bengal {
	float: right;
	margin-top: 10px;
	width: 450px;
	font-size: 11px;
	font-style: italic;
	text-align: right;
	border: 0px solid #000000;
}

.bengal a {
	text-decoration: none;
}

.bengal a:hover {
	text-decoration: underline;
}


#topMenu {
	height: 36px;
	background-color: #85cad9;
	background: url(images/bg-top-menu.gif) repeat-x;
	border: 0px solid #000000;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}

#content {
	padding-bottom: 15px;
	background: #ffffff;
	border: 0px solid #000000;
	-webkit-border-bottom-left-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-left-radius:6px;
	border-bottom-right-radius:6px;
}

#mainSlide {
	width: 950px;
	height: 340px;
	border: 0px solid #ff00ff;
}

.bodyContent {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	padding: 10px;
	width: 610px;
	text-align:justify;
	line-height:20px;
	border: 1px solid #eaeaea;
	border-radius:6px;
	-webkit-border-radius:6px;
}

.sideContent {
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	width: 275px;
	border: 1px solid #eaeaea;
	border-radius:6px;
	-webkit-border-radius:6px;
}

.sideContentHeader {
	height: 30px;
	font-size: 15px;
	padding-top: 5px;
	padding-left: 15px;
	font-weight: bold;
	background: url(images/bg-side-content.gif) repeat-x;
	border: 0px solid #000000;
	-webkit-border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	border-top-left-radius:6px;
	border-top-right-radius:6px;
}

.sideLi {
	margin-top:5px;
}

.sideLi li {
	margin-left:-6px;
	margin-right: 5px;
	line-height: 25px;
	list-style-type: square;
}

.sideLi li a {
	text-decoration: none;
}

.sideLi li a:hover {
	text-decoration: underline;
}

.ulBold {
	font-weight: bold;
}

.ulBold li {
	list-style-image: url("images/navigation-arrows.gif");
} 

.ulBold li a {
	text-decoration: none;
}

.ulBold li a:hover {
	text-decoration: underline;
}


/* ------------------------ Main Menu------------------------------ */

.menu {
	width: 100%;
}

.menu ul{
	margin: 0;
	padding: 0;
	float: right;
}

.menu ul li {
	display: inline;
}

.menu ul li a{
	float: left; 
	text-decoration: none; /* removes the underline from the menu text */
	font-size: 15px;
	font-weight: bold;
	font-family: arial, verdana, tahoma;
	color: #000000;
	padding: 9px 15px 7px 15px; /* 10.5px of padding to the right and left of the link and 11px to the top and bottom */
}

.menu ul li a:hover, .menu ul li .current{
	color: #fff;
	background: url(images/bg-top-menu-hover.gif) repeat-x;
	background-color:#0b75b2;} /* change the background color of the list item when you hover over it */


/* ------------------------ Footer ------------------------------ */

#footer {
	height: 50px;
	border: 0px solid #00ff00;
}

.copyright {
	margin-top: 15px;
	text-align: center;
	font-color: #000000;
	border: 0px solid #00ff00;
}









.space {
	height: 8px;
}
.clearBoth {
	clear: both;

}




#slideContainer {
	width:950px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}


#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}


.slides_container {
	width:950px;
	overflow:hidden;
	position:relative;
	display:none;
}


.slides_container div.slide {
	width:950px;
	height:340px;
	display:block;
}



#slides .next,#slides .prev {
	position:absolute;
	top:148.5px;
	left:0px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:926px;
}










.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	/*background-image:url(../../img/pagination.png);*/
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}