@charset "utf-8";
/* CSS Document */
html {
	background-color: rgb(225,220,230);
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	color: rgb(16,20,38);
}
#page {
	background: rgba(251,245,230,.2); 
    background: url(images/bg28-port.jpg) no-repeat center center fixed;
  	background-size: 100%;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	width: 960px;
	margin: 5px auto 10px auto;
	-moz-border-radius: 10px;
	-webkit-border: 10px;
	-khtml-border: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border: solid rgb(45,55,95) 1px;
}
#header {
	background: rgba(251,245,230,0);
	width: 100%;
	height: 180px;
}
#header img {
	margin: 55px 0 39px 25px;
}
#nav {	
	background: url(images/nav-bg.jpg) repeat-x;
	width: 100%;
}
#nav-inner {
	width: 800px;
	padding: 6px 0 8px;
	margin: auto;
}
#nav li {display: inline; 
	padding: 0 4.7% 0 0; 
	list-style: none;
}
#nav li:first-child {
	padding-left: 4%;
}
#nav a:link {color: rgb(255,225,225); font-size: 13px; text-decoration: none;}
#nav a:visited {color: rgb(255,225,225); font-size: 13px; text-decoration: none;}
#nav a:hover { color: rgb(220,220,220); font-size: 13px; text-decoration: none;}
#nav a:active {color: rgb(80,100,180); font-size: 13px; text-decoration: none;}
#main {
	width: 100%;
	min-height: 520px;
	height:auto !important;
	height: 520px;
	margin-top: 1.2%;
	border-top: solid rgb(55,80,3) 6px;
	overflow: hidden;
}
#main li {
	margin-left: 3%;
}
#top {
	position: relative;
	border-bottom: solid rgb(55,80,3) 7px;
}
#top-header {
	position: absolute;
	width: 200px;
	top: 150px;
	text-align: center;
}
#content-left {
	position: relative;
	width: 48%;
	min-height: 280px;
	height:auto !important;
	height: 280px;
	float: left;
	padding: 2% 4% 3000px 6%;
	padding: 2% 4% 3% 6%;
	/*border-right: dotted rgb(32,41,77) 1px;*/
	padding-bottom: 3010px;
	margin-bottom: -3000px;
}
#content-left li {
	margin-left: 6.2%;
	line-height: 1.4em;
	margin-bottom: 5px;
}
#orange {
	position: absolute;
	top: 60px;
	left: 70px;
	font-size: 5em;
	font-weight: bold;
	color: rgba(225,135,75,0.6);
	z-index: 10;
}
#content-right {
	width: 38%;
	padding: 2% 0 3% 2%;
	float: left;
	line-height: 140%;
	padding-bottom: 3010px;
	margin-bottom: -3000px;	
	border-left: dotted rgb(64,82,154) 1px;
}
#content-right li {
	margin-left: 8.5%;
}
#fadeshow1 {
	margin-left:0;
	margin-top:20px;
	margin-bottom:20px;
}
#fadeshow1 img {	
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.fadeslidedescdiv {
	/* see line about 240 in fadeslideshow.js for font color */
}
#workshops {
	padding: 5px 5px 10px 10px;
	/*background: rgba(235,228,202,0.5);*/
	border: solid rgb(64,82,154) 1px;
}
#books {
	width: 92%;
	padding: 0 4%;
	margin-bottom: 15px;
}
#books img {
	width: 16.2%;
	height: auto;
}
#footer {
	background: rgb(180,130,150);
	height: 15px;
	maargin-bottom:20px;
	padding: 10px 30px;
	color: rgb(239,226,240);
	font-size: 10px;	
}
#footer a:link {color: rgb(239,226,240); text-decoration: underline;}
#footer a:visited {color: rgb(239,226,240); text-decoration: underline;}
#footer a:hover { color: rgb(210,185,215); text-decoration: underline;}
#footer a:active {color: rgb(239,226,240); text-decoration: underline;}
#footer-left {
	float: left;
}
#footer-right {
	float: right;
}
h1 {
	font-size: 1.6em;
	margin: 2% 0 0 3%;
	color: rgb(45,55,95);
}
h2 {
	font-size: 14px;
	margin: 11px 0px 5px 0px;
	color: rgb(45,55,95);
}
h3 {
	font-size: 13px;
	color: rgb(45,55,95);
}
h4 { /*same as h3 except inline*/
	display: inline;
	font-size: 13px;
	color: rgb(45,55,95);
	line-height: 170%;
}
p {
	margin: 0px 0px 12px 0px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* IE6 */
* html .clearfix {
  height: 1%;
}
/* IE7 */
*:first-child + html .clearfix {
  min-height: 1%;
}