#doc{
	background-color: white;
	width:60.69em;
	*width:59.3em; /* IE */
	width:71.69em;
	*width:70.3em; /* IE */
	min-width:800px;
}

#hd,#bd {margin-bottom:0}
	

/* ******** Header 1 ********** */
#hd .hd1 {
	height: 60px;
	background-color: #1B548B;
}

#hd .hd1 .logo{
	float: left;
	height: 60px;
	width: 280px;
	background-image: url(Logo.gif);
	background-repeat: no-repeat;
}

/* Placeholder for a title and description */
#hd .hd1 .title {
	padding-left: 10px;
	padding-top: 5px;
	color: #CBECF5;
}

#hd .hd1 .title h1{
	font-size:147%;
	margin-bottom:2px;
}    

#hd .hd1 .title .description{
	font-size: 120%;
}

/* ******** Header 2 ********** */
#hd .hd2 {
	height: 115px;
	background-image: url(green_column.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}    
#hd .hd2 .banner {
	width: 802px;
	height: 115px;
	margin:auto;
	/* Do not use single bannner 
	background-image: url(banner.jpg);
	*/
}

/* Main images width */ 
#hd .hd2 .banner .img1,  #hd .hd2 .banner .img3, #hd .hd2 .banner .img5, #hd .hd2 .banner .img7{
	float: left;
	width: 175px;
	height: 115px;
}
/* Secondary images width */ 
#hd .hd2 .banner .img2, #hd .hd2 .banner .img4, #hd .hd2 .banner .img6 {
	float: left;
	width: 34px;
	height: 115px;
}

#hd .hd2 .banner .img1 {
		background-image: url(img/Set1/leave.jpg);
}
#hd .hd2 .banner .img2 {
		background-image: url(img/Set1/blue.jpg);
}
#hd .hd2 .banner .img3 {
		background-image: url(img/Set1/house.jpg);
}
#hd .hd2 .banner .img4 {
		background-image: url(img/Set1/blue.jpg);
}
#hd .hd2 .banner .img5 {
		background-image: url(img/Set1/pool.jpg);
}
#hd .hd2 .banner .img6 {
		background-image: url(img/Set1/blue.jpg);
}
#hd .hd2 .banner .img7 {
		background-image: url(img/Set1/mouse.jpg);
}

/* ******** Header 3 ********** */
#hd .hd3 {
	/* Use dynamic height of a menu (.MenuRow) height: 28px; */
	background-color: #113663;
}    

.yui-b{
	padding:0.2em;	
}

/* Define style for a side-bar colummn */
#bd .yui-b {
	color: #FFFFFF;
	/* border */
	box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	border:#93B2CC dashed 1px; 
	background-color: #7AA589;
}
/* Indent between divs */
#bd .yui-b div, #bd .yui-b p{
	/* This makes Map, Satellite, Hybrid buttons 100% height and adds top margin to these buttons 
	margin-top: 0.4em;
	height: 100%; 
	*/
}

#bd .yui-b .ErrorBox {
	/*Deprecated  color: #EDE481;  */
	color: red; 
}

#bd #yui-main .yui-b .ErrorBox {
	color: red; 
}


/* redefine links colors for nice view on a green background */
#bd .yui-b a {
	color: #FFFF88;	
}
#bd .yui-b a:active {
	color: #EFD87A;	
}
#bd .yui-b a:hover {
	color: #F0D04E;	
}

/* EOF style for a side-bar colummn */

/* Define style for a main colummn */
#yui-main .yui-b{
	background-color: #E1ECF2;
	color: #222222;
}
#yui-main .yui-b p{
	margin-top: 0.4em;
}

#yui-main .yui-b a {
	color: #2472B2;	
}
#yui-main .yui-b a:active {
	color: #2472B2;	
}
#yui-main .yui-b a:hover {
	color: red;	
}
/* EOF Define style for a main colummn */

	
#ft{
	background-color: #A6C5E2;
}

/* ********************************************************************************************* */
/* Main Application Menu */
/* ********************************************************************************************* */
/* Menu */
.Menu {	
	background-color: transparent;
	border-top: 0;
	border-bottom: 0;
}

/* Matches the group title (H6) inside a Menu or MenuBar instance */
.Menu h6 {
    font-size:120%;
    margin-top:0.6em;
}

.Menu ul {
	padding-left: 0.6em;
}

/* ********************************************************************************************* */
/* Other Menus */
/* ********************************************************************************************* */
.MenuRow{
}    

.MenuRow ul {
	font-size:120%;
	text-align:left;
	list-style-type: none;
	padding: .4em 0em;
}

.MenuRow ul li {
	display: inline;
	padding: .4em 0.6em;
}

.MenuRow ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: .3em .3em;
}

.MenuRow ul li a:hover {
	color: #FF9900;
	/* background-color: #164783; */
}

/* ********************************************************************************************* */
/* Error and Information boxes */
/* ********************************************************************************************* */

.ErrorBox {
	padding: 0.2em; 
	margin: 0.2em 0 0.2em 0; 
	border: 1px solid #C0C0C0; 
	background-color: #F3F0C5;
}

.ErrorBox p {
	color: red; 
	font-weight: bold;
}

.InformationBox, .HelpBox{
	padding: 0.2em; 
	margin: 0.2em 0 0.2em 0; 
	border: 1px solid #C0C0C0; 
	background-color: #F3F0C5;
}


/* ********************************************************************************************* */
/* Header Section */
/* ********************************************************************************************* */
.TopHeaderBar{
}

.TopHeaderBar ul {
	font-size:95%;
	text-align:right;
	list-style-type: none;
}

.TopHeaderBar ul li {
	display: inline;
}

/* ********************************************************************************************* */
/* Buttons */
/* ********************************************************************************************* */
button.Highlighted {
	/* background: #C9C0A1; */
	background: #DF7A1A;
	color: #FFF;
}

/* ********************************************************************************************* */
/* Yahoo navigation */
/* ********************************************************************************************* */
.yui-navset { 
	width:100%; 
	margin-bottom:5px; /* pointer overlap */
	padding-bottom: 1px;
	border-bottom: 1px solid #3A77BA;
}
.yui-navset .yui-content { 
	padding:1em; /* pad content container */
} 

.yui-navset .yui-nav li { /* tabs */
	margin-bottom:-10px; /* pointer overlap */
	padding-bottom:6px; /* make room for pointer */
	position:relative;
	top:-2px; /* pull above nav */
}

.yui-navset .yui-content { /* content pane */
	background:#fff;
	border:1px solid #dcdcdc;
}

.yui-navset .yui-nav {
	background:#e1e1e1 url(img/Tab1/bkgd.gif) repeat-x; 
	border:1px solid #dcdcdc;
}

.yui-navset .yui-nav li a {
	text-decoration: none;
	color: #FFFFFF; 
	background:#CCCCCC url(img/Tab1/bkgd_disabled.gif);
}
.yui-navset .yui-nav li a:hover {
	color: #FFFFFF; 
	background:#293852 url(img/Tab1/tab.gif) no-repeat top right;
}

.yui-navset .yui-nav li a em {
	color: red;
	/* Controls navigation height */ 
	padding:0.5em;
}

.yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:hover {
	background:#293852 url(img/Tab1/tab_right.gif) no-repeat top right;
	color:#fff;
}

.yui-navset .yui-nav .selected { 
	background:url(img/Tab1/ptr.gif) no-repeat bottom center; 
}
.yui-navset .yui-nav .selected em { 
	background:url(img/Tab1/tab_left.gif) no-repeat;
	color:#fff;
}
