/* Start of CMSMS style sheet 'Exit Equity Default' */
@charset "UTF-8";
/* CSS Document */

body{
	background-color: #f4f4ea;
	background-image:url(http://www.exitequity.com/images/background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:left;
	margin:10px 0 0 0;
	padding:0;
	font-size:12px;
	line-height:16px;
 	font-family:Arial, Helvetica, sans-serif;
	}

img, div {
  behavior: url(iepngfix.htc);
	}

td{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333;
}

p{
 	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#333;
        margin:0 0 12px 0;
        padding:0;
}

h1 {
	font-size:22px;
	font-weight:normal;
	line-height:28px;
	color:#000;
	margin: 10px 0 10px 0;
}

h2 {
	font-size:18px;
	font-weight:normal;
	line-height:22px;
	color:#477663;
	margin: 10px 0 0 0;
}

h3 {
	font-size:16px;
	font-weight:normal;
	line-height:24px;
	color:#000;
	margin: 10px 0 0 0;
}

h4 {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#333;
	margin: 10px 0 0 0;
}

h5 {
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	color:#333;
	margin: 10px 0 0 0;
}

a, a:visited{
	color:#0000cc;
	text-decoration: underline;
	font-size:12px;
	line-height:16px;
}

a:hover{
  color:#000;
}

ul, ol {
  margin:3px 0 10px 15px;
	padding:0;
}

li {
        margin:3px 0;
	padding:0;
 	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}

#contentParent li {
     margin:8px 0 12px 20px;
     padding:0;
}

#contentParent ul{
  margin:0 0 20px 15px;
	padding:0;
}


/***********************************************/
/* Layout Divs                                */
/***********************************************/
												
.spacer {
 	clear: both;
	text-align:center;
	height:1px;
  }

#containerParent {
	text-align:left;
 	margin-right:auto;
	margin-left:auto;
	margin-top:0;
 	width:918px;
 }

#header {
	padding:0;
	margin:0;
}

#containerBody {
  margin:0;
	padding:0;
	background-image:url(http://www.exitequity.com/images/background-content.png);
	background-position:top left;
	background-repeat:repeat-y;
 }

#contentParent{
	width:620px;
  padding:25px 0 20px 20px;
	text-align:left;
}

#footer {
	padding:35px 0 20px 0;
	background-image:url(http://www.exitequity.com/images/footer.png);
	background-position:top left;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	text-align:center;
 	width:918px;
	font-size:11px;
}

#footer a, #footer a:visited{
	font-size:11px;
	color:#666;
	text-decoration:underline;
}

#footer a:hover{
	color:#000;
	text-decoration:underline;
}

.sidebarTop{
  background-color:#000;
	height:15px;
	}

#sidebarPromo	{
  padding:20px 0 0 12px;
	}

#boxBlue{
  color:#fff;
	background-image:url(http://www.exitequity.com/images/box-blue-middle.gif);
	background-repeat:repeat-y;
	text-align:left;
	font-size:11px;
	padding:0 20px 0 10px;
}

#boxBlue a, #boxBlue a:visited {
  color:#FFFF33;
font-size:11px;
	}

#boxBlue a:hover{
  color:#fff;
}
	
#boxTan{
  color:#666;
	background-image:url(http://www.exitequity.com/images/box-tan-middle.gif);
	background-repeat:repeat-y;
	padding:0 10px 0 20px;
}

#boxTan a, a:visited{
	color:#0000cc;
	text-decoration: underline;
}

#boxTan a:hover{
  color:#000;
	text-decoration: underline;
}

#boxTan ul li {
	font-size:12px;
  color:#666;
}

/********************
MENU
*********************/

#navParent {
 background-color:#024d4d;
}

/* third level has some padding to have it stand out */
div#navParent ul ul ul {
  margin:0;
  padding:0;
}

/* navParent li block */
#navParent ul{
    margin:0;
    padding:0;
	}

#navParent li {
   list-style:none;
   border-bottom:1px solid #81a6a6;
   border-top:0;
   border-left:0;
   border-right:0;
   padding:12px 0 12px 25px;
   display: block;
}

#navParent ul ul li {
   border: none;
   margin:0;
   padding:0;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#navParent a {
   font-size:14px;
   color:#fff;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   background: url(images/nav-bullet.gif) no-repeat 0.2em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   padding:0 0 0 20px;
}

/* 2nd level links, more padding and smaller font */
div#navParent ul ul a {
   font-size: 12px;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background: url(images/nav-bullet-sub.gif);
  background-repeat: no-repeat;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#navParent ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#navParent a:hover {
  color:#99FFFF;
	font-weight:bold;
	text-decoration:none;
}
div#menu_vert a.activeparent:hover {
  color:#99FFFF;
	font-weight:bold;
	text-decoration:none;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#navParent li a.activeparent {
   font-size:14px;
   color:#99FFFF;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   background: url(images/nav-bullet-arrow.gif) no-repeat 0.2em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   padding:0 0 0 20px;
}

div#navParent li div.activeparent {
   font-size:14px;
   color:#99FFFF;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   background: url(images/nav-bullet-arrow.gif) no-repeat 0.2em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   padding:0 0 0 20px;
}

div#navParent ul ul li a.activeparent {
   font-size: 12px;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background: url(images/nav-bullet-sub.gif);
  background-repeat: no-repeat;
   background-position: 1.5em center;
}

div#navParent ul ul li div.activeparent {
   font-size: 12px;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background: url(images/nav-bullet-sub.gif);
  background-repeat: no-repeat;
   background-position: 1.5em center;
}

/*  1st Level Active Nav */
div#navParent ul h3 {
   font-size:14px;
   color:#99FFFF;
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   background: url(images/nav-bullet-arrow.gif) no-repeat 0.2em center; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   padding:0 0 0 20px
}

/*  2nd Level Active Sub Nav */
div#navParent ul ul h3 {
   font-size: 12px;
   padding: 0 0.5em 0em 2.8em;
   background: url(images/nav-bullet-arrow.gif) no-repeat 
   background-position: 1.5em center;
}

/* current page on third level, more padding */
div#navParent ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/nav-bullet-arrow.gif) no-repeat; 
   background-position: 1.5em center;
}

/* section header */
div#navParent li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}

/* separator */
div#navParent li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#navParent li.separator hr {
   display: none; /* this is for accessibility */
}

/* End of 'Exit Equity Default' */

