@charset "utf-8";
/* CSS Document */

html {
	margin-bottom: 1px;
	min-height: 100%;
}

/* RESET... EVERYTHING */

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, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}

body {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #484848;
	background-color: #f3f0e5;
	margin: 0;
	padding: 0;
}

/* IE 5 and 6 can't resize text that is specified in pixels. */

* html body {
	font-size: x-small; /* IE5 will get this value */
	f\ont-size: small; /* IE6 will get this value */
}
strong {
	font-weight: bold;
}
small {
	font-size: 11px;
}

em{
	font-style:italic;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}
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: "" "";
}

/* FORMATTING */

a{
	color: #323232 ;
	text-decoration: underline;
}

a:hover{
	
}

big{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

.no-show{
	display: none;
}

.txt_inline{
	display: inline;
}

#main p{
	margin: 10px 0px;
	line-height: 15px;
}

h2{
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -6px;
}

/* TEXT IMAGES */

.txt_health-wisdom-growth{
	width: 169px;
	height: 13px;
	background-image: url('../images/txt_health-wisdom-growth.gif');
	background-repeat: no-repeat;
	display: block;
	float: right;
	margin: 10px 0px 45px 0px;
}

.txt_about-jodi{
	height: 16px;
	display: block;
	margin: 0px 0px 20px 0px;
	background-image: url('../images/txt_about-jodi.gif');
	background-repeat: no-repeat;
}

.txt_parenting{
	height: 16px;
	display: block;
	margin: 0px 0px 20px 0px;
	background-image: url('../images/txt_parenting.gif');
	background-repeat: no-repeat;
}

.txt_parenting-young-children{
	height: 16px;
	display: block;
	margin: 0px 0px 20px 0px;
	background-image: url('../images/txt_parenting-young-children.gif');
	background-repeat: no-repeat;
}

.txt_parenting-adolescents{
	height: 16px;
	display: block;
	margin: 0px 0px 20px 0px;
	background-image: url('../images/txt_parenting-adolescents.gif');
	background-repeat: no-repeat;
}

.txt_grief-loss{
	height: 16px;
	display: block;
	margin: 0px 0px 20px 0px;
	background-image: url('../images/txt_grief-loss.gif');
	background-repeat: no-repeat;
}

.txt_life-transitions{
	height: 16px;
	display: block;
	margin: 0px 0px 20px 0px;
	background-image: url('../images/txt_life-transitions.gif');
	background-repeat: no-repeat;
}

.txt_anger-management{
	height: 16px;
	display: block;
	margin: 0px 0px 20px 0px;
	background-image: url('../images/txt_anger-management.gif');
	background-repeat: no-repeat;
}

.txt_emdr{
	height: 16px;
	display: block;
	margin: 0px 0px 20px 0px;
	background-image: url('../images/txt_emdr.gif');
	background-repeat: no-repeat;
}

.txt_wedding-coaching{
	height: 18px;
	display: block;
	margin: 0px 0px 20px 0px;
	background-image: url('../images/txt_wedding-coaching.gif');
	background-repeat: no-repeat;
}

.txt_resources{
	height: 18px;
	display: block;
	margin: 0px 0px 20px 0px;
	background-image: url('../images/txt_resources.gif');
	background-repeat: no-repeat;
}

.txt_contact{
	height: 18px;
	display: block;
	margin: 0px 0px 20px 0px;
	background-image: url('../images/txt_contact-jodi.gif');
	background-repeat: no-repeat;
}

/* CONTAINERS / LAYOUT */

#wrapper{
	width: 902px;
	margin: 25px auto;
}

#header{
	background-image: url('../images/header_bg.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 109px;
	clear: both;
}

#logo{
	width: 300px;
	height: 109px;
	float: left;
}

#header .content{
	float: right;
	width: 215px;
	height: 109px;
	text-align: right;
	padding: 0px 30px 0px 0px;
	font-size: 10px;
}

#header .content a{
	text-decoration: none;
	color: #484848;
}

#main{
	width: 869px;
	padding: 17px 13px;
	border-bottom: 5px solid #b8b192;
	clear: both;
}

#main #container{
	border-top: 1px solid #92a699;
	border-bottom: 1px solid #92a699;
	background-image: url('../images/content_bg.gif');
	background-repeat: repeat-y;
	background-position: right;
	padding: 27px;
	width: 815px;
}

#container .column_left{
	width: 330px;
	float: left;
	font-size: 10px;
}

#container .column_left img{
	border: 1px solid #fff;
}

#container .column_right{
	width: 480px;
	float: right;
}

#container ul li{
	list-style-type: disc;
	margin: 4px 0px 4px -25px;
}

#footer{
	height: 55px;
	background-image: url('../images/footer_bg.gif');
	background-repeat: repeat-x;
	clear: both;
	font-size: 9px;
	color: #484848;
}

#footer a{
	color: #484848;
}

#footer .corner_left{
	width: 16px;
	height: 55px;
	background-image: url('../images/footer_corner_left.gif');
	background-repeat: no-repeat;
}

#footer .corner_right{
	width: 23px;
	height: 55px;
	background-image: url('../images/footer_corner_right.gif');
	background-repeat: no-repeat;
}

#footer .content{
}


#footer .content table td{
	padding: 8px 0px;
}


.home{
	background-color: #ded7b1;
}

.about-jodi{
	background-color: #afd5af;
}

.parenting{
	background-color: #f6dc7b;
}

.grief-transitions{
	background-color: #a6c2bc;
}

.anger-management{
	background-color: #d57d2c;
	color: #FFF;
}

.emdr{
	background-color: #bbc86b;
}

.wedding-coaching{
	background-color: #a7c0db;
}

.resources{
	background-color: #f5aa01;
}

.paypal{
	float: left;
	padding: 10px 30px;
	font-weight: bold;
	font-size: 11px;
}

.paypal form{
	margin-top: 5px;
}

/* NAVIGATION */

#nav{
	margin: 0;
	height: 40px;
}

#nav ul{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	clear:both;
}

#nav ul li{
	position:relative;
	float: left;
	width: auto;
	display:block;
	height: 40px;
	margin: 0;
}

#nav ul li.nav_last{
	margin-right: 0px;
}

#nav ul li a{
	height: 40px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0;
}

#nav ul li a:hover{
	background-position: 0px -40px;
}

#nav ul li.nav_selected a{
	background-position: 0px -80px;
}

#nav li.nav_about-jodi a{
	width: 132px;
	background-image: url('../images/nav_about-jodi.gif');
	background-repeat: no-repeat;
}

#nav li.nav_parenting a{
	width: 126px;
	background-image: url('../images/nav_parenting.gif');
	background-repeat: no-repeat;
}

#nav li.nav_grief-transitions a{
	width: 127px;
	background-image: url('../images/nav_grief-transitions.gif');
	background-repeat: no-repeat;
}

#nav li.nav_anger-management a{
	width: 129px;
	background-image: url('../images/nav_anger-management.gif');
	background-repeat: no-repeat;
}

#nav li.nav_emdr a{
	width: 126px;
	background-image: url('../images/nav_emdr.gif');
	background-repeat: no-repeat;
}

#nav li.nav_wedding-coaching a{
	width: 128px;
	background-image: url('../images/nav_wedding-coaching.gif');
	background-repeat: no-repeat;
}

#nav li.nav_resources a{
	width: 127px;
	background-image: url('../images/nav_resources.gif');
	background-repeat: no-repeat;
}
