body 	{ margin: 0; padding: 0px; text-align: left; color: #000000; }

img	{ border: 0; }

a img	{ border: 0; }

h1 	{ font-family: helvetica,arial,sans-serif; color: #66ccff; font-size: 14pt; font-weight: bold; line-height: 14px; }

h2 	{ font-family: helvetica,arial,sans-serif; color: #000066; font-size: 12pt; font-weight: bold; line-height: 11pt; }

h3 	{ font-family: helvetica,arial,sans-serif; color: #000066; font-size: 11pt; font-weight: bold; line-height: 7pt; }

a:link 	{ font-family: helvetica,arial,sans-serif; font-size: 9pt; color: #000000; font-weight: bold; text-decoration: none; }

a:visited { font-weight: bold; font-size: 9pt; color: #000000; font-family: helvetica,arial,sans-serif; text-decoration: none; }

a:hover { font-weight: bold; font-size: 9pt; color: #000000; font-family: helvetica,arial,sans-serif; text-decoration: none; }

a:active { font-weight: bold; font-size: 9pt; color: #000000; font-family: helvetica,arial,sans-serif; text-decoration: none; }

.textmiddle {vertical-align:text-middle;}

.sold	{ font-weight: bold; color: #ff0000; }


ul 	{ font-family: helvetica,arial,sans-serif; 
	  color: #000066; font-size: 10pt; 
	  font-weight: normal;
	  line-height: 9pt; 
	  list-style-type: solid;
	  text-indent: 15px;
	  margin: 2px; }

li	{ margin-left: 0px; } 


.navigation	{ z-index: 1;
	          float: left;
	          padding-left: 6px;
	          padding-top: 30px; 
	          width: 114px;
	          height: 565px;
	          position: absolute;
	          top: 62px;
	          color: #000000;
	          background-color: #8f8f8f;
	          border-right: #ffcc00 1px solid; }

p	{ font-family: helvetica,arial,sans-serif; 
	  color: #000000; font-size: 9pt; font-style: normal; 
	  font-weight: normal; line-height: 11pt; text-indent: 0px;}



table	{ font-family: helvetica,arial,sans-serif; color: #000066; font-size: 9pt; font-style: normal; font-weight: normal; 
	  line-height: 11pt; text-indent: 0px;
	  padding: 0px; }

td	{ color: #000000; }	  
		  
.tagline	{ width: 83%; position: absolute; margin-top: 35px; margin-right: 0px; z-index: 2; }

.footertext 	{ font-family: helvetica,arial,sans-serif; color: #cccccc; font-size: 7pt; font-style: italic; font-weight: normal;
		  line-height: 12pt; text-indent: 0px; text-align: center; }
		  
		  
.smalltext	{ font-size: 8pt; }

.ActivePage	{ width: 10px; height: 10px; border: 1px solid #cccccc; background-color: #60d6b6; 
		  padding: 2px 4px 2px 4px; text-align: center; }
		  
.ActivePage A:link { color: #ffffff; }

.ActivePage A:active { color:#ffffff; }

.topnav {
	color:#ffffff;
	text-decoration:none;
	text-align: center;
	font-weight :bold;
	font-size:8px;
	font-family: Arial, Helvetica;
	line-height: 25px;
	float: left;
	margin-right: 1px;
	}
.topnav A:link {
	font-weight :bold;
        width: 120px;
        height: 30px;	
        background-image: url(images/button.jpg); background-repeat: no-repeat;	
	color:#ffffff;
	text-align : center;
	display: block;
	}
.topnav A:visited {
	color:#ffffff;
        width: 120px;
        height: 30px;	
        background-image: url(images/button.jpg); background-repeat: no-repeat;	
	text-decoration:none;
	text-align : center;
	font-weight :bold;
	display: block;
	}
.topnav A:hover {
	color:#ffffff;
        width: 120px;
        height: 30px;	
	background-image: url(images/button2.jpg); background-repeat: no-repeat;
	text-decoration:underline;
	text-align : center;
	font-weight :bold;
	}
.topnav A:active {
	color:#ffffff;
        width: 120px;
        height: 30px;	
	text-decoration:none;
	text-align : center;
	font-weight :bold;
	}
	
	

	
		  		  
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #000000;
padding: 3px;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;

}

.thumbnail:hover img{
border: 1px solid #000000;
padding: 3px;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #ffffff;
padding: 0px;
left: -1000px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 5px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 238px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

div { color: #000000; text-align: left; }



