@charset "utf-8";
/* CSS Document */

body{
  font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #738c94;
	margin:0;
	padding:0;
}

.border{
	text-align:right;
	margin-right:19px;
}

#header{
	height:160px;
	width: 770px;
	background-color:#ffffff;
	padding-right: 15px;
	padding-left:15px;
	padding-top: 10px;
	padding-bottom:0;
	margin:0;
	
}


#content{
	
	width:735px;
	/*min-height:450px;*/
	background-color:#ffffff;
	padding: 25px;
	float:left;
}

#content2{
	width:600px;
	float:right;
	margin-right:20px;
	background-color:#ffffff;
	padding-right:15px;
	padding-left:15px;
	clear:right;
	background-image:url(../source-delete/round-back.gif);

}


#footer{
 width: 770px;
 height: 50px;
 font-size:10px;
 text-align:center;
 clear:both;
 padding:15px;
 border-top: 1px #999 solid;
}

#img-left{
	
	width:500px;
	float:left;
}

#nav{
	border-top:solid 1px #999;
	margin:auto;
	width:780px;
	height:25px;
	padding:10px;
	background-image:url(../images/gradient.gif);
	background-repeat:repeat-x;
	
}

#nav ul{
	
	list-style-image: url(../images/square.gif);
	display:inline;
}

#nav li{

	display: inline;
	padding:10px;
	/*margin-left:12%;*/
   
	
}
	
#nav a:link {
	
text-decoration: none;
	color:#009;
		
}

#nav a:visited{
	
	text-decoration: none;
	color:#03C;
}

#nav a: active{
	
	text-decoration:none;
	color:#009;
}

#nav a:hover{
	
	text-decoration:none;
	color:#577B7D;
}
	

#nav2{
	
	width:150px;
	float:left;
	/*background-color:#8AC8C1;*/
	
}

#nav2 ul{

	list-style:none;
}

#nav2 li {
	/*background-color:#8AC8C1;*/
	background-image:url(../images/square.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	padding-top:7px;
	padding-bottom:7px;
	color:#455B81;

	/*border-bottom: thin black solid;*/
}

}
#righty{
	
	float:right;
	width:200px;
	font-size:18px;
	margin-right:60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	display:block;

}


#slideshow{
	
	width:100%;
	height:200px;
	padding:0;
	margin:0;
	background-color:#ffffff;
	
}



#wrapper{

	width:800px;
	margin:auto;
	border:none;
	background-color:#ffffff;
	padding:0;
	height:auto;
	
}

a:link{
	
	color:#455B81;
	text-decoration:none;
}

a:visited{
	
	color:#455B81;
	text-decoration:none;
}

a:hover{
	color:#000000;
	text-decoration:none;
}

a:active{
	color:#455B81;
	text-decoration:none;
}

#rightImage {
	
	float:right;
	width: 450px;
	height:400px;
	margin:0;
	text-align:center;
}

#thumbList{
	
	width: 220px;
	height:auto;
	padding:20px;
	margin-left:10px;
	float:left;
}
	
	
.thumb{
	float:left;
	width:150px;
	}

.img-gal {
	
	height: 250px;
	float: left;
	margin: 0 40px 0 40px;
	
}

#pushbutton{
width: 735px;
clear:both;
margin-top: 15px;
}