/* Stlesheet for ADG web site */
/* Last maintained By MJJ 10/19/2008 */
/* Styles/fonts for the menu is held in menu_var.js */
BODY {background-color: white;
	 font-size : 9pt; 
	 font-family : Arial,Garamond,Georgia,serif;
	 margin:0px;
	 padding:0px;
}
<!--

TD { font-size : 10pt; 
	 font-family : Arial, Garamond,Georgia,serif;
	 padding:0px;
}

TH { font-size : 9pt; 
	 font-family : Verdana, Arial, Helvetica,sans-serif; 
	 border:1px solid black;
	 background-color:black;
     color:white;
}

/* Most of the text is placed into this table types */
TABLE.lines { border:2px solid #7C7F9C;
			width:100%;
			empty-cells:show;
			border-collapse:none;
			vertical-align:top;
			padding-top:10px;
			border-style:groove;
			background:grey;
}
-->

/* Grey boxes that stuff about 'New Technologies' sits in */
TD.web { border:0px solid #7C7C7C;
		   vertical-align:top;
		   padding-top:10px;
		   padding-bottom:0px;
		   padding-left:10px;
		   padding-right:10px;
  		   border-style:groove;
		   background-color:#DCDCDC
}
TD.lines { border:1px solid #7C7C7C;
		   vertical-align:top;
		   padding-top:0px;
		   padding-bottom:0px;
		   padding-left:10px;
		   padding-right:10px;
  		   border-style:groove;
}

/* Standard Headings */
H1 { font-size : 10pt; 
	 font-family : Trebuchet MS,Verdana, Arial, Helvetica,sans-serif; 
	 border-bottom:0px solid black;
	 background-color:white;
	 color:black;
	 width:90%;

}

H2 { font-size : 10pt; 
	 font-family :  Verdana, Helvetica, Arial, sans-serif; 
	 border-bottom:1px solid silver;
	 border-right:0px solid black;
	 border-left:0px solid white;
	 border-top:0px solid white;
	 color:#101010;
	 width:90%;
}

H3 { font-size : 9pt; 
	 font-family : Arial, Helvetica,sans-serif; 
     color:#C25656;
	 color:red;
	 width:90%;
}

H4 { font-size : 8pt; 
	 font-family : Verdana, Arial, Helvetica,sans-serif; 
	 border-bottom:1px solid black;
     color:black;
	 width:90%;
}
	 
H5 { font-size : 12pt; 
	 font-family :  Arial, Verdana, Helvetica, sans-serif; 
	 border-bottom:1px solid silver;
	 border-right:0px solid black;
	 border-left:0px solid white;
	 border-top:0px solid white;
	 color:red;
	 width:90%;
}

/* Standard Links */

A:link {
	color:#0E4507;
	font-weight:normal;
	text-decoration:underline;
}

A:visited {
	color:#0E4507;
	font-weight:normal;
	text-decoration:underline;
}

A:hover {
	color:#903030;
	font-weight:normal;
	text-decoration:underline;
	}


.sidemenu {
/*  background: #FFDD8B; */
	background-color: white;
	padding-left:20px;
	padding-right:0px;
	padding-top:10px;
	padding-bottom:0px;
	border-right:5px solid white;
	text-align:left;
	vertical-align:top;
	width:200px;
	float:left;
}

/* For Name and address in sidebar */
.sidemenu_bottom{
	background-color: white;
	text-align: left;
	padding-left:10px;
    font-size : 8pt; 
	font-family : Arial, Sans-serif, Helvetica, Verdana ;
	position:relative;
	left:0px;
	float:left;
}


/* For the header across the top of the page */
.topbar {
	/*background: #dddddd;*/
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	border-bottom:10px solid blue;
	height:150px;
	background: url('images/mtn_sunset.jpg'); */

}

.topbar_inside {
	/* position:relative; */
	top:10px;
	padding:10px;
	position:absolute;
	/*background-color: #dddddd;*/
}

.toptext {
	text-align: left;
	font-size: 40pt; 
	font-weight:600;
	font-family:  "Times New Roman", Garmmond, Verdana, Arial, sans-serif, Helvetica; 
	color: #ff0000;
	position:relative;
}
.toptext_shade {
	padding:2px;
	text-align: left;
	font-size: 40pt; 
	font-weight:800;
	font-family:  "Times New Roman", Garmmond, Verdana, Arial, sans-serif, Helvetica; 
	color: white;
	position:relative;
}

.toptext2 {
	text-align: right;
	font-size: 8pt; 
	font-weight:800;
	font-family: Helvetica, Verdana, Arial, sans-serif; 
	color: white;
	padding-right:10px;
	position:relative;
	whitespace:no-wrap;
}

/* For ADG logo at top of screen */
.adg_logo{
	padding:0px;
	border:0px;
	height:80px;
	width:80px;
}

.top_image {
	border:0px;
	height:90px;
	width:80px;
	padding:2px;
	float:left;
}
/** NEW STUFF **/
	
	#navlist a	{
		font-size: 10pt; 
		font-weight:600;
		display: block;
		padding: 2px 2px 2px 10px;
		border: 1px solid white;
		width: 175px;
/*		background-color: #0040ff;**/
		background-color: white;
		color: black;
		background-image: url(images/xxli.down.gif);
	}

		#navlist a:link, #navlist a:visited	 	{
		color: black;
		text-decoration: none;
	}

		#navlist a:hover 	  {
		font-size: 12pt; 
		font-weight:800;
		border: 1px solid gray;
		background-color: white;
		background-image: url(images/xxli.down.gif);
		color: black;
	}

		#active a:link, #active a:visited, #active a:hover	{
		border: 1px solid #333;
		background-color: blue;
		background-image: url(images/li.over.gif);
		color: blue;
	}
	#emails a {
		display: block;
		font-size: 11pt; 
		font-weight:400;
		padding: 0px 0px 0px 0px;
		border: 0px solid black;
		width: 150px;
		background-color: white;
	}
	#emails a:link, #emails a:visited, #emails a:hover	{
		background-color: white;
		color: blue;
		border: 0px solid black;
		text-decoration: none;
	}
.adg_content { 
		border:0px solid red;
		vertical-align:top;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:10px;
		padding-right:0px;
		border-style:groove;
		background-color: white;
		font-size: 11pt;
		font-weight:400;
		float:left;
	 	font-family : serif, Arial,Garamond,Georgia,serif;
}

.testimonies {
	font-style: normal;
	font-weight:bold;
	color: black;
	padding-left:00px;
	padding-right:0px;
	padding-top:0px;
    border-bottom:5px solid blue;
	background:white;
	/*background: url('images/mtn_sunset.jpg'); */
}