@charset "utf-8";
/* CSS Document */

body {
	background:#CCC;
	margin: 1% 1% 1% 1%;
	font-family: 'palatino linotype', “Lucida Grande”, Georgia, serif;
	font-size: .9em;
	line-height: 1.5em;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: .03em;
	word-spacing: 2.0pt;
	letter-spacing: .4pt;
	color:#333;
}


p div li 	{
	line-height: 1.5em;
	letter-spacing: .03em;
	word-spacing: 2.0pt;
}

.blue 	{
	color:#006699;
	font-weight:bolder;
}


a:link.click, a:visited.click {
	color:#F60;
	text-decoration:none;
	padding:2px 2px 0;
	margin:0 -2px;
	border-bottom: 1px dotted;
	}
	
a:focus.click, a:hover.click {
	border-bottom-style:solid;
	color:#F00;
	}
	
	

div.question {
	color:#3D93D1;
	padding-top:20px;
	}
	
div.answer {
	padding-top:5px;
	}
	

	
h1 {
	color:#006699;
	font-size: 2.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}	

h2 {
	color:#006699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	letter-spacing: normal;
	font-size: 2em;
	padding-top: .5em;
	}


h3 {
	color:#006699;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	letter-spacing: .01em;
	font-size: 1.5em;
	padding-top: .5em;
	line-height:1.5em;
	}


h4 {
	color:#006699;
	}
	
div.email  {
	font-size: 1.1em;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	padding:3px 8px 3px 3px;
	width:16em;
	text-align:right;
	float:right;
	background-image:url(images/gradient.png);
	word-spacing:1pt;
	letter-spacing:.3pt;
	}
	
div.tabs	{
	text-transform:uppercase;
	font-weight:bold;
	line-height: 2em;
	word-spacing:1pt;
	letter-spacing:.3pt;
	background:#CAE7F7;
	padding: 5px 5px 5px 5px;
	color:#006699;
	margin: 20px 0px 5px 0px;
	text-align:center;
	font-family: 'palatino linotype', “Lucida Grande”, palatino, serif;
}
	
div.buyTable	{
	padding: .1em 1em 0em 1em;
	background-color:#BFDBF2;
	margin-bottom: 1em;
}.BoldRed {
	color: #800000;
}

div.clear 	{
	clear:both;
}

/* Image Pop ups  */

.popup{
position: relative;
z-index: 0;
}

.popup:hover{
background-color: transparent;
z-index: 50;

}

.popup span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 10px;
left: -1000px;
border: 1px dotted black;
visibility: hidden;
color: black;
text-decoration: none;
margin: 15px 10px 50px 10px;
}

.popup span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.popup:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/* End Image Pop ups */