html
{
	min-height: 100%;
	min-width: 100%;
	-ms-text-size-adjust: none;
}

body,div,dl,dt,dd,ul,ol,li,nav,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,a
{
	margin: 0;
	padding: 0;
	border-width: 0;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img
{
	border: 0;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}

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: inherit;
}

input,button,textarea,select,optgroup,option
{
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

body
{

	font-family: source-sans-pro, Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align: left;
	font-size: 14px;
	line-height: 17px;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;/* kerning, primarily */
}



@media screen and (-webkit-min-device-pixel-ratio:0)
{
	body { text-rendering:auto; }
}

a:link
{
	color: #0000FF;
	text-decoration: underline;
}

a:visited
{
	color: #800080;
	text-decoration: underline;
}

a:hover
{
	color: #0000FF;
	text-decoration: underline;
}

a:active
{
	color: #EE0000;
	text-decoration: underline;
}

a.nontext /* used to override default properties of 'a' tag */
{
	color: black;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.normal_text
{
	color: #000000;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 17px;
	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	vertical-align: 0px;
	padding: 0px;
}

.Character-Style
{
	color: #000000;
	font-family: source-sans-pro, sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.TabbedPanelsTab
{
	white-space: nowrap;
}

.MenuBar  .MenuBarView, .MenuBar  .SubMenuView /* Resets for ul and li in menus */
{
	display: block;
	list-style: none;
}

.MenuBar .SubMenu
{
	display: none;
	position: absolute;
}

.NoWrap
{
	white-space: nowrap;
	word-wrap: normal;
}

.rootelem /* the root of the artwork tree */
{
	margin-left: auto;
	margin-right: auto;
}

.colelem /* a child element of a column */
{
	display: inline;
	float: left;
	clear: both;
}

.colelem100 /* a child element of a column that is 100% width */
{
	clear: both;
}

.grpelem /* a child element of a group */
{
	display: inline;
	float: left;
}

.clearfix:after /* force a container to fit around floated items */
{
	content: "\0020";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

*:first-child+html .clearfix /* IE7 */
{
	zoom: 1;
}

.clip_frame /* used to clip the contents as in the case of an image frame */
{
	overflow: hidden;
}

.inclusion_context /* context for positioning a group of elements that share the same height */
{
	display: table;
	table-layout: fixed;
	width: 0.01px;
}

.inclelem /* element of an inclusion context */
{
	display: table-cell;
	vertical-align: top;
}

.f3s_mid /* 3-slice frame, middle slice */
{
	background-repeat: repeat;
}

.f3s_top,.f3s_bot /* 3-slice frame, top slice */
{
	background-repeat: no-repeat;
}

.f9s_top_left, .f9s_bot_left /* 9-slice frame, left corner slice */
{
	background-repeat: no-repeat;
	background-position: left;
}

.f9s_top_right, .f9s_bot_right /* 9-slice frame, right corner slice */
{
	background-repeat: no-repeat;
	background-position: right;
}

.f9s_top_mid, .f9s_bot_mid /* 9-slice frame, top/bottom horizontal slice */
{
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

.f9s_mid_left /* 9-slice frame, left vertical slice */
{
	background-repeat: repeat-y;
	background-position: left;
}

.f9s_mid_right /* 9-slice frame, right vertical slice */
{
	background-repeat: repeat-y;
	background-position: right;
}

.f9s_center /* 9-slice frame, center slice */
{
	background-repeat: repeat;
	background-position: 0px 0px;
}

.popup_anchor /* anchors an abspos popup */
{
	position: relative;
	width: 0px;
	height: 0px;
}

.popup_element
{
	z-index: 100000;
}

.pointer_cursor
{
	cursor: pointer;
}

span.wrap /* used to force wrap after floated array when nested inside a paragraph */
{
	content: '';
	clear: left;
	display: block;
}

span.actAsInlineDiv /* used to simulate a DIV with inline display when already nested inside a paragraph */
{
	display: inline-block;
}

.position_content,.excludeFromNormalFlow /* used when child content is larger than parent */
{
	float: left;
}

.preload_images /* used to preload images used in non-default states */
{
	position: absolute;
	overflow: hidden;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
}

preload /* used to specifiy the dimension of preload item */
{
	height: 1px;
	width: 1px;
}

.animateStates
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

input:focus,textarea:focus /* remove default focussed input styling */
{
	outline: none;
}

textarea
{
	resize: none;
	overflow: auto;
}

.fld-prompt /* form placeholders cursor behavior */
{
	pointer-events: none;
}

.wrapped-input /* form inputs & placeholders let div styling show thru */
{
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
	border: none;
}

.submit-btn /* form submit buttons on top of sibling elements */
{
	z-index: 50000;
	cursor: pointer;
}

.anchor_item /* used to specify anchor properties */
{
	width: 22px;
	height: 18px;
}

.MenuBar .SubMenuVisible, .MenuBarVertical .SubMenuVisible, .MenuBar .SubMenu .SubMenuVisible,.popup_element.Active,span.actAsPara,.actAsDiv,a.nonblock.nontext,img.block
{
	display: block;
}

.ose_ei
{
	visibility: hidden;
	z-index: 0;
}

.widget_invisible,.js .invi,.js .mse_pre_init,.js .an_invi /* used to hide the widget before loaded */
{
	visibility: hidden;
}

.no_vert_scroll
{
	overflow-y: hidden;
}

.always_vert_scroll
{
	overflow-y: scroll;
}

.always_horz_scroll
{
	overflow-x: scroll;
}

.popup_element.Inactive,.js .disn,.hidden
{
	display: none;
}

.fullscreen
{
	overflow: hidden;
	left: 0px;
	top: 0px;
	position: fixed;
	height: 100%;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.fullwidth
{
	position: absolute;
}

.borderbox
{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.scroll_wrapper
{
	position: absolute;
	overflow: auto;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.browser_width > *
{
	position: absolute;
	left: 0px;
	right: 0px;
}

.MenuBar .MenuItemContainer,.SlideShowContentPanel .fullscreen img
{
	position: relative;
}

.accordion_wrapper
{
	display: inline;
	float: left;
	width: 0px;
}

/* Some Stock styles for dropdown items --- ADOBE MUSE SUCKS ASS!!!! */




/* Some other getneral styles for standardization --- ADOBE MUSE SUCKS ASS!!!! */

.full-width {
	width: 100%;
}

#content-header {
	z-index: 56;
	width: 812px;
	min-height: 54px;
	color: #7F7F7F;
	line-height: 41px;
	font-size: 34px;
	font-family: questrial, sans-serif;
	font-weight: 400;
	margin-left: 0px;
	margin-top: 48px;
	position: relative;
}

#center-content-area {
	margin: 15px 0 150px 0;
	min-height: 250px;
}

#center-content-area p {
	font-size: 18px;
	line-height: 22px; 
}

.left-half-content {
	width: 45%;
	float: left;
	margin: 0 50px 0 0;
	display: inline;
	padding: 0 0 0 25px; 
}

.right-half-content {
	width: 45%;
	display: inline-block;
}

.button {
	background-color: rgb(152, 152, 152); 
	border: 1px solid rgb(91, 91, 91); 
	display: inline-block; 
	padding: 8px 10px; 
	text-shadow: none; 
	border-top-left-radius: 10px; 
	border-top-right-radius: 10px; 
	border-bottom-right-radius: 10px; 
	border-bottom-left-radius: 10px;
}


/* Addictive Personality Quiz Styles */

#ap-quiz {
	margin: 0 0 50px 0;
}

#ap-quiz-header {
	text-align: left;
	font-size: 17px;
}

#ap-quiz table td {
	padding: 5px 0; 
	font-size: 18px;
	line-height: 22px;
}

#ap-quiz-input-holder {
	margin: 30px 0 0 0; 
	width: 97%;
	border-radius: 18px;
	background: #dedede;
}

#ap-quiz-input-holder tr td {
	padding: 15px;
}

