/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
}
a {
	color: #1247B3;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
p {
	margin-bottom:0.7em;
	line-height:1.2em;
}
body {
	line-height: 1;
	color: #333;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr {
	border: none 0;
	border-top: 2px dashed #666;
	height: 2px;/* IE fix - whatever the total width of the border-top and border-bottom equal*/
 	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin: 30px 0px; 
}
strong {
	font-weight:bold;
}

/* @end */

/* @group General */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../images/image_watercolour_top.jpg);
	background-position:center -425px;
	background-repeat:no-repeat;
	font-size:13px;
}

/* Floats */
.float_left {
	float:left;
}
.float_right {
	float:right;
}

/* Margins */
.margin_top_10 {
	margin-top:10px;
}
.margin_right_10 {
	margin-right: 10px;
}
.margin_bottom_10 {
	margin-bottom:10px;
}
.margin_left_10 {
	margin-right: 10px;
}
.margin_top_20 {
	margin-top:20px;
}
.margin_right_20 {
	margin-right: 20px;
}
.margin_bottom_20 {
	margin-bottom:20px;
}
.margin_left_20 {
	margin-left: 20px;
}

/* Clears */

.clear_none {
	clear:none;
}
.clear_left {
	clear:left;
}
.clear_right {
	clear:right;
}
.clear_both {
	clear:both;
}


/* Font Class' */

.georgia {
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* @end */



/* @group Sticky Footer CSS */


html, body, #wrap {
	height: 100%;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}

* html .clearfix { height: 1%;}
.clearfix {display: block;}
#content {overflow:auto;
	padding-bottom: 375px;}  /* must be same height as the footer */


/* @end */

/* @group Header */

#header {
	margin: 0 auto;
	width: 940px;
	position:relative;
	height: 175px;
	padding: 0 20px 20px;
	border-bottom: 2px dashed #104073;
	margin-bottom: 20px;
}
a.header_logo {
	display: block;
	width: 220px;
	position: absolute;
	left: 20px;
	top: 0px;
	height: 175px;
	background-image: url(../images/image_home_19.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FEFCE8;
	text-indent: -9999px;
}
.welcome_desc {
	width: 600px;
	position: absolute;
	left: 280px;
	top: 140px;
	padding: 3px 0 0 60px;
	background-image: url(../images/image_welcome_desc_icon_03.png);
	background-repeat: no-repeat;
	min-height: 42px;
	color: #104073;
	font-style: italic;
}
.welcome_home {
	background-image:url(../images/symb6.png);
}
.welcome_about {
	background-image:url(../images/symb1.png);
}
.welcome_what_we_do {
	background-image:url(../images/symb4.png);
}
.welcome_ask {
	background-image:url(../images/symb3.png);
}
.welcome_blog {
	background-image:url(../images/symb5.png);
}
.welcome_contact {
	background-image:url(../images/symb2.png);
}
.welcome_desc h1 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:2px;
}


#signup {
	margin: 0 auto;
	height: 386px;
	width: 940px;
	background-image: url(../images/image_signup_bg.png);
	background-repeat: repeat-y;
	display:none;
	position:relative;
	
}
.signup_close_large {
	position:absolute;
	display:block;
	height:30px;
	width:30px;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url(../images/image_signup_close_03_large.png);
	cursor:pointer;
	right:10px;
	top:10px;
}
#signup .signup_heading {
	color:#FFFFFF;
	display:block;
	font-size:36px;
	margin-bottom:15px;
	padding:20px 0 0 280px;
}
#signup p {
	color:#FFFFFF;
	font-size:14px;
	font-style:italic;
	padding:0 100px 0 280px;
	clear:left;
}
#signup_ul {
	clear:left;
	display:block;
	float:left;
	margin:0 20px 40px 280px;
	width:600px;
}
#signup_ul li label {
	font-size: 24px;
	color: #000000;
	font-style: italic;
	display: block;
	width: 130px;
	float: left;
	line-height: 40px;
}
#signup_ul li {
	clear: left;
	margin: 8px 0;
	display: block;
	float: left;
	width:100%;
}
.signup_txt {
	width: 400px;
	padding: 9px;
}
#signup_ul #submit {
	background-image:url("../images/signup_btn.jpg");
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:18px;
	font-style:italic;
	height:38px;
	width:400px;
	border:0px solid #fff;
}
#signup_ul #submit:hover {
	color:#000;
	cursor:pointer;
}
.signup_radio_label {
	background-image:url(../images/image_signup_radio.png);
	background-position:left top;
	background-repeat:no-repeat;
	cursor:pointer;
	padding-left:10px;
}
.signup_radio {
	position:relative;
	left:-9999em;
}
.signup_radio_selected {
	background-position:left -40px;
}
#signup_error {
	margin: 0 auto;
	width: 680px;
	padding-left:260px;
	background-image: url(../images/image_signup_bg.png);
	background-repeat: repeat-y;
	padding-bottom:20px;
}
#signup_error li {
	font-size:16px;
	font-style:italic;
	padding:5px 0;
	color:#fff;
}
#signup_error li.signup_heading {
	font-size:36px;
	padding:20px 0 15px 0;
}

