


/* ----------------- Basic Site Elements ----------------- */

body {
background: white;
color: #000;
font-size: 12pt;
font-family: garamond, georgia, serif;
}

#container {
width: auto;
border: 0;
margin: 0 5%;
padding: 0;
}

#content {float: none !important;}

#right {
border-top: solid 1px #ccc;
font-size: 10pt;
color: #666;
}

#footer {
text-align: center;
border-top: solid 1px #ccc;
color: #999999;
background: transparent;
font-size: 9pt;
}

#mainimage {display: none;}



/* ----------------- Font and Link Styling ----------------- */

h1 {
display: list-item;        
list-style-image: url("images/printtitle.jpg");
list-style-position: inside; 
color: #fff;  
background: transparent; 
letter-spacing: -1000em;
border-bottom: solid 1px #ccc;
}

h2 {font-family: arial, sans-serif; font-weight: normal}

a:link img, a:visited img {border: none;}

a:link, a:visited {
color: #520;
background: transparent;
font-weight: bold;
text-decoration: underline;
}

blockquote {
margin: 15px 80px;
font-style: italic;
}


p.center {
text-align: center;
margin-top: 0;
font-size: 85%;
}

/* ----------------- List Styling ----------------- */

li {
margin: 1em;
}

ul {list-style-image: url(images/listicon.jpg);}

/* ----------------- Print/Email a Friend and Solutions - Multisite Inferface Icons ----------------- */

ul#navigation, #content div.bottomicon, ul#multisiteinterface a:link img, ul#multisiteinterface a:visited img {display: none;}

ul#multisiteinterface a:link img, ul#multisiteinterface a:visited img {
display: none;
}

ul#multisiteinterface li {
margin-bottom: 6px;
}



/* ----------------- Contact Us Post-its Inferface Icons ----------------- */

ul#contactus {
margin: 0;
}

ul#contactus li {
margin: 1em 0;
}