@import url('reset.css');
@import url('typography.css');

header, nav, article, aside, footer {display:block;}

body {
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-position:center 130px;
	width:950px;
	margin:auto;
	background-color:#000000;
	font: 14px Arial, Helvetica, sans-serif;
	color:#ffffff;
}

header {
	width:500px;
	height:111px;
	margin:auto;
	padding:10px 0px 10px 0px;
}

#upper_pics {
	padding-left:10px;
}

ul#upper_pics {

}

ul#upper_pics li {
	display:inline;
	text-align:center;
}

ul#upper_pics li img {
	padding:0px 10px 0px 10px;
}

ul#upper_pics li a {
	text-decoration:none;
}

ul#right_pics li {
	text-align:center;
}

ul#right_pics li img {
	padding:5px 10px 5px 10px;
}

ul#right_pics li a {
	text-decoration:none;
} 

nav {
	width:900px;
	margin:auto;
	padding-top:30px;
}

ul#menu li {
    	margin:0px; 	
	padding:8px 0px 7px 0px;   
    	list-style:none;   
    	text-transform:none;  
}

ul#menu2 {

}

ul#menu2 li {
	margin:0px;
	padding:10px;   
    	list-style:none;   
    	margin-right:10px;   
    	font-size:medium;   
    	text-transform:none;   
    	display:inline;   
}
   
ul#menu li a, ul#menu2 li a {
	font-family: "arial", "helvetica", sans-serif;
	font-size: 15px; 
    	text-decoration:none;   
    	color:#ffffff;   
}   

ul#menu li a:hover, ul#menu2 li a:hover {   
    	text-decoration:underline;   
    	color:#ffffff;
} 

article {
	width:594px;
	height:533px;
	text-align:center;
	margin:-195px 0px 0px 185px;
}

#article2 {
	width:450px;
	height:450px;
	margin:auto;
	text-align:center;
	padding:140px 0px 62px 0px;
}

#slide-show {
	text-align:center;
	height: 450px;
}

#slides {
	height: 450px;
}

#lower_navigation {
	padding-top:25px;
	text-align:center;
}

footer {

}

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	margin:auto;
	text-align:center;
}

.clear {
	clear:both
}

.top_twenty {
	padding-top:20px;
}

.top_thirty {
	padding-top:30px;
}

.top_forty {
	padding-top:40px;
}

.right_twenty {
	padding-right:20px;
}

.bottom_margin_five {
	margin-top:5px;
}

.bottom_five {
	padding-bottom:5px;
}

.bottom_ten {
	padding-bottom:10px;
}

.bottom_twenty {
	padding-bottom:20px;
}

.left_twenty {
	padding-left:20px;
}

.left_slides {
	padding-left:65px;
}

.head_fix {
	margin:-70px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	z-index: 50;
}

.title_fix {
	text-align:center;
	width:420px;
	margin:auto;
	padding:20px 0px 0px 30px;
}

.right_fix {
	margin-top:-540px;
	margin-right:60px;
}

.right_fix1 {
	margin-top:-520px;
	margin-right:-80px;
}

.right_fix2 {
	margin-top:-520px;
	margin-right:-170px;
}

.right_fix3 {
	margin-top:-520px;
	margin-right:40px;
}

.copy_hide {
	width:450px;
	height:328px;
	padding:205px 72px 0px 72px;
}

.hidden {
	visibility:hidden;
}




.gallerycontainer{
height:80px;
position: relative;
text-align:center;
margin:0px 0px 0px 0px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #000;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #000;
margin: 0 5px 5px 0;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000;
padding: 0px;
left: -1000px;
border: 1px solid #000;
visibility: hidden;
color: #fff;
text-decoration: none;
}

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

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

.gallerycontainer2{
height:0px;
position: relative;
text-align:center;
margin:0px 0px -20px 0px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail2 img{
border: 1px solid #000;
margin: 0 5px 5px 0;
}

.thumbnail2:hover{
background-color: transparent;
}

.thumbnail2:hover img{
border: 1px solid #000;
margin: 0 5px 5px 0;
}

.thumbnail2 span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000;
padding: 0px;
left: -1000px;
border: 1px solid #000;
visibility: hidden;
color: #fff;
text-decoration: none;
}

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

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