/* CSS Document */
body {
	background-image:url(images/1_background.jpg);
	margin-left: 0px;
}
#logo {
	background-color: white;
	height: 133px;
	width: 260px;
	position: absolute;
	left: 0px;
	margin-top: 60px;
	padding: 25px 75px 25px 55px;
	z-index: 1;
}
#twitter {
	height: 250px;
	width: 350px;
	position: absolute;
	margin-top: -36px;
	margin-left: 1080px;
	z-index: 200;
	top: 156px;
	left: -47px;
}
#tagline {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	color: #fff;
	text-align:right;
	height: 17px;
	width: 260px;
	position: absolute;
	margin-top: 30px;
	margin-left: 73px;
	z-index: 3;
	left: 672px;
	top: 60px;
}
.firstline {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	color: #fff;
	text-align:left;
	font-weight:bold;
	height: 17px;
	background-color:#777777;
	padding: 5px 0px 5px 5px;
}
.firstline2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	text-align:left;
	font-weight:bold;
	padding-bottom: 4px;
}
#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-align: right;
	line-height: 42px;
	height: 120px;
	width: 210px;
	position: absolute;
	margin-top: 300px;
	margin-left: 108px;
	z-index: 4; 
}
.activelink {
	text-decoration: none;
	color: black;
	background-color: #d08641;
	padding: 4px;
}
.nav:link {
	text-decoration: none;
	color: white;
	padding: 4px;
}
.nav:visited {
	text-decoration: none;
	color: white;
	padding: 4px;
}
.nav:hover {
	text-decoration: none;
	color: white;
	border: white 1px dashed;
	padding: 4px;
}
.nav:active {
	text-decoration: none;
	color: black;
	background-color: #d08641;
	padding: 4px;
}
#slidecontainer {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-align: right;
	height: 30px;
	width: 640px;
	position: absolute;
	margin-top: 80px;
	margin-left: 410px;
	z-index: 0;
	left: -40px;
}
#textwrapper {
	background-color: #d08641;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	color: white;
	text-align: left;
	line-height: 15px;
	height: 500px;
	width: 600px;
	border-style:solid;
	border-width: 2px;
	border-color: #777;	
	position: absolute;
	margin-top: 110px;
	margin-left: 350px;
	padding: 5px 25px 25px 25px;
	z-index: 6; 
}
.textwrapperwho:link {
	text-decoration: none;
	color: black;
}
.textwrapperwho:visited {
	text-decoration: none;
	color: black;
}
.textwrapperwho:hover {
	text-decoration: none;
	color: #d08641;
}
.textwrapperwho:active {
	text-decoration: none;
	color: black;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	color: white;
	height: 17px;
	width: 600px;
	text-align: right;
	position: absolute;
	margin-top: 530px;
	margin-left: 460px;
	z-index: 5;
	top: 150px;
	left: -53px;
}
.footer:link {
	text-decoration: none;
	color: white;
}
.footer:visited {
	text-decoration: none;
	color: white;
}
.footer:hover {
	text-decoration: underline;
	color: #white;
}
.footer:active {
	text-decoration: none;
	color: white;
}
#subnav {
	background-color: white;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #d08641; 
	border: white 6px double;
	height: 65px;
	width: 280px;
	position: absolute;
	margin-top: 70px;
	margin-left: 490px;
	padding: 5px;
	z-index: 2;
}
.subnavactive {
	text-decoration: none;
	color: black;
}
.subnav:link {
	text-decoration: none;
	color: #d08641;
}
.subnav:visited {
	text-decoration: none;
	color: #d08641;
}
.subnav:hover {
	text-decoration: none;
	color: black;
}
.subnav:active {
	text-decoration: none;
	color: black;
}
#mouseover {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 9px;
	color: black;
	text-align: center;
	width: 210px;
	position: absolute;
	margin-top: 50px;
	margin-left: 535px;
	z-index: 3; 
}
.shadow {
  -moz-box-shadow: 0 0 16px #000;
  -webkit-box-shadow: 0 0 16px #000;
  box-shadow: 0 0 16px #000;
}



/* Credits: Dynamic Drive CSS Library */
/* URL: http://www.dynamicdrive.com/style/ */
/* http://www.dynamicdrive.com/style/csslibrary/item/css-image-gallery/ */

.gallerycontainer{
position: relative;
height: 450px;
width: 600px;
margin-top:30px;
z-index: 500;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: none;
margin: 0 10px 10px 0;
}

.thumbnail:hover{
background-color: transparent;
text-decoration:none;
}

.thumbnail:hover img{
border: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #d08641;
padding: 5px;
left: -960px;
border: #777 thick;
visibility: hidden;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color: white;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 50px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* CSS for image viewer ends here*/


#linkcoverup {
	background-color:#d08641;
	width:170px;
	height:38px;
	position: absolute;
	top: 577px;
	left: 375px;
	z-index:300;
}

