/* -----------------------------------------------
   CSS Framework v2.2
   Copyright to James Kirby - www.jameskirby.me.uk
   Creative Commons Attribution-Noncommercial-No Derivative Works 2.0 UK: England & Wales License (http://creativecommons.org/licenses/by-nc-nd/2.0/uk/)
   Updated: Feb 24th 2009 12:43pm
----------------------------------------------- */

html {  }
body { color:#000000; background-color:#FFFFFF; /*font-size:0.8em;*/ font-family:Arial,Helvetica,Sans-serif; }

img { border-style:none; display:block; }
img.inline,
#article img,
#sidebar img { display:-moz-inline-stack; display:inline-block; }
img.block, embed, object { display:block!important; }

form { margin:0 0 16px 0; padding:0; }
blockquote { margin:16px; }
hr { border:none 0; margin:16px 0; border-top:2px solid #A9ABAC; height:0; }
p { padding:0; margin:0 0 16px 0; }

dt { font-weight:bold; margin-bottom:4px; }
dd { margin-bottom:16px; }

h1,
h2 { color:#000000; font-size:1.2em; margin-top:0; }
h3 { color:#000000; font-size:1.1em; margin-top:0; }
h4, h5, h6 { color:#000000; font-size:1em; }

a,
a:visited { color:#000000; text-decoration:none; }
a:focus,
a:hover { color:#000000; text-decoration:none; }
a:active { color:#000000; text-decoration:none; }

.clear { clear:both; height:0; overflow:hidden; }
.hide { display:none; }
.error { color:#FF0000; font-weight:bold; }
.nowrap { white-space:nowrap; }

.photoRight { float:right; margin:3px 0 7px 10px; }
.photoLeft { float:left; margin:3px 10px 7px 0; }
.photoCentre { display:block; margin:0 auto; }
.center { text-align:center; }
.justify { text-align:justify; }

.article-left { width:48%; float:left; }
.article-right { width:48%; float:right; }
.article-rightalt { width:48%; float:right; text-align:right; }

.protection { unicode-bidi:bidi-override; direction:rtl; }


/* ----------------------
   Interface CSS
---------------------- */

#accessibility,
#nav { display:none; }

/* ----------------------
   Content CSS
---------------------- */

#article_home { float:left; line-height:175%; }
#article_home ul { margin:25px 0; padding:0; list-style:none; }
#article_home ul li { background: url("dot.gif") left 7px no-repeat; padding:0 0 0 25px; }
#article_home_padding { padding:20px 30px 20px 30px; }
#sidebar_home { float:right; }
#sidebar_home p { margin:0; }

#article_units { float:left; line-height:180%; }
#article_units ul#images { margin:0; padding:0; list-style:none; }
#article_units ul#images li { float:left; margin-right:32px; margin-bottom:30px; }
#article_units ul#images li.end { float:left; margin-right:0; margin-bottom:30px; }
#article_units_padding { padding:30px 30px 20px 30px; }

#unitsDiv1 { width:33%; float:left; }
#unitsDiv2 { width:32%; float:left; }
#unitsDiv3 { width:33%; float:left; }
.unitBox h3 { text-transform:uppercase; margin:0; font-weight:normal; }
.unitBox ul { margin:0 0 50px 0; padding:0; list-style:none; }
.unitBox ul li { background: url("dot.gif") left 7px no-repeat; padding:0 0 0 25px; }
.unitBox ul li span { display:inline-block; width:80px; }

#article_directions { float:left; line-height:180%; }
#article_directions ul { margin:25px 0; padding:0; list-style:none; }
#article_directions ul li { background: url("dot.gif") left 7px no-repeat; padding:0 0 0 25px; }
#article_directions_padding { padding:20px 20px 20px 30px; }
#sidebar_directions { float:right; }
#sidebar_directions p { margin:0; }

/*#googleMap { border:2px solid #000000; margin-bottom:16px; overflow:hidden; }*/

/* Standard Background */
/* width:px; height:px; background:#FFFFFF url("") left top no-repeat; overflow:hidden; display:block; */


/* ----------------------
   HighSlide
---------------------- */

.highslide { cursor:url("../behaviour/highslide/zoomin.cur"), pointer; outline:none; }
.highslide-caption { display:none; padding:5px 7px 5px 7px; background-color:#333333; color:#FFF; font-weight:bold; text-align:center; }
.highslide-loading { display:block; color:#FFF; font-size:9px; font-weight:bold; text-transform:uppercase; text-decoration:none; padding:3px; border:1px solid #FFF; background-color:#000; }
.highslide-display-block { display:block; }
.highslide-display-none { display:none; }
.closebutton { position:relative; top:-15px; left:15px; width:30px; height:30px; cursor:pointer; background: url("../behaviour/highslide/close.png"); }

/* ----------------------
   Tables
---------------------- */

.table { margin-bottom:16px; width:100%; border-collapse:collapse; }
.table caption { text-align:left; font-size:0.85em; }
.table th,
.table td { border-bottom:1px solid #B4B4B4; padding:3px 0 3px 3px; }
.table th { text-align:left; vertical-align:bottom; }
.table th a,
.table th a:visited { text-decoration:none; }
.table th a:hover { text-decoration:underline; }
.table td { text-align:left; vertical-align:top; }
.table thead th,
.table thead td { border-bottom:2px solid #B4B4B4!important; font-weight:bold; }
.table tbody tr:hover { background-color:#E8E8E8; }
.table tbody tr.alt { background-color:#E8E8E8; }
.table tbody tr.alt:hover { background-color:#D1D1D1; }
