html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img { 
    display:block;
}
html, body{height:100%;}
p{margin:0 0 0.75em; line-height:1.375em;}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
body { font:16px/1.25 Georgia, "Times New Roman", Times, serif; *font-size:small; background: url(bg.jpg) no-repeat center fixed #2d3e50; color:#050b25; background-size:cover; } 
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
select, input, textarea, button { font:99% sans-serif; border:none; outline: none; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }
select, input, textarea { color: #444; }
html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ul li { list-style-type: none; margin: 0; padding: 0; }
ol { list-style-type: decimal; margin-left: 1.8em; }
nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre { padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
img { text-indent: 100%; white-space: nowrap; overflow: hidden; }
textarea { overflow: auto; resize:none; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }
::-moz-selection{ background: #de232c; color:#fff; text-shadow: none; }
::selection { background:#de232c; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #de232c; } 
button {  width: auto; overflow: visible; }

* {
    -webkit-touch-callout:none;
    -webkit-text-size-adjust:none;
    -moz-text-size-adjust:none;
    -ms-text-size-adjust:none;
	text-size-adjust:none;
}



/* ==|== primary styles ===================================================== */
   
#container {
	width: 940px;
	margin: 0 auto;
	background: url(doc.png) no-repeat 40px 30px;
	position: relative;
	padding: 210px 0 60px;
	min-height: 100px;
}
h1 {
	background: url(logo.png) no-repeat;
	width: 520px;
	height: 94px;
	position: absolute;
	top: 60px;
	left: 220px;
}
#header {
	margin: 0 0 35px;
}
#header nav {
	height: 48px;
	border: solid 1px #000;
	border-radius: 5px;
	background: rgba(0,0,0,0.6);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	font-family: sans-serif;
	padding: 0 4px;
}
#header nav ul li {
	float: left;
	width: 135px;
	background: url(pin02.png) no-repeat center 0;
	padding: 0 10px;
	position: relative;
}
#header nav ul li.first {
	background-position: center right;
	padding: 0 9px;
}
#header nav ul li.last {
	padding: 0 9px;
}
#header nav ul li a {
	display: block;
	height: 48px;
	line-height: 48px;
	color: #40bfff;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	-webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;
}
#header nav ul li a:after {
	-webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out;
	display: block;
	position: absolute;
	content: "";
	height: 2px;
	width: 10px;
	top: 40px;
	left: 50%;
	margin: 0 0 0 -5px;
	background: #fff;
	box-shadow: 0 0 10px #fff;
	opacity: 0;
}
#header nav ul li.hasSub a.mainLink:after {
	top: 46px;
}
#header nav ul li a:hover {
	color: #fff;
	text-shadow: 0 0 2px #fff;
}
#header nav ul li.hasSub:hover a.mainLink:after,
#header nav ul li a:hover:after {
	opacity: 1;
}
#header nav ul li a.current {
	color: #fff;
	height: 60px;
	line-height: 60px;
	margin: -6px 0 0;
	background: url(pin03.png) no-repeat;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
	cursor: pointer;
}
#header nav ul li a.current:after {
	opacity: 0;
}
#header nav ul li.hasSub a.mainLink {
	position: relative;
	z-index: 3;
	height: 65px;
	line-height: 60px;
	margin: -6px 0 0;
}
#header nav ul li.hasSub:hover a.mainLink,
#header nav ul li.hasSub a.mainLink:hover {
	color: #fff;
	text-shadow: 0 0 2px #fff;
	background: url(pin04.png) no-repeat;
}
#header nav ul ul {
	display: none;
	position: absolute;
	z-index: 2;
	top: 57px;
	left: 10px;
	border: solid 1px #000;
	background: #0d0d0d;
	border-radius: 0 5px 5px 5px;
	width: 200px;
	padding: 10px;
}
#header nav ul li:hover ul {
	display: block;
}
#header nav ul ul li {
	float: none;
	width: auto;
	background: none;
	padding: 0;
	border-bottom: solid 1px #000;
	border-top: solid 1px #191919;
}
#header nav ul ul li.first {
	border-top: none;
	padding: 0;
}
#header nav ul ul li.last {
	border-bottom: none;
	padding: 0;
}
#header nav ul ul li a {
	height: auto;
	line-height: normal;
	text-align: left;
	text-shadow: 0 1px 0 #000;
	font-size: 14px;
	padding: 10px 15px;
}
#header nav ul ul li a:after {
	height: 10px;
	width: 2px;
	top: 50%;
	left: 4px;
	margin: -5px 0 0;
}
#footer {
	border: solid 1px #000;
	border-radius: 5px;
	background: #0d0d0d;
	font-family: sans-serif;
	font-size: 12px;
	color: #999;
	padding: 20px;
	margin: 35px 0 0;
}
#footer h3 {
	color: #f33;
	margin: 0 0 10px;
	font-size: 16px;
}
#main {
	border-radius: 5px;
	padding: 20px;
	background: #fff;
	color: #333;
}
#main h2,
#main h3 {
	border-bottom: 1px dotted #0099FF;
    color: #0066CC;
    font-size: 40px;
    font-style: italic;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
