/*
 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 : verdana;
	font-size : 13px;
	color : black;
	background-color: #7d7d7d;
	background-image: url(../images/center_bkg.gif);
	background-repeat: repeat-x;
}


hr{
	height : 1px;
	color: #426485;
}

h1{
	font-size:18px;
	color: #4e2614;
	font-weight: bold;
}

h2{
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #4e2614;
}
h3{
	
	font-size: 14px;
	font-weight: bold;
	color: #4e2614;
}


p, span, table, td {
	font-family : verdana;
	font-size : 12px;
}

b{
	color: #004B8D;
}

textarea, input, select {
	font-family : verdana;
	font-size : 12px;
}

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 : none;
	
}

.topNav{
	background-image: url(../images/btn_bkg.jpg);
	background-position: top;
	color: #4e2614;
	font-weight: normal;
}
.topNav_over{
	font-size:12px;
	font-weight: bold;
	background-image: url(../images/btn_bkg.jpg);
	background-position: bottom;
}
.topNav a:link {
	color : #4e2614;
	text-decoration : none;
	font-weight : normal;
}

.topNav a:visited {
	color : #4e2614;
	text-decoration : none;
	font-weight : normal;
}

.topNav a:hover {
	color : #4e2614;
	text-decoration : underline;
	font-weight : normal;
}

.topNav a:active {
	color : #4e2614;
	text-decoration : none;
	font-weight : normal;
}
.topNav_over a:link {
	color : #4e2614;
	text-decoration : none;
	font-weight : normal;
}

.topNav_over a:visited {
	color : #4e2614;
	text-decoration : none;
	font-weight : normal;
}

.topNav_over a:hover {
	color : #4e2614;
	text-decoration : underline;
	font-weight : normal;
}

.topNav_over a:active {
	color : #4e2614;
	text-decoration : none;
	font-weight : normal;
}
.copyright{
	font-size:10px;
	color: #4e2614;
	font-weight: normal;
}
.copyright a:link {
	color : #4e2614;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:visited {
	color : #4e2614;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.copyright a:hover {
	color : #4e2614;
	font-size:10px;
	text-decoration : underline;
	font-weight: normal;
}

.copyright a:active {
	color :#4e2614;
	font-size:10px;
	text-decoration : none;
	font-weight: normal;
}

.tableheader {
	text-align: center;
	font-size: 14px;
	background-color :#d3162e;
	color :#FFFFFF;
}

.tablerow1 {
	background-color :#FFFFFF;
	color :#2457A1;
}

.tablerow2 {
	background-color :#2457A1;
	color :#FFFFFF;
}

/* 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: #DEDFE1;
    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:#DEDFE1;
    overflow: hidden;
    float: left;
    margin:0 5px 10px 5px; 
}

#main_image{
    margin:0 auto 20px auto;
    background: #DEDFE1;
    width: 475px;
}
#main_image img{
    width: 475px;
    margin-bottom: 0;
}
/* End Photo Gallery Style*/