@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700);

html {
	background: #ecf1f3 url(../img/bg.jpg) no-repeat 50% 0;
}
body {
  font: 13px/16px 'PT Sans', sans-serif;
	color: #676b6d;
	padding-top: 40px;
}

#top > a {
  display: block;
	background: url(../img/logo.png);
	height: 0;
	padding-top: 59px;
	width: 107px;
	overflow: hidden;
	line-height: 2;
	float: left;
	margin: 18px 0 0 57px;
}

h1, h2 {
  font: 30px/34px 'PT Sans', sans-serif;
	color: #212121;
	background: url(../img/h2_r.png) no-repeat 100% 100%;
	margin: 0 -39px 30px -5px;
	text-shadow: 1px 1px 0 #fff;
}
h1 span, h2 span {
	display: block;
	padding: 0 0 18px 2px;
	margin-right: 9px;
	background: url(../img/h2_cut_r.png) no-repeat 0 100%;
}
.main h1, .main h2 {
	font-size: 32px;
}
.main h1 strong, .main h2 strong {
	display: block;
	font-weight: normal;
	font-size: 39px;
}
.fl{
  float: left !important;
}
.fr{
  float: right !important;
}
.cb{
  clear: both;
  line-height: 0%;
}
#side h1,
form h1,
#side h2,
form h2{
	background: none;
	margin: 0 0 15px;
	font-size: 18px;
  font-weight: bold;
}

h3 {
  font: 17px/25px 'PT Sans', sans-serif;
	color: #212121;
	background: url(../img/h3.png) no-repeat 0 100%;
	text-indent: 4px;
	margin: 30px 0 15px;
	padding-bottom: 3px;
}

#side h3 {
	font-size: 13px;
	line-height: 15px;
	color: #676b6d;
	font-weight: bold;
	text-indent: 0;
	margin: 0.75em 0 -0.5em;
	padding-bottom: 0;
	background: none;
}

fieldset {
	width: 437px;
}
form dl {
	line-height: 24px;
}
form dt {
	width: 95px;
	font-weight: bold;
}
form dd {
	margin: -24px 0 8px 95px;
}
form dd input {
	display: block;
	margin-left: auto;
}
input,
textarea,
.captcha,
button {
	margin: 0;
	border: 1px solid #dadada;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
input.error,
textarea.error{
  border-color: #FE0000;
}
input,
textarea {
	width: 330px;
	padding: 0 5px;
	font: 13px/16px sans-serif;
	color: #676b6d;
}
input {
	height: 22px;
}
textarea {
	padding-top: 4px;
	padding-bottom: 4px;
	height: 154px;
	max-width: 330px;
	min-width: 330px;
}
.captcha {
	float: left;
	margin-right: 12px;
}
#c_captcha {
	width: 187px;
}
button {
	color: #fff;
	font-weight: bold;
	height: 25px;
	background: #106185 url(../img/button.png);
	padding: 0;
	display: block;
	margin: 0 0 0 auto;
	width: 90px;
  cursor: pointer;
}
button:hover{
  text-decoration: underline;
}
img.left {
	float: left;
	margin: 0 25px 25px 0;
}
.gal {
	overflow: hidden;
	margin: -10px 0 0 -5px;
  list-style: none !important;
}
.gal li {
	float: left;
	margin: 10px 0 0 10px;
}

#wrap .more {
	color: #fff;
	height: 25px;
	line-height: 23px;
	font-size: 10px;
	padding: 4px 9px 4px 4px;
	display: block;
	text-align: center;
	margin-left: -4px;
}

#content .more {
	width: 150px;
	background: url(../img/more_cont.png);
	margin-top: 119px;
}

#side .more {
	width: 81px;
	background: url(../img/more_side.png);
}
.more:hover{
  text-decoration: underline;
}

#top {
	height: 115px;
	background: url(../img/top.png) no-repeat 0 100%;
	margin-bottom: 40px;
}

#top a {
	color: #0e5671;
  font: bold 16px/24px 'PT Sans', sans-serif;
}
#top a:hover, #top a.act{
  color: #c10000;
}
#top ul {
	float: left;
	margin: 57px 0 0 150px;
}
#top ul li {
	float: left;
	padding-left: 15px;
	background: url(../img/menu_arr.png) no-repeat 0 50%;
	margin-left: 15px;
}

