


/* Global Styles */

body {
	margin: 0 auto;
	padding: 10px 0 0 0;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #535050;
	line-height: 20px;
	background: #fff url('../images/bg.jpg') repeat-x 0 0;
	text-align: center;
}

#main {
	position: relative;
	margin: 0 auto;
	padding-bottom: 0;
	text-align: left;
	width: 926px;
	background: url('../images/bg.png') repeat-y 0 0;
	display: block;
}

#contentHome {
	position: relative;
	background: #fff;
	text-align: left;
	margin: 0 0 0 0;
	padding-bottom: 20px;
	width: 926px;
	display: block;
	overflow: visible;
}

#homePhotos {
	float: right;
	width: 515px;
}

#contentSec {
	position: relative;
	float: right;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 926px;
	min-height: 435px;
	height: auto !important;
	height: 435px;
	background: url('../images/sec_content_bg.gif') repeat-y 0 0;
	display: block;
}
#contentSec div {
	padding: 0 30px 0 30px;
}

#content {
	position: relative;
	left: 111px;
	float: left;
	text-align: left;
	margin: 30px 0 0 0;
	padding-right: 20px;
	width: 500px;
	min-height: 208px;
	height: auto !important;
	height: 208px;
	border-right: 1px solid #ecd5a4;
	display: block;
	overflow: visible;
}

#logo {
	display: block;
	width: 217px;
	height: 133px;
	float: left;
}

#logoPrint {
	background: #fff;
	height: 164px;
	overflow: hidden;
}

#logoSec {
	height: 120px;
}

#copyright {
	clear: both;
	position: relative;
	width: 926px;
	margin: 0 auto;
	padding-bottom: 20px;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color:#535050;
	text-align: left;
	overflow: hidden;
}

#copyright div {
	padding: 10px 0 0 0;
}

h1 {
	font: 18px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #673695;
	margin: 6px 10px 15px 0;
	text-align: left;
}

h2 {
	font: 14px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #535050;
	margin: 10px 10px 10px 0;
	text-align: left;
}

h2 span {
	color: #535050;
	font-weight: normal;
}

h3 {
	font: 15px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #535050;
	padding: 0;
	margin: 0 0 5px 0;
}
a {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #673695;
	line-height: 20px;
	text-decoration: underline;
	font-weight:normal;
}
a:hover {
	color: #cccc99;
	text-decoration: underline;
}

a.pdf {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0 0 2px 18px;
	margin: 0 0 0 2px;
	background: url('../images/icon_pdf.gif') no-repeat 0 0;
	background-repeat: no-repeat;
	overflow: visible;
}

p {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #535050;
	line-height: 20px;
	margin: 20px 0 20px 0;
}

p.first {
	margin-top: 0px;
}

p span, span {
	color: #673695;
	line-height: 20px;
}

ul {
	list-style-type: square;
	margin-left: 12px;
	padding-left: 4px;
}

ol {
	margin-left: 12px;
	padding-left: 18px;
}

ul li, ol li {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #673695;
	line-height: 20px;
	margin-bottom: 0px;
}

ol li {
	color: #535050;
	margin-bottom: 10px;
}

ul.spaced li, ol.spaced li {
	margin-bottom: 8px;
}

ul li span, ol li span {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #535050;
	line-height: 20px;
}

ul.list li, ol.list li {
	margin-bottom: 0px;
}

ul.news li {
	margin-bottom: 20px;
}

ul.left {
	margin-right: 25px;
}

ul.left li {
	margin: 0px;
}

.noMargin {
	margin: 0px;
}

#intro {
	 float: right;
	 width: 450px;
	 margin: 35px 10px 15px 0;
}

#intro p {
	 width: 294px;
	 margin-left: 30px;
}


/* Slide Styles */

* {box-sizing: border-box;}
.mySlides {font-size:13px; font-weight: bold; font-style: italic; display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  height: auto;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #e8bc68;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #fff;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.slide {position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
	

/* Secondary Styles */

h3 a.closed {
	display: block;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #ecd5a4;
	padding: 10px 0 0 15px;
	margin: 0 0 0 0;
	background: url('../images/arrow_closed.gif') no-repeat 0 14px !important;
	border-top: 1px solid #fff;
	text-decoration: none;
	outline: none;
}

h3 a.open {
	display: block;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #ecd5a4;
	padding: 10px 0 0 15px;
	margin: 0 0 0 0;
	background: url('../images/arrow_open.gif') no-repeat 0 16px !important;
	border-top: 1px solid #ccc;
	text-decoration: none;
	outline: none;
}

h3 a.closed:hover, h3 a.open:hover {
	color: #ecd5a4;
	text-decoration: none;
}

#bio1, #bio2, #bio3, #bio4, #bio5, #bio6, #bio7, #bio8, #bio9, #bio10, #bio11, #bio12, #bio13, #bio14, #bio15, #bio16, #bio17, #bio18, #bio19, #bio20 {
	clear: both;
	display: none;
	padding: 0 0 10px 0;
	color: #673695;
	font-weight: normal;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}
