/* Start of CMSMS style sheet 'basic styles' */
/*********************
Styles for basic elements
*********************/
div
{
	/*border: 1px solid red;*/
	font-family: Arial;
	font-size: .9em;
}

#main
{
  text-align: justify;
}
div p
{
	margin: 9px 0px 0px 0px;
}
div a:link
{
	color: black;
}
img
{
	border: 0px;
	align: left;
}
h1
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: 'Times New Roman';
	font-variant: small-caps;
}
h2
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: 'Times New Roman';
	font-variant: small-caps;
}

.spacing
{
	height: 0px;
}

.hidden
{
	display: none;
}
/*********************
footer
*********************/
#footer
{
	padding-top: 20px;
	font-size: .7em;
}
#footer a
{
	color: #000;
}

/********************
JS Carousel
*********************/
#invest-carousel
{

}
#invest-carousel li, #dev-carousel li
{
	/*height: 225px;*/
	padding-right: 12px;
}
#invest-carousel li img, #dev-carousel li img
{
	/*height: 225px;*/
	width: 220px;
	height: 200px;
}
.prev
{
	float: left;
}
.next
{
	float: right;
	clear: right;
	height: 200px;
}
.prev a {
  text-decoration: none;
  background: url("../imgs/carousel/imageNavLeft.png") left 0px no-repeat;
}
.next a {
  display: block;
  float: left;
  width: 20px;
  height: 200px;
  text-decoration: none;
  background: url("../imgs/carousel/imageNavRight.png") left 0px no-repeat;
}
.prev a {
  display: block;
  float: left;
  width: 32px;
  height: 200px;
  text-decoration: none;
  background: url("../imgs/carousel/imageNavLeft.png") left 0px no-repeat;
}

.next a:hover {
  background-image: url("../imgs/carousel/imageNavRightHover.gif");
}
.prev a:hover {
  background-image: url("../imgs/carousel/imageNavLeftHover.gif");
}

/*********************
mouse over image text
*********************/

#slider {
    width: 179px; /* important to be same as image width */
    height: 130px; /* important to be same as image height */
    position: relative; /* important */
		overflow: hidden; /* important */
}
#sliderContent {
    width: 179px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
		display: none;
}
.sliderImage span {
    position: absolute;
		font: 11px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 179px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
		-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.sliderImage span strong {
    font-size: 14px;
    font-family: 'Times New Roman';
		font-variant: small-caps;
}
#slider ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:left;
	text-align: left;
}



#slider1 {
    width: 179px; /* important to be same as image width */
    height: 130px; /* important to be same as image height */
    position: relative; /* important */
		overflow: hidden; /* important */
}
#slider1Content {
    width: 179px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: left;
    position: relative;
		display: none;
}
.slider1Image span {
    position: absolute;
		font: 11px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 153px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
		-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.slider1Image span strong {
    font-size: 14px;
    font-family: 'Times New Roman';
		font-variant: small-caps;
}
#slider1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:left;
	text-align: left;
}


#slider1 ul a
{
	text-decoration: none;
}
#slider ul a
{
	text-decoration: none;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
/*********************
Carousel for Investment / Development
**********************/
.tabs
{
	background:url(/imgs/carousel-selection-bg.png) no-repeat top right;
clear: both;
padding-top: 0px;
}
UL.tabNavigation {
    list-style: none;
    padding: 0;
    text-align: center;
    clear: right;
		width: 411px;
		margin-left: auto;
		margin-right: auto;
		height: 18px;
}

UL.tabNavigation LI {
    display: inline;
}

UL.tabNavigation LI A {
    padding: 3px 5px;
    background-color: #ddd;
    color: #000;
    text-decoration: none;
    margin-bottom: 5px;
}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
    background:#E2E2E2 url(/imgs/menu_on.gif) repeat-x top right;
    color: #fff;
}

UL.tabNavigation LI A:focus {
	outline: 0;
}

div.tabs > div h2 {
	margin-top: 0;
}

#investmentP
{
	width: 187px;
	float: left;
	height: 17px;
}
#developmentP
{
	width: 204px;
	float: left;
	height: 17px;

}

/**************
Image border
**************/
.border-for-img
{
border:1px solid #B7B7B7;
display:block;
padding:2px;
}

/* End of 'basic styles' */

