@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* page styles start here */

body {
	background-color:#fff;
}
img {
	max-width:100%;
}
img .port {
	max-width:100%;
	min-width:50%;
}
img .aa {
}
#top {
	width:100%;
	display:inline-block;
}
#logoWrap {
	width:100%;
	display:inline-block;
	text-align:center;
}
#logoImage {
	width:40%;
	margin: 4.5em auto 1.4em auto;
}
#repeatTop {
	background-image:url(images/bg_repeat_top.png);
	background-repeat:repeat-x;
	width:100%;
	height:5px;
	margin: 6em 0 0 0;
}

#nav {
	width:100%;
	text-align:center;
	margin: 3em 0 0 0;
}
#navBox {
	display:inline-block;
	padding: .5em 2em .5em 2em;
	margin: 1em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background:rgba(20,20,23,0.8);
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px; 
	box-shadow: #333 5px 5px 5px;
}
#portBlock {
	width:100%;
	text-align:center;
}
#portWidth {
	width:70%;
	display:inline-block;
	text-align:center;
	padding: 2em 0 2m 0;
}
#portItem {
	display:inline-block;
	margin: 1em 1em 1em 1em;
	padding: .2em;
	width:20%;
	text-align: center;
	vertical-align: middle;
}

#portPageNav {
	width:100%;
	background-color:#d7d7d7;
	padding: 2em 0 2em 0;
	text-align: center;
}
#sliderWrap {
	width:100%;
	text-align:center;
}
#slideW {
	width:50%;
	display:inline-block;
}
#slideEW {
	width:40%;
	display:inline-block;
}
#slideBW {
	width:60%;
	display:inline-block;
}
#portCopy {
	width: 30%;
	padding: 2em 1em 2em 0;
	display:inline-block;
	text-align:left;
}
#subNav {
	width:100%;
	height:4em;
	background-color:#666;
	display:inline-block;
	text-align:center;
}

/* type style */
h1 {
  font-family: "caflisch-script-pro",sans-serif;
  font-size: 3.5em; /* 24px / 16pc */
  font-weight:bold;
  color:#333;
  text-align:center;
  padding: .2em 0 .5em 0;
}
h2 {
  font-family: "futura-pt",sans-serif;
  font-size: 1.5em; /* 24px / 16pc */
  font-weight:bold;
  text-transform:uppercase;
  color:#333;
  text-align:center;
}
h3 a {
  font-family: "futura-pt",sans-serif;
  font-size: 1em; /* 24px / 16pc */
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
  color:#FFF;
  margin: .2em;
}
h4 {
  font-family: "futura-pt",sans-serif;
  color:#666;
  padding: .3em 0 .3em 0;
  line-height:1.5;
}
h5 {
  font-family: "futura-pt",sans-serif;
  font-size: 1.2em; /* 24px / 16pc */
  font-weight:bold;
  text-transform:uppercase;
  text-decoration:none;
  color:#1B1B1B;
}
h5 a {
	text-decoration:none;
	color:#333;
}
h5 a:hover {
	text-decoration:underline;
	color:#CCC;
}
h6 {
  font-family: "caflisch-script-pro",sans-serif;
  font-size: 2.5em; /* 24px / 16pc */
  font-weight:bold;
  color:#333;
  text-align:center;
  padding: 1.5em 0 .5em 0;
}