@charset "ISO-8859-1";

/* =universals 
These rules are applied to all elements unless otherwise specified below. */
* { margin : 0; padding : 0; text-decoration: none; border:none; }

/* =html */
html {
	background-color: #FFFFFF;
	z-index: 0;
     }
h1, h2, h3{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}	

h3{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}	
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
     }

.container {
	position: relative;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	word-spacing: 0.1em;
}

#branding  {
	width: 900px;
	position: relative;
	background-repeat: no-repeat;
	top: 30px;
	background-image: url(/background_img/horizontal_col.png);
	left: 100px;
}

.container #site_navbar {
	height: 40px;
	width: 800px;
	position: relative;
	top: 50px;
	z-index: 1000;
	visibility: visible;
	margin-right: auto;
	margin-left: auto;
}
.container  #site_navbar  li {
	height: 30px;
	width: 160px;
	display: block;
	color: #FFFFFF;
	position: relative;
	letter-spacing: 0.3em;
	line-height: 100%;
	text-align: center;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	float: left;
	list-style-type: none;
}


.container #site_navbar a:link {
	color : #FFFFFF;
	display: block;
	background-image: url(/background_img/link_background.png);
	background-repeat: repeat;
	text-decoration : none;
	height: 30px;
	width: 160px;
	position: relative;
	text-align: center;
	padding-top: 10px;
}

.container #site_navbar a:visited {
	text-decoration: none;
	display: block;
	height: 30px;
	width: 160px;
	position: relative;
	padding-top: 10px;
	color: #FFFFFF;
	background-image: url(/background_img/link_background.png);
	background-repeat: repeat;
}
.container  #site_navbar a:hover  {
	color : #000000;
	background-image: url(/background_img/link_hover.png);
	background-repeat: repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}
.wrapper {
	height: 350px;
	width: 780px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

.container #site_navbar a:active, a:focus {
	color : #000;
	background-image: url(/background_img/link_hover.png);
}

.container #gallery_content_simpleviewer {
	height: 600px;
	width: 800px;
	position: relative;
	top: 0px;
	border: 1px dotted #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.container #gallery_content {
	height: 532px;
	width: 800px;
	position: relative;
	top: 0px;
	border: 1px dotted #CCCCCC;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.container #soundslides #speaker {
	position: absolute;
	top: 60px;
	right: 20px;
}
.container #soundslides{
	height: 605px;
	width: 800px;
	position: relative;
	border: 1px dotted #CCCCCC;
	top: 0px;
	color: #666666;
	padding: 10px;
	font-style: italic;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
}
.container #gallery_content #space {
	height: 40px;
}
.container #gallery_content #hidden_header {
	height: 0px;
	width: 0px;
	left: -10000px;
	top: 0px;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 9px;
}

.container #flashcontent {
	position: relative;
	z-index: 0;
}

.container #flashcontent a:link {
	color : #FFFFFF;
	display: none;
	text-decoration : none;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.container #lebanon {
	height: 420px;
	width: 800px;
	position: relative;
	top: 0px;
	border: 1px dotted #CCCCCC;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
.container #lebanon #window {
	height: 380px;
	width: 800px;
	overflow: scroll;
	position: relative;
	top: 40px;
	padding-top: 10px;
}

.container #landscape {
	height: 2000px;
	width: 800px;
	position: relative;
	top: 0px;
	border: 1px dotted #CCCCCC;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
.container #landscape #window {
	height: 380px;
	width: 800px;
	position: relative;
	top: 40px;
	padding-top: 10px;
}

#left_col  {
	float: left;
	height: 700px;
	width: 150px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
	background-image: url(/background_img/left_col.png);
}
.container #left_col li {
	height: 30px;
	width: 150px;
	display: block;
	color: #FFFFFF;
	position: relative;
	letter-spacing: 0.3em;
	line-height: 100%;
	text-align: center;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.container  #left_col li a:link {
	color : #FFFFFF;
	display: block;
	background-image: url(/background_img/link_background.png);
	background-repeat: repeat;
	text-decoration : none;
	height: 30px;
	width: 150px;
	position: relative;
	text-align: center;
	padding-top: 15px;
}

.container #left_col li a:visited {
	background-color: #CCCCCC;
}

.container #left_col li a:hover {
	color : #FFFFFF;
	background-image: url(/background_img/link_hover.png);
	background-repeat: repeat;
	border-left-color: #FF9900;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
}

.container  #left_col li a:active, a:focus { color : #000; }

.container #left_col ul {
	position: relative;
	top: 300px;
}

.container #left_col img {
	top: 700px;
	position: relative;
}
.container #Sub_main {
	height: auto;
	width: 800px;
	position: relative;
	font-size: 12px;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-right: auto;
	margin-left: auto;
}
.container #Sub_main #comment {
	letter-spacing: 0em;
	word-spacing: 0em;
	background-color: #FFFFFF;
	height: auto;
}
.container #Sub_main p {
	padding-top: 5px;
}
.container #Sub_main a {
	color: #0099FF;
}

.thumbnail_center {
	border: 1px dotted #999999;
	padding: 5px;
	z-index: 1;
	position: relative;
	margin-left: 100px;
}
.container #landscape #window #center {
	position: relative;
	text-align: center;
}

.thumbnail {
	float: right;
	border: 1px dotted #999999;
	padding: 5px;
	z-index: 1;
}

.thumbnail a:link {
	display: block;
	background-repeat: repeat;
	text-decoration : none;
	height: 133px;
	width: 200px;
}

.thumbnail a:visited {
	text-decoration: none;
	display: block;
	height: 133px;
	width: 200px;
	position: relative;
	background-repeat: repeat;
}
.thumbnail a:hover  {
	background-repeat: no-repeat;
	height: 143px;
	width: 210px;
	background-color: #FF9900;
	background-position: center center;
	visibility: visible;
}

.thumbnail a:active, a:focus {
	color : #000;
	background-image: url(/background_img/link_hover.png);
	}
.container #post-it {
	position: absolute;
	left: -35px;
	height: auto;
	width: auto;
	top: 300px;
}

#email,#name,#message {
	border: 1px dotted #CCCCCC;
}


.container #footer {
	height: 35px;
	width: 800px;
	position: relative;
	top: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

.container #footer li {
	text-decoration : none;
	height: 25px;
	width: 200px;
	position: relative;
	text-align: center;
	font-size: 12px;
	float: right;
	list-style-type: none;
}

.container #footer a:link{
	text-decoration : none;
	height: 25px;
	width: 205px;
	position: relative;
	text-align: center;
	padding-top: 5px;
	font-size: 12px;
	color: #999999;
	float: right;
}

.container #footer a:visited {
	text-decoration: none;
	height: 25px;
	width: 205px;
	position: relative;
	color: #999999;
	padding-top: 5px;
	float: left;
	text-align: center;
}

.container #footer a:hover {
	color : #FF9900;
}

.container #footer a:active, a:focus { color : #000; }


.container #footer #copyrights {
	text-align: center;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	height: 20px;
	width: 820px;
	position: relative;
	top: 35px;
	padding-top: 5px;
}
.container #soundslides #hidden_h1 {
	text-indent: -9999px;
	height: 0px;
	width: 0px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
