/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
#est {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 140px;
}

.style1 {
	text-align: center;
}
.style2 {
	font-size: large;
}

a.screen, a.screen:visited {
color:#c00; 
position:relative; 
z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:250px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:1px solid #000; /* add a border */
left:0; /* position:the image */
top: 54px;/*was -150px*/

}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
background-color:black;
visibility:visible; /* make the image visible */
height:170px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}


* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 40px;
	background: #FFFFFF;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #757E82;
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 2em;
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;/*underline*/
	color: #EF8116;
}

a:hover {
	text-decoration: underline;/*none*/
	color: #EF8116;
}

/* Header */

#header {
	width: 892px;
	height: 91px;
	margin: 0 auto;
}

/*Title Pictures*/
.titlepics {
	width: 886px;
	margin: auto;
}

/* Logo */

#logo {
	position:absolute;
	/*float: left;*/
	width: 200px;/*200px;*/
	height: 76px;/* was 76
	margin: 0px;
	/*padding: 15px 0px 0px 30px;*/
}


/* Menu */

#menu {
	float: right;/*was right*/
	width: 650px;/* 650px    592px;*/	
	height: 54px;/*was 54*/
	margin-top: 10px;
	background: url('../images/img011.jpg');/* no-repeat left top;*/
}

#menu ul {
	margin: 0;
	padding: 0px 0 0 20px;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	height: 36px;
	padding: 18px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #464E53;
}

#menu a:hover, #menu .active a {
	background: #EF8116;
	color: #FFFFFF;
}


/* Page */

#page {
	width: 892px;
	margin: 0 auto;
}

#page-bgtop {
	padding: 0px 30px;
}

/* Content */

#content {
	float: right;
	width: 625px;/*625px;/* was564px;*/
	padding-top: 0px;
	padding-left: 5px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px; /*was 208px;*/
	padding-top: 30px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
}

#sidebar li ul {
	margin: 0px;
	padding: 0px 0px 40px 0px;
}

#sidebar li li {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	margin: 0;
	padding: 9px 0px;
	background: url('../images/img07.jpg') repeat-x left bottom;
}

#sidebar h2 {
	margin: 0px;
	padding: 0px;
	border-bottom: 2px solid #EBEBEB;
	font-size: 160%;
	font-weight: normal;
	color: #454E55;
}

#sidebar h3 {
	font-size: 77%;
	color: #454E55;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 892px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
	border-top: 1px solid #E5E5E5;
	color: #757E82;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #757E82;
}

#footer a:hover {
	text-decoration: none;
}
#leftFooter {
	float: left;
}
#rightFooter {
	float: right;
}
#smoker {
	list-style-type: circle;
}
/*pop up pictures*/
.thumbnail{
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;
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: -176px;
left: 168px; /*position where enlarged image should offset horizontally */

}