#ap-quiz .ap-quiz-inputs {
	border: 1px #333 solid;
}

.ap-quiz-thx-page #launchinnermain {
	margin: 20px 0 250px 20px;
}

.ap-quiz-thx-page #launchinnermain p {
	font-size: 18px;
	line-height: 22px;
}

/* Contact Page Styles */

#contact-header {
	width: 100%;
	display: block;
	color: #7F7F7F;
	line-height: 54px;
	font-size: 45px;
	font-family: questrial, sans-serif;
	font-weight: 400;
	margin: 0 0 25px 25px; 
}

#contact-page .left-half-content {
	width: 30%;
}

#contact-page .right-half-content {
	width: 55%;
}

#contact-listing p {
	font-size: 14px;
	line-height: 15px;
}


.infusion-form {
	
}

.infusion-field {
	margin: 20px 0;
	
}

.infusion-field label {
	color: #6B6B6B;
	line-height: 14px;
	text-align: left;
	font-family: 'open-sans', sans-serif;
	font-weight: 300;
}

.infusion-field input, .infusion-field textarea {
	width: 70%;
	border-width: 1px;
	border-style: solid;
	border-color: #C4C4C4;
	background-color: #F2F2F2;
	padding: 6px;
	color: #000;
	font-family: 'open-sans', sans-serif;
	font-weight: 300;
}

