/*
Theme Name: Kim Kershaw Finance Solutions
Theme URI: http://wordpress.org/
Description: Kim Kershaw Finance Solutions
Version: 1.0 Beta
Tags: blue, custom header, fixed width, two columns, widgets
*/


/* hide the sub levels and give them a positon absolute so that they take up no room */
#navmenu ul li ul {visibility:hidden;position:absolute;height:0;top:20px;left:0; width:149px;border-top:0;padding-top:10px;}
/* another hack for IE5.5 */
* html #navmenu ul li ul {top:30px;t\op:31px;}

/* style the second level links */
#navmenu ul li ul a, #navmenu ul li ul a:visited {background:#ccc; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html #navmenu ul li ul a, * html #navmenu ul li ul a:visited {width:150px;w\idth:128px;}


/* make the second level visible when hover on first level list OR link */
#navmenu ul li:hover ul,#navmenu ul li.sfhover ul, #navmenu ul li a:hover ul{visibility:visible; }

#footer ul li{
display:inline;
}


html, body {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	
	/* Background colour of site */
	background-color: #fff;
/*	background-image: url(images/bg.gif);*/
	background-repeat: repeat-x;
	background-position: 0 1px;
}
#footer ul{
padding:0;
margin-left:0;
}

h1, h2, h3 {
	font-family: Tahoma, Geneva, sans-serif;
}

h1 {
	color: #09172F;
	font-size: 22px;
	text-align: center;
}
h2 {
	/*color: #142a6a;*/
	color: #3e4f6b;
	font-size: 18px;
}
h3 {
	color: #333333;
	font-size: 16px;
}

a {
	color: #db8c15;
	text-decoration:none;
}

a:hover {
	color: #999;
	text-decoration:underline;
/*	border-bottom:1px dashed;*/
}

ul li, ol li {
	margin-bottom: 10px;
}

ul{
	list-style-type: none;
	padding-left:30px;
}
.left ul{
list-style-type:circle;
}

.left ul li ul{
list-style-type:square;
}


ul li {
	background-repeat: no-repeat;
	background-position: left top;
	padding: 5px 0 5px 0px;
	height: auto;
}

ul.ticks li {
	list-style-type: none;
/*	background-image: url(images/standard/bullets/tick.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px;
	padding-left: 35px;
	height: auto;
}

#page {
	/* Width of site */
	width: 938px;
	height: auto;
	margin: 0px auto;
	padding: 0 10px;
	overflow: hidden;
	/*border-left: 1px solid #000000;
	border-right: 1px solid #000000;*/
	background-image: url(images/page_bg.png);
	background-repeat: repeat-y;
	position: relative;
	z-index: 2;
}

#header {
	width: 100%;
	height: 103px;
	margin: 0px;
	padding: 0px;
	position: relative;
	left: -1px;
}

#header .logo {
	position: relative;
	top: 10px;
	left: 20px;
}

#navmenu {
	width: 938px;
	height: 30px;
	border-bottom: solid 4px #dcd6c6;
	background-color: #a9a9a9;
	position: relative;
	left: -1px;
	padding:8px 0 0 0;
	background-image: url(images/page-b-m.gif);
	background-repeat: repeat-x;
}

#post_header {
	width: 905px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

#post_header .house {
	width: 598px;
	height: 222px;
	float: left;
	background-image: url(images/home_meeting.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 15px;
}

#post_header .text {
	width: 293px;
	height: 222px;
	float: right;
	background-image: url(images/right_top_bg.png);
	background-repeat: no-repeat;
	position: relative;
	top: 15px;
}

#middle_strip {
	width: 975px;
	position: relative;
	z-index: 10;
	/*top: -8px;*/
	left: -21px;
}

/*#page.home #middle_strip {
	top: 5px;
}*/

#middle_strip img {
	/*position: relative;*/
	float: left;
	display: inline;
}

