﻿/************
*  General  *
*************/
.hidden{display: none}

body
{
	margin-top:30px;
}

.text_highlight
{
	background-color:#91b2c9;
}

.contents
{
    float: left;
    display: block;
    background-color: #eff0f1;
    width: 699px;
    height: 500px;
}

.contents .content
{
}

.left_image
{
    float: left;
    margin: 0px 20px 0px 10px;
    width: 285px;
    vertical-align:top;
}

.right_content
{
    overflow:auto;
    float: left;
    width: 354px;
    vertical-align:top;
}

.Image_Content
{
    margin: 20px 20px 0px 10px;
}

.Image_Content .right_content
{
    height: 459px;
}

.Image_Content_Carousel
{
    margin: 20px 20px 0px 10px;
}

.Image_Content_Carousel .right_content
{
    height: 359px;/* Will change later */
}

.slidebarContainer {background:url("../Images/slider_bg.png") top center no-repeat;}

.bottom_slidebar
{

    position:relative;
	width:530px;
	margin-left: 60px;
	height: 60px;
}

.bottom_slidebar .ui-slider-handle
{
	top:8px;
	position: absolute;
	cursor: pointer;
	background: url("../Images/ptg_icon_t.png") no-repeat;
	width: 31px;
	height: 43px;
	margin-left: -20px;
	text-decoration: none
}

.bottom_slidebar .ui-slider-handle:focus {text-decoration: none}

.bottom_carouselLinks
{
    float: left;
}

.bottom_carouselLinks a
{
    display: inline-block;
    margin: 0px;
    padding: 0px;
    min-width: 130px;
    width: 130px;
    max-width: 135px;
    text-align: center;
    border: solid 0px black;
    vertical-align: top;
    /* Hacks for IE7 */
    zoom: 1;
    *display:inline;
}

.carouselLinkSelected
{
	font-size:15px;
	color:#00446B;
	font-weight:bold;
}

.cell
{
    display:table-cell;
    margin:0px;
    padding:0px;
    width: 134px;
    height: 60px;
    cursor: pointer;
    border: solid 0px black;
    /* Hacks for IE7 */    
    zoom: 1;
    *display:inline;
}

.ptgicon
{
    width: 16px;
    cursor: pointer;
}

/***********
* content0 *
************/
#content0
{
	background-image:url("../Images/homepage_bg5_i.png");
	height:500px;
}

#slogan
{
	font-size: 34px;
	font-family: Calibri, Lucida Sans, MS Gothic;
	font-weight: bold;
	padding: 313px 110px 0px 8px;
	color: White;
	text-transform: uppercase;
	line-height: 29px;
	/*text-shadow: #333333 5px 5px 5px; /*For other browsers*/
	/*filter: Shadow(Color=#333333, Direction=135, Strength=5); /*For IE*/
}

/***********
* content1 *
************/

/***********
* content2 *
************/

#content2 .right_content .hyperlist li
{
    cursor: pointer;
}

/***********
* content3 *
************/

/***********
* content4 *
************/

/***********
* content5 *
************/