body {
	font-family: Verdana;
	font-size: 12px;
	color: black;
	background-color: #cfd2d9;
	background-image: url(../templates/images/background.gif);
	background-position: top;
	background-attachment:fixed;
	background-repeat: repeat-x;
	margin-top: 0px;
}
p, span, table, td {
	font-size: 12px;
	color: black;
}
td p{
    font-family:Verdana;
}
textarea, input, select {
	font-size : 12px;
}
HR{
height: 1px;
color: #B1C7F8;
background-color: #B1C7F8;
border: 0px solid #B1C7F8;
}

H2{
	font-size: 18px;
	color: #003066;
}

h4
{
	font-size:14px;
	color: #003066;
}

a:link {
	color : #004B8D;
	text-decoration : underline;
}

a:visited {
	color : #004B8D;
	text-decoration : underline;
}

a:hover {
	color : black;
	text-decoration: none;
}

a:active {
	color :#004B8D;
	text-decoration : underline;
}

/* Content Tables*/
.tableheader {
    color: #f9efde;
    background-image: url(../templates/images/right_table_header.gif);
    background-position: bottom;   
}
.tableheader SPAN{
    color: #f9efde;
    background-position: bottom;   
}
.tableheader A{
    color: #F9EFDE;
}
.tableheader A:visited{
    color: #F9EFDE;
}
.tablerow1 {
    background-color: #ece1ce;   
}
.tablerow2 {
    background-color: #f9efde;   
}
/* End Content Tables*/

/* Page Shadows*/
.left_shadow {
    background-image: url(../templates/images/left_shadow.png);
    background-repeat: repeat-y;
}
.right_shadow {
    background-image: url(../templates/images/right_shadow.png);
    background-repeat: repeat-y;
}
/* End Page Shadows*/

/* Breadcrumb Links*/     
.breadcrumb{
	color: #4C3313;
	font-size: 12px;
	margin-right: 15px;
}
.breadcrumb a:link {
	color : #4C3313;
	text-decoration : underline;
}

.breadcrumb a:visited {
	color : #4C3313;
	text-decoration : underline;
}

.breadcrumb a:hover {
	color : #D17A04;
	text-decoration : none;
}

.breadcrumb a:active {
	color :#FCAE43;
	text-decoration : none;
}
/* End Breadcrumb Links*/

/* Copyright Text*/
.copyright{
	font-size:10px;
	color: #3A3931;
	font-weight: normal;
}
.copyright a:link {
	color : #3A3931;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:visited {
	color : #3A3931;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:hover {
	color : #004B8D;
	font-size:10px;
	text-decoration : underline;
	font-weight: normal;
}

.copyright a:active {
	color :#3A3931;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}
/* End Copyright Text*/

/* Left Nav Buttons*/
.leftNav ul{
	margin: 0;
	padding: 0;	
	font-size:12px;
	color: #f9efde;
	width: 190px;
}
.leftNav li{
    list-style: none;
    margin: 0;
    padding: 0;
}

.leftNav li a:link, .leftNav li a:visited{
	display: block;
	color : #f9efde;
	font-size:12px;
	text-decoration : none;
	font-weight: bold;
	background-image: url(../templates/images/nav_btn.gif);
	padding: 9px 0 10px 30px;
}

.leftNav li a:hover, .leftNav li a:active{
	text-decoration : underline;
	background-image: url(../templates/images/nav_btn.gif);
	background-position: bottom;
}

/* End Left Nav Buttons*/
/* Left Nav Drop Out Menus */

.leftNav ul ul{
    margin: 0;
    padding: 0;
    width: 190px;
}
.leftNav ul ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.leftNav ul ul li a:link, .leftNav ul ul li a:visited{
    display: block;
    padding: 3px 0 3px 10px;
    background: #cebfa6;
    color: #4C3313;
    font-weight: normal;
    text-decoration: none;
}
.leftNav ul ul li a:hover, .leftNav ul ul li a:active{
    background: #d5cec0;   
}

/* End Left Nav Drop Out Menus */

/* Slide Show Style*/
.pics {
    height:  244px;      
    width:   526px;      
    padding: 0;      
    margin:  0;
    border:  0px;  
    overflow: hidden;
}      
.pics img {
    padding: 0px;      
    border:  0px;      
    background-color: #eee;      
    width:  526px;     
    height: 244px;     
    top:  0;     
    left: 0; 
    overflow: hidden;
}
/* End Slide Show Style */ 

/* Photo Gallery Style*/
.galleria{
    list-style:none;
    width:475px;
    margin: 0px;
    overflow: hidden;
}
.galleria li{
    display: block;
    width: 100px;
    height: 70px;
    overflow: hidden;
    border:1px solid #4c3313;
    background: #000;
    float: left;
    margin: 0 5px 10px 5px;
        
}
.galleria li a{
    display: none;
}
.galleria li div{
    position: absolute;
    display: none;
    top: 0;
    left: 180px;
}
.galleria li div img{
    cursor:pointer;
}
.galleria li .active div img,.galleria li.active div{
    display: block;
}
.galleria li img.thumb{
    cursor: pointer;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    height: auto;
}
.galleria li .caption{
    display: block;
    padding-top:.5em;
}
* html .galleria li div span{width:400px} /* MSIE bug */
.caption{
    font-style:italic;
    color:black;
}
.photogallery{
    margin-top:10px;
}

.gallery{
    list-style:none;
    width:475px;
    margin: 0px;
    overflow: hidden;  
}
.gallery li{
    width: 100px;
    height:70px;
    border:1px solid #4c3313;
    background:#000;
    overflow: hidden;
    float: left;
    margin:0 5px 10px 5px; 
}

#main_image{
    margin:0 auto 20px auto;
    background: white;
    width: 475px;
}
#main_image img{
    width: 475px;
    margin-bottom: 0;
}
/* End Photo Gallery Style*/