/* styles to make sparknow.net web pages print like Sparknow documents */


/*first, let’s kill off everything to do with the menus*/

.flexdropdownmenu, .flexdropdownmenu ul{
display: none;
}

.flexdropdownmenu li{
display: none;
}

.flexdropdownmenu li li{
display: none;
}

.flexdropdownmenu li a{
display: none;
}

.flexdropdownmenu li a:before{
display: none;
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
display: none;
}

.rightarrowclass{
display: none;
}

menus {
  display: none;  
}


/* ok, now let’s deal with the general styles */


body {
	background-color: none;
	background-image: none;
	background-image: none;
	font-family: "Trebuchet MS", sans-serif;
}

p {
  font-family: "Trebuchet MS", sans-serif;
  font-size: 15px;
  line-height: 21px;
  margin:0px 0px 7px 0px;
  color:#000000;
  }

a:link, a:visited {
	font-stle: italic;
	text-decoration: none;
	color:#000000;
	}

a:hover, a:active {
}

img {
	border: none;
}

.image-left {
	float: left;
}

.image-right {
	float: right;
}
	
/* @end */


/* @group Layout */

#container {
	margin:36px auto 36px;
	display:block;
  	width:1000px;
	height:auto;
   	background:#ffffff;
	padding-bottom:30px;
	}
	
.clearer {
	clear: both;
}


#contentContainer {
	width: 550px; 
	float:	left;
	margin: 27px 50px 20px 60px
	}

#contentContainer #content {
}

#sidebarContainer {
	width: 280px; 
	float:	right;
	margin: 27px 60px 20px 0px
	}

#sidebarContainer #sidebar {
font-family: "Trebuchet MS", sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin:0px 0px 6px 0px;
  color:#A34737;}
  
  #sidebarContainer a {
  color:#A34737;}

#sidebarContainer h1 {
font-weight:bold;
  font-size: 13px;
  line-height: 18px;
  margin:0px 0px 6px 0px;
  color:#A34737;}
  
  #sidebarContainer p {
font-family: "Trebuchet MS", sans-serif;
	font-weight:normal;
  font-size: 13px;
  line-height: 18px;
  margin:0px 0px 6px 0px;
  color:#A34737;}

#sidebarContainer #sidebar ul {
font-family: "Trebuchet MS", sans-serif;
	font-weight:normal;
  font-size: 13px;
  line-height: 18px;
  padding-left: 7px;
	margin-left: 7px;
	  color:#A34737;}
	  
#sidebarContainer #sidebar li {
margin:0px 0px 6px 0px;
}

#footer { 
}

#footer p {
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
}

#breadcrumbcontainer ul {
}

#breadcrumbcontainer li {
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}
	
/* @end */


/* @group Global Classes */

blockquote, .standout {
}

h1 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 28px;
	font-weight:normal;
	line-height: 32px;
	margin:0px 0px 12px 0px;
	color:#731F50;}

h2 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 20px;
  	font-weight:normal;
	line-height: 28px;
	color:#000000;
	margin:0px 0px 14px 0px;
	}
	
h3 {
	font-family: "Trebuchet MS", sans-serif;
  	font-size: 21px;
  	font-weight:bold;
  	line-height: 30px;
  	margin:15px 0px 7px 0px;
  	color:#928831;	
}

h4 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
	font-weight:normal;
	line-height: 21px;
	margin:0px 0px 7px 20px;
  	color:#731F50;
}

h5 {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 15px;
  	font-weight:normal;
		line-height: 21px;
	margin:0px 0px 7px 0px;
	padding: 7px 7px 7px 7px;
  	color:#000000;
	background-color: #EAD8CB;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: #A34737;
}


/* Main content area unordered list styles */
#contentContainer #content ul {
font-family: "Trebuchet MS", sans-serif;
  font-size: 15px;
  line-height: 21px;
  color:#000000;
  list-style: none;
  padding-left: 0px;
	margin-left: 0px;
	
}

#contentContainer #content li {
margin:0px 0px 7px 0px;
padding-left: 18px;
background: url(http://web.me.com/entiendo/sparknow/assets/bullet.png) no-repeat left 5px;
}