#join-mailing-list-button {
	margin: 40px 0 0 0;
}

#join-mailing-list-button a:link, a:visited  {
	color: #000;
}

#join-mailing-list-button a:hover {
	color: #fff;
}

.right-sidebar{
	width:300px;
	float:right;
	padding:10px;
	background:#dedede;
	border-radius:18px;
	padding-top: 20px;
}

input[type=submit]{
	margin-bottom: 20px;
-moz-border-radius: 5px;
background-color: #f1c920;
border-color: #000000;
border-radius: 5px;
border-style: Solid;
border-width: 1px;
color: #000000;
font-family: Helvetica;
font-size: 18px;
height: 40px;
width: 250px;
}

label{display:block;}

#u1678-5 p:hover{color:#fff !important;}


nav.navigation {
    width: 700px;
    left: 430px;
    position: absolute;
    z-index: 1001;
    top: 30px;
    display: inline-block;
}

nav.navigation ul.menu {display:inline-block;float:right;}

nav.navigation li {display:inline-block;float:left;position: relative;}

nav.navigation li a {
	padding: 10px 13px;
	background-color: transparent;
	color: #FFFFFF;
	line-height: 14px;
	font-size: 12px;
	font-family: questrial, sans-serif;
	font-weight: 400;
	position: relative;
}

nav.navigation li:hover a {
	color: #E3F07C
}


nav.navigation li a::after {
	content:'';
	position:absolute;
	display:inline-block;
	right: 0;
	height: 24px;
	width: 1px;
	background:white;
	opacity:0.35;
	top: 5px;
	z-index: 1000;
	visibility: visible;
}

nav.navigation li:last-of-type a::after {
    display:none;
}

nav.navigation ul.submenu {
	background: #AFB614;
	width: 100%;
	position: absolute;
	top: 32px;
	padding: 5px;
	display: block;
	visibility: hidden;
	left: -5px;
	opacity: 0;
	 -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
	border-color: #999999;
}

nav.navigation li:hover ul.submenu {
	
	opacity: 1;
	visibility: visible;
}

nav.navigation ul.submenu li {
	padding: 5px 0;
}

nav.navigation ul li ul.submenu li a {
    color: #555555;
    text-decoration: none;
    font-size: 10px;
    font-family: questrial, sans-serif;
    line-height: 12px;
    padding: 0 5px;
}

nav.navigation ul.submenu li:hover a {
	color: #FFF;
}

nav.navigation ul.submenu li a::after {
	display: none;
}