/***** Global Settings *****/
 
html, body 
{
text-align:center; /* added to allow auto margin to center for IE */
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 Georgia, Helvetica, Arial, sans-serif;
}
 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:bold;
}
 
h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font-size:2em;
}
 
h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:1.5em;
}
 
h3 {
font-size:1em;
padding:10px 0;
}
 
/***** Common Formatting *****/
 
p, ul, ol 
{
text-align:left;
margin:0;
padding:0 0 1.25em 0;
}
p.id_id
{
	font-size:20pt;
	color:Gray;
	font-style:italic;
}

ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em ;
padding:1.25em 1.25em 0 1.25em;
font-style:italic;
font-size:0.9em;
font-weight:bold;  
color:#99cc66;
}
blockquote.full 
{
margin:0;
padding:0 0 0 0;
font-style:italic;
font-weight:bold; 
color:#99cc66;
}
.quoteAuthor
{
	font-variant:small-caps;
	font-size:0.7em;
	margin:1.25em, 1.25em, 0, 1.25;
	padding:1.25em 1.25em 0 1.25em;
}
.quoteAuthorFull
{
	font-variant:small-caps;
	font-size:0.7em;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

.footer
{
	text-align:center;
	font-weight:bold;
	font-size:0.65em;
	/* font-variant:small-caps;*/
	width:100%;
	background-color:Silver;
}
.footer a
{
	color:Blue;
} 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}
 
/***** Wrapper *****/
 
#wrap {
width:960px;
margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/***** Drop Down Menu *****/
.menu ul 
{
	text-align:left;
	font: bold 12px;
	font-family: Georgia, Palatino Linotype, Book Antiqua, Palintino, Verdana;
	margin: 0 0 0 0;
	padding: 0;
	list-style:none;
	width: 200px; /* Width of Menu Items */
	/* border-bottom: 2px solid #004D53;*/
	/* The Next 2 items are necessary to set menu in front of slideshow */
	position:relative;
	z-index:30;
	}

.menu ul li 
{
	/* Root Menu Items */
	position: relative;
}
	
.menu li ul 
{
	font: bold 12px;
	position: absolute; 
	left: 140px; /* Set 1-5px less than menu width, if there is space the menu will close before you get to it*/
	top: 0;
	display: none;
}


.menu ul li a 
{
	/* Styles for Menu Items oldbackgroundcolor #99cc66*/
	font: bold 12px;
	display:block;
	text-decoration: none;
	background-color:#ccff99; /* IE6 Bug */
	padding: 4px;
	border-bottom:solid 1 #99cc66;
	border-color:Green;
	/* border-bottom: 2; */
	}
.menu ul li a:link{ color :Black}
.menu ul li a:visited{color:Black}


/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.menu ul li a:hover { color: #bbf6ee; background: #99cc66; } /* Hover Styles 6f = white, 7f = transparent */
		
.menu li ul li a 
{
	 padding: 3px 5px;
 } /* Sub Menu Styles */
		
.menu li:hover ul, li.over ul { display: block; } /* The magic */

.menu a, a:link, a:visited,a:hover 
{
text-decoration:none;
}
