/* Infinite CSS Document */
/*
*
*
* Overall site  ---------------------------------------------------------------------- */
html {
	height:101%;
	background:#FFF url(../cssimages/bg.png) repeat-x top left;
}
* {
	margin:0;
	padding:0;
	}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#555;
	width:1020px;
	height:100%;
	margin:0 auto;
	background:url(../cssimages/holder-bg.png) no-repeat top left
	}
p {
	font-size:0.8em;
	padding: 10px 0;
}
a, a:visited {
	color:#AFB1B4;
	text-decoration:underline;
}
a:hover, a:visited:hover {
	color:#242021;
	text-decoration:underline;
}
a:focus {
	outline:0;
	border:0;
	}
h1, h2, h3, h4, h5 {
	font-weight: bold;
	margin: 0;
	padding: 0;

	clear:both;
}
h1 {
	text-align: left;
	font-size: 48px;
	margin: 0;
	color:#242021;
	}
h2 {
	
	font-size: 48px;
	height:60px;

}
h3 {
	color:#242021;
	font-size:1em;
}
h4 {
	background:url(../cssimages/green-bullet.png) no-repeat top left;
	padding: 8px 0 0 18px;
	color:#242021;
	font-size:0.8em;
	font-weight:bold;
}
ul {
	font-size:0.8em;
	margin: 0;
	display:block;
	float:left;
	}
li {
	background:url(../cssimages/green-bullet.png) no-repeat top left;
	padding: 8px 0 0 18px;
	display:block;
	color:#242021;
	}
label {
	float:left;
	margin: 10px 0 0;
	padding: 2px 0 0;

	}
input {
	float:left;
	margin: 10px 0 0;
	border: 1px solid #AFB1B4;
	background:#FFF;
	color:#242021;
	padding:4px;
	height:16px;
	}
textarea {
	float:left;
	margin: 10px 0 0;
	padding: 2px 0 0;
	border: 1px solid #AFB1B4;
	background:#FFF;
	color:#242021;
	padding:2px;
	}
/*
*
*
* Classes  ---------------------------------------------------------------------- */
.highlight {
	color:#399E16;
	}
.divider {
	background:url(../cssimages/divider.gif) top left repeat-x;
	height:1px;
	margin:0 0 20px 0;
	}

.arrow {
	background:url(../cssimages/arrow.gif) top left no-repeat;
	padding: 0 0 0 10px;
	}
.button {
	background:#AFB1B4 url(../cssimages/button-left.gif) no-repeat top left;
	padding:0 0 0 8px;
	border:0;
	margin:0;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
	font-size:0.7em;
	height:26px;
	
	}
.buttonHolder {
	background: url(../cssimages/button-right.gif) no-repeat top right;
	padding-right:8px;
	float:left;
	margin:10px 0 0 0;
	}

.clear {
	clear:both;
	height:2px;
	}
/*
*
*
* Holder ---------------------------------------------------------------------- */
div#holder {
	margin:0 30px ;
	padding-top: 45px;
	padding-left: 45px;
	padding-right: 45px;
	background-color:#FFF;
	}


/*
*
*
* Header ---------------------------------------------------------------------- */
div#header div#logo {
	float:left;
	width:230px;
	height:0;
	overflow:hidden;
	padding:90px 0 0 0;
	margin: 0 0 45px 0;
	background:url(../cssimages/infinite-logo.gif) no-repeat top left;
	}
div#header div#login {
	float:right;
	width:300px;

	}
div#header div#login input {
	width:100px;
	margin-right:10px;
	}
div#header div#login input.button {
	width:auto;
	margin-right:0;
	}
div#header div#login span{
	clear:both;
	float:right;
	color:#AFB1B4;
	font-size:0.8em;
	margin:5px 0 0 0;
	}
div#header div#login #passwordHolder{
	float:left;
	margin:0;
	padding:0;
	}
div#header div#login #userHolder{
	float:left;
	margin:0;
	padding:0;
	}
div#header ul {
	float:left;
	display:block;
	margin:0 0 25px 0;
	clear:both;
	width:100%;
	}
div#header li {
	float:left;
	display:block;
	padding:0;
	margin:0;
	}
div#header li a p{
	margin:0;
	font-size:20px;
	letter-spacing:0.05em;
	overflow:hidden;
	height:0;
	padding:12px 10px 0 0;
	margin:0 10px 0 0;
	cursor:pointer;
	}
