/*  
Print style sheet for Carla Irwin and Associates website

*/

@charset "utf-8";
/* CSS Document */

body, div, form, h1, h2, h3, h4, h5, h6, p, img, ul, ol {
	margin:0;
	padding:0;
	border:0 none;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100.01%;
	text-align: center;
	background-color: #F7f1d9;
	color:#000;
}

.clearme {
	clear:both;
	height:0;
	background-color:#FF0000;
}

#wrapper {
	width:98%;
	text-align:center;
	border: 1px solid #846550;
	font-size: 10pt;
	margin:0 auto;
}
#branding {
	display:none;
}
h1#sitetitle {
	display:none;
}
img#printlogo {
	display:block;
	width:160px;
	height:160px;
	float:left;
	padding-right:20px;
	vertical-align:top;
	margin-top:-10pt;
}
#tagline {
	width: auto;
	height:160px;
	background-color: #F9F4E0;
	margin:0 auto 10px auto;
	text-align:left;
}
#tagline h2 {
	font-size: 14pt;
	padding-top:10pt;
	color:#52819f;
}
#tagline p {
	font-size: 12pt;
	padding-top: 0.5em;
	letter-spacing:.1em;
	padding-right:22pt;
}
#tagline br {
	display:none;
}

#tagline h2 a, #tagline h2 a:visited {
	text-decoration:none;
	color:#52819f;
}

#tagline div#pdflink {
	display:none;
}



#sb {
	display:none;
}


#mc {
	width:auto;
	display:block;
	clear:left;
	background-color:#fff;
	text-align:left;
}
#mc h2, #mc h3, #mc h4, #mc p, #mc ul, #mc ol {
	width:auto;
}
#mc h2 {
	margin:1em 20px;
}
#mc h3 {
	margin:1em 20px .5em 20px;
	color:#52819F;
}
#mc h4 {
	margin:1em 20px 0 20px;
	color:#52819F;
}
#mc ul, #mc ol {
	margin:1em 20px;
}
#mc li {
	margin:0 20px 10px 20px;
}
#mc p {
	font-size:11pt;
	margin:0 20px 1em 20px;
}
#callout {
	display:block;
	color:#52819F;
	text-align:left;
/*	float: right;
	width: 250px;
	text-align: center;
	color: #52819F;
	margin-top:-15px;*/
}
#callout h2 {
	text-align: left;
	font-size: 13pt;
	font-family: Georgia, "Times New Roman", serif;
	font-weight:normal;
	letter-spacing: 1px;	
}

#callout br {
	display:none;
}
#callout h2 img {
	display: none;
}
#callout ul {
	list-style-type:none!important;
	list-style-image: none;
	margin:1em 20px;
	/*list-style-image: url(sharedimages/bullet_blueround.gif);
	list-style-position: inside;*/
}
#callout ul.nobullet {
	list-style-type:none!important;
	list-style-image: none;
}
#callout li {
	font-size: 11pt;
	font-style: italic;
}
#mc p.adminlink {
	display:none;
}
#mc form.ddfm {
	display:none;
}
#footer {
	width:100%;
	text-align:center;
	font-size:10pt;
	padding-top:20px;
}
#footer ul {
	display:none;
}
