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

body {
	margin: 0;
	padding: 0;
	background: #d6d5d4;	
}

/** Sturctural Styles **/

#page {
	width: 960px;
	margin: 0 auto;
	background: url(../images/bg-page.jpg) repeat-y;
	
}

#page-inner {
	width: 900px;
	padding: 0 30px;
	background: url(../images/bg-page-inner.jpg) no-repeat 0 0;
}

#header {
	width: 900px;
	height: 235px;
	padding: 21px 0 0 0;
	position: relative;
}

#logo {
	width: 175px;
	height: 140px;
	margin: 0 65px 0 655px;
	background: #82a1b3;
}

#nav {
	width: 590px;
	height: 45px;
	margin: 0 65px 0 245px;
}

#content {
	width: 900px;
	background: #fff;
	margin: 0;
	/*border: 1px solid yellow;*/
}

#footer {
	width: 960px;
	height: 250px;
	margin: 0 auto;
	background: url(../images/bg-footer.jpg) no-repeat center top;
	position: relative;
}


/** Supporting Structure **/

#home-banner {
	height: 325px;
	background: #eae9e6 url(../images/bg-home-banner.jpg) no-repeat;
	/*border: 1px solid red;*/
}

#home-banner-left {
	width: 525px;
	margin: 65px 0 0 65px;
	float: left; display: inline;
	/*border: 1px solid green;*/
}

#home-banner-right {
	width: 175px;
	margin: 42px 0 0 70px;
	float: left; display: inline;
	/*border: 1px solid blue;*/
}

.home-banner-clear {
	clear: both;
	height: 10px;
}

#home-col-left {
	width: 240px;
	margin: 40px 0 0 65px;
	float: left; display: inline;
	/*border: 1px solid pink;*/
}

#home-col-middle {
	width: 240px;
	margin: 60px 20px 0 30px;
	float: left; display: inline;
	/*border: 1px solid orange;*/
}

#home-col-right {
	width: 240px;
	margin: 40px 0 0 0;
	padding-left: 20px;
	border-left: 1px solid #cbcbcc;
	float: left; display: inline;
	/*border: 1px solid grey;*/
}

#content-left {
	width: 420px;
	margin: 65px 0 0 65px;
	float: left; display: inline;
}

#content-right {
	width: 240px;
	margin: 100px 0 0 110px;
	float: left; display: inline;
}

#footer-left {
	width: 230px;
	position: absolute;
	top: 35px;
	left: 80px;
}

#footer-right {
	width: 175px;
	position: absolute;
	top: 45px;
	left: 710px;
	text-align: right;
}

.logos{
	position: relative;
	display: inline-block;
	top:20px;
	left:325px;
	width:450px;
	height:45px;
}

.logoz1{width:25%;
	height:100%;
	display: inline-block;
	background-image:url("http://candhdesign.com/clients/ithaka/images/FeeOnly_Logo_NoBGwht.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.logoz2{width:30.1%;
	height:100%;
	display: inline-block;
	background-image:url("http://candhdesign.com/clients/ithaka/images/cfp_logo_gold.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left center;

}
.logoz3{width:30%;
	height:100%;
	padding-left:40px;
	display: inline-block;
	background-image:url("http://candhdesign.com/clients/ithaka/images/NAPFARegisteredFinancialAdvisorLogo.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.right-box {
	padding: 10px 0;
	border-bottom: 1px solid #d6d5d4;
}

.right-box p {
	margin: 0;
}
	

.clear {
	clear: both;
}

/** Font Styles **/

body {
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #3f3f40;
}

h1 {
	font-size: 20px;
	line-height: 22px;
	color: #d37e2b;
	font-weight: normal;
	padding: 0 0 20px 0; margin: 0;
}

h1.home-leadin {
	line-height: 24px;
	padding: 0;
}

h1.hdsmall {
	font-size: 11px;
	color: #505051;
	text-transform: uppercase;
	margin: 0;
	line-height: 13px;
	padding: 0;
}

h2 {
	font-size: 15px;
	line-height: 18px;
	color: #82a1b3;
	font-weight: bold;
	margin: 20px 0 -10px 0;
}

#content-right h2 {
	color: #d37e2b;
	margin: 0;
	font-size: 13px; line-height: 17px;
}

#home-col-left h2, #home-col-right h2 {
	margin: 0;
}

h3 {
	color: #3f3f40;
	margin: 20px 0 -10px 0;
	padding: 0;
	font-size: 13px;
}

p {
	margin: 15px 0 0 0;
}

#content-right p, p.small-text {
	font-size: 11px;
	line-height: 17px;
}

#home-banner-left p {
	font-size: 16px;
	line-height: 24px;
}

.quote {
	font-size: 14px;
	line-height: 28px;
	color: #a7a4a1;

}

#footer p {
	color: #d9dad8;
	margin: 0;
}


/** List Styles **/

ol {
	margin: 25px 0 0 0; padding-left: 17px;
}

ol li {
	margin: 15px 0 0 0;
	line-height: 17px;
}

ul {
	margin: 10px 0 0 0;
	list-style-type: square;
	padding-left: 12px;
}

ul li {
	margin: 12px 0 0 0;
	line-height: 17px;
}

#content-right ul {
	font-size: 11px;
	line-height: 13px;
}





/* Link Styles */

a:link, a:visited {
	color: #d37e2b;
	text-decoration: none;

}

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

#home-banner a:link, #home-banner a:visited {
	text-transform: uppercase;
	font-size: 11px;
}

a.upper:link, a.upper:visited {
	text-transform: uppercase;
	font-size: 9px;
}
	

#footer a:link, #footer a:visited {
	color: #d9dad8;
}

#footer a:hover {
	color: #d9dad8;
}



/**  Nav Styles  - rollovers use single image and negative positioning **/

#services, #philosophy, #story, #get-started, #blog {
  float:left; display: inline;
  height: 45px;
  padding: 0; margin: 0;

}

#services:hover { 
  background-position: 0 -45px;
}

#philosophy:hover { 
  background-position:-133px -45px;
}

#story:hover { 
  background-position: -293px -45px;
}

#get-started:hover { 
  background-position: -407px -45px;
}

#blog:hover { 
  background-position: -520px -45px;
}




#services span, #philosophy span, #story span, #get-started span, #blog span {
  display: none;
}

#services {
	 width: 133px;
	 background: url(../images/main-nav.png) no-repeat 0 0;
}

#philosophy {
	 width: 160px;
	 background: url(../images/main-nav.png) no-repeat -133px 0;
}

#story {
	 width: 114px;
	 background: url(../images/main-nav.png) no-repeat -293px 0;
}

#get-started {
	 width: 113px;
	 background: url(../images/main-nav.png) no-repeat -407px 0;
}

#blog {
	 width: 70px;
	 background: url(../images/main-nav.png) no-repeat -520px 0;
}


/** Images **/

img {
	border: 0;
}

/** Forms **/
input {
	width: 95%;
	height: 22px;
	border: 1px solid #cccccc;
	padding: 2px 5px;
	margin-top: 6px;

}

input[type=submit] {
	width: 30%;
	background: #d37e2b;
	text-align: center;
	color: #fff;
	border: none;
	height: 25px;
	cursor: pointer;
}

input[type=submit]:hover {
	background: #000;
}

#mc_embed_signup {
	padding: 25px 0;
	margin-top: 30px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}








	
	