@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
}
hr {display: block; clear: left; margin: -0.66em 0;
  visibility: hidden;}
aside hr {
	display: block;
	clear: left;
	margin: -0.66em 0;
	visibility: hidden;
	padding-top: 1px;
	padding-bottom: 1px;
}
.embedReg{
	width: 97%;
	height: auto;
	margin-left: 0px;
}

/* ~~ Element/tag selectors ~~ */

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;
}

/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width: 90%;
	margin: 0 auto;
}
.content section {
	padding: 5px 10px 10px 10px;
}
.container .content h1 {
	padding-left: 0px;
}
.container .content h2 {
	padding-left: 0px;
}
.container .content h3 {
	padding-left: 0px;
}
.bodyText {
	padding-left: 0px;
	padding-right: 3px;
}
.bodyText_img {
	border: thin solid #000;
	float: left;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	height: auto;
	width: 100%;
}
.quoteJoella {
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.quoteJoellaSig {
	font-size: 100%;
}
.testimonialAuthor {
}
.testimonial {
}
.content section dl {
	padding: 0px 1% 0px 2%;
}
.content section dl dt {
}
.content section dl dd {
}
.content section ul {
	width: 85%;
	margin: 0px;
	padding: 0px 0px 0px 9%;
}
.content section ul li {
	margin: 0px;
	padding: 0px;
}

.sidebar1 {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
aside {

}
aside p img {
	padding-right: 3px;
	float: left;
	clear: both;
	height: auto;
	width: 15%;
	padding-top: 2px;
	padding-bottom: 2px;
}
aside h3 {
	font-size: 120%;
	line-height: 130%;
	text-align: center;
	padding: 25px 0px 0px 0px;
}
aside p {
	font-size: 80%;
	line-height: 110%;
	text-align: center;
	padding-left: 0px;
}
aside a:link {
	text-decoration: none;
	font-weight: bold;
}
aside a:visited {
	text-decoration: none;
	font-weight: bold;
}
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;
}
.goldHighlight {
	color: #FFCC33;
}
.content {
	padding: 10px 0;
	width: 100%;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}
.content section ul li {
	font-size: 16px;
	line-height: 21px;
	padding-top: 7px;
}

/* ~~ The footer ~~ */
footer {
	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-size: 12px;
	font-style: italic;
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.container footer p {
	font-size: 110%;
	text-align: center;
	line-height: 110%;
	padding-bottom: 3%;
}
footer a:link {
	text-decoration: underline;
}
footer a:visited {
	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;
}

/*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;
}


/* Start Menu Nav */
/** Reset
==============================================================================*/

* {
	margin: 0;
	padding: 0;
	list-style: none;
}

/** Enable HTML5 for older browsers
==============================================================================*/

menu,nav{
	display: block;
}

/** Floats
==============================================================================*/

nav .left {
	float: left;
}

nav .right {
	float: right;
}
/* Menu */
	#nav {
	-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%;
	margin: 0px;
	padding: 0 0px;
	display: block;
	}
	#nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#nav a {
	font-size: 80%;
	font-weight: bold;
	/*		text-transform: uppercase;*/
	text-decoration: none;
	}
	
		/* Top buttons */
		#nav > ul > li {
			float: left;
			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 6px;
	-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: 3px;
		}
		#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: 11px;
		}
		#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 10px 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: 100%;
	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;
			}
.videowrapper iframe {
	padding-left: 0px;
}