/* CSS Document */

body{
background-color:#460000;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
font-size:10pt;
}

.main{
background-color:white;
padding: 15px;
font-size: 11pt;
}

.sidebar{
background-color:#D96A1C;
padding: 15px;
font-size: 11pt;
display:block;
}

.box1{
border:dotted;
border-width: 2px;
border-color: #D96A1C;
padding: 15px;
font-size: 11pt;
display:block;
}

a.boxLink{
font:Arial, Helvetica, sans-serif;
color:#7B2F01;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

a:hover.boxlink{
text-decoration:underline
}


.style1 {
	color: #7B2F01;
	font-weight: bold;
}

.white {color: #FFFFFF
}

a.whitelink{
color: #FFFFFF;
font-weight:bold;
text-decoration:none;
}

a:hover.whitelink{
text-decoration:underline;
}

.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.footer{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
padding-right: 40px;
padding-top: 15px;
}

.image1{
float:left;
margin-right: 15px;
margin-bottom: 10px;
}

.image2{
clear:both;
float:right;
margin-left: 15px;
margin-bottom: 10px;
}

.white2 {color: #FFFFFF;
padding-left: 15px;
padding-top: 5px;
padding-bottom: 5px;
}

.white3 {color: #FFFFFF;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px;
padding-left: 5px;
}



/*Grooming Rollovers*/

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
}

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

.thumbnail:hover img{
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

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

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

a.thumbnail{
text-decoration:none;
color: #7B2F00;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size: 11pt;
}

a:hover.thumbnail{
text-decoration:underline;

}
/*_________________________________________________________________________*/