/* @end */



/* @group Main Navigation */

.main_nav {
	display:block;
	width: 660px;
	position: absolute;
	top: 0px;
	left: 280px;
}
.main_nav li {
	display:inline;
}
.main_nav a {
	display:block;
	float:left;
	width: 108px;
	height:24px;
	border-right: 2px dashed #fff;
	padding-top: 90px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-style: italic;
	background-position: center -100px;
	background-repeat:no-repeat;
}
.main_nav a.first {
	border-left:2px dashed #fff;
	width: 106px;
}
.main_nav a:hover, .main_nav a.selected {
	background-position: center 20px;
	background-repeat:no-repeat;
	text-decoration:none;
	background-color:#104073;
}
.main_nav a.nav_welcome {
	background-image: url(../images/image_home_08.png);
}
.main_nav a.nav_about {
	background-image:url(../images/image_home_10.png);
}
.main_nav a.nav_services {
	background-image:url(../images/image_home_03.png);
}
.main_nav a.nav_ask {
	background-image:url(../images/image_home_05.png);
}
.main_nav a.nav_latest {
	background-image:url(../images/image_home_13.png);
}
.main_nav a.nav_contact {
	background-image:url(../images/image_home_16.png);
}
/* @end */




/* @group Side Navigation */

ul.nav {
	display:block;
	width:220px;
}
ul.nav a {
	background-image:url("../images/image_nav_07.jpg");
	color:#1E698B;
	display:block;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:46px;
	letter-spacing:-3px;
	line-height:68px;
	text-decoration:none;
	text-indent:65px;
}
ul.nav a:hover, ul.nav a.selected {
	background-position:0 -75px;
	color:#FFFCEB;
}
ul.nav ul {
	display:none;
}
ul.nav ul a {
	background-image:url("../images/image_nav_03.jpg");
	color:#000000;
	font-size:15px;
	font-style:italic;
	letter-spacing:normal;
	line-height:35px;
	text-indent:43px;
}
ul.nav ul ul a {
	background-image:url("../images/image_nav_05.jpg");
	color:#fff;
	line-height:20px;
	padding:5px 0 5px 40px;
	text-indent:0;
	width:180px;
}
ul.nav ul.selected {
	display:block;
}

/* @end */



/* @group Content */

#content {
	margin: 0 auto;
	width: 940px;
	clear: left;
	position: relative;
}
/* @end */

/* @group Footer */

