html {
  margin:0px;
  padding:0px;
}
body {
  margin:0px;
  padding:0px;
  background:#397EB7 url(/images/content_bg.jpg) repeat-x left top;
  font:12px Tahoma;
  color:#FFFFFF
}
body.inner {
  background:#448ABE url(/images/content_bg2.jpg) repeat-x left top;
}
form {
  margin:0px;
  padding:0px;
}
input, textarea, select, option {
  font:12px Tahoma;
  color:#333333
}
a {
  color:#FFF930;
  text-decoration:underline
}
p, h1, h2, h3, h4, h5 {
  margin:0px;
  padding:0px;
  margin-bottom:10px;
}
h1 {
  color:#CBFFDC;
  font:22px Tahoma, Arial;
  text-transform:uppercase;
  margin-bottom:20px;
}
h2 {
  color:#CBFFDC;
  font:bold 16px Arial;
  text-transform:uppercase;
}
h3 {
  color:#FFFFFF;
  font:16px Arial;
  text-transform:uppercase;
}
h4 {
  font-size:12px;
  font-weight:bold;
  color:#FFFFFF;

}
#header_wrap {
  /*text-align:center;*/
  height:307px;
}
#header {
  text-align:left;
  /*margin:0px auto;
  width:1000px;*/
  height:307px;
}
body.inner #header_wrap {
  /*text-align:center;*/
  height:239px;
}
body.inner #header {
  text-align:left;
  /*margin:0px auto;
  width:1000px;*/
  height:239px;
}
body.home #content_wrap {
  background:url(/images/home_bg.gif) no-repeat 0px 0px;
}
body.inner #content_wrap {
  background:url(/images/inner_bg.gif) no-repeat 0px 0px;
}
#content_wrap.inner { 
}
#content {
  padding-top:1px;
}
body.inner #content {
  padding-top:0px;
}
td, th {
  vertical-align:top;
}
#left_menu {
  width:410px;
}
body.inner #left_menu {
  width:327px;
}
#info {
  padding:0px 20px 40px 0px;
}
body.home #info {
  background:url(/images/content_right.gif) no-repeat right bottom;
}
#search {
  background:url(/images/search_bg.gif) no-repeat right top;
  margin-left:33px;
  height:59px;
  padding-top:30px;
  width:333px;
  text-align:center;
}
body.inner #search {
  margin-left:0px;
  width:286px;
}
#search .input {
  margin-right:5px;
}
.input {
  border:1px solid #5391EC;
  padding:2px;
}
#news_box {
  margin:20px 42px 20px 33px;
}
div.hr2.ex1 {
  margin:0px 42px 0px 33px !important;
}
div.hr2.ex2 {
  margin:0px 20px 0px 0px !important;
}
body.inner div.news_item {
  border-top:1px solid #76C5EB;
}
div.news_item {
  font-size:12px;
  border-top:1px solid #71B4DE;
  padding:15px 0px;
}
div.news_item.first {
  border-top:none !important;
  padding-top:0px;
}
div.date {
  font-weight:bold;
  margin-bottom:10px;
}
img.brd1 {
  border:2px solid #B0E7FE;
  margin-bottom:15px;
}
div.descr_text {
  font-size:12px;
  margin-top:10px;
  margin-bottom:15px;
}
div.hr {
  border-top:1px solid #77C8EE;
  height:1px;
  clear:both;
  overflow:hidden;
  margin:20px 0px;
}
div.hr2 {
  border-top:1px solid #589ACB;
  height:1px;
  overflow:hidden;
  margin:30px 0px;
}
body.inner div.hr2 {
  border-top:1px solid #63B1DD;
}
img.left {
  float:left;
  border:3px solid #B0E7FE;
  margin:0px 20px 14px 0px;
}
img.right {
  float:right;
  border:3px solid #B0E7FE;
  margin:0px 0px 14px 20px;
}
img.rep1st {
  float:left;
  border:2px solid #B0E7FE;
  margin:0px 10px 5px 0px;
}
#botmenu, #botmenu a {
  font-size:11px;
  color:#CBFFDC;
  text-decoration:none;
}
#botmenu a:hover {
  color:#FFFFFF
}
#botmenu {
  padding:0px 80px 0px 0px;
}
body.inner #botmenu {
  margin-top:15px;
}
td#flash3 {
  vertical-align:bottom
}
/* photo preview */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(/images/blank.gif) no-repeat; /* 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/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/next.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: 86px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
#form {
  margin-top:10px;
}

#form th {
  vertical-align:top;
  width:120px !important;
  padding-left:10px;
  padding-right:5px;
  text-align:right;
  color:#FFFFFF;
}
#form td {
  padding-left:8px;
}
#form td.group {
  font-weight:bold;
  color:#FFF930;
  padding:10px 0px
}
#form input, #form textarea {
  width:300px;
  padding:2px;
  background:#F2FAFD;
}
#form input.noborder {
  width:auto;
  margin:0px;
  padding:0px;
}
#form input.button, .button {
  width:auto;
  background:#11556F;
  color:#FFFFFF;
  border:none;
  font-weight:bold;
  padding:4px 10px;
}
#form textarea, #form input {
  border:1px solid #327CAD;
}
#form textarea {
  height:170px;
}
.need, .req {
  font-weight:bold;
  color:#E5F931;
  font-family:Tahoma, Arial
}
.need2, .req2 {
  font-weight:bold;
  color:#E5F931;
  font-family:Tahoma, Arial
}
div.message {
  font-weight:bold;
  margin-bottom:15px;
}
#gallery div {
  float:left; margin:0px 10px 10px 0px;
  width:160px;
  height:210px;
  font-size:11px;
  background:#f4f4f4;
  overflow:hidden;
}
#gallery div img {
  border:1px solid #CCCCCC;
  background:#ffffff;
}
#gallery div span {
  padding:4px 10px;
  display:block;
}
.clearboth {
  clear:both;
  height:1px;
  overflow:hidden
}
tr.xline td {
  border-top:1px solid #63B2DB;
  padding-top:12px;
  padding-bottom:12px;
}
tr.yline td {
  padding-bottom:12px;
}
.headtable {
  border-bottom:1px solid #65B5E0;
  margin-bottom:15px;
}
.headtable td {
  vertical-align:top;
  padding-bottom:15px;
}
div.download {
  margin-top:5px;
}
.paginal {
  border-bottom:1px solid #65B5E0;
  margin-bottom:10px;
  padding-bottom:10px;
}
.content img {
  border-color:#B0E7FE
}
table.images {
  background:#4CAEDF;
  border-right:2px solid #B0E7FE;
  border-left:2px solid #B0E7FE;
}
table.images td {
  text-align:center;
  vertical-align:middle;
  padding:10px 2px;
}
table.images img {
  border:2px solid #B0E7FE
}
table.table {
  background:#B0E7FE;
  margin-bottom:10px;
  width:500px;
}
table.table td {
  background:#75A9D0;
  padding:4px 6px;
}
table.table tr.firstline td {
  background:#336C97;
}
.hotlist td {
  margin:0px;
  padding:0px;
}