﻿/* global */
body {
	/* font : 12px Arial; */
    font : 12px Verdana;
	background: url(images/bg.gif) #edfced repeat-x 50% top;
	color: #000000;
	line-height: 18px;
	margin: 0px;
}

*{
	/*outline: none;*/
}

a {
	color: green;
	padding: 0px;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	color: #FFA300;
}

div.tip_title {
	color:green;	
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:2px solid green;	
}
 
ul {
    /*
	list-style-type: none;
	list-style-image: none;
    */
    padding: 0px;
    margin: 5px 0px 5px 0px;
    padding-left: 15px;
}

.li a.active {
	color: #000;
}

ul.links {
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px;
}

#main {
	margin: 0 auto;
	width: 1000px;
}
/* end global */

/* Header */

.banner_flash {
    top: 0;
	position: absolute;
	z-index: 0;
	border: none;
}

.banner_order {
    top:0;
	position: absolute;
	z-index: 100;
	border: none;
	width: 1000px;
}

#header {
	/* background: url(images/bg-top.jpg) no-repeat left top; */
	height: 266px;
	width: 100%;
}

.head-row1 {
	height: 209px;
	overflow: hidden;
}

.head-row1 .col1{
	width: 257px;
	float: left;
}

.head-row1 .col2 {
	width: 438px;
	float: left;
}

.head-row1 .col2 .welcome {
	margin: 69px 0px 0px;
}

.head-row2 {
	height: 57px;
	overflow: hidden;
}

.head-row2 .nav{
	float: right;
}

.pr-menu{
	padding: 22px 21px 0px 0px;
}

.links {
	color: #395c14;
	font-size: 11px;
}

.links li a {
	color: #263d44;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

ul.primary-links {
	_float: right;
	text-align: center;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 32px;
}

ul.primary-links li {	
	padding: 9px 0px 8px 0px;
	margin-right: 5px;
	float: left;
	background: url(images/bg-li.gif) no-repeat left top;
	width: 109px;
	height: 32px;
}

ul.primary-links li.long {	
	background: url(images/bg-li-long.gif) no-repeat left top;
	width: 160px;	
}
ul.primary-links li.full {	
	background: url(images/bg-li-full.gif) no-repeat left top;
	width: 190px;		
}
ul.primary-links li a {
	color: #042214;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;	
}

ul.primary-links li a.active {
	color: red;
}

ul.primary-links li a:hover {
	text-decoration: underline;
	cursor: pointer;
}
/* End header*/

/* Content */
#content {
	padding: 0px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
}

#content .map {
	border: 1px solid gray;	
}

#footer {
	text-align: center;
	font-size: 12px;
	background: #fff;
	/* border-top: 5px solid green; */
    padding: 15px 0px 15px 0px;
	/* background-color: black; */
}

.topic_block {
	margin-top: 10px;
}

#left-col {
	position: relative;
	width: 227px;
	float: left;
	margin-right: -227px;
}

#cont-col {
	width: 999px;
	float: left;
}

#right-col {
	width: 227px;
	float: right;
	margin-left: -227px;
	_margin-left: -227px;
}

.block {
	margin: 0px;
}

.block .title {
	background: url(images/bg-h.gif) no-repeat left top;
	height: 27px;
	line-height: 24px;
	padding-left: 10px;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.block .content {
	padding: 0px 15px 5px 0px;
}

ul.menu {
	border: 0px;
	text-align: left;
	padding-left : 15px;
	_padding-left : 0px;
	list-style-image: url(images/arrow_icon.gif);
}

ul.menu li {
	margin: 0px 0px 0px 5px;
	padding: 5px 0px 5px 0px;
	list-style-type: square;
	border-bottom: 1px dotted #ebebeb;
	font-weight: bold;
}

ul.menu li a {
	color : #0123ab;
}

ul.menu li img {
	padding:0px;
	margin:0px;
	margin-left: 5px;
}

#left-col .left {
	width: 100%;
	background: url(images/col-left.gif) #ffffff repeat-y left 50%; 
	margin-bottom: 10px;
	padding-left: 2px;
}

#left-col .right {
	width: 100%;
	background: url(images/col-right.gif) #ffffff repeat-y right 50%; 
}

#cont-col .ind {
	padding: 0px 230px 10px 230px ;
	_padding: 0px 240px 10px 240px ;
	*padding: 0px 230px 10px 230px ;
}

.corner-top-left {
	background: url(images/corner-top-left.gif) #ffffff no-repeat top left;
}

.corner-top-right {
	background: url(images/corner-top-right.gif) #ffffff no-repeat top right;
}

.corner-bot-left {
	background: url(images/corner-bot-left.gif) #ffffff no-repeat bottom left;
}

.corner-bot-right {
	background: url(images/corner-bot-right.gif) #ffffff no-repeat bottom right;
}

