@charset "UTF-8";
/* CSS Document */
body
{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color: #EAEAEA;
	
}

a:link {
	color: #4A6672;
}
a:visited {
	color: #043872;
}
a:hover {
	color: #2C3312;
}
a:active {
	color: #54372B;
}

#wrapperwrapper {
	height: 800px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(backbackground.jpg);
	padding-top: 15px;
}

#wrapper {
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 850px;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	height: 800px;
}
#header {
	background-image: url(headerbar%20copy.png);
	background-repeat: repeat-x;
	height: 120px;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-left: 40px;
}
#copyright {
	height: 20px;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	color: #4E412D;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
#navigation {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 50px;
}
#body {
	width: 840px;
	padding: 0px;
	height: 500px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#content {
	float: left;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(textbox.jpg);
	height: 435px;
	background-repeat: no-repeat;
	margin-top: 16px;
	margin-left: 10px;
	font-size: 12px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	overflow: hidden;
}
#pictures {
	float: right;
	height: auto;
	width: 200px;
	background-image: none;
	background-repeat: no-repeat;
	color: #F0F0F0;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 16px;
	margin-right: 56px;
	z-index: 4;
	visibility: visible;
	position: relative;
}

h1
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	font-style: normal;
	text-decoration: overline;
	margin-left: -10px;
	height: 16px;
}
body 
{
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
}

        .lavaLampBottomStyle {
	position: relative;
	height: 29px;
	width: 833px;
	background-color: #5C5F5F;
	padding: 8px;
	margin: 10px 0;
	overflow: visible;
	border: 1px solid gray;
	z-index: 200;
        }
                .lavaLampBottomStyle li {
	float: left;
	list-style: none;
                }
                    .lavaLampBottomStyle li.back {
	width: 9px;
	height: 30px;
	position: absolute;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DED7EC;
	z-index: 8;
                    }
                    .lavaLampBottomStyle li a {
	text-decoration: none;
	color: #DED7EC;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin-top: auto;
	margin-right: 32px;
	margin-bottom: auto;
	margin-left: 32px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	z-index: 10;
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
	z-index: 400;
                        }                     
#buttonwrap {
}

#wrapperwrapper #wrapper #body #pictures {
	color: #000;
}
#slideshow {
	position:relative;
	height:195px;
	width: 188px;
}

#slideshow IMG {
	position:absolute;
	top:3px;
	left:4px;
	z-index:8;
	opacity:0.0;
	width: 188px;
	height: 195px;
}

/* SpryAccordion.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 */
.AccordionPanelTab {
	background-color: #CCCCCC;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size: 13px;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	height: inherit;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #EEEEEE;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #555555;
	font-size: 14px;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #555555;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #3A3A3A;
	color: #E5E5E5;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #333333;
	color: #CCCCCC;
}


#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
.buttonmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #3A3A3A;
	text-align: center;
	color: #E1E1E1;
	
}

.buttonmenu li a{
	color: #3A3A3A;
	display: block;
	width: 190px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid;
	border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
	background-color: #E1E1E1;
	text-decoration:none;
	text-align: center;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}


.buttonmenu li a:visited{
	color: #3A3A3A;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
	color: #F7F7F7;
	background-color: #3A3A3A;
	text-align: center;
}
#content_small {
	float: left;
	width: 520px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(textbox.jpg);
	height: 140px;
	background-repeat: repeat-y;
	margin-top: 16px;
	padding: 15px;
	margin-left: 10px;
	overflow: hidden;
	overflow-x:hidden;
}
#content_second {
	float: left;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(pictures/finished/textbox_big.jpg);
	background-repeat: repeat;
	padding: 15px;
	margin-left: 10px;
	overflow: visible;
	overflow-x:hidden;
	font-size: 12px;
	position: absolute;
	z-index: 3;
}
label
{
	width: 130px;
	float: left;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
input 
{
	width: 200px;

} 
#button {
	width: 100px;
	padding-left: 10px;
}
#wrapperwrapper2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(backbackground.jpg);
	padding-top: 15px;
	background-repeat: repeat-y;
	width: 1000px;
	height: auto;
}
#links {
	float: right;
	height: auto;
	width: 170px;
	background-image: none;
	background-repeat: no-repeat;
	color: #333333;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 65px;
	z-index: 4;
	visibility: visible;
	position: relative;
	background-color: #E4E4E4;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	margin-top: 5px;
	padding-top: 5px;
}
#links a:link {
	color: #4A6672;
}
#links a:visited {
	color: #4A6672;
}
#links a:hover {
	color: #4A6672;
}
#links a:active {
	color: #4A6672;
}
#scroll{
	height:425px;
	overflow: scroll;
	padding-left: 7px;
	overflow-x:hidden;
	padding-right: 5px;	
}
.imageright{
	float:right;
	border:thin solid #333;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
