/* -------------------------------------------
project:	Box89
date:		2008/05/16
------------------------------------------- */

html { overflow: -moz-scrollbars-vertical; font-size: 100.01%; }
body { margin: 0; padding: 0; background: #fff; color: #333; font: 62.5%/1.4 Tahoma,Arial,Helvetica,sans-serif; }
textarea, input, select, option, optgroup, button { font: 1em Tahoma,Arial,Helvetica,sans-serif; }

/* RE-SETS
------------------------------------------- */
* { margin-top: 0; margin-bottom: 0; padding-top: 0; padding-bottom: 0; }

li, dt, dd, p, th, td, caption { font-size: 1.1em; }
ul, ol, dl { margin-bottom: 15px; }
p { margin-bottom: 15px; }
li *, li p, dt *, dd *, p * { font-size: 1em; }

fieldset, img { border: none; }
button { overflow: visible; cursor: pointer; }
legend { display: none; }

pre { font: 1.1em "Courier New",monospace; white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ }

a { color: #c1023c; text-decoration: none; }
a:hover, a:focus, a:active { text-decoration: underline; }

/* HEADINGS
------------------------------------------- */
h1, h2, h3, h4, h5, h6 { margin: 0 0 15px; font: normal 2.4em "Palatino Linotype",Palatino,Georgia,Geneva,serif; color: #333; letter-spacing: -0.3px; }
h1 { font-size: 2.2em; }
h2 { font-size: 1.8em; }
h3 { font: bold 1.1em/1.4 Tahoma,sans-serif; letter-spacing: 0; }
 h3.a { margin-bottom: 0; }
 h3.b { margin-bottom: 5px; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; }

/* HELPERS
------------------------------------------- */
.wrapper { width: 100%; overflow: hidden; }
.center { margin-left: auto; margin-right: auto; text-align: center; }
.offset { position: absolute; left: -10001px; overflow: hidden; height: 0; margin: 0; line-height: 0; }

legend.offset { display: none; }

/* LAYOUT
------------------------------------------- */
#root { }
 #top { margin: 0 0 10px; padding: 0 0 1px; border-bottom: 1px dotted #999; }
   #top h1.logo { margin: 0 0 10px; font-size: 3em; }
    #top h1.logo a { color: #000; text-decoration: none; }
   #top p.phone { margin: 0 0 10px; }
 #nav { display: none; }
 #header { margin: 0 0 10px; padding: 0 0 1px; border-bottom: 1px dotted #999; }
   #header h1 { font-size: 2.2em; }
   #header p { font: 1.3em "Palatino Linotype",Palatino,Georgia,sans-serif; }
 #content { margin: 0 0 10px; padding: 0 0 1px; border-bottom: 1px dotted #999; }
   #main { }
   #side { display: none; }
 #footer { margin: 0 0 10px; padding: 0 0 1px; border-bottom: 1px dotted #999; }
   
/* SKIP LINKS
------------------------------------------- */
#skips { display: none; }

/* GENERAL
------------------------------------------- */
div.columns-three-a { overflow: hidden; width: 100%; margin: 0 0 10px; }
 div.columns-three-a div.column { display: inline; float: left; width: 30%; margin: 0 3.3% 0 0; }
 
div.columns-three-b { overflow: hidden; width: 100%; margin: 0 0 10px; }
 div.columns-three-b div.column { display: inline; float: left; width: 30%; margin: 0 3.3% 0 0; }
 
div.box-a { margin: 0 0 10px; padding: 0 0 1px; }
div.box-b { margin: 0 0 10px; padding: 0 0 4px; }
 div.box-b h3 { margin: 0 0 3px; color: #c1023c; }
 div.box-b p { margin: 0 0 3px; }
 
p.note-a { color: #999; font-size: 1em; }

img.a { padding: 1px; border: 1px solid #ccc; }
 
span.lab-a { float: left; width: 45px; }

ul { margin: 0 0 10px; padding: 0 0 0 20px; }
 
/* ELEMENTS
------------------------------------------- */
div.home { }
 div.home p { margin-bottom: 5px; }

/* LINKS */
a:link, a:visited { background: none; color: #333; font-weight: 700; text-decoration: underline; }
a:link[href^="http://"]:after, a[href^="http://"]:visited:after { content: " (" attr(href) ") "; font-size: 90%; }
a[href^="http://"] { color:#000; }
