﻿
body {    
    font-family: Verdana;
    margin: 0;
    padding: 0 0 25px 0;
    color: #000000;
    height: 100%; 
    font-size: 13px;

}
html{
    overflow-y: scroll;
    min-height: 100%; 
    height: 100%;
    background-image:url('_imgs/background.png') ;
    background-position:fixed;
    background-repeat:no-repeat;
    background-attachment:fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;    

}
/*---Text Styling---*/
.list ul li{
    margin-left: 30px;

}
p{  
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", "Verdana", Geneva, sans-serif;
    font-size: 13px;
    margin: 10px 0 0 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif
    line-height:250%;
    Margin: 0;
    padding: 0;
    color: #941514;    
}
.TopRight h3{
    color: White;
}

.contact td{
	padding: 3px;
}
a:link, a:visited {text-decoration: underline; color: #941514;}
a:hover {text-decoration: none; color: #941514;}

.popover{

   display: inline-block;

   position: relative;

   padding: .5em 1em;

   background: rgba(0,0,0,.6);
   color: #eee;

}
		.auto-style11 {
			border: 1px solid #000000;
			text-align: center;
			font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
			font-size: large;
			background-color: black;
			color: whitesmoke;
			-moz-box-shadow: 0 0 20px black;
			-webkit-box-shadow: 0 0 20px black;
			box-shadow: 0 0 20px black;
		}

.popover:after{

   display: block;
  float: Right;

   position: absolute;
   left: 50%;
   bottom: -7px;

   width: 0;
   height: 0;

   margin-left: -7px;

   border-top: 7px solid rgba(0,0,0,.6);
   border-left: 7px solid transparent;
   border-right: 7px solid transparent;

   content: "";

}