body {
font-family: Ariel, sans-serif;
font-size: 12pt;
margin: 0; 
background: #f7f2de;
text-align: left;
}

a {
}

a:hover {
background: #bfe2f9;
color: #009cda;
}

a img:hover{
border: solid #009cda 10px;
}

a:visited {
color: #0561a5;
}


div img {
max-height: 400px;
}


h2 {
margin: 0px;
margin-bottom: 5px;
float: left;
width: 500px;
clear: both;
}

h3 {
clear: both;
}

img {
border: solid #ffffff 10px;
max-width: 650px;
}

#bottomPhoto {
}

#content {
margin-left: 160px;
margin-right:1px;
margin-top: 10px;
}

#content ul {
padding-left: 0px;
}

#content ul li {
list-style-type: none;
padding-left: 6px;
}

#content p {
clear: both;
float: left;
}

#content table {
float: left;
}

#header {
margin-left: 156px;
}

#header img {
border: solid #888888 10px;
max-width: 600px;
}

#priceList {
border: solid #002b40 10px;
color: #005073;
width: 400px;
background-image: url(images/PricesBackground.jpg);
background-repeat: repeat;
float: left;
}

#priceList h2 {
margin: 25px;
font-size: 24pt;
}


#priceList ul {
float: left;
}

#priceList ul li {
font-size: 24pt;
}

#photo {
clear: right;
width: 500px;
}

#photo h3 {
margin: 0px;
width: 250px;
}

#thumbnails {
float: left;
margin: 0px;
text-align: left;
clear: both;
}

#thumbnails img {
float: left;
max-height: 300px;
max-width: 500px;
}

#thumbnails p {
margin: 0px;
margin-left: 10px;
margin-top: 10px;
float: left;
}

.clearboth {
clear: both;
height: 25px; 
}

/* Setup Nav Bar*/
#navbar {
border: solid #002b40;
background: #8dcff4;
color: #002b40;
position: absolute;
left:10px;
top: 110px;
width:120px;
margin-top: 10px;
padding-right: 12px;
}

#navbar ul li
{
list-style-type: none;
}

#navbar ul li a:link, #navbar ul li a:visited
{
color: #002b40;
text-decoration: none;
padding-left: 6px;
}

#navbar ul {
padding-left: 6px;
margin-left: 0; 
}

#navbar ul li.current a:link, #navbar ul li.current a:visited, #navbar ul li a:hover
{
background: #002b40;
color: #8dcff4;
}
/* End Nav Bar */


/* Virtual Pagination */

.virtualpage, .virtualpage2, .virtualpage3{
/*hide the broken up pieces of contents until script is called. Remove if desired*/
display: none;
}


.paginationstyle{ /*Style for demo pagination divs*/
margin: 0px;
margin-bottom: 5px;
clear: both;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
}

.paginationstyle a{ /*Pagination links style*/
text-decoration: none;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #f7f2de;
background-color: #002b40;
}

.paginationstyle a.imglinks{ 
/*Pagination Image links style (class="imglinks") */
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ 
/*Pagination div "flatview" links style*/
color: #f7f2de;
background-color: #002b40;
}

/* End Virtual Pagination */

