﻿/* from WPOtemplate-css, wpostd.css, by Web Partners for Organizations, Apr2008, Jul2009 */
/* This stylesheet handles 3 dwt's: template-v.dwt, template-h.dwt & template-h1.dwt  */

@import url('aafmlayout.css'); 

body {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #339933;
	background-color: #304050;
	background-image: url("../_images/pagebkg.gif");
	background-repeat: repeat;
	background-attachment: scroll;
}

/* ============== Standard Formats ============== */
li  {
	color: #006633;
	font-family: "Georgia", "Times New Roman", Times, serif;
	text-align: left;
}
ul  {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #006633;
}
ol  {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #006633;
}
p  {
	text-align: center;
	}
h1 {
	color: #33AA33; 
	font-style: normal;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}
h2 {
	color: #AA3333; 
	font-style: normal;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}
h3 {
	color: #009900; 
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}
h4 {
	color: #990033; 
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size:1.0em;
	line-height: 1.2em;
}
h5 {
	color: #009933;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size:1.0em;
	line-height: 1.2em;
}
h6 {
	color: #336633; 
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

.style_bold 	{ font-style: bold;  }
.style_italic	{ font-style: italic; }
.style_center	{ text-align:center; }
.textbox 		{ font-size: x-small; color:#003366; }


/* ============== Positioning & Formats ============== */

#container {
	background-color: #f0f8ff;
}
#masthead {
	text-align: center;
	background-color: #fafffa;
}
#vnavigation {
	position: relative;
	float: left;
	width: 140px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	background-color: #fafffa;
	top: 0px;
	left: 10px;
}
#vcontent {
	float: left;
	width: 620px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 20px;
}
#hnavigation {
	float:left ;
	text-align: center;
	background-color: #ccddcc;
	position: relative;
	font-size: 1.0em;
	font-weight: bold;
	color:#111166;
}
#content {
	float:left ;
	text-align: center;
	background-color: #fafffa;
	position: relative;
}
#footer {
	border-top: 1px solid #666;
	background-color: #ccffcc;
}
table { width: auto; 
	clear:both;
	margin:auto;
	border:1px solid #009900;	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;	
	color: #113311;
	padding: 10px 10px 10px 10px;
	background-color: #CCDDCC;
}
td {
	border: 0px solid #009900;
	text-align: center;
	empty-cells:show;
	min-width:50%;
	font-family: "Trebuchet MS";
	background-color: #FAFFFA;
}
table a 			{ color: #113311; }
table a:hover 	{ color: #006600; }

}
/* ==============Masthead Headline Styles============== */
#masthead h1 {
	color: #090;
	font: normal normal bold 1.2em/1.3em Trebuchet MS, Arial, Helvetica, sans-serif;
}
#masthead h3 {
	color: #060;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 1.1em;
}

/* ==============Navigation Styles============== */

#navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #003;
	font-size: 1.0em;
	font-weight: bold;
}
#navigation ul {
	width: "100%";
	list-style-type: none;
	display: block;
}
#navigation li {
	display: block;
	border: 1px solid #fff;
	background-color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
}
#navigation a {
	color: #393;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;

}
#navigation a:hover {
	color: #fff;
	background-color: #206020;
	font-size: 1.0em;
	font-weight: bold;

}
/* ==============Footer Styles============== */
#footer p {
	color: #666;
	font-size:small;
	font-style:normal;
	font-weight:300;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#footer a {
	color: #666;
	text-decoration: underline;
}
#footer a:hover {
	color: #853;
	text-decoration: none;
}
a {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}

/* Dynamic Drive CSS code added */
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}