#footer {
	position: relative;
	margin-top: -300px; /* negative value of footer height */
	height: 300px;
	padding-top:75px;
	clear:both;
	background-image:url(../images/image_watercolor_btm.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
}
#footer_content_wrap {
	height: 95px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #FEFCE8;
	padding:16px 0 24px;
}
#footer_content {
	width:940px;
	margin:0 auto;
}
#footer_dets {
	float: left;
	width: 275px;
}
#footer_nav {
	float: left;
	width: 100px;
	display: block;
	margin-left: 40px;
}
a.footer_logo {
	background-image: url(../images/image_footer_19.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 55px;
	width: 75px;
	text-indent: -9999px;
}
#footer_dets p {
	font-size: 16px;
	font-style: italic;
	color: #000;
	margin-bottom:5px;
}
#footer_dets a {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}
#footer_nav a {
	font-style: italic;
	color: #000000;
	text-decoration: none;
	line-height: 1.4em;
}
#footer_nav a:hover, #footer_dets a:hover {
	text-decoration:underline;
}
#footer_sn_ul {
	float: left;
	display: block;
	width: 508px;
	margin-left: 10px;
	height: 1px;
}
#footer_sn_ul li {
	float: left;
}
#footer_sn_ul .footer_sn {
	width: 214px;
	display: block;
	height: 84px;
	margin:5px 20px;
	background-image: url(../images/image_footer_24.jpg);
	background-position:center top;
	text-indent: -9999px;
}
#footer_sn_ul .footer_sn:hover {
	background-position:center -84px;
}
#footer_sn_ul .twitter {
	background-image:url(../images/image_footer_21.jpg);
}

#footer_scrollable_wrap {
	height: 91px;
	padding: 20px 0;
	background-color: #fff;
	opacity: 0.7;
	margin-bottom: 15px;
	border-top:2px dashed #333;
	border-bottom:2px dashed #333;
}

#footer_scrollable {
	width:900px;
	margin:0 auto;
	position: relative;
}
div.scrollable {
	/* required settings */ 
    position:relative;
	overflow:hidden;
	width: 700px;
	height:90px;
	left: 100px;
}
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
}
div.scrollable div.items div {
	float:left;
	width: 700px;
}
#footer_scrollable .browse {
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	left: 20px;
	top: 35px;
	background-image: url(../images/image_scrollable_left.png);
	text-indent: -9999px;
	cursor:pointer;
}
#footer_scrollable .browse:hover {
	background-position:left -22px;
}
#footer_scrollable .right {
	right: 20px;
	left:auto;
	background-image:url(../images/image_scrollable_right.png);
}
#footer_scrollable .disabled {
	display:none;
}
.scrollable p {
	font-size: 16px;
	font-style: italic;
	color: #000000;
	text-align: right;
}
/* @end */


/* @Generic */
#signup_cta {
	text-align: center;
	height: 35px;
	width: 100%;
	background-color: #9EDAEB;
	position: relative;
	clear:both;
}
a.signup_open {
	font-size: 16px;
	color: #000000;
	font-style: italic;
	display: block;
	line-height: 35px;
}
a.signup_close {
	display: block;
	position: absolute;
	height: 23px;
	width: 22px;
	top: 6px;
	left: 85%;
	background-image: url(../images/image_signup_close_03.png);
}
.first_p p:first-of-type {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
}

/* @end */






.home_left {
	width: 220px;
}
.home_right {
	width: 720px;
}
#home_cta li {
	display:inline;
}
#home_cta a {
	float: left;
	width: 220px;
	margin-left: 20px;
	height: 50px;
	padding: 150px 0 0 0;
	display: block;
	background-image: url(../images/image_home_33.jpg);
	background-position:center top;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-style: italic;
	font-size: 13px;
}
#home_cta .Parties {
	background-image:url(../images/cta3.jpg);
}
#home_cta .About {
	background-image:url(../images/cta1.jpg);
}
#home_cta .Referral {
	background-image:url(../images/cta4.jpg);
}
#home_cta .Ask {
	background-image:url(../images/cta6.jpg);
}
#home_cta .Newsletter {
	background-image:url(../images/cta2.jpg);
}
#home_cta .Telephone {
	background-image:url(../images/cta5.jpg);
}
#home_cta a:hover {
	background-position:center -200px;
}




.main_220 {
	width:220px;
}
.main_700 {
	width:700px;
	color:#000;
}

.main_700 h2 {
	font-size:40px;
	margin-bottom:0.7em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing:-2px;
}
.main_700 ol, .main_400 ul {
	color: #104073;
	margin-left: 40px;
	list-style-type:decimal;
	margin-bottom: 1em;
	font-size:14px;
}
.main_700 li, .main_400 li {
	margin-bottom:1.2em;
}
.main_400 ul {
	list-style-type:disc;
}
.main_700 img {
	max-width: 700px;
	margin-bottom:0.9em;
}