.bios {
	padding-left: 0 !important;
}
.bios p {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}
.bios p span {
	font-weight: bold !important;
	font-size: 14px;
	color: #535050 !important;
}
.bios img {
	float: left;
	margin: 5px 15px 10px 0;
}

.label, .info {
	float: left;
	padding: 0 !important;
	margin-top: 10px;
}

.label {
	clear: both;
	font-weight: bold;
	width: 150px;
}

.info {
	float: left;
	width: 450px;
}

.border-top {
	border-top: 1px solid #c8bd91;
	padding-top: 10px;
}

.border-bottom {
	border-bottom: 1px solid #c8bd91;
	padding-bottom: 10px;
}

.clear {
	clear: both;
	height: 10px;
	display: block;
}

.heading {
	float: left;
	width: 120px;
	padding: 0 !important;
	margin: 0 !important;
}

.heading h2 {
	color: #fff;
	width: 120px;
	padding: 8px;
	background: #673695;
	border-width: 1px;
	border-style: none solid none solid;
	border-color: #fff;
	display: block;
}

/* Navigation Styles */

/* Main Nav */

#nav {
	float: right;
	margin-top: 84px;
	width: 500px;
	height: 15px;
	display: block;
	overflow: hidden;
}

#nav0 a, #nav1 a, #nav2 a, #nav3 a, #nav4 a, #nav5 a {
	float: left;
	height: 15px;
	display: block;
	text-decoration: none;
}

#nav0 a {
	width: 62px;
	background: url('../images/nav_0.png') repeat-y 0 0;
}

#nav1 a {
	width: 86px;
	background: url('../images/nav_1.png') repeat-y 0 0;
}

#nav2 a {
	width: 87px;
	background: url('../images/nav_2.png') repeat-y 0 0;
}

#nav3 a {
	width: 130px;
	background: url('../images/nav_3.png') repeat-y 0 0;
}

#nav4 a {
	width: 55px;
	background: url('../images/nav_4.png') repeat-y 0 0;
}

#nav5 a {
	width: 79px;
	background: url('../images/nav_5.png') repeat-y 0 0;
}

#nav0 span a, #nav0 span a:hover, #nav1 span a, #nav1 span a:hover, #nav2 span a, #nav2 span a:hover, #nav3 span a, #nav3 span a:hover, #nav4 span a, #nav4 span a:hover, #nav5 span a, #nav5 span a:hover  {
	background-position: 0 -15px;
}

#nav0 a:hover, #nav1 a:hover, #nav2 a:hover, #nav3 a:hover, #nav4 a:hover, #nav5 a:hover {
	background-position: 0 -15px;
}

/* Secondary Nav */

#secNav {
	position: absolute;
	left: 0;
	top: 158px;
	width: 215px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	display: block;
	z-index: 100;
}

a.secNav, a.secNav:hover, a.secNavSelect, a.secNavSelect:hover {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #535050;
	width: 137px;
	padding: 0 5px 8px 15px;
	margin: 0 0 0 20px;
	text-decoration: none;
	text-align: left;
	display: block;
}

a.secNav:hover  {
	color: #cccc99;
}

a.secNavSelect, a.secNavSelect:hover  {
	color: #673695;
	font-weight: bold;
	background: url('../images/sec_nav_arrow.gif') no-repeat 0 2px;
}

a.tertNav, a.tertNav:hover, a.tertNavSelect, a.tertNavSelect:hover {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #535050;
	width: 137px;
	padding: 0 5px 8px 30px;
	margin: 0 0 0 20px;
	text-decoration: none;
	text-align: left;
	display: block;
}

a.tertNav:hover  {
	color: #cccc99;
}

a.tertNavSelect, a.tertNavSelect:hover  {
	color: #673695;
	font-weight: normal;
	
	background: url('../images/sec_nav_arrow.gif') no-repeat 15px 2px;
}

