@charset "UTF-8";

body {
	background-color: #653835;
	margin: 0;
	padding: 0;
}
.embed{
	width: 100%;
	height: auto;
}
/* ~~ Element/tag selectors ~~ */

.containerHeader_h1   {
	font-size: 255%;
	font-family: "KaushanScript Regular";
	color: #FFFFCC;
	text-shadow: 3px 3px 2px #000;
	margin-bottom: 0px;
	letter-spacing: 0.03em;
	line-height: 120%;
	position: relative;
	height: auto;
	width: auto;
	top: -2.5em;
	text-align: center;
}
.containerHeader_h2   {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-shadow: 3px 3px 2px #000;
	letter-spacing: 0.15em;
	position: relative;
	height: auto;
	width: auto;
	top: -5.5em;
	text-align: center;
	padding: 0px 0px 0px 18%;
	margin: 0px;
	line-height: 0pt;
	display: block;
	font-style: italic;
	font-weight: normal;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
a:link {
	color: #0033FF;
	text-decoration: underline;
}
a:visited {
	color: #0033FF;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #0CF;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 90%;
	margin: 0 auto;
}
.content section {
	/*	background-color: rgba(255,255,255,0.8);*/
	padding: 10px;
	border-radius: 0px 25px 0px 25px;
	opacity: .85;
	margin-bottom: 15px;
	margin-top: 15px;
}
.container .content h1 {
	font-family: "KaushanScript Regular";
	font-size: 225%;
	color: #791800;
	text-shadow: 2px 1px 1px #FFF;
	margin-bottom: 0px;
	padding-bottom: 5px;
	line-height: 100%;
	padding-top: 5px;
}
.container .content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 145%;
	color: #1d2a73;
	text-shadow: 2px 1px 1px #FFF;
	margin-bottom: 8px;
	padding-bottom: 5px;
	line-height: 110%;
	letter-spacing: 0.1em;
	font-style: italic;
	font-weight: normal;
	padding-top: 3px;
}
.container .content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 145%;
	color: #000066;
	text-shadow: 1px 1px 1px #FFF;
	margin-bottom: 2px;
	padding-bottom: 5px;
	line-height: 100%;
	margin-top: 5px;
}
.container .content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #000000;
	margin-bottom: 2px;
	padding-bottom: 5px;
	line-height: 100%;
	margin-top: 5px;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 133%;
	padding-bottom: 10px;
	font-size: 100%;
}
.bodyText_img {
	border: thin solid #000;
	float: left;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	height: auto;
	width: 55%;
}
.quoteJoella {
	font-family: VeggiMed;
	font-size: 105%;
	color: #333333;
	text-shadow: 1px 1px 1px #FFF;
	letter-spacing: 0.1em;
	width: 88%;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	line-height: 110%;
}
.quoteJoellaSig {
	font-family: VeggiMed;
	font-size: 100%;
	color: #333333;
	text-shadow: 1px 1px 1px #FFF;
	letter-spacing: 0.1em;
	width: 75%;
	text-align: right;
}
.testimonialAuthor {
	text-align: center;
	font-size: 90%;
	color: #603;
	font-style: italic;
	padding-top: 7px;
	padding-bottom: 15px;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}
.testimonial {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: italic;
	line-height: 120%;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}
.itlaic {
	font-style: italic;
}
.content section dl {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 7% 0px 8%;
}
.content section dl dt {
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
	padding: 13px 0px 0px;
	color: #1D2A73;
}
.content section dl dd {
	margin: 5px 0px 0px;
	padding: 0px 0px 0px 20px;
	font-size: 100%;
	line-height: 120%;
}
.content section ul {
	float: left;
	width: 40%;
	margin: 0px;
	padding: 0px 0px 0px 7%;
}
.content section ul li {
	margin: 0px;
	padding: 0px;
}
.boldMaroon {
	font-weight: bold;
	color: #600;
}
.paintingImg {
	border: thin solid #000;
	width: 95%;
	height: auto;
}
.paintingTitle {
	color: #600;
	font-family: "Times New Roman", Times, serif;
	font-size: 140%;
	line-height: 110%;
	font-weight: bold;
	font-style: italic;
}
.paintingText {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 100%;
}

.sidebar1 {
	float: right;
	width: 23%;
	margin-top: 25px;
}
aside {
	margin-bottom: 30px;
	background-color: rgba(255,255,255,0.35);
	border-radius: 0px 10px 0px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
aside p img {
	padding-right: 5px;
	float: left;
	clear: both;
}
aside h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 108%;
	line-height: 100%;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
aside p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 100%;
	margin: 5px 0px 0px;
	padding: 5px 010px 0px 10px;
}
aside a:link {
	color: #330066;
	text-decoration: none;
}
aside a:visited {
	color: #330066;
	text-decoration: none;
}
aside a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: #0CC;
}
.goldHighlight {
	color: #FFCC33;
}
.content {
	padding: 10px 0;
	width: 73%;
	float: left;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
.content section ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	padding-top: 7px;
}

/* ~~ The footer ~~ */
footer {
	padding: 10px 0;
	background-color: rgba(255,255,255,0.15);
	border-radius: 0px 10px 0px 10px;

	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
.container footer address {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	color: #CCC;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.container footer p {
	font-family: VeggiMed;
	font-size: 16px;
	text-align: center;
	color: #FC6;
	letter-spacing: 0.1em;
}
footer a:link {
	color: #FC6;
	text-decoration: underline;
}
footer a:visited {
	color: #FC6;
	text-decoration: underline;
}
footer a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color: #FF0;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, article, figure {
	display: block;
}
/* BeginOAWidget_Instance_2648024: #OAWidget */
.container_clearbox {
	width: 93%;
	height: auto;
	margin: 20px auto 5px;
	padding-left: 25px;
      }
 .item a img {
	float: left;
	padding: 3px;
	background-color: #FFF;
	margin: 5px;
	border: 1px solid #000000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: .6;
      }
