@charset "utf-8";
/* CSS Document */

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}

html {
	background: #fff;
}


a:link { color: #41439C; }
a:visited { color: #41439C; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

body {
	background: #fff;
	color: #171717;
	font-size: 62.5%;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	font-size: 1.2em;
	margin-top: 7em;
}

#navContainer {
	height: 25px;
	background: #fff;
	padding: 0 15px 15px 15px;
	position: relative;
	z-index: 10;
	float: left;
	margin: 0 0 0 20px;
}


/* Basic code - don't modify */
 
 .nav { display: block; margin: 0; padding: 0; }
  .nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  .nav a { display: block; }
  .nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html .nav ul { line-height: 0; } /* IE6 "fix" */
  	.nav ul a { zoom: 1; } /* IE6/7 fix */
    .nav ul li { float: none; }
    .nav ul ul { top: 0; }
    
/* Essentials - configure this */

.nav ul { background: #fff; border: 1px solid #f594c1; border-top: none; padding: 3px 20px 10px 5px; }
.nav ul ul { left: 131px; }

/* Everything else is theming */
 
.nav { background: #fff; height: 25px; margin-top: -12px; }
.nav *:hover { background-color: none; }
.nav li a { 
	float: left;
	color: #41439c;
	display: block;
	height: 25px;
	line-height: 25px;
	margin: 0px 4px;
	padding: 0px 8px 10px 8px;
	text-decoration: none;
	font-size: 1.2em; 
	width: 100%;
}

.nav li a.parent { background: url(images/arrow_down.png) 70px 11px no-repeat; padding-right: 12px; }

.nav li a:hover, .nav li.active a { color: #f594c1; background: url(images/nav_hover_bg.png) top left no-repeat;}
  .nav li.hover a {  }
  .nav li.active ul li a { background: #fff; color: #41439c; }
  .nav li.active ul li a:hover, .nav li.active ul li.active a { color: #f594c1; }
  .nav ul { top: 25px; }
    .nav ul li a { background: #fff; }
      .nav ul a.hover { background: none; }
   .nav ul a { border-right: none; }
   
#main {
	background: #fff;
	border: 1px solid #f594c1;
	width: 790px;
	height: 465px;
	padding: 30px 85px;
	position: relative;
	z-index: 5;
	line-height: 160%;
}

	#main p {
		margin-bottom: 15px; 
	}
	
	#main h1 {
		font-size: 2em;
		font-weight: bold;
		line-height: 100%;
		margin-bottom: 10px;
	}
	
	#main h2 {
		font-size: 1.8em;
		font-weight: bold;
		line-height: 100%;
		margin-bottom: 7px;
	}

	#main h3 {
		font-size: 1.6em;
		font-weight: bold;
		line-height: 100%;
		margin-bottom: 5px;
	}

	#main h4 {
		font-size: 1.4em;
		font-weight: bold;
		line-height: 100%;
		margin-bottom: 5px;
	}

	#main h5 {
		font-size: 1.3em;
		font-weight: bold;
		line-height: 100%;
		margin-bottom: 5px;
	}

	#main h6 {
		font-size: 1.2em;
		font-weight: bold;
		line-height: 100%;
		margin-bottom: 5px;
	}
	
	#main ul li {
		margin-left: 2em;
		display: list-item;
		list-style-type: disc;
		line-height: 125%;
	}
	
	#main ol li {
		margin-left: 2em;
		display: list-item;
		list-style-type: decimal;
		line-height: 125%;
	}
	
	#main ul, #main ol {
		margin-bottom: 15px;
	}

#main blockquote {
	color: #333;
	font-style: italic;
	padding: 0em 0em 0em 1.5em;
	margin-left: 2.5em;
	border-left: 3px solid #0F9;
}

#content {
	width: 385px;
	height: 420px;
	overflow: auto;
	padding: 0 15px 0 0;
	float: left;
	text-align: justify;
}

	#breadcrumbs { float: right; }
	
#sidebar {
	width: 350px;
	float: right;
}

	#sidebar p { margin-bottom: 10px; }

	#search { margin: 15px; }
	
#footer {
	height: 75px;
	clear: both;
}

	#footer p { text-align: center; }

#logo { margin: -35px 0 0 25px; position: relative; z-index: 15; width: 530px; }
#logo img {
	background: #fff;
	padding: 5px 15px;
}


#content #slideshow ul.slideshow {
	list-style:none;
	width:750px;
	height:500px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	padding:0;
	
}	

#content #slideshow ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
	list-style-type: none;
	text-align: center;
}

#slideshow ul.slideshow li.show {
	z-index:500;	
}

#slideshow ul img {
	border:none;	
}


#slideshow #slideshow-caption {
	width:750px;
	height:90px;
	position:absolute;
	bottom:0;
	left:0;	
	color:#fff;
	background:#000;
	z-index:500;
	display: none;
}

#slideshow #slideshow-caption .slideshow-caption-container {
	padding:5px 10px;		
	z-index:1000;
	display: none;
}

#slideshow #slideshow-caption h3 {
	margin:0;
	padding:0;	
	font-size:14px;
}

#slideshow #slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}


#legal { margin: 15px 0px; font-size: .9em; letter-spacing: 1px; }
#legal a { text-decoration: none; }

.galleryPage #main { height: auto; }
.galleryPage #sidebar { display: none; }
.galleryPage #content { width: 100%; height: auto; overflow: visible; }

#galleryNav { margin: -17px 0 0px 0; padding-bottom: 25px; position: relative; z-index: 20; }
#galleryNav ul li { float: left; list-style-type: none; margin-left: 10px; border-right: 1px solid #41439C; }
	#galleryNav ul li.last { border-right: none; }
#galleryNav ul li a { padding: 0px 10px 0px 0px; font-size: .9em; text-decoration: none; color: #f594c1; }
#galleryNav ul li.active a, #galleryNav ul li a:hover { color: #41439C; }

#main .thumbs li { list-style-type: none; width: 135px; height: auto; text-align: center; }

/*CONTACT FORM ON CONTACT PAGE */

#contactForm {
	float: left;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	width: 350px;
}

#contactForm input, #contactForm textarea {
	width: 100%;
	padding: 2px 3px;
	color: #999;
	margin: 2px 0px;
}

#contactForm textarea {
	height: 160px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

#contactForm #cfContact {
	color: #252525;
	text-transform: uppercase;
	width: 64px;
	height: 23px;
	float: right;
	clear: both;
	background: #d7d7d7;
	border: 1px solid #a8a8a8;
	cursor: pointer;
	margin: -10px -10px 0px 0px;
	
}
	#contactForm #cfContact:hover { background: #e9e9e9; }

#contactForm .errors { color: #900; }
#contactForm p { margin-bottom: 3px; }

#social { float: right; margin-top: -75px; }
	#social a { margin-left: 5px; }

#id1 #content, #id1 #main { height: auto; }
#id1 #content h1 { display: none; }



#content .feedburnerFeedBlock ul li { list-style-type: none; margin-left: 0;}
	.feedburnerFeedBlock ul li .date { font-weight: bold; font-size: 1.2em; }





em { font-style: italic; }
strong { font-weight: bold; }

.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.center { margin: 0 auto; text-align: center; }
.inline { display: inline; }
.block { display: block; }

.small { font-size: .8em; }
.large { font-size: 1.2em; }

.imageLeft { float: left; margin-right: 5px; }
.imageRight { float: right; margin-left: 5px; }