a.comNav, a.comNav:hover, a.comNavSelect, a.comNavSelect:hover {
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #535050;
	padding: 0;
	margin: 0 0 0 0;
	text-decoration: none;
}

a.comNav:hover  {
	color: #cccc99;
}

a.comNavSelect, a.comNavSelect:hover  {
	color: #673695;
	font-weight: bold;
}
/* Promo Box /*
/* set the image to use and establish the lower-right position */ 
.promoBox, .promoBox_body, .promoBox_head, .promoBox_head div{ 
	background: transparent url('../images/promo_box_purple.png') no-repeat bottom right
}
.promoBoxRed, .promoBoxRed_body, .promoBoxRed_head, .promoBoxRed_head div{ 
	background: transparent url('../images/promo_box_red.png') no-repeat bottom right
}
.promoBoxTan, .promoBoxTan_body, .promoBoxTan_head, .promoBoxTan_head div{ 
	background: transparent url('../images/promo_box_tan.png') no-repeat bottom right
}
.promoBoxGreen, .promoBoxGreen_body, .promoBoxGreen_head, .promoBoxGreen_head div{ 
	background: transparent url('../images/promo_box_green.png') no-repeat bottom right
}
.promoBox, .promoBoxRed, .promoBoxTan, .promoBoxGreen {
/* the gap on the right edge of the image (not content padding) */ 
	padding-right:15px; 
/* use to position the box */ 
	margin: 0 0 20px 0;
}
/* set the top-right image */ 
.promoBox_head, .promoBoxRed_head, .promoBoxTan_head, .promoBoxGreen_head {
	background-position:top right;
	margin: 0px;
/* pull the right image over on top of border */ 
	margin-right:-15px; 
/* right-image-gap + right-inside padding */ 
	padding-right:40px;
}
/* set the top-left image */ 
.promoBox_head div, .promoBoxRed_head div, .promoBoxTan_head div, .promoBoxGreen_head div { 
	background-position:top left; margin:0; 
/* reset main site styles*/
	border:0; 
/* ditto */ /* padding-left = image gap + interior padding ... no padding-right */ 
	padding:15px 0 5px 20px; height:auto !important; height:1%;
}
.promoBoxRed_head div, .promoBoxTan_head div, .promoBoxGreen_head div { 
	background-position:top left; margin:0; 
/* reset main site styles*/
	border:0; 
/* ditto */ /* padding-left = image gap + interior padding ... no padding-right */ 
	padding:20px 0 5px 40px; height:auto !important; height:1%;
	font: 15px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #673695;
}
/* IE Holly Hack */ /* set the lower-left corner image */ 
.promoBox_body, .promoBoxRed_body, .promoBoxTan_body, .promoBoxGreen_body { background-position:bottom left; margin:0px; 
/* interior-padding right */ 
padding:5px 40px 5px 40px;
}
.promoBoxTan_body, .promoBoxGreen_body {
	padding: 5px 10px 5px 40px;
}
/* mirror .promoBox_head right/left */ 
.promoBox_body ul, .promoBoxRed_body ul, .promoBoxTan_body ul, .promoBoxGreen_body ul {
	margin: 0px 0 0 0;
	padding: 0px;
}
.promoBox_body ul li, .promoBoxRed_body ul li, .promoBoxTan_body ul li, .promoBoxGreen_body ul li {
	font-size: 11px;
	line-height: 14px;
	list-style-type: none;
	list-style-image: none;
	margin: 4px 0 0 15px;
	padding-left: 10px;
	background: url('../images/arrow_orange_circle.gif') no-repeat 0 2px;
}
html>body .promoBox_body ul li, .promoBoxRed_body ul li, .promoBoxTan_body ul li, .promoBoxGreen_body ul li 
{ 
	background: url('../images/arrow_orange_circle.gif') no-repeat 0 1px;
}
.promoBoxTan_body ul li, .promoBoxGreen_body ul li {
	list-style-type: square;
}
.promoBoxTan_body ul li span.promoBoxGreen_body ul li span {
	line-height: 14px;
}
.promoBox_body ul li a, .promoBoxRed_body ul li a, .promoBoxTan_body ul li a, .promoBoxGreen_body ul li a {
	text-decoration: underline;
}
.promoBox_body ul li a:hover, .promoBoxRed_body ul li a:hover, .promoBoxTan_body ul li a:hover, .promoBoxGreen_body ul li a:hover {
	text-decoration: none;
	color: #535050;
}
.promoBox_body p, .promoBox_body a {
	font-size: 13px;
	line-height: 25px;
}
.promoBoxRed_body p, .promoBoxTan_body p, .promoBoxGreen_body p {
	line-height: 18px;
}
.promoBox_body a, .promoBoxRed_body a, .promoBoxTan_body a, .promoBoxGreen_body a
{
	text-decoration: underline;
}
.promoBox_body a:hover, .promoBoxRed_body a:hover, .promoBoxTan_body a:hover, .promoBoxGreen_body a:hover
{
	text-decoration: none;
}
.promoBoxGreen_body a:hover
{
	color: #673695;
}
.promoBox_body a:hover
{
	color: #535050;
	text-decoration: underline;
}
.promoBoxTan_body h3 a, .promoBoxTan_body a.link-arrow, .promoBoxGreen_body h3 a, .promoBoxGreen_body a.link-arrow {
	color: #493b3b !important;
	text-decoration: none !important;
}
.promoBoxTan_body h3 a:hover, .promoBoxTan_body a.link-arrow:hover, .promoBoxGreen_body h3 a:hover, .promoBoxGreen_body a.link-arrow:hover {
	color: #ec8500 !important;
	text-decoration: none !important;
}
.promoBoxTan_body ul li span, .promoBoxGreen_body ul li span {
	font-size: 14px !important;
	line-height: 18px;
}
.promoBoxTan_body ul li, .promoBoxGreen_body ul li {
	margin-bottom: 14px;
}