#wrap {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	-webkit-box-shadow: 0 0 6px rgba(204,220,225, .75);
	-moz-box-shadow: 0 0 6px rgba(204,220,225, .75);
	box-shadow: 0 0 6px rgba(204,220,225, .75);
	behavior: url(./css/ie-css3.htc);
}
#wrap.main {
	background-image: url(../img/main.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	min-height: 290px;
}

#content {
	width: 593px;
	float: right;
	padding: 0 30px 65px 5px;
  font-family: sans-serif;
}
#content ul{
  list-style: circle inside;
  margin-left: 10px;
  margin-top: 1em;
}

#content p,
#side p {
	margin-top: 1em;
}

#content p.first,
#side p.first {
	font-weight: bold;
}

#wrap div.col {
	width: 423px;
	padding-bottom: 65px;
  font-family: sans-serif;
}
#wrap div.col h2 span {
	text-align: center;
	height: 68px;
  font-size: 25px;
}
#wrap div.col_1 {
	float: left;
	padding-left: 30px;
}
#wrap div.col_1 h2 {
	margin: 0 -5px 30px -39px;
	background: url(../img/h2_l.png) no-repeat 0 100%;
}
#wrap div.col_1 h2 span {
	background: url(../img/h2_cut_l.png) no-repeat 100% 100%;
  line-height: 68px;
	margin-left: 9px;
	margin-right: 0;
}
#wrap div.col_2 h2 span {
	line-height: 68px;
}
#wrap div.col_2 {
	float: right;
	padding-right: 30px;
}
#wrap div.col p {
	margin: 1em 0;
}
#wrap div.col_1 img {
	margin-left: -39px;
}
#wrap div.col_2 img {
	margin-left: -5px;
}

ul.std li, .col li {
	padding-left: 15px;
	background: url(../img/dot.png) no-repeat 0 4px;
	line-height: 15px;
}
ul.col {
	float: left;
	width: 130px;
	margin-right: 15px;
}

#side {
	float: left;
	width: 225px;
	padding: 3px 0 65px 55px;
  font-family: sans-serif;
}
.main #side {
	font-size: 12px;
	line-height: 14px;
}

#side img {
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin: 1em 0;
}

#side a {
	color: #676b6d;
  font-weight: normal;
}
#side a:hover{
  text-decoration: underline;
}
#side a.act{
  text-decoration: underline;
  font-weight: bold;
}

#side .info {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
}

#side p span {
	font-weight: bold;
}

#menu {
	background: #136387 url(../img/menu.png);
	border: 1px solid #105e81;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 0 1px;
	font-weight: bold;
	color: #fff;
}
#menu li {
	padding-top: 2px;
	background: url(../img/menu_hr.png) repeat-x;
}
#menu li:first-child {
	padding-top: 0;
	background: none;
}
#menu a {
	color: #fff;
	display: block;
	padding: 7px 0 7px 25px;
}

#contact {
	background: #00486a url(../img/bottom.png);
  font: 17px/24px 'PT Sans', sans-serif;
	color: #fff;
	padding: 2px;
	text-shadow: 0 0 5px rgba(0,0,0,.4);
	clear: both;
}
#contact div {
	border: 1px solid #1575a0;
	height: 58px;
}
#contact p {
	float: left;
	padding: 7px 25px 0 55px;
}
#contact a {
	color: #fff;
}
#contact span {
	display: block;
	color: #86cbff;
	font-size: 12px;
	line-height: 12px;
}

#footer {
	width: 954px;
	margin: 0 auto;
	font-size: 11px;
	height: 16px;
	padding: 10px 3px 10px;
}
#copy {
	float: left;
	color: #00486a;
}
#copy span {
	border-left: 1px solid #00486a;
	padding-left: 0.5ex;
}
#made {
	float: right;
	color: #5e5e5e;
	position: relative;
	padding-right: 62px;
}
#made a {
	background: url(../img/whyblack.png);
	position: absolute;
	right: 0;
	top: 1px;
	height: 0;
	padding-top: 15px;
	overflow: hidden;
	line-height: 2;
	width: 59px;
}

div.errornotify{
  border: 1px solid #fe0000;
  color: #fe0000;
  padding: 15px;
  line-height: 23px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
div.donenotify{
  border: 1px solid #30ca01;
  color: #30ca01;
  padding: 15px;
  line-height: 23px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
}
.icon.inline{
  display: inline-block;
  vertical-align: middle;
}

.err{
  color: #fe0000 !important;
}
.done{
  color: #30ca01 !important;
}

/* 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; }
