/*
-----------------------------------------------
Print Stylesheet

Site: Liz dalton
Author: Delwin Holeman | www.aaa-studio.com
Version: 2006.08
----------------------------------------------- */

* {
	margin: 0; 
	padding: 0;
	}

body {
	margin: 0 0 0 0;
	text-align: center;
	background: #8cc63e;
	}
	
	
#container {
	position: relative;
	width: 700px;
	margin: 0 auto;
	text-align:left;
	background: #8cc63e url(../images/bg.gif) repeat-y center;
	}
	
	
#popup {
	margin: 0 10px 10px 10px;
	padding: 0;
	text-align:left;
	width: 660px;
	}
	
/* 
CONTENT --------------------- */

#home {
	margin: 0 0 0 10px;
	width: 660px;
	}
	
#content {
	width: 700px;
	min-height: 450px;
}

#content #left-center {
	display: none;
}

#content #left {
	display: none;
}
	
#content #left p {
	display: none;
}

p.small {
	display: none;
}

#content #left ul {
	display: none;
}

#content #left ul li {
	display: none;
}

#content #left ul li a:link,	  #content #left ul li a:active,	  #content #left ul li a:visited {
	display: none;
}

.video  {
	color: #231f20;
	font: bold .8em verdana, helvetica, arial, sans-serif;
	margin-left: 5px;
	text-decoration: underline;
}

#content #left ul li a:hover {
	text-decoration: none;
}
	
#content #left ol {
	display: none;
}
	
#content #left ol li {
	display: none;
}

#content #right {
	padding: 0px 0px 0px 0px;
	float: left;
}

#content #right ul {
	padding: 0 10px 0 30px;
	width: 150px;
	font: normal .7em verdana, arial, sans-serif;
	color: #00396b;
}

#content #right ul li {
	list-style: square;
	padding: 0 0 7px 0px;
}

#content #right ol {
	padding: 0 8px 0 35px;
	width: 155px;
	font: normal .7em verdana, arial, sans-serif;
	color: #00396b;
}

#content #right ol li {
	padding: 0 12px 7px 0px;
}
	
#content #right a {
	color: #00396b;
	}


/* 
HTML TAGS ETC --------------------- */

hr {
	border: 0;
	color: #6883bd;
	background-color: #6883bd;
	height: 1px;
	}
	
br {
	clear: both;
	}

h1 strong {
	display: none;
	}
	
h2 {
	padding: 0;
	font: normal 1.30em Georgia, Times, serif;
	text-transform: uppercase;
	letter-spacing: .02em;
	color: #231f20;
	}

h3 {
	padding: 0;
	margin: 1.5em 0 .8em 0;
	font: italic 1.2em Georgia, Times, serif;
	letter-spacing: .01em;
	color: #231f20;
	}

h4 {
	padding: 0;
	margin: 0 0 0 0;
	font: bold 1.0em Verdana, arial, sans-serif;
	letter-spacing: .01em;
	color: #231f20;
	}
	
h5 {
	padding: 0;
	margin: 0 0 .5em 0;
	font: bold italic .8em Verdana, arial, sans-serif;
	letter-spacing: .01em;
	color: #231f20;
	}
	
p {
	margin: 0 0 1.0em 0; 
	font: normal .70em Verdana, helvetica, arial, sans-serif;
	line-height: 1.6em;
	color: #231f20;
	}
	
table {
	margin: 0 0 1.25em 0; 
	font: normal .70em Verdana, helvetica, arial, sans-serif;
	color: #231f20;
	}
		
td {
	padding: 2px 10px;
	}

img {
	border: none;
	}
	
.image-left {
	float: left;
	margin: 0 10px 0 0;
	}
	
.image-right {
	float: right;
	margin: 0 0px 0 10px;
	}


ul#skip, ul#back {display: none;}

.clr {clear: both;}


/* 
LINKS --------------------- */

a images {
	border: none;
	}
	
p a:link, a:active, a:visited {
	text-decoration: underline;
	color: #231f20;
	}
	
p a:hover {
	text-decoration: none; 
	color: #231f20;
	}



#print {
	float: right;
	margin: 0;
	padding-left: 1px;
	width: 187px;
	height: 30px;
	background: #FFF url(../images/icon_print.gif) no-repeat top left;
	}
	
#print a {
	display: block; 
	height: 30px; 
	border: 0;
	}
	
.no-display {
	display: none;
	}

.pullquote {
	width: 38%;
	float: right;
	font: italic normal 1.3em verdana, helvetica, sans-serif;
	line-height: 160%;
	margin: 5px 0 5px 8px;
	padding: 5px 8px 8px 15px;
	color: #231f20;
}

.pullquote-left {
	width: 38%;
	float: left;
	font: italic normal 1.3em verdana, helvetica, sans-serif;
	line-height: 160%;
	margin: 5px 8px 5px 0px;
	padding: 5px 15px 8px 8px;
	color: #231f20;
}

#lizlines-left {
	text-align: center;
}

#testimonial {
	display: none;
}

#testimonial p {
	display: none;
}

#testimonial p.name {
	display: none;
}

.large-text {
	font: normal 105% Georgia, Times, serif;
}

/* 
FOOTER --------------------- */
	
#footer {
	display: none;
	}	

#footer p {
	display: none;
	}	

#footer a:link, #footer a:active, #footer a:visited {
	display: none;
	}
	
#footer a:hover {
	display: none;
	}

	
#below-footer {
	display: none;
	}	

#below-footer p {
	display: none;
	}	

#below-footer a:link, #below-footer a:active, #below-footer a:visited {
	display: none;
	}
	
#below-footer a:hover {
	display: none;
	}
	


/*
P.I.E. FLOAT CLEARING
See http://www.positioniseverything.net/easyclearing.html 
--------------------- */

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */		

