/*====================================================*/
/*   CSS Style Sheet for Maryland Odonate Photos      */
/*====================================================*/

body {
	background-color:#000000;
	background-repeat: repeat;
}
/*======================================*/
/*  Turn off underlining on hyperlinks  */
/*======================================*/

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
/*======================================*/
/*      Layers                          */
/*======================================*/

#banner {
	z-index:1;
	position:absolute;
	left: 0px;
	top: 0px;
	width: 2025px;
	height: 115px;
	background-color: #000000;
	border-bottom-style: ridge;
	border-bottom-width: 4px;
	border-bottom-color: #FFFFFF;
	overflow: visible;
}
#banner_link_1 {
	z-index:2;
	position:absolute;
	left: 15px;
	top: 20px;
	width: 500px;
}
#banner_link_2 {
	z-index:2;
	position:absolute;
	left: 15px;
	top: 70px;
	width: 500px;
}
#menu {
	z-index:1;
	position:absolute;
	left: 10px;
	top: 121px;
	width: 265px;
	background-color: #000000;
}
#main {
	z-index:2;
	position:absolute;
	left: 275px;
	top: 121px;
	width: 800px;
	background-image: url(../backgrounds/dragonfly_background_green.gif);
}
#filler {
	z-index:1;
	position:absolute;
	left: 275px;
	top: 121px;
	width: 1750px;
	height: 1600px;
	background-image: url(../backgrounds/dragonfly_background_green.gif);
}
#dragons {
	z-index:3;
	position:absolute;
	left: 675px;
	top: 205px;
	width: 400px;
}
#damsels {
	z-index:3;
	position:absolute;
	left: 285px;
	top: 205px;
	width: 400px;
}
#photo_main {
	z-index:2;
	position:absolute;
	left: 0px;
	top: 121px;
	width: 1000px;
	height: 1600px;
	background-image: url(../backgrounds/dragonfly_background_green.gif);
}

/*==================================*/
/*     Text styles - banner         */
/*==================================*/

.letter_s {
	font-family: Georgia, Times, serif;
	font-size: xx-large;
	color: #FFFFFF;
	font-style: italic;
}
.banner_title {
	font-family: Georgia, Times, serif;
	font-size: x-large;
	color: #FFFFFF;
	font-style: italic;
}
.banner_subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FFFFFF;
}
.banner_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #92FF82; /*Aqua*/
}
/*==================================*/
/*    Text styles - menu            */
/*==================================*/

.menu_headings {
	font-family: Georgia, Times, serif;
	font-size: large;
	color: #FFFFFF;
	font-style: italic;
	text-indent: 2px;
}
.menu_links {
	font-family: Tahoma;
	font-size: small;
	color: #F2F2F2; /*White*/
	text-indent: 30px;
}
.menu_links2 {
	font-family: Tahoma;
	font-size: small;
	color: #F2F2F2;
	text-indent: 30px;
}
.menu_links3 {
	font-family: Tahoma;
	font-size: small;
	color: #F2F2F2;
	text-indent: 30px;
}
/*==================================================*/
/*    Text Styles - Serif Fonts                     */
/*==================================================*/

.times_med {
font-family:"Times New Roman", Times, serif;
font-size:medium;
color:#000000;
}
.callig_lg {
	font-family: "Lucida Calligraphy";
	font-size: large;
	color: #000000;
}
.geo_lg {
	font-family: Georgia, Times, serif;
	font-size: large;
	color: #000000; /*Black*/
}
.geo_lg_ital {
	font-family: Georgia, Times, serif;
	font-size: large;
	color: #000000; /*Black*/
	font-style: italic;
}
.geo_med {
	font-family: Georgia, Times, serif;
	font-size: medium;
	color: #000000; /*Black*/
}
.geo_sm {
	font-family: Georgia, Times, serif;
	font-size: small;
	color: #000000; /*Black*/
}
/*=================================================*/
/*   Text Styles - Sans Serif Fonts                */
/*=================================================*/

.arial_xl {
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-large;
	color: #000000; /*Black*/
}
.arial_lg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000 /*Black*/
}
.arial_med {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000; /*Black*/
}
.tahoma_lg {
	font-family: Tahoma;
	font-size: large;
	color: #000000; /*Black*/
}
.tahoma_med {
	font-family: Tahoma;
	font-size: medium;
	color: #000000; /*Black*/
}
.tahoma_sm {
	font-family: Tahoma;
	font-size: small;
	color: #000000; /*Black*/
}