div#header li.home  a p{
	background:url(../cssimages/menu-home-off.gif) no-repeat top left;
	}
div#header li.about  a p{
	background:url(../cssimages/menu-about-off.gif) no-repeat top left;
	}
div#header li.advisors  a p{
	background:url(../cssimages/menu-advisors-off.gif) no-repeat top left;
	}
div#header li.articles  a p{
	background:url(../cssimages/menu-articles-off.gif) no-repeat top left;
	}
div#header li.contact  a p{
	background:url(../cssimages/menu-contact-off.gif) no-repeat top left;
	}
div#header li.exit-planning  a p{
	background:url(../cssimages/menu-exit-off.gif) no-repeat top left;
	}
div#header li.franchise  a p{
	background:url(../cssimages/menu-franchise-off.gif) no-repeat top left;
	}
div#header li.home  a:hover p{
	background:url(../cssimages/menu-home-on.gif) no-repeat top left;
	}
div#header li.about  a:hover p{
	background:url(../cssimages/menu-about-on.gif) no-repeat top left;
	}
div#header li.advisors  a:hover p{
	background:url(../cssimages/menu-advisors-on.gif) no-repeat top left;
	}
div#header li.articles  a:hover p{
	background:url(../cssimages/menu-articles-on.gif) no-repeat top left;
	}
div#header li.contact  a:hover p{
	background:url(../cssimages/menu-contact-on.gif) no-repeat top left;
	}
div#header li.exit-planning  a:hover p{
	background:url(../cssimages/menu-exit-on.gif) no-repeat top left;
	}
div#header li.franchise  a:hover p{
	background:url(../cssimages/menu-franchise-on.gif) no-repeat top left;
}
div.home div#header li.home  a p{
	background:url(../cssimages/menu-home-on.gif) no-repeat top left;
	}
div.about div#header li.about  a p{
	background:url(../cssimages/menu-about-on.gif) no-repeat top left;
	}
div.advisors div#header li.advisors  a p{
	background:url(../cssimages/menu-advisors-on.gif) no-repeat top left;
	}
div.articles div#header li.articles  a p{
	background:url(../cssimages/menu-articles-on.gif) no-repeat top left;
	}
div.contact div#header li.contact  a p{
	background:url(../cssimages/menu-contact-on.gif) no-repeat top left;
	}
div.exit-planning div#header li.exit-planning  a p{
	background:url(../cssimages/menu-exit-on.gif) no-repeat top left;
	}
div.franchise div#header li.franchise  a p{
	background:url(../cssimages/menu-franchise-on.gif) no-repeat top left;
	}
div#header h1 {
	width:880px;
	height:0;
	overflow:hidden;
	padding:100px 0 0 0;
	margin:0 0 0 -2px;
	}
div.advisors div#header h1#flashHeader {
	width:880px;
	height:auto;
	background:none;
	overflow:visible;
	padding: 0;
	margin: 0;
	}
div.advisors div#header h2#flashSubHeader {
	width:880px;
	height:auto;
	background:none;
	overflow:visible;
	padding: 0;
	margin: 0;
	}
div.franchise div#header h1#flashHeader {
	width:880px;
	height:auto;
	background:none;
	overflow:visible;
	padding: 0;
	margin: 0;
	}
div.franchise div#header h2#flashSubHeader {
	width:880px;
	height:auto;
	background:none;
	overflow:visible;
	padding: 0;
	margin: 0;
	}
div.exit-planning div#header h1#flashHeader {
	width:880px;
	height:auto;
	background:none;
	overflow:visible;
	padding: 0;
	margin: 0;
	}
div.exit-planning div#header h2#flashSubHeader {
	width:880px;
	height:auto;
	background:none;
	overflow:visible;
	padding: 0;
	margin: 0;
	}
div.login div#header h1#flashHeader {
	width:800px;
	height:auto;
	background:none;
	overflow:visible;
	padding: 0;
	margin: 0;
	}
div.login .inputForm {
	background:#DCD7CA;
	width:500px;
	padding:5px;
	margin-left:150px;
	}
div.login .buttonHolder {
	margin-right:-100px;
	}

div#form {
margin-top:10px;
}
div.login .inputForm  dt{
	width:130px;
	float:left;
	clear:both;
	margin:5px 0 0 0;
	padding:0 10px 0 5px;
	}