.inner {
	padding: 8px;
}

.inner h3 {
	text-transform: uppercase;
	color: #e56d02;
	font-size: 13px;
	border-bottom: 1px solid #FF9966;
	font-weight: bold;
}

.inner .content {
	line-height: 17px;	
	padding: 0px 10px 20px 0px ;
	text-align: justify;
	text-transform: capitalize;
}

#right-col .ind {
	padding:0px 0px 0px 0px;	
}

#right-col .left {
	width: 100%;
	background: url(images/col-left.gif) #ffffff repeat-y left 50%;   
}

table {
    padding: 0px;
}

tr {
    padding: 0px;
}

td {
    padding: 0px;
}

#right-col .right {
	width: 100%;
	background: url(images/col-right.gif) #ffffff repeat-y right 50%; 
}

.foot {
	text-align: right;
	/* padding: 8px 0px 8px 0px; */
	width: 960px;
	/* color: white; */
}


#custom {
	padding: 10px 0px 20px 0px;
	overflow: hidden;
	width: 480px;
	_width: 500px;
}


#custom .content {
	padding: 5px 10px 5px 10px;
	line-height: 18px;
}


#custom .content h3 {
	color: #FFF424;
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 3px 0px 3px 0px;
}

#custom .content p {
	margin: 0px;
	color: #ffffff;
	font-size: 12px;
	text-align: justify;
}

#custom .block {
	height: 153px;
	margin: 0px;
	width: 214px;
	float: left;
	margin: 0px 13px 0px 13px;
	_margin: 0px 10px 0px 10px;
	*margin: 0px 13px 0px 13px;
}

#custom .block-top1 {
	background: url(images/block-top.gif) no-repeat top left;
	height: 153px;
}

#custom .block-bot1 {
	background: url(images/block-bot.gif) no-repeat bottom left;
	height: 153px;
}

#custom .block-top2 {
	background: url(images/block-top2.gif) no-repeat top left;
	height: 153px;
}

#custom .block-bot2 {
	background: url(images/block-bot2.gif) no-repeat bottom left;
	height: 153px;
}
/* End Content*/

/* Map Css */
.map_top {
	background: url(images/bgIndex2.gif) repeat-x top left;
	width: 100%;
	height: 23px;
	margin: 0px;
}
.map_canvas {
	width: 100%;
	border: 1px solid gray;
	height: 450px;	
	padding: 0px;
}

.map_bot {
	background: url(images/map_bot.gif) repeat-x top left;
	height: 46px;
	padding: 0px 20px 0px 20px;
	color: black;
	vertical-align: middle;
}

.map_bot .content-search {
}

.map_bot .input_select {
	margin: 0px 30px 0px 8px ;
    font-size: 11px;
}

.map_bot .submit_button{
	background: transparent url(images/search_but.jpg) no-repeat bottom; 
	height: 27px;
	width: 42px;
	cursor: pointer;
	border: 0px;
}

.map_bot .search {
	float: left;
	display: inline-block;
	height: 46px;
	line-height: 46px;
	_padding-top: 13px;
}

.map_bot .submit {
	padding-top:10px;
	float: left;
	width: 42px;
}

.map_help {
    /* background-color: green; */
    padding: 5px;    
}

.map_help a {
    margin-right: 30px;    
}

.map_help a:hover {
    text-decoration: underline;
}

.p_item {
	overflow: hidden;
	display: block;
}
.p_item img {
	margin: 0px 5px 5px 0px;
}

.mail_info {
    padding: 10px 0px 3px 0px;
    border-bottom : 2px solid #BC3C1F;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 13px;
    /* color: #14AF2E; */
}

.mail {
    margin-top: 15px;
}

.mail span {
	display: inline-block;
	width: 100px;
	line-height: 20px;
	padding: 4px 0px 4px 0px;
	vertical-align: top;
}

.mail .error_cap {
	display: inline;	
	color: red;
	font-weight: bolder;
	font-style: italic;
}

.mail .require {
	display: inline;	
	color: red;
}

.mail .input_text {
	border: 1px solid #A5ACB2;	
	background-color: #F4F4F4;
	width: 350px;
    font: 11px Tahoma;
    padding: 2px;
}

.mail .input_textarea {
	width: 350px;	
	height: 150px;
    border: 1px solid #A5ACB2;    
    background-color: #F4F4F4;
    font: 11px Tahoma;
    padding: 2px;
}

.message {
    background-color: #F4F4F4;
    border: 1px solid #A5ACB2;
    color: red;
    font-weight: 900;
    margin-bottom: 10px;
    padding: 5px;
}

.inner td {
    padding: 2px;
	font-size: 12px;
}
/* end map*/          

/* lightbox */
#lightbox{    position: absolute;    left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%    ; }

#imageData{    padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }    
#imageData #caption{ font-weight: bold;    }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;    }            
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}         

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* */
