body {
   behavior: url("../htcmime.php?file=csshover.htc");
}

html, body {
	font-size: 11pt;
	font-family: Arial, Verdana, Sans-serif;
	color: #900;
	margin: 0;
	padding: 0;
}

html {
	background: #000 url(../i/htmlBg.png) 0 0 repeat;
}

a:link {
	color: #369;
}

a:hover {
	color: #f30;
}

a:visited {
	color: #f30;
}

a:visited:hover {

}

p#skipToContent {
	margin: 0;
	padding: 0;
	display: none;
}
	
p#skipToContent a {
	font-size: 7pt;
	font-family: Verdana, Sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	opacity: 0.3;
	padding: 0 0.5em;
}

p#skipToContent a:hover {
	opacity: 1;
}

img, a img {
	border: 0;
}

#wrap1 {
	/*border: 1px #900 solid;*/
	width: 780px;
	margin: 1em auto 0 auto;
	padding: 0 10px;
	background: transparent url(../i/sdw_l.png) 0 0 repeat-y;
	_background-image: none;
}

#wrap2 {
	background: transparent url(../i/sdw_r.png) 100% 0 repeat-y;
	_background-image: none;
	padding-right: 10px;
}

#wrap3 {
	background-color: #fff;
}

#header {
  position:relative;
	background-color: #444;
	height: 115px;
	color: #fff;
	padding: 8px 10px 5px 155px;
	background: transparent url(../i/headerBg.png) 0 0 no-repeat;
	/* 805x130 */
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 1.7em;
	
}

#header h1 a {
	color: #fff;
}

#content h1 {
  border-left:10px solid #FF9933;
  font-size:1.15em;
  line-height:1.2;
  padding-left:5px;
} 

#header #slogan {
	font-family: Verdana, Sans-serif;
	font-size: 0.9em;
	display: block;
	width: 510px;
}

#priNav {
	background: #ddd url(../i/priNav_bg.png) 0 0 repeat-x;
	height: 26px;
	border-bottom: 1px #bbb solid;
}

#priNav ul#mainNav {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 78%;
	height: 26px;
}

#priNav li {
	float: left;
	margin-right: 1em;
	position: relative;
	_width: 4.5em;
}

#priNav li a {
	color: #555;
	font-family: Arial, Sans-serif;
	font-size: 0.9em;
	font-variant: small-caps;
	text-decoration: none;
	display: block;
	padding: 4px 0.6em 0 0.6em;
	height: 22px;
}

#priNav li a.active {
	font-weight: bold;
	color: #000;
}

#priNav li a:hover {
	color: #000;
	text-decoration: underline;
}

#priNav ul ul.subNav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 26px;
	left: 0;
	font-size: 0.9em;
	border: 1px #ddd solid;
	border-top: 1px #bbb solid;
	background-color: rgb(247,247,247);
	width: 140px;
	display: none;
	opacity: 0.9;
}

#priNav ul ul.subNav li {
	float: none;
	padding: 1px;
	margin: 0;
	position: relative;
	_width: 6.5em;
	_display: inline;
}

#priNav ul.subNav li a {
	text-decoration: none;
	background: transparent url(../i/arrow.gif) 95% 5px no-repeat;
	_background-image: none;
	height: auto;
	padding: 0.3em 0.6em;
}

#priNav ul ul li.onlyOne a {
	background-image: none;
}

#priNav ul ul.subNav2 {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 120px;
	_left: 90px;
	border: 1px #ddd solid;
	background-color: rgb(247,247,247);
	width: 215px;
	_width: 220px;
	display: none;
}

#priNav ul ul.subNav2 li {

}

#priNav ul ul.subNav2 a em {
	font-size: 0.9em;
}

#priNav ul ul.subNav2 a {
	background-image: none;
}	

#priNav ul#mainNav li:hover ul.subNav {
	display: block;
}

#priNav ul ul.subNav li:hover ul.subNav2 {
	display: block;
}

#priNav ul ul.subNav li a:hover {
	background-color: #ddd;
}

#content {
	font-size: 0.85em;
	color: #333;
	background: #fff url(../i/content_bg.png) 0 0 no-repeat;
	padding: 4em 2.5em 1em 2.5em;
	height: 100% !important;
	_height: 600px;
}


#content h2, #content h3 {
	padding: 0;
	margin: 0 0 0.5em 0;
	font-size: 1em;
}

#content h2 {
	border-left: 10px #f93 solid;
	line-height: 1.2;
	padding-left: 5px;
	font-size: 1.15em;
}	

#content h3 {
	margin-top: 1.6em;
	font-size: 0.95em;
}

#content p, #content ul, #content ol {
	line-height: 1.4;
	margin: 0 0 1.8em 0;
}	

#content ul {
	margin: 1em 0 2em 0;
	_padding-left: 2em;
}

#content img.right, #content a img.right {
	float: right;
	margin: 0 1em 0.8em 1.4em;
}

#content table {
	width: 98%;
	text-align: center;
	margin: 2em 0 1em 0;
	padding: 0;
	border: 1px #bbb solid;
}

#content table th {
	background-color: #ddd;
}

#content table tr#firstRow td {
	border-top: 1px #bbb solid;
	padding-top: 0.5em;
}

#content table tr.noP td {
	background-color: #eee;
}

#content a#historyBack {
	font-size: 10px;
	text-decoration: none;
	color: #777;
	font-weight: bold;
	float: right;
	margin: 0 1.6em;
	padding: 6px 7px 7px 20px;
	width: 92px;
	height: 14px;
	background: #fff url(../i/historyBack_bg.png) 0 0 no-repeat;
}

#content a#historyBack:hover {
	color: #333;
}

#content #map {
	width: 704px;
	height: 300px;
	border: 1px #aaa solid;
	margin: 1em auto;
	padding: 0;
}

#content table {
	empty-cells: show;
	text-align: left;
}

#content table td {
	border-bottom: 1px #eee solid;
}

table td.subSpec {
	font-weight: bold;
}

#content table em {
	color: #777;
	font-size: 0.9em;
}





#foot {
	color: #555;	
	font-family: Georgia, Verdana, Sans-serif;
	font-size: 0.8em;
	margin: 3em 2em 0 2em;
	padding: 0.7em 1em 1.5em 1em;
	border-top: 1px #bbb solid;
	text-align: center;
}

#foot a {
	font-family: Arial;
	font-size: 0.95em;
	color: #369;
}

#foot a:hover {
	color: #036;
}

a.showPhoto img {
	vertical-align: middle;
}



#fabr {
  font-size:25px;
  font-weight:bold;
  text-decoration:underline;
}

.go {
  position:absolute;
  bottom:20px;
  left:18px;
  font-size:10px !important;
  color:white;
}
.go a {
  color:white;
}

