/*-----------------------------------------------------------------------------
Print Style Sheet (MyBlinds.com)

Version:   1.0
Author:    Blake Bauman
Email:     blake@bytestudios.com

Created: 4/30/2008
Modified: 4/30/2008
-----------------------------------------------------------------------------*/
/* General

-----------------------------------------------------------------------------*/

a {
	color: #3333cc;
	text-decoration: none;
}
a:visited {
	color: #3333cc;
	text-decoration: none;
}

/* Typography
-----------------------------------------------------------------------------*/
body {
	color: #333;
	font:11px Tahoma, Arial, Verdana, sans-serif;
}

#header ul { display: none; }
#leftSideBar { display: none; }


#footer p a { display: none; }
#footer p span { display: none; }

/* General Content
-----------------------------------------------------------------------------*/
#generalContent {
float:left;
width:607px;
margin-bottom:20px;
}

#generalContentPad {
	float: left;
	width: 577px;
	padding: 0 10px 0 20px;
	}
	#generalContentPad ul {
		margin-left: 30px;
		font:normal 11px Georgia, "Times New Roman", serif;
		line-height: 16px;
		list-style-type: disc;
		}
		#generalContentPad ol {
			margin-left: 30px;
			font:normal 11px Georgia, "Times New Roman", serif;
			line-height: 16px;
			list-style-type: decimal;
			}
			#generalContentPad ul li, #generalContentPad ol li {
				margin-bottom: 10px;
				}



#paragraphContainer li {
margin-bottom:10px;
list-style-position:outside;
}

/* Article page box */
#generalContentPad div.pageBox {
	float: left;
	clear: right;
	width: 174px;
	margin: 0 20px 10px 0;
	}
	#generalContentPad div.pageBox h4 {
		color: #777;
		padding: 10px 0 10px 17px;
		font: italic 14px Georgia, "Times New Roman", serif;
		}
		#generalContentPad div.pageBox ul {
			width: 151px;
			margin: 0 0 0 10px;
			padding-bottom: 2px;
			list-style-type: none;
			font: normal 11px Tahoma, Arial, Verdana, sans-serif;
			background:#fff url('../images/bg-single-dots.gif') repeat-x 0 100%;
			}
			#generalContentPad div.pageBox ul li {
				font-size: 10px;
				padding: 3px 0 1px;
				margin-bottom: 0;
				background:#fff url('../images/bg-single-dots.gif') repeat-x 0 0;
				}
				#generalContentPad div.pageBox ul li a {
					display: block;
					color: #333;
					text-transform: uppercase;
					text-decoration: none;
					padding:2px 0 2px 18px;
					background:transparent url('../images/arrow-pageBox.gif') no-repeat 0 50%;
					}
					#generalContentPad div.pageBox ul li a:hover {
						/*background: #d5e2bf url('../images/arrow-homeBuilder_o.gif') no-repeat 0 50%;*/
						text-decoration:underline;
						}
