
/* ==================================================================================== */

/* ==IMPORT STYLES FOR OLD BROWSERS: */
/*\*//*/
@import "ie5mac.css";
/**/

/* =IE5 PC - 'MID PASS FILTER': */ 
@media tty {
i{content:"\";/*" "*/}} @import 'ie5pc.css'; /*";}
}/* */

/* ==================================================================================== */

/* ==UNDO DEFAULT BROWSER STYLING: tantek.com/log/2004/undohtml.css */

ul { list-style-type: none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; font-weight: lighter; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,dl,dt,dd { margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }
a { text-decoration: none; }
address { font-style: normal; }

/* ==UNIVERSAL: (overall body and content formatting) ======================================================= */
body
{
margin: 0;
padding: 0;
font-family: verdana, arial, helvetica, geneva, sans-serif; 
font-size: 62.5%;
color: #333;
background: url(../images/page-bg.gif) repeat-y center top;
text-align: center;
}

a:hover
{
text-decoration: underline;
}

/* ==LEGO: (the main divs used to build the layout) ======================================================= */
#container
{
margin: 0 auto;
width: 720px;
padding: 0 30px;

}

#content
{
/* silly IE: */height: 1px;
margin: 0 5px;
padding: 15px;
padding-bottom: 75px;
text-align: left;
background: #fff;
}
#home #content
{
background: url(../images/content-bg.gif) no-repeat center bottom #fff;
}
#container > #content
{
height: auto;
}

#logo
{
height: 1px;
margin: -15px;
padding: 25px;
background: url(../images/logo-bg.gif) no-repeat center top;
}
#content > #logo
{
height: auto;
}

#nav
{
clear: both;
height: 1px;
padding: 10px;
background: #666;
color: #fff;
text-transform: lowercase;
}
#content > #nav
{
height: auto;
}

#info
{
padding: 20px;
font-family: georgia, times, "times new roman", geneva, serif;
color: #666;
border-bottom: 5px solid #6b9198;
}

#footer
{
clear: both;
text-align: right;
padding: 15px 10px;
border-bottom: 1px solid #252525;
}

/* ==PAINT: (styling of items within the main divs) ======================================================= */
#container p
{
margin: 10px 0 0 0;
font-size: 1em;
}

#logo h1
{
float: left;
}
#logo h2
{
float: right;
padding-top: 28px;
font-family: georgia, times, "times new roman", geneva, serif;
font-size: 1.7em;
text-transform: lowercase;
color: #666;
}
#content > #logo h2
{
margin-bottom: 10px;
}

#nav ul li
{
display: inline;
}
#nav ul li a
{
color: #fff;
padding-right: 5px;
}

#content .mainpic
{
border-top: 5px solid #6b9198;
border-bottom: 5px solid #6b9198;
}

#info h3
{
color: #6b9198;
font-size: 2.7em;
margin-top: 15px;
}
#info p
{
font-size: 1.3em;
line-height: 1.6em;
}
#info a
{
color: #666;
text-decoration: underline;
}
#info dl
{
clear: left;
padding-top: 20px;
}
#info dl dt
{
float: left;
padding: 0 30px;
}
#info .largebook dt
{
padding-left: 0;
}
#info dl dt img
{
border: 1px solid #aaa;
}
#info dl dd
{
margin-left: 180px;
}
#info dl dd h4
{
font-size: 1.3em;
font-weight: bold;
line-height: 2em;
}
#info .largebook dd
{
margin-left: 280px;
}
#info table
{
margin: 20px 0;
width: 100%;
}
#info table tr td
{
vertical-align: top;
padding-bottom: 40px;
}
#info table tr td img
{
border: 1px solid #666;
}
#info table tr td h4
{
width: 140px;
margin-top: 5px;
font-size: 1.2em;
font-weight: bold;
}
#info table tr td p
{
width: 140px;
margin: 0;
font-size: 1.2em;
}

#footer a
{
color: #333;
text-decoration: underline;
}

/* ==EXTRANEOUS: (default hacks, etc.) ======================================================= */
.clear
{
clear: both;
}

.accessibility
{
position: absolute;
left: -10000px;
}