/*
#optin {
	width: 100%;
	height: 135px;
	background-image: url(images/optin_bg.png);
	background-repeat: repeat-x;
	border-bottom: solid 2px #000000;
	color: #FFFFFF;
}

#optin .left {
	width: 442px;
	height: 135px;
	float: left;
	background-image: url(images/optin_left_bg.png);
	background-position: right;
	background-repeat: no-repeat;
	background-position: top right;
	border-right: solid 1px #a68181;
}

#optin .left div {
	padding: 10px 15px;
}

#optin .right {
	width: 327px;
	height: 135px;
	float: right;
	background-image: url(images/optin_right_bg.png);
	background-repeat: no-repeat;
}

#optin .right div {
	padding: 0 15px;
}

#optin h2,
#optin h3,
#optin p {
	color: #FFFFFF;
}

#optin h2 {
	font-size: 22px;
	margin-bottom: 10px;
}

#optin h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}

#optin p {
	font-size: 13px;
}

#optin form {
	margin-top: 0;
	padding-top: 0;
}

#optin input {
	border: solid 1px #261818;
}

#optin input.button {
	width: 195px;
	margin: 3px 0 0 0;
	padding: 1px 10px 2px 10px;
	#padding: 1px 5px 1px 5px;
	background-color: #FF0000;
	background-image: url(images/button_bg.png);
	border: solid 2px #CC0000;
	cursor: pointer;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

#optin input.button:hover,
#optin input.button.hover {
	background-color: #00CC00;
	background-image: url(images/button_bg_over.png);
	border: solid 2px #03ac03;
}

#optin .privacy {
	width: 145px;
	height: 18px;
	margin: 0 auto;
	background-image: url(images/help.png);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	padding-left: 18px;
	cursor: help;
	position: relative;
	top: 5px;
	#top: 3px;
}
*/

#body {
	width: 930px;
	height: auto;
	/*margin: 0px;*/
	/*padding: 10px 40px;*/
	overflow: hidden;
	background-color: #FFFFFF;
	color: #12274a;
	float: left;
}

#body div.left {
	width: 585px;
	padding: 10px 5px 10px 20px;
	float: left;
}
#body div.left p{
	line-height:18px;
	text-align:justify;
}
#body div.left h2 small{
font-size:50%;
}
#page.home #body div.left {
	#padding-top: 20px;
}

#body div.left.wide {
	width: 880px;
	padding: 0 20px 10px 20px;
}

#body div.right {
	width: 290px;
	padding: 0 0 0 10px;
	#padding-top: 20px;
	float: left;
}

#footer {
/*	padding: 10px;
	text-align: center;
	background-color: #DCD5C5;*/
	width: 938px;
	margin: 0px auto;
	padding: 20px 10px 10px 10px;
	#padding-top: 30px;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	left: -1px;
}

#footer, #footer a {
	text-align: center;
	font-size: 10px;
	color: #999999;
}

#footer a {
	color: #db8c15;
}

#navmenu ul {
	width: 938px;
	margin: 0 auto;
	padding: 0;
}

#navmenu li {
	position: relative;
	margin: 0 0 0 3px;
	padding: 0;
	float: left;
	list-style: none;
	z-index: 25;
	background: none;
}
#navmenu li.current_page_item {
	background: url(images/r.gif) no-repeat 100% 0%;
}

#navmenu li.current_page_item a {
	background: url(images/l.gif) no-repeat 0 0;
	color: #F5821F;
	font-weight:bold
}

#navmenu li.current_page_item ul a {
	background: #ccc;
	color: #000;
	font-weight:normal;
}

#navmenu li a {
	background-repeat: repeat-x;
	border-right: solid 1px #d4d4d4;
	color: #FFF;
	border: none;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: normal;
	padding: 6px 19px;
	position: relative;
	text-decoration: none;
	text-decoration: none;
}

#navmenu ul li ul li a:hover {
color:#DB8C15;
}

#navmenu li.active a {
	background-image: url(images/navmenu_bg_active.png);
}

#navmenu li.last a {
	border: none;
}

#navmenu ul li ul li{
position:relative;
float:left;
}

#crumbbox {
	padding: 10px;
	padding-bottom: 0;
	text-align: right;
}

#crumbbox,
#crumbbox a {
	font-size: 13px;
	color: #A5A39A;
}

#crumbbox a {
	color: #A5A39A;
}

#crumbbox a:hover {
	color: #333333;
}

/*
	Extras
			*/

.johnsonbox {
	width: 80%;
	margin: 20px auto;
	padding: 20px;
	background-color: #f5f5f5;
	border: 2px solid #CCCCCC;
}
.johnsonbox.testimonial {
	width: 80%;
	margin: 20px auto;
	padding: 20px;
	background-color: #E0EBFC;
	border: solid 2px #6B95BF;
}

.johnsonbox.testimonial p.sig {
	font-style: italic;
}

.highlight {
	background-color: #FFFF00;
}

