﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000; 
	/*background-image:url('../images/TGDbackground.gif'); */
    background-image:url('../images/Lavender_Design43.gif'); 
	background-color: #FFFFFF ; 
}

#container {
	width: 846px;
	height: 100%;
	margin: 0 auto;
	background-image: url('../images/TGD_shadowbar.gif');
	background-repeat: repeat-y;
	background-attachment: scroll;
}

#masthead {
	width: 819px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 13px; 
	background-color: #FFFFFF;
	background-image: url('../images/background2.gif');
}

#sidebar {
	float: left;
	width: 153px;
	background-color:#C6B751/*#A8A253/*#C49C00*/; 
	position: relative;
	clear: both;
    display: inline;
}
#content {
	margin: 0 0px 0px 0;
	float: right;
	width: 667px; 
	height: 100%;
	padding: 0px;
	background-image: url('../images/Lavender_Design43.gif');
	background-repeat: repeat; 
	position: relative;
	background-color: #FFFFFF;
	overflow: auto;
}


#footer {
	text-align: center;
	clear: both;
	width: 821px;/* 826*/;
	margin-right: 10px;
	margin-left: 13px;/* 10*/;
	padding: 0;
	overflow: auto;
	background-color: #C6B751 /* tan #977900*/;
	position: relative;
	height: 51px;
}
#masthead img {
	float: left;
}
#masthead p {
	/*font-size: 0.8em;*/
	text-align: right;
	margin-top: 10px; 
	margin-right: 10px;

}

/* Styles for Sidebar Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	position:relative;/* flyout */
	vertical-align:bottom; /* flyout for IE5 - Win */
	/*border: 1px solid #d3d3d3;*/
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	vertical-align:bottom; /* flyout for IE5 - Win */
	border-bottom: 1px solid #23238F ; /* #f2f2f2; */
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #23238F;/* #f2f2f2; */
	background-color: #FFE680 ; 
}

/* Styles for Flyout Menus */

#sidebar ul ul { 
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
    position: absolute;
    left: -3000px; 
    background-color:#C6B751; /* #CCCCFF ;  #C49C00; */

} /* set flyout BG color and preset the positioning */

#sidebar ul li:hover ul {
	left:150px;
	top: 1px; 
} /* make flyout appear when the LI is hovered */


#sidebar ul a ul{
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;

}
#sidebar ul a:hover ul{
	font-weight: bold;
	text-decoration: none;
	color: #CCCCFF ; /*#118; */
	border-bottom: 1px solid #f2f2f2;
	background-color: #FFE680 ; 
}



/* Styles for Top Bar Navigation */

#topbar {
	/*width: 670px; */
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
}

#topbar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	color: #CCCCFF ; 

}
#topbar li {
	float:left ; 
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0; 
	background-color: #CCCCFF ; 
	position:relative;/* flyout */
	/*vertical-align:bottom; */ /* flyout for IE5 - Win */
	/*border: 1px solid #d3d3d3;*/
}
#topbar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	vertical-align:bottom; /* flyout for IE5 - Win */
	border: 1px solid #23238F ; /* #f2f2f2; */
}
#topbar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	border-bottom: 1px solid #23238F ;/* #f2f2f2; */
	background-color: #999CFF; /* greyblue #7491A3 ; *//* #FFE680 ; */ 
}

/* Styles for Flyout Menus */

#topbar ul ul { 
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
    position: absolute;
    left: -3000px; 
    background-color: #CCCCFF ; /* #C49C00; */

} /* set flyout BG color and preset the positioning */

#topbar ul li:hover ul {
	left:150px;
	top: 1px; 
} /* make flyout appear when the LI is hovered */


#topbar ul a ul{
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;

}
#topbar ul a:hover ul{
	font-weight: bold;
	text-decoration: none;
	color: #CCCCFF ; /*#118; */
	border-bottom: 1px solid #f2f2f2;
	background-color: #FFE680 ; 
}




/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #111188 ; /*#fff;*/ 
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #111188 ; /*#fff;*/
	text-decoration: underline;
}
#footer a:hover {
	color: #111188; /*#fff;*/
	text-decoration: none;
}

.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.style1 {
	margin: 6px;
	vertical-align: middle;
	border-style: ridge;
	border-width: 2px;
	font-family: "Bradley Hand ITC", "Trebuchet MS", sans-serif;
	font-size: larger;
}
.style2 {
	font-weight: normal;
}
.style3 {
	font-size: medium;
}
.style4 {
	text-align: right;
	color: #111188;
}
.style7 {
	font-family: Arial, Helvetica, sans-serif;
}

.stylebarcenter {
	text-align:center;
}

.style8barcenter {
	text-align:center;
}
.style8 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	color: #111188;
	font-size:small;
}

.style8leftjustified {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align:left;
	color: #111188;
	font-size:small;
}

.style8padded {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	color: #111188;
	margin-left:50px;
	margin-right:50px;
	font-size:small;
}

.style8paddedright {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: right;
	color: #111188;
	margin-left:50px;
	margin-right:50px;
	font-size:small;
}

.styledesignname {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	color: #111188;
	font-style: italic;
	font-size:small;
}

.style8header {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	font-size:medium ;
	font-weight:bold;
	color: #111188;
}
.style8headermed {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: center;
	font-size:medium ;
	font-weight:bold;
	color: #111188;
}

.style10 {
	font-family: "Bradley Hand ITC", "Trebuchet MS", sans-serif;
	font-size: large;
}
.style12 {
	font-family: "Bradley Hand ITC", "Trebuchet MS", sans-serif;
}
.style13 {
	text-align: center;
}
.style14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.style16 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align: left;
	color: #111188;
}

.style26 {
	border-style: solid;
	border-width: 0px;
}

.style27 {
	color: #111188; /*height: 63px;*/;
	font-family: "Bradley Hand ITC", "Trebuchet MS", sans-serif;
	font-size: xx-large;
	font-weight: bold;
}

.stylestateheader {
	color: #008000;
	text-align: center;
	font-weight:bold;
	font-style: italic;
}

.stylebanner {
	text-align: right;
	color: #111188;
	/*height: 63px;*/
	font-family: "Bradley Hand ITC", "Trebuchet MS", sans-serif;
	font-size:x-large;
	font-weight:bold;
}
.stylebanner2 {
	text-align: center;
	color: #111188;
	/*height: 63px;*/
	font-family: "Bradley Hand ITC",  "Trebuchet MS", sans-serif;
	font-size:large;
	font-weight:bold;
}

.stylesecondbanner {
	text-align: right;
	color: #111188;
	/*height: 63px;*/
	font-family: "Bradley Hand ITC", "Trebuchet MS", sans-serif;
	font-size:large;
	font-weight:bold;
}


