﻿
/* Created by HMC May 2008    */
/*   To be used for new Home Page Design  */


/* styles for right panels on home page */

div.home_right_header
{
  margin: 10px 0px 0px 0px;
  background-image: url(../images/index/header1.jpg);
  background-repeat: no-repeat;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  padding-top: 0px;
  width: 235px;
  height: 25px;
}

div#right_panel_1 
{
	margin: 0px;
	padding: 5px;
	border-bottom: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	border-top: none;
	height: 350px;	
	text-align: left;
	font-size: 11px;
}

div#right_panel_2 
{
	margin: 0px;
	padding: 5px;
	border-bottom: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	border-top: none;
	height: 161px;
	text-align: center;	
}

/* style for first left panel on home page */


div.home_left_header
{
  margin: 0px;
  background-image: url(../images/index/header1.jpg);
  background-repeat: no-repeat;
  /*background-color:#dcdcdc; */
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #666666;
  padding-top: 0px;
  height: 25px;
  width:166px;

}

div.left_panel_1_content
{
	margin: 0px;
	padding: 5px;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: none;
	height: 229px;
	width:156px;
}

ul.horizontal_list{
    margin: 0 auto;
    margin-left: 1px;   
}

ul.horizontal_list li{
    text-align: left;
    float: left;
    list-style: none;
    border: solid 1px #dcdcdc;
    margin: 0px 9px 0px 0px;
    padding: 0px;
}

/*  style for second left panel on home page  */

/* tabbed panel */
div#left_panel_2 
{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 7px;
	margin-left: 8px;
	padding: 8px;
	border-bottom: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	border-top: solid 1px #dcdcdc;
	text-align: left;	
	height: 152px;
	width: 509px;
	background-color: #B7B7B7
}
  
div#left_panel_2_tabs
{
	background:url(../images/index/tabBase_D.gif) no-repeat right top ;
	list-style-type:none;
	padding:0px;
	margin-bottom: 0px;
	margin-top: 12px;
	margin-right: 8px;
	margin-left: 7px;
	width: 520px;
	height:25px;
	float: right;
}

ul.tab_list{
    margin: 0 auto;
}

ul.tab_list li{
    text-align: center;
    float: right;
    list-style: none;
    margin-bottom: 5px;
    margin-top: 0px;
    margin-left: 33px;
    margin-right: 10px;
    padding: 0px;
}

/* simple banner */
div#left_panel_2b 
{
	margin-bottom: 0px;
	margin-top: 11px;
	margin-right: 7px;
	margin-left: 8px;
	padding: 8px;
	border-bottom: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	border-right: solid 1px #dcdcdc;
	border-top: solid 1px #dcdcdc;
	text-align: left;	
	height: 180px;
	width: 507px;
	background-color: #FFFFFF
}

/*-- style for Banner Image --*/

.bannerImage
{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-left: 7px
	
}

