/* CSS Document */

.main_body
{
	margin:0px 0px 0px 0px;
	background:url(../images/bg.jpg) repeat-x #4D0D0D;
}
.style_back
{
	background:url(../images/back_top.gif);
	vertical-align:top;
	background-repeat:repeat-x;
	}
.menu_style
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F4B027;
	text-decoration:none;
	display:block;
	font-weight:bold;
	background:#4D0D0D;
	height:22px;
	padding:6px 0 0px 10px;
	vertical-align:middle
	}
.menu_style:hover
{
	background: url(../images/menu_back.gif);
	text-decoration:none;
	color:#F4B027;
	display:block;
	}
.inner_txt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#F8C359;
	}
.back_out
{
	background:url(../images/back_out.gif);
	background-repeat:repeat-x;
	vertical-align:top;
	}
.welcome_style
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e4e4e;
	text-align:justify;
	}
.back_in
{
	background:url(../images/back_in1.gif);
	background-repeat:repeat-x;
	vertical-align:top;
	}
.describe
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#124526;
	font-weight:bold;
	}
.bottom
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	}
.bottom_menu
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	text-decoration:none;
	}
.bottom_menu:hover
{
	text-decoration:underline;
	}
.contact_style
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4D0D0D;
	}
.message
{
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
.textbox
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #314B07;
	width:200px;
}
.button
{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:15;
	cursor:hand;
	background-color:#314B07;
	border:1PX SOLID #F4DBA1;
	font-weight:bold;
	color:white;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #216C3E;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color:#EAC452;
}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}




h1{
	font-size:140%;
	margin:0 20px;
	line-height:80px;	
}
h2{
	font-size:120%;
}
#container{
	margin:0 auto;
	width:680px;
	background:#fff;
	padding-bottom:20px;
}
#content{margin:0 20px;}
p.sig{	
	margin:0 auto;
	width:680px;
	padding:1em 0;
}
form{
	margin:1em 0;
	padding:.2em 20px;
	background:#eee;
}

a{
	text-decoration:none;
	color:#057fac;
}
a:hover{
	text-decoration:none;
	color:#999;
}

.table-bg-header{
	background:#4D0D0D;
	color:#F4B027;
	line-height:30px;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}


tr.table-bg td{
	background:#936914;
	color:#F8C359;
	line-height:18px;
	font-size:12px;
	border-bottom:#FFFF00 dashed 1px;
	font-family:Arial, Helvetica, sans-serif;
}



tr.table-bg-2 td{
	background:#9F7216;
	color:#F8C359;
	line-height:18px;
	font-size:12px;
	border-bottom:#FFCC00 dashed 1px;
	font-family:Arial, Helvetica, sans-serif;
}


.menu-menu{
	background:url(../images/bullet.jpg) no-repeat 5px 3px;
	text-align:left;
	font-size:12px;
	font:"Courier New", Courier, monospace;
	padding:0 0 0 20px;
	display:block;
	font-weight:bold;
	color:#666666;
}

.menu-menu a:hover{
	background:#FFFFCC;
	display:block;
	text-align:left;
	font-size:12px;
	font:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#000000;
}

.None{
	line-height:18px;
	background-color:#996600;
	text-align:right;}
	
/*Gallery*/

* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(../images/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(../images/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
a.highslide-full-expand {
	background: url(../images/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

/* These are not Highslide core CSS rules, but define the styles of the caption. */
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}
