/***********************************
*	
*  Telesis
*
*  home.css
*
*  Last Updated By: Pete Motz
*
*  Last Updated: 4/17/2010
*
***********************************/



/***********************************
*  BEGIN MAIN LAYOUT
***********************************/

html, body {
	height:100%;
}

body {
	background:url('../images/template/homePage_BODY.jpg') repeat-x #ffffff;
}


#headerContainer {
	background:url('../images/template/homePage_HEADER.jpg') no-repeat;
	height:222px;
}
#contentContainer {
	padding:0 0 0 0px;
	margin:0 0 0 0px;
}

#footerContainer {
	padding: 10px 0 10px  63px;
	position: absolute;
	left: 300px;
	bottom: absolute;
	display:block;	
}

/***********************************
*  END MAIN LAYOUT
***********************************/



/***********************************
*  BEGIN HEADER LAYOUT
***********************************/

#headerContainer #headerLeft {
	float:left;
	display:inline;
	width:634px;
}

#headerContainer #headerRight {
	margin:0 0 0 639px;
}

#headerContainer #headerLeft h1 {
	padding:42px 0 0 0px;
}

#headerContainer #headerLeft h1 a {
	background:url('../images/template/telesisHomePageLogo.png') no-repeat;
	display:block;
	width:300px;
	height:104px;
	text-indent:-9999px;
	cursor:pointer;
}

#headerContainer #headerRight #languageSelector {
	text-align:right;
	}
	
#headerContainer #headerRight #languageSelector ul {
	list-style:none;
	padding:45px 0px 0px 0;
}

#headerContainer #headerRight #languageSelector ul li {
	color:#e5e0d0;
	margin:5px 0;
	font-size:11px;
}

#headerContainer #headerRight #languageSelector ul li.langSelected {
	color:#002469;
}
#mainContainer #headerContainer #headerRight #languageSelector .navigationLink a {
	color: #CCCCCC;
}


#headerContainer #headerRight #headerPreview {
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;	
	display:block;
	float:left;
	height:auto;
	width:330px;
	padding:0 9px 0 0;
}
	
#headerContainer #headerRight #headerPreview ul {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
}

#headerContainer #headerRight #headerPreview ul li {
	display:inline;
	float:left;
	margin:0 0 0 6px;
	height:60px;
}

#headerContainer #headerRight #headerPreview ul li img {
	width:58px;
	height:58px;
	border:1px solid #ffffff;
}	

/***********************************
*  END HEADER LAYOUT
***********************************/



/***********************************
*  BEGIN NAVIGATION LAYOUT
***********************************/

#headerContainer #headerLeft #mainNavigation {
	margin:30px 0 0 3px;
}

#headerContainer #headerLeft #mainNavigation ul {
	list-style:none;
}

#headerContainer #headerLeft #mainNavigation ul li {
	display:inline;
	float:left;
	margin:2px 5px;
	color:#fbfbfb;
	border-right:1px solid #fbfbfb;
	padding:0 5px 0 0;
}

#headerContainer #headerLeft #mainNavigation ul li a {
	color:#fbfbfb;
 	font-size:13px;
}

#headerContainer #headerLeft #mainNavigation ul li a:hover, #headerContainer #headerLeft #mainNavigation ul li a:focus, #headerContainer #headerLeft #mainNavigation ul li a:active {
	color:#beb392;
} 

/***********************************
*  END NAVIGATION LAYOUT
***********************************/



/***********************************
*  BEGIN CONTENT LAYOUT
***********************************/

#contentContainer #contentLeft {
	float:left;
	width:550px; /* was 510 */
	display:inline;
	padding:15px 0 0 15px; /* was 15 0 0 0 */
	line-height:1.5;
}

#contentContainer #contentLeft p {
	padding:0px 0;
}

#contentContainer #contentRight {
	margin:0 0 0 576px;
	padding:36px 0px 0 6px;
	border-left:1px solid #ffffff;
}

#contentContainer #contentRight img.featureImage {
	border:1px solid #9b8948;
	width:280px;
	height:80px;
}

#contentContainer #contentRight h2 {
	color:#002469;
	text-transform:uppercase;
	font-size:10px;
	padding:10px 0 5px 0;
}

#contentContainer #contentRight p {
	font-size:12px;
	color:#836e2c;
}

#contentContainer #contentRight p a {
	font-size:12px;
	text-transform:uppercase;
	color:#d81f2a;
}	

#contentContainer #contentRight ul {
	margin:5px 20px;
}

#contentContainer #contentRight ol {
	margin:5px 29px;
}

/***********************************
*  END CONTENT LAYOUT 
***********************************/



/***********************************
*  BEGIN FOOTER LAYOUT 
***********************************/

#footerContainter ul {
	list-style:none;
}

#footerContainer ul li {
	display:inline;
	float:center;
	margin:0 5px;
	padding:0 5px 0 0;
	border-right:1px solid #727173;
}

#footerContainer ul li a {
	color:#727173;
}

/***********************************
*  END FOOTER LAYOUT 
***********************************/
#news	{
	background-color: transparent;
	position: relative;
	top: 0px;
	float: left;
	text-align: left;
	font-size: 10px;
	width: 166px;
	
	margin-center: 0px;
	background-color: transparent;
	background-image: url(http://www.telesis.com/images/globewater.jpg);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	margin: 0px  0px;
	padding: 0.25em 0.25em 0.25em 0.4em;
	font-family: Helvetica, Arial, sans-serif;
        border-right:1px solid #727173;
        border-left:1px solid #727173;
        border-top:1px solid #727173;
        border-bottom:1px solid #727173;
}

