/* CSS Document - This is the Left Menu for the Intulogy site.  */

/* The curves are used to create a container for the words in the menu. The boxcontent
is where the actual left menu will go. */


.curved h1, .curved p {
  margin:0 10px;
  }
.curved h1 {
  font-size:2em; color:#fff;
  }
.curved p {
  padding-bottom:0.5em;
  }

.curved .b1 {
	display:block;
	overflow:hidden;
	height: 1px;
	margin: 0 10px;
	background: #BFECD5;
	font-size: 1px;
	clear: both;
	}

.curved .b2 {
	display: block;
	overflow: hidden;
	height: 1px;
	margin: 0 7px;
	border-left: 3px solid #BFECD5;
	border-right: 3px solid #BFECD5;
	font-size: 1px;
	background: #BFECD5;
}

.curved .b3 {
	display: block;
	overflow: hidden;
	height: 1px;
	margin: 0 5px;
	background: #BFECD5;
	border-left: 2px solid #BFECD5;
	border-right: 2px solid #BFECD5;
	font-size: 1px;
}

.curved .b4 {
	display: block;
	overflow: hidden;
	height: 1px;
	margin: 0 4px;
	background: #BFECD5;
	border-left: 2px solid #BFECD5;
	border-right: 2px solid #BFECD5;
	font-size: 1px;
}

.curved .b5 {
	display: block;
	overflow: hidden;
	height: 1px;
	margin: 0 3px;
	background: #BFECD5;
	border-left: 1px solid #BFECD5;
	border-right: 1px solid #BFECD5;
	font-size: 1px;
}

.curved .b6 {
	display: block;
	overflow: hidden;
	height: 1px;
	margin: 0 2px;
	background: #BFECD5;
	border-left: 2px solid #BFECD5;
	border-right: 2px solid #BFECD5;
	font-size: 1px;
}

.curved .b7 {
	display: block;
	overflow: hidden;
	height: 1px;
	margin: 0 2px;
	background: #BFECD5;
	border-left: 1px solid #BFECD5;
	border-right: 1px solid #BFECD5;
	font-size: 1px;
}

.curved .b8 {
	display: block;
	overflow: hidden;
	height: 3px;
	margin: 0 1px;
	background: #BFECD5;
	border-left: 1px solid #BFECD5;
	border-right: 1px solid #BFECD5;
	font-size: 1px;
}

.curved .boxcontent {
	display:block;
	background:#BFECD5;
	border:0 solid #BFECD5;
	border-width:0 1px;
  }

/* The Left menu section contains formating for the words and for the outer
div that surrounds the whole. */

.leftmenu {

	margin: 0px;
	list-style-type: none;
	width: 178px;
	position: absolute;
	visibility: visible;
	z-index: 0;
	padding: 0px;
	left: 23px;
	top: 134px;
	font-size: 0.7em;
	
	
}


/* The links are done as block elements. There are two tiers to the navigation */

.leftmenu a, .leftmenu a:visited, .leftmenu a:hover
{
	text-decoration: none;
	display: block;
	color: #878785;
	line-height: 2em;
	text-indent: 2.15em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.leftmenu a.greentext, .leftmenu a.greentext:visited, .leftmenu a.greentext:hover
{
	color: #00824A;
	background-image:  url(greencarrot.gif);
	background-repeat: no-repeat;
	background-position: 6px;
}


.leftmenu a.sublist, .leftmenu a.sublist:visited, .leftmenu a.sublist:hover
 {
	color: #00824A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 3em;
}

.leftmenu a.sublistcarrot, .leftmenu a.sublistcarrot:visited, .leftmenu a.sublistcarrot:hover
 {
 	color: #00824A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 3em;
	background-image:    url(greencarrotsmall.gif);
	background-repeat: no-repeat;
	background-position: 18px;
}

.above-left-menu-image 
{
	float: left;
	padding-bottom: 1.25em;
	margin-bottom: 2;
	margin-left: 2.5em;
	

	}

.talk-expert-image 
{
	padding-top: 1em;
	float: left;
}
	