.main_400 {
	width:400px;
}
.main_280 {
	width:275px;
	padding:0 5px 0 0;
}
.more_info_request {
	display:block;
	width:276px;
	border:2px dashed #FFFFFF;
	line-height:50px;
	background-image:url(../images/image_more_info_bg_07.jpg);
	color:#fff;
	font-style:italic;
	font-size:18px;
	text-align:center;
	margin-bottom:1em;
}
.more_info_request:hover {
	background-position:left -50px;
	text-decoration:none;
}
.page_quote, .page_quote_credit {
	font-size:16px;
	color:#104073;
	font-style:italic;
}
.page_quote_credit {
	font-weight:bold;
	text-align:right;
}



.ask_nadia {
	background-image: url(../images/image_ask_03.png);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 175px;
	width: 100%;
	text-indent: -999px;
	margin-bottom: 20px;
}
.ask_nadia:hover {
	background-position:center -175px;
}
#ask_archive {
	border-top-width: 2px;
	border-top-style: dashed;
	border-top-color: #333;
	color: #000;
	padding-top: 20px;
	margin-top: 20px;
}
#ask_archive li {
	margin: 8px 0;
	font-style: italic;
}
#ask_archive a {
	color: #000000;
}
#ask_archive h3 {
	font-size: 20px;
	font-style: italic;
}
.ask_node {
	padding: 20px 40px 20px 110px;
	background-image: url(../images/image_ask_speech_09.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	margin-bottom: 20px;
}
.nadia_response {
	background-color: #FFFCEC;
	font-style: italic;
	background-image: url(../images/image_ask_speech_06.jpg);
	font-size:14px;
}
.comment_h2 {
	font-weight: normal;
}
.comment_h2 a {
	color:#000;
	text-decoration:none;
}
.comment_h2 a:hover {
	color: #1247B3;
}
.ask_overlay_logo {
	position: absolute;
	top: 24px;
	right: 50px;
}
#ask_comment_form ul {
	display: block;
	font-style: italic;
	font-size: 14px;
}
.comment_txt {
	padding: 3px;
	width: 200px;
}
#comment_text {
	height: 200px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
}
#ask_comment_form li {
	margin: 5px 0;
}
.ask_question h2 {
	margin: 0px;
	font-weight: normal;
}
.ask_question p {
	font-size: 22px;
	letter-spacing: -1px;
}
.ask_question {
	border: 2px dashed #666;
	background-color: #FFFFFF;
	opacity: 0.7;
}

.simple_overlay {
	display:none;
    z-index:10000;
	background-image:url(../images/white_close.png);
	width:516px;
	height:386px;
	position: relative;
	padding: 70px;
	color: #000;
	font-size: 16px;
	font-style: italic;
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close {
	position:absolute;
	left:10px;
	top:10px;
	cursor:pointer;
	height:35px;
	width:35px;
}
#ask_overlay h2 {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 0.7em;
	font-style: normal;
}
.ask_txt {
	padding: 2px;
	border: 1px solid #666;
	width: 150px;
}
.ask_hint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}
#ask_message {
	height: 130px;
	width: 500px;
	border: 1px solid #666;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#ask_submit, #comment_submit {
	background-image: url(../images/image_ask_overlay_11.jpg);
	height: 40px;
	width: 215px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 16px;
	font-style: italic;
	border:0px solid #fff;
}
#ask_submit:hover, #comment_submit:hover {
	color:#000;
	cursor:pointer;
}
#form_alert {
	padding:20px 25%;
	background-color:#CC0000;
	color:#fff;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.blog_left_h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 20px;
	color: #000000;
	font-style: italic;
	font-weight: normal;
}

.main_700 .event_date {
	font-size:45px;
}
#contact_dets {
	font-size: 30px;
}
#contact_dets label {
	display: block;
	width: 150px;
	float: left;
}
#contact_dets li {
	clear:left;
	margin-bottom:0.2em;
}
#contact_dets a {
	color: #000000;
}
#contact_form {
	font-size: 14px;
	font-style: italic;
	margin: 20px 0;
	display: block;
	clear: left;
}
#contact_form h3 {
	font-size:30px;
	letter-spacing:-1px;
	margin-bottom:0.6em;
}
.contact_txt {
	padding:2px;
	width:140px;
}
#contact_message {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	width:400px;
	height:100px;
	display:none;
}
#contact_submit {
	width:215px;
	height:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#fff;
	background-image:url(../images/image_ask_overlay_11.jpg);
	border:0px solid #fff;
}
#contact_submit:hover {
	color:#000;
	cursor:pointer;
}


