/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
p {
	margin-top: 0;
}

a {
	color: #990000;
}
h1 a:hover {
text-decoration:underline
}

.sitemap p {
	margin-top: 0;
	margin-bottom: 10px;
}
H1 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #669966;
}
H1 a {
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #669966;
	text-decoration:none
}
H2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}

h3 {
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 6px;
	font-weight: bold;
}

.header {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer {
	font-size: 12px;
	color: #999999;
	border-bottom: 12px;
	border-top: 12px;
	text-align: center;
	margin-top: 12px;
	margin-bottom: 12px;
}
.homecallout ul{
	font: Tahoma, Arial, Helvetica;
	margin-top: 5px;
	font-size: 14px;
	color: #005596;
	font-weight: bold;
	list-style-position:outside
}
.homecallout a{
	font-size: 14px;
	font-weight: bold;
	color: #005596;

}
.homecallout:visited a{
	color: #003F6C;
}
.homecalloutsmall {
	font: Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #005596;
	margin-top:0;
	margin-bottom:4pt;
	list-style-position:outside;
}
.homecalloutsmall ul{
	font: Tahoma, Arial, Helvetica;
	font-size: 14px;
	color: #005596;
	margin-top:0;
	margin-bottom:0;
	list-style-position:outside;
	line-height:5;
}

.homecalloutsmall ul li{
	margin-bottom:-5;
	margin-top:0;
}
.homecalloutsmall a{
	font-size: 14px;
	color: #005596;

}
.homecalloutsmall:visited a{
	color: #003F6C;
}

ul, ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    background-image: url(images/bullet.jpg); /* Replace bullet.gif with your img */
    background-position: left top; /* Position bullet */
	
    background-repeat: no-repeat;
    padding-left: 16px; /* Add padding so text doesn't cover bullet img */
	margin-bottom:8px;
}
ul li li {
	margin-top:5px;
	margin-bottom:6px; 
	 }	

ul  { 
	margin-top:2px;
	margin-bottom:15px;
	}
/* ul li { 
	list-style-image:url(images/bullet.jpg)	}
//	list-style-image: url('images/bullet.gif');
ul  { 
	margin-left:16px; 
	list-style-type:square; 
	marker-color:#0066CC;  
	color: #000000; 
	list-style-position:outside
	}

*/
.popup{
	position: relative;
	z-index: 0;
}

.popup:hover{
	background-color: transparent;
	z-index: 50;
}

.popup span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	background-color: #A6C4A6;
	left: -100px;
	visibility: hidden;
	text-decoration: none;
	z-index: 0;
	font-family:Arial, Helvetica, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-width: 1px;
	color:#000000;
}

.popup span img{ /*CSS for enlarged image*/
	border-width: 1;
	border-style: solid;
	border-width: 1px;
	border-color:#000000;
	padding: 2px;
}

.popup:hover span{ /*CSS for enlarged image on hover*/
	width:700px;
	height: 500px;
	visibility: visible;
	top: 28px;
	left: 10px; /*position where enlarged image should offset horizontally */

}
.bottomMenu{
	position: relative;
	z-index: 0;
}
.bottomMenu:hover{
	background-color: transparent;
	z-index: 50;
}

.bottomMenu span{ /*CSS for enlarged image*/
	position: absolute;
	padding: 5px;
	background-color: #E3ECF3;
	left: -100px;
	visibility: hidden;
	text-decoration: none;
	z-index: 0;
	font-family:Arial, Helvetica, sans-serif;
	border-width: 1;
	border-style: solid;
	border-width: 1px;
	color:#000000;
	
}

.bottomMenu span img{ /*CSS for enlarged image*/
	border-width: 1;
	border-style: solid;
	border-width: 1px;
	border-color:#000000;
	padding: 2px;
}

.bottomMenu:hover span{ /*CSS for enlarged image on hover*/
	width:200px;
	visibility: visible;
	top: -90px;
	height: 70px;
	left: 10px; /*position where enlarged image should offset horizontally */

}
.rightimage{
margin-left:10px;
}

.standardimage img{
	border-color: #679966;
	border-width: 5px;
	border: 5px;
	display: inline-block; 
}