#main h3 {
	font-size: 20px;
	margin: 0 0 10px;
    padding: 0 0 10px;
}
#main a {
	color: #F33;
}
#main a:hover {
	color: #39F;
}
#home #main {
	padding: 20px 280px 20px 20px;
	background: url(bgHome.jpg) no-repeat right 0 #fff;
}
#main ul {
	margin: 0 0 10px;
}
#main ul li {
	margin: 10px 0 0;
	padding: 0 0 0 20px;
	position: relative;
}
#main ul li:after {
	display: block;
	position: absolute;
	content: "";
	border-radius: 16px;
	height: 8px;
	width: 8px;
	background: #c33;
	left: 4px;
	top: 6px;
}
.about,
.contact,
.subPage {
	overflow: hidden;
}
.about .left,
.contact .left {
	float: left;
	width: 440px;
	margin: 40px 0 0;
}
.about .right,
.contact .right {
	float: right;
	width: 440px;
	margin: 40px 0 0;
}
.contact #map {
	width: 900px;
	height: 350px;
	clear: both;
}
.contact .left,
.contact .right {
	margin: 0 0 30px;
}
.contact p strong {
	color: #900;
}
#main.subPage {
	padding: 0;
	background: none;
}
.subPage .sideMenu {
	float: left;
	width: 219px;
	padding: 10px;
	margin: 40px 0 0;
	background: rgba(0,0,0,0.6);
	border-radius: 5px 0 0 5px;
	border: solid 1px #000;
	border-right: none;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
}
#main.subPage .sideMenu h3 {
	border-bottom: dotted 1px rgba(255,255,255,0.25);
	color: #fff;
	margin: 4px 0 10px;
	padding: 0 0 10px 10px;
}
#main.subPage .sideMenu ul {
	font-family: sans-serif;
	font-size: 14px;
}
#main.subPage .sideMenu ul li {
	padding: 0;
	margin: 0;
}
#main.subPage .sideMenu ul li:after {
	display: none;
}
#main.subPage .sideMenu ul li a {
	color: #fff;
	display: block;
	padding: 7px 10px;
}
#main.subPage .sideMenu ul li a.current {
	background: #fff;
	border-radius: 5px 0 0 5px;
	color: #39F;
	width: 200px;
	padding: 10px 20px 10px 10px;
	margin: 5px 0;
}
.subPage .content {
	border-radius: 5px;
	float: right;
	width: 660px;
	padding: 20px;
	background: #fff;
	min-height: 400px;
}
.subPage .content figure {
	margin: 0 0 10px;
}
.subPage .content figure img {
	margin: 0 auto 10px;
}
.subPage .content figure figcaption {
	text-align: center;
	font-size: 14px;
	font-style: italic;
	margin: 0 0 10px;
	color: #666;
}
.subPage .content .fort {
	overflow: hidden;
	margin: 40px 0 0;
}
.subPage .content .fort img {
	float: left;
}
.subPage .content .fort p {
	float: right;
	width: 440px;
}




/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: 200%; white-space: nowrap; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.vh { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.vh.focusable:active, .vh.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}


/* ==|== IE specific styles ================================================= */

.ie7 img { -ms-interpolation-mode: bicubic; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie7 legend { margin-left: -7px; }
.ie7 .clearfix { zoom: 1; }

.ie6 input { vertical-align: text-bottom; }
