/*
 All contents of this file and all associated Page Concepts' 
 files are copyright 1996-2001, ajk concepts, inc. 
 Duplication without permission is strictly prohibited. 
*/
body {
	/* scrollbar-highlight-color: scrollbar-3dlight-color: scrollbar-darkshadow-color: scrollbar-track-color: */
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color : black;
	background-color: #FBFBFB;
	scrollbar-arrow-color : White;
	scrollbar-face-color : #002E83;
	scrollbar-shadow-color : White;
}

hr{
	height : 1pt;
}
h1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	margin-bottom: 3px;
}
h2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 20px;
	margin-bottom: 2px;
}
h4{
	font-size:16px;
	color: #002E83;
}

p, span, table, td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

textarea, input, select {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

a:link {
	color : #004B8D;
	text-decoration : none;
	font-weight : bold;
}

a:visited {
	color : #004B8D;
	text-decoration : none;
	font-weight : bold;
}

a:hover {
	color : black;
	text-decoration : underline;
	font-weight : bold;
}

a:active {
	color :#004B8D;
	text-decoration : none;
	font-weight : bold;
}
.center
{
    padding-left: 5px;
    background-image: url(../images/center_bkg2.jpg);
    background-repeat: no-repeat;
}

.leftNav
{
	color: white;
	font-weight:bold;
	font-size: 12px;
}
.leftNav ul li a:link {
	color : white;
	text-decoration : none;
	font-weight : bold;
	font-size: 12px;
	cursor: pointer;
}

.leftNav ul li a:visited {
	color : white;
	text-decoration : none;
	font-weight : bold;
	font-size: 12px;
	cursor: pointer;
}
.leftNav ul li a:active {
	color : white;
	text-decoration : none;
	font-weight : bold;
	font-size: 12px;
	cursor: pointer;
}
.leftNav ul li a:hover {
	color : #004B8D;
	text-decoration : underline;
	font-weight : bold;
	font-size: 12px;
	cursor: pointer;
}

.copyright
{
    width: 960px;
    margin:0px auto;
	font-size:10px;
	color: #426485;
	font-weight: normal;
}
.copyright a:link {
	color : #426485;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:visited {
	color : #426485;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:hover {
	color : #426485;
	font-size:10px;
	text-decoration : underline;
	font-weight: normal;
}

.copyright a:active {
	color :#426485;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

/* Photo Gallery Style*/
.galleria{
    list-style:none;
    width:700px;
    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: white;
   
}
.photogallery{
    margin-top:10px;
}

.gallery{
    list-style:none;
    width:700px;
    margin: 0px;
    overflow: hidden; 
    margin-left: 35px; 
}
.gallery li{
    width: 100px;
    height:70px;
    border:1px solid #4c3313;
    background:#000;
    overflow: hidden;
    float: left;
    margin: 0 5px 10px 0px; 
}

#main_image{
    margin:0 auto 20px auto;
    background: white;
    width: 700px;
    border: 1px solid #4c3313;
}
#main_image img{
    width: 700px;
    margin-bottom: -15px;
}
/* End Photo Gallery Style*/
/* Slide Show Style*/
.pics {
    width:   700px;      
    height:  315px;      
    padding: 0;      
    margin:  0;
    border:  0px;
    overflow: hidden;  
}      
.pics img {
    padding: 0px;      
    border:  0px;      
    background-color: #eee;      
    width:  700px;     
    height: 315px;     
    top:  0;     
    left: 0; 
}

.pics2 {
    width:   525px;      
    height:  311px;      
    padding: 0;      
    margin:  0;
    border:  0px;
    overflow: hidden;
    text-align: center;  
}      
.pics2 img {
    padding: 0px;      
    border:  0px;      
    background-color: #eee;      
    width:   525px;      
    height:  311px;      

}
/* End Slide Show Style */ 