.nounderline {
	text-decoration: none;
}

#footer a.mr {
	text-decoration: none;
	color: #999999;
}


#tooltip {
	width: 250px;
	position: absolute;
	z-index: 3000;
	border: 1px solid #6B95BF;
	background-color: #E0EBFC;
	padding: 5px;
}
#tooltip h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

#tooltip .body {
	font-size: 11px;
	font-weight: normal;
}

.section_box {
	width: 182px;
	height: 174px;
	margin-right: 5px;
	padding-left: 13px;
	background-image: url(images/section_box01.png);
	background-repeat: no-repeat;
	text-align: center;
	float: left;
	position: relative;
}

.section_box h3 {
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	top: -2px;
	#top: 13px;
}

.section_box h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

.section_box .image {
	width: 182px;
	height: 104px;
	/*margin-top: -15px;
	margin-bottom: 5px;*/
	display: table-cell;
	vertical-align: bottom;
}

.section_box img {
	position: relative;
	top: -16px;
}

.section_box img.img1 {
	/*top: -13px;*/
	#top: 0;
}

.section_box img.img2 {
	#top: 8px;
}

.section_box img.img3 {
	#top: -2px;
}

.section_box .learn_more a {
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	position: relative;
	top: -25px;
	#top: -18px;
}


.optin {
	width: 290px;
	height: auto;
}

.optin .title {
	margin-bottom: 0;
	padding: 5px;
	background-color: #12274a;
	color: #d2cab6;
	text-align: center;
}

.optin .title em {
	color: #FFFFFF;
}

.optin .body {
	border: dashed 1px #c8c6c0;
	border-top: none;
	padding: 10px;
}

.optin input {
	border: solid 1px #c6c4bd;
	background-color: #FFFFFF;
}

.optin .moreinfo {
	width: 85%;
	margin: 0 auto;
	padding: 5px 10px;
	background-color: #12274a;
	border: solid 4px #e5e1d6;
}

.optin .moreinfo a {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#faq img.top {
	position: relative;
	top: 2px;	
}


/*
	Forms
			*/
/*input[type="text"] {
	border: solid 1px #c6c4bd;
	background-color: #FFFFFF;
}*/

textarea {
	border: solid 1px #c6c4bd;
	background-color: #FFFFFF;
}

input.button {
	padding: 3px 5px;
	cursor: pointer;
	background-color: #428bc9;
	background-image: url(images/button_bg.png);
	background-repeat: repeat-x;
	border: solid 1px #95d7f4;
	border-color: #95d7f4 #6dbce8 #6dbce8 #95d7f4;
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

input.button:hover,
input.button.hover {
	background-color: #60afd9;
	background-image: url(images/button_bg_over.png);
}

label {
	cursor: pointer;
	display: block;
	padding-top: 2px;
	padding-right: 5px;
}
input[type="checkbox"] {
	width: 18px;
	display: inline;
}
input[type="hidden"] {
	display: none;
}
.activeField {
	background-image: none;
	background-color: #ffffff;
	border: solid 1px #000000;
}
.idle {
	border: solid 1px #888888;
}
.idle.required {
	background-image: url(images/asterisk_red2.png);
	background-repeat: no-repeat;
	background-position: 99% 3px;
}

label.error {
	color: #CC0000;
	font-size: 8pt;
}

input.error {
	border: solid 1px #CC0000;
}


.right ul{
margin:0;
padding:0;
}

.right ul li ul{
padding-left:20px;
list-style-image:url(images/5.gif);
}

.right ul li h2{
padding:5px;
text-align:center;
color:#fff;
font-weight:bold;
background:#eee url(images/box-t.gif) no-repeat;
}

.right ul li a:link,.right ul li a:visited{
text-decoration:none;
}
.right ul li a:hover{
text-decoration:none;
border-bottom:dotted;
}

p.postmetadata.alt{
display:block;
text-align:justify;
width:540px;
padding:5px;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}

img, a img{
border:none;
}

#footer ul li{
display:inline;
padding-right:10px;
]

.left ul{
list-style-type:round;!important
}

.left ul li ul{
list-style-type:square;!important
}
.right ul{
list-style-type:none;!important
}
.right ul li ul{
list-style-type:none;!important
}

.right li{
list-style-type:none;!important
}
.right li ul li{
list-style-type:none;!important
}

div.right ul li.awbrnl center{
border:1px dashed #ccc;
}