#request_overlay {
	font-size: 14px;
	font-style: italic;
}
#request_overlay h2 {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 0.7em;
	font-style: normal;
}
.request_txt {
	padding: 2px;
	border: 1px solid #666;
	width: 150px;
}
#request_message {
	height: 70px;
	width: 500px;
	border: 1px solid #666;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:none;
}
#request_submit {
	width:215px;
	height:40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#fff;
	background-image:url(../images/image_ask_overlay_11.jpg);
	border:0px solid #fff;
}
#request_submit:hover {
	color:#000;
	cursor:pointer;
}

.pricing_monthly_node {
	background-repeat:no-repeat;
	border:2px dashed #666666;
	margin-right:20px;
	padding:130px 0 15px;
	position:relative;
	width:216px;
}
.pricing_monthly_node h3 {
	display: none;
}
.pricing_monthly_node h4 {
	color:#000000;
	font-size:18px;
	font-weight:normal;
	height:60px;
	overflow:hidden;
	padding:0 15px;
	text-align:center;
}
.pricing_monthly_node .ppm {
	font-size: 26px;
	color: #fff;
	font-weight: normal;
}
.pricing_monthly_node p {
	padding:0 15px;
}
.monthly_book_form {
	display: block;
	height: 70px;
	width: 220px;
	margin-bottom:1em;
}
.monthly_book_form .monthly_book_submit {
	background-color:transparent;
	background-image:url(../images/image_book_monthly_03.png);
	background-position:center top;
	background-repeat:no-repeat;
	border:medium none;
	height:70px;
	width:220px;
	border:0px solid #fff;
	cursor:pointer;
}
.monthly_intro {
	background-color: #A7DFE7;
	background-image:url(../images/image_pricing_monthly_06.jpg);
}
.monthly_standard {
	background-color: #A7DFE7;
	background-image:url(../images/image_pricing_monthly_03.jpg);
}
.monthly_premier {
	background-color: #A7DFE7;
	background-image:url(../images/image_pricing_monthly_09.jpg);
	margin-right:0;
}

.book_single_node {
	background-image: url(../images/image_pricing_single_14.jpg);
	height: 96px;
	width: 406px;
	border: 2px dashed #666;
	float: left;
	padding: 15px;
	position: relative;
	margin-bottom:40px;
}
.book_single_node h2 {
	font-size: 36px;
	font-weight: normal;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.book_single_node p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
}
.book_single_node .price {
	font-size:18px;
}
.book_single_node span {
	color: #000000;
}
.single_book_submit {
	background-color:transparent;
	background-image:url("../images/image_pricing_single_11.png");
	background-position:center center;
	background-repeat:no-repeat;
	border:medium none;
	bottom:-30px;
	height:62px;
	position:absolute;
	right:15px;
	width:218px;
	color:#000;
	border:0px solid #fff;
	cursor:pointer;
}

.book_single_node_5 {
	width:186px;
	margin-left:10px;
}
.book_single_node_5 h2 {
	font-size:22px;
}
.book_single_node_5 p {
	font-size:12px;
}
.book_single_node_5 .price {
	font-size:18px;
}
.single_book_submit_5 {
	background-color:transparent;
	background-image:url(../images/image_pricing_single_03.png);
	background-position:center center;
	background-repeat:no-repeat;
	border:medium none;
	bottom:-30px;
	height:62px;
	position:absolute;
	right:15px;
	width:176px;
	color:#000;
	border:0px solid #fff;
	cursor:pointer;
}

.creator_icon {
	background-image:url("../images/Squidge_Man.gif");
	bottom:23px;
	display:block;
	height:19px;
	position:absolute;
	right:11px;
	text-indent:-9999px;
	width:15px;
}
