﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-attachment:scroll;
	background-image:url('../images/backgraound.jpg') ;
	background-position:top left;
	background-repeat:repeat;
}
#container {
	width:1150px;
	margin-right:40px;
	margin-left:40px;
	margin-top: 30px;
	border-bottom: 2px solid #363636;
		  /* for IE */

  filter:alpha(opacity=120);
    /* CSS3 standard */
  opacity:1.2;}

  
#masthead {
	width: 1150px;
	margin-right: 40px;
	margin-left: 40px;
	overflow: hidden;
	padding-top: 3px;
	padding-bottom: 3px;
}
#navigation {
	width: 1150px;
	margin-right: 40px;
	margin-left: 40px;
	clear: both;
	overflow: hidden;
}
#page_content {
	position:relative;
	width: 1150px;
	margin-left: 40px;
	margin-right: 40px;
	padding: 0px;
}
#content {
	  /* for IE */

  filter:alpha(opacity=90);
   /*  CSS3 standard */
 opacity:0.9; 
  background-color:#FFFF99;
  border:0.1px solid black;
	position:relative;
	float: left;
	width: 1150px;
	margin-left: 40px;
	margin-right: 40px;
	text-align:justify;
	padding-top: 0px;
	padding-bottom: 0px;
	counter-increment:inherit;
	
}
#sidebar {
	float: right;
	width: 530px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	text-align: left;
	padding-top: 5px;
}
/* Masthead Styles */
#masthead h1 {
	font-weight: normal;
	color: #261;
	text-transform: uppercase;
	display: inline;
}
#masthead h3 {
	font-weight: normal;
	color: #708090;
	display: inline;
	margin-top: 3%;
	margin-left: 7%;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 2px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
}
#navigation a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
/* Content Styles */
h6 {
	color: #455;
}
h5 {
	color: #455;
}
h4 {
	color: #455;
}
h3 {
	color: #455;
}
h2 {
	color: #455;
}
#content h1 {
	color: #455;
}
#content img {
	padding: 1px;
	border: 0px solid #708090;
	 /* for IE */

  filter:alpha(opacity=100);
   /*  CSS3 standard */
 opacity:1; 
}
/* Sidebar Styles */
#sidebar p {
	color: #555;
}
#sidebar img {
	float: right;
	margin-bottom: 3px;
	margin-left: 3px;
}
/* Footer Styles */
#footer p {
	font-size: 12em;
	color:#FF33CC;
}
#footer a {
	color:#FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color:#FF9900;
	text-decoration: none;
}
/* Link Styles */
a {
	color: #261;
	text-decoration: underline;
}
a:hover {
	color: #708090;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.thumbnail{
top: 20px;
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: 400px;
left: 200px; /*position where enlarged image should offset horizontally */

}
#img{
border:0px;
	
 /* for IE */

  filter:alpha(opacity=100);
   /*  CSS3 standard */
 opacity:0.9; 
 }