.item a:hover img, .item a:active img {
	padding: 3px;
	border: 1px solid #FF0000;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	opacity: 1;
      }
.clearfix:after{
      clear:both;
      }
#inline{
      visibility: hidden;
      color:#444;
      }
/* EndOAWidget_Instance_2648024 */

/* Start Menu Nav */
/** Reset
==============================================================================*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

/** Enable HTML5 for older browsers
==============================================================================*/

menu,nav{
  display:block;
}
	/* Menu */
	#nav {
	font-family: Arial, sans-serif;
	-webkit-border-radius: 5px;
	-mo-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background-image: url(../nav_assets/nav_images/menu-bg.png);
	width: 100%;
	height: 45px;
	margin: 5px 0px;
	padding: 0 0px;
	display: block;
	}
	#nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#nav a {
	font-weight: bold;
	/*		text-transform: uppercase;*/
	text-decoration: none;
	font-size: 95%;
	}
	
		/* Top buttons */
		#nav > ul > li {
			float: left;
			margin: 7px 0 6px;
			position: relative;
		}
		#nav > ul > li > a {
	line-height: 32px;
	color: #d0d0d0;
	-webkit-border-radius: 4px;
	-mo-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	padding: 7px 8px;
	-webkit-transition: background-color 0.1s;
	-moz-transition: background-color 0.1s;
	-ms-transition: background-color 0.1s;
	-o-transition: background-color 0.1s;
	transition: background-color 0.1s;
		}
		#nav > ul > li:hover > a {
			color: #353535;
			background-color: #d0d0d0;
			-webkit-transition: background-color 0.1s, color 0.1s;
			-moz-transition: background-color 0.1s, color 0.1s;
			-ms-transition: background-color 0.1s, color 0.1s;
			-o-transition: background-color 0.1s, color 0.1s;
			transition: background-color 0.1s, color 0.1s;
		}
		#nav .menu-drop > a {
			-webkit-border-radius: 4px 4px 0 0;
			-mo-border-radius: 4px 4px 0 0;
			-ms-border-radius: 4px 4px 0 0;
			-o-border-radius: 4px 4px 0 0;
			border-radius: 4px 4px 0 0;
			padding-right: 10px;
		}
		#nav .menu-label {
	background: url(../nav_assets/nav_images/drop1.png) no-repeat right;
	-webkit-transition: background 0.1s;
	-moz-transition: background 0.1s;
	-ms-transition: background 0.1s;
	-o-transition: background 0.1s;
	transition: background 0.1s;
	padding-right: 15px;
		}
		#nav .menu-drop:hover .menu-label {
	background: url(../nav_assets/nav_images/drop2.png) no-repeat right;
	-webkit-transition: background 0.1s;
	-moz-transition: background 0.1s;
	-ms-transition: background 0.1s;
	-o-transition: background 0.1s;
	transition: background 0.1s;
		}
		#nav .menu-right {
			float: right;
		}
		
			/* Home button */
			#nav #menu-home {
	padding: 7px 20px;
	background-image: url(../nav_assets/nav_images/home1.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: background-image 0.1s;
	-moz-transition: background-image 0.1s;
	-ms-transition: background-image 0.1s;
	-o-transition: background-image 0.1s;
	transition: background-image 0.1s;
			}
			#nav li:hover #menu-home {
	background-image: url(../nav_assets/nav_images/home2.png);
	-webkit-transition: background-image 0.1s;
	-moz-transition: background-image 0.1s;
	-ms-transition: background-image 0.1s;
	-o-transition: background-image 0.1s;
	transition: background-image 0.1s;
			}
		
		/* Dropdown */
		#nav ul ul {
			background-color: #d0d0d0;
			-webkit-border-radius-: 0 0 4px 4px;
			-mo-border-radius: 0 0 4px 4px;
			-ms-border-radius: 0 0 4px 4px;
			-o-border-radius: 0 0 4px 4px;
			border-radius: 0 0 4px 4px;
			padding: 4px 0;
			position: absolute;
			top: 32px;
			left: -5000px;
			min-width: 100%;
			z-index: 100;
			opacity: 0;
		}
		#nav .menu-right:hover ul {
			left: auto;
			right: 0;
		}
		#nav li:hover ul {
			left: 0;
			opacity: 1;
			-webkit-transition: opacity 0.1s;
			-moz-transition: opacity 0.1s;
			-ms-transition: opacity 0.1s;
			-o-transition: opacity 0.1s;
			transition: opacity 0.1s;
		}
		
			/* Dropdown buttons */
			#nav ul ul li {
				white-space: nowrap;
			}
			#nav ul ul a {
				font-size: 14px;
				color: #353535;
				padding: 6px 15px;
				display: block;
				-webkit-transition: background-color 0.1s, color 0.1s;
				-moz-transition: background-color 0.1s, color 0.1s;
				-ms-transition: background-color 0.1s, color 0.1s;
				-o-transition: background-color 0.1s, color 0.1s;
				transition: background-color 0.1s, color 0.1s;
			}
			#nav ul ul a:hover {
				color: #d0d0d0;
				background-color: #353535;
				-webkit-transition: background-color 0.1s, color 0.1s;
				-moz-transition: background-color 0.1s, color 0.1s;
				-ms-transition: background-color 0.1s, color 0.1s;
				-o-transition: background-color 0.1s, color 0.1s;
				transition: background-color 0.1s, color 0.1s;
			}
