@charset "UTF-8";
/* CSS Document */

body {
	font: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	color: #333333;
}

#container {
	width: 100%;
	background: transparent;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#container h1 {
	background-image: none;
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	color: #49518d;
	letter-spacing: 9pt;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}


/* this is the styling for the top navigation */

#navigation {
	display: none;
 }



#mainContent {
	padding: 21px 0 0 0;
	margin: 0;
	background: transparent;
}


#mainContent p.intro {
	margin: 0;
	font-size: 10pt;
	line-height: 16pt;
	width: 380px;
}


#mainContent p.body {
	margin: 2em 0 0 0;
	font-size: 10pt;
	line-height: 16pt;
	width: 380px;
}

#mainContent p.bio {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	margin: 2em 0 0 0;
	font-size: 10pt;
	line-height: 16pt;
	width: 380px;
}

#mainContent p .color {
	font-weight: bold;
	color: #333333;
}

#mainContent p .leadin {
	font-family: Georgia, Time New Roman, Times, Serif;
	font-weight: bold;
	font-size: 9pt;
	color: #49518d;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#mainContent img.spotart {
	margin: 8px 15px 0 0;
}

#mainContent img.spotart2 { /* optional image  with border */
	margin: 8px 15px 0 0;
	border: 1px solid #49518d;
}

#mainContent div.spotartcap { /* optional caption that falls in left sidebar/column area */
	position: absolute;
	top: 360px;
	left: 390px;
	width: 100px;
	margin: 0;
	padding: 0 5px 0 0;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.64em;
	color: #31376A;
	margin: 5px 0;
}

#intro_subnav {
	display: none;
}

#port_subnav {
	display: none;
}

.anythingSlider                         {
	width: 700px;
	height: 365px;
	position: relative;
	margin: 0;
	overflow: visible;
}

.anythingSlider .wrapper                {
	width: 700px;
	height: 5000px;
	margin: 0;
	overflow: visible;

}

.anythingSlider .wrapper ul             {
	width: 504px;
	list-style: none;
	margin: 0;
}

.anythingSlider ul li                   {
	/*display: block;
	float: left;*/
	padding: 0;
	height: 365px;
	width: 504px;
	margin: 10px 0 0 0;
}

.anythingSlider ul li.cloned                  {
	display: none;
}

.anythingSlider ul li p                {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	color: #49518d;
	margin: 5px 0;
}

.anythingSlider a:link, .anythingSlider a:visited               {
	color: #49518d;
}


.anythingSlider .arrow                  {
	display: none; /* original setting = display: block;  I changeed to "none" to hide arrows for now -jf*/
}

#thumbNav                               {
	display: none;
}

#footer {
	display: none;
}


/* this is the styling for the quote div */

#quote {
	width: 365px;
	margin: 0 0 2em 0;
	padding: 0;
	text-align: left;
}

#quote p {
	margin: 0;
	color: #f9096f;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
	line-height:14pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.02em;
}
	
#quote p.name {
	margin: .6em 0;
	color: #999999;
	text-align: left;
	font-size: 7pt;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.increase {
	font-size: larger;
	font-weight: normal;
	margin: 0;
}

p {
  page-break-inside: avoid;
}

