* { margin: 0px auto; padding: 0px auto; }

body {
	font-family: Verdana;
	font-size: 0.9em;
}

.all 
{
	background-color: #565656;
	width: 1000px;
}

.top { width: 100%; height: 317px; }

h1 {
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 1em;
}
h2 {
	line-height: 20px;
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 1.65em;
}

#scroller {
	height: 120px;
}
#scroller img { height: 120px; border:none; }

.mainLeft {
    float: left;
    margin-left: 18px;
    background-color: #565656;
    width: 220px;
}
.center {
    color: #CCCCCC;
    line-height: 20px;
    text-align: justify;
    float: right;
    background-color: #565656;
    width: 762px;
    min-height: 1000px;
}
.center .inner { padding: 12px; }
.center p { line-height:1.7; padding-top: 15px; }

.hborder 
{
	background-repeat: repeat-x;
	background-image: url("images/hborder.jpg");
	height: 10px;
	border: 0 none;
}

.hborder img { border: 0 none; height: 120px; }

.vlborder
{
	background-repeat: repeat-y;
	background-image: url("images/vborder.jpg");
	height: 100%;
	position: relative;
	float: left;
}
.vrborder
{
	background-repeat: repeat-y;
	background-image: url("images/vborder.gif");
	position: relative;
	padding-left: 15px;
	top: -3px;
	min-height: 1000px;
}
.hbborder
{
	background-repeat: repeat-x;
	background-image: url("images/hborder.gif");
	height: 4px;
	width: 100%;
	border: 0 none;
}
.menu {
    font-size: 14px;
}
.menu a {    
    color: #f3b733;
    text-decoration: none;
}

.menu ul {
	list-style-type:none;
    padding: 0 0 0 0;
}
.menu ul li {
	padding: 1px 0 1px 0;
	list-style-type:none;
}
.menu ul li h4 {
	background-image: url(images/star.gif);
	background-repeat: no-repeat;
}
.menu ul li h3.head a {
	color: #F88A00;
}
.menu ul li h3.h {
	color: #F88A00;
}
.menu ul li ul li a {
    font-weight: bold;
    display: block;
    margin-left: 20px;
    background-image: url("images/mibg.jpg");
}
.menu ul li ul li ul li {
	padding-left: 15px;	
	font-size: 12px;
}
.menu ul img {
	border: none;
	display: block;
	float: left;
	padding: 5px 0 0 0;
}
.menu ul li a:hover {
    color:#FFFFFF!important;
    cursor: pointer;
}
.menu ul a.selected { color:#FFFFFF; }
.menu ul a span {
	display: block;
	padding: 5px;
}
.menu h3 { text-align: center; }

.hmenu {padding:0 0 0 50px; margin:0; list-style:none; height:35px; background:#565656 url(images/button1.gif); position:relative; border:1px solid #000; border-width:0 1px; border-bottom:1px solid #444;}
.hmenu li {float:left; padding: 0 5px 0 5px; }
.hmenu li a {display:block; float:left; height:35px; line-height:35px; color: #f3b733; text-decoration:none; font-size:14px; font-weight: bold; text-align:center; padding:0 0 0 8px; cursor:pointer;}
.hmenu li a b {float:left; display:block; padding:0 44px 0 36px;}
.hmenu li a.current {color:#fff; background:url(images/button3.gif);}
.hmenu li a.current b {background:url(images/button3.gif) no-repeat right top;}
.hmenu li a:hover {color:#fff; background:#000 url(images/button2.gif);}
.hmenu li a:hover b {background:url(images/button2.gif) no-repeat right top;}
.hmenu li a.current:hover {color:#fff; background:#000 url(images/button3.gif); cursor:default;}
.hmenu li a.current:hover b {background:url(images/button3.gif) no-repeat right top;}

.center a {
    color: #FFFFFF;
}
.title {
    color: #0195c5;
    text-align: left;
    font-size: 12px;
}
.mother { padding-left: 20px; }
.mother li {
	list-style-type: disc;
}
.mother a, .mOther li { color:#F3B733; }
 
/*lightbox*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
	padding: 15px;
	width: 762;
}
#gallery td { margin: 0; padding: 0; text-align: center; vertical-align:bottom; }
#gallery td span { display: block; color: White; }
#gallery td img {
	border: 3px solid #3e3e3e;
	border-width: 3px 3px 3px;
}
#gallery td a:hover img {
	border: 3px solid #fff;
	border-width: 3px 3px 3px;
	color: #fff;
}
#gallery td a:hover { color: #fff; }

#gallery .pager table  {
	padding: 15px 0;
}
#gallery .pager table td {
	padding: 0 8px;
}