div.login .inputForm  input {
	
	margin:5px 0 0 0;
	}
div.login .inputForm  dd{
	width:230px;
	float:left;
	margin:-2px 0 2px 0;
	}
div.login .inputForm label {
	padding:0 10px 0 5px;
	}

div.home div#header h1{
	background:url(../cssimages/title-about.gif) no-repeat top left;
	}
div.about div#header h1{
	background:url(../cssimages/title-about.gif) no-repeat top left;
	}
div.advisors div#header h1{
	background:url(../cssimages/title-advisors.gif) no-repeat top left;
	}
div.articles div#header h1{
	background:url(../cssimages/title-articles.gif) no-repeat top left;
	}
div.contact div#header h1{
	background:url(../cssimages/title-contact.gif) no-repeat top left;
	}
/*
*
*
* NEW TEXT NAV ---------------------------------------------------------------------- */	
div#header ul#textNav li {
	display:block;
	margin:0;
	padding: 0 25px 0 0;
	height:auto;
	font-size:14px;
	}
div#header ul#textNav li a {
	margin:0;
	padding:0;
	height:auto;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	}
div#holder div#header h1.textHeader {
	background:none;
	height:auto;
	overflow:auto;
	padding:0;
	margin:0;
	font-weight:normal;
	}
div#holder div#header h2.textHeader {
	background:none;
	height:auto;
	overflow:auto;
	padding:0;
	margin:0;
		font-weight:normal;
		color:#999999;
	}
/*
*
*
* Content ---------------------------------------------------------------------- */
div#content {
	padding-bottom:45px;
	margin:20px 0 0 0;
	}
div#content  p{
	padding-top:0;
	padding-bottom: 20px;
}
div#content  p.intro{
	font-weight:bold;
}
div#content  img{
float:right;
padding:0 0 20px 20px;
}
div.oneCol div#content { 
	width:600px;
	padding:0 270px 0 0;
	margin:20px 0 0 0;
}
div.twoCol div#content { 
	width:880px;
	margin:20px 0 0 0;
}
div.twoCol div#content p.intro{ 
	width:600px;
}

div.home {
	padding-bottom: 460px;
	background:url(../cssimages/home-bottom.gif) no-repeat bottom left;
	}
div.about div#content { 
	background:url(../cssimages/about-img.jpg) no-repeat top right;
	min-height:370px;
}


/*
*
*
* Advisors ---------------------------------------------------------------------- */
div.contact div#content { 
	background:url(../cssimages/contact-img.jpg) no-repeat top right;
	min-height:370px;
}
div.advisorPanel {
	width:400px;
	float:left;
	border-bottom:1px solid #AFB1B4;
	margin-top:10px;
	margin-bottom:20px;
	}
div.advisorPanel h3{
clear:none;
	padding-bottom:10px;
	font-size:1.1em;
	}
div.advisorPanel img{
	float:left;
	margin-right:20px;
	}
div.advisorPanel span{
	font-weight:bold;
	}
div.advisorPanel p a, div.advisorPanel p a:visited{
	color:#242021;
		font-weight:bold;
	}
div.advisorPanel p a:hover, div.advisorPanel p a:visited:hover{
	color:#AFB1B4;
	}
div#content div.advisorPanel p{
	padding:0 0 2px 0;
	}
div.advisorPanel.left{
	margin-right:45px;
	clear:both;
	}
/*
*
*
* Articles---------------------------------------------------------------------- */
div.articlesPanel {
	width:400px;
	float:left;
	border-bottom:1px solid #AFB1B4;
	margin-top:10px;
	margin-bottom:20px;
	padding-bottom:20px;
	}
div.articlesPanel.left{
	margin-right:45px;
	clear:both;
	}
div.articlesPanel h3{
	padding-bottom:10px;
	}
div.articlesPanel  a, div.advisorPanel  a:visited{
	color:#242021;
	font-weight:bold;
	}
div.articlesPanel  a:hover, div.advisorPanel  a:visited:hover{
	color:#AFB1B4;
	}
/*
*
*
* Contact form ---------------------------------------------------------------------- */
div#contact {
	padding:0 0 40px 0;
	}
div#contact dt {
	float:left;
	clear:both;
	width:150px;
	}
div#contact dd {
	float:left;
	width:200px;
	
	}