/* Form */

#form, #form div {
	padding: 0px;
	margin: 5px 0 5px 0 !important;
}

.formLabel {
	clear: both;
	float: left;
	width: 120px;
	height: 20px;
	padding: 8px 10px 0 0;
	text-align: right;
	display: block;
}

.formLabelWide {
	clear: both;
	float: left;
	width: 100px;
	font-weight: bold;
	height: 20px;
	padding: 8px 10px 5px 0;
	text-align: left;
	border-bottom: 1px solid #ccc;
	display: block;
}

.formLabelWide span {
	font-weight: bold;
	color: #000;
	padding-left: 20px;
}

.formResults {
	width: 230px;
	height: 20px;
	float: left;
	border-bottom: 1px solid #ccc;
	padding: 8px 10px 5px 0;
	display: block;
}

input {
	font: 12px Arial, Verdana, Helvetica, Geneva, sans-serif;
	width: 210px;
	border: 1px solid #3d4040;
	padding: 4px;
	margin: 0 0 0 10px;
	background: #fff !important;
}

input.checkbox {
	width: 12px;
	height: 12px;
	border: none;
}
.paypal {
	width: 147px;
	height: 47px;
	border: none;
	background: none !important;
}

textarea {
	font: 12px Arial, Verdana, Helvetica, Geneva, sans-serif;
	width: 210px;
	height: 60px;
	border: 1px solid #3d4040;
	padding: 4px;
	margin: 0 0 0 10px;
	background: #fff !important;
}

select {
	font: 12px Arial, Verdana, Helvetica, Geneva, sans-serif;
	background: #fff !important;
	margin: 0 0 0 10px;
}

input.plain {
	background: none !important;
	border: none;
	width: auto;
}

.errorText {
	color: #cc0000;
	margin: 0px;
	line-height: 12px;
}

.radio {
	margin-left: <? $user_browser == "msie" || $user_browser == "msie6" ? print('17px') : print('12px');?>;
}

/* Menus */

#nav1Menu, #nav2Menu, #nav3Menu, #nav4Menu, #nav5Menu {
	top :100px;
	visibility:hidden;
	z-index : 100000;
	position : absolute;
}

#nav1Menu {
	left :489px;
}

#nav2Menu {
	left :575px;
}

#nav3Menu {
	left :661px;
}

#nav4Menu {
	left :591px;
}

div.menuShell {
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
	display: block;
}
	
div.normCell {
	background-color: #ecd5a4;
	width: 200px;
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;
	display: block;
}

div.normCell a {
	font: 11px Arial, Verdana, Helvetica, Geneva, sans-serif;
	line-height: 14px;
	width: 200px;
	color: #535050;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

div.normCell a:Hover {
	width: 200px;
	text-decoration: none;
	background: #673695;
	color:#fff;
	display: block;
}