/**
 * basic CSS template file for site
 * @author      Greg Tammi <greg@pictographics.com>
 * @copyright   Copyright (c) 2009+ Pictographics Ltd
 * @since       Oct 20, 2009
 */
* { margin: 0 ; padding: 0 ; font-family: Verdana, Tahoma, sans-serif; }
.clear { height: 1% ; clear: both ; margin: 5px 0 ; }
.gutter { padding: 6px ; }
body { background: #4c6873 ; }
#wrapper { width: 717px; margin: 10px auto; }
#header { background: url(/img/header.jpg) 0 0 no-repeat ; width: 717px; 
   height: 171px; }
#header h1 { text-indent: -999em ; }
#topnav { width: 717px; height: 30px; background: #ca251f ; }
#topnav li { float: left; width: auto ; list-style: none; 
   text-align: center ;}
#topnav li a { display: block; text-align: center ;color: #fff; font-size:11px; 
   padding: 0 8px 0 9px; text-decoration: none ; margin: 9px 0 0 0 ; 
   border-left: 1px dotted #fff ;}
#topnav li.first a { padding-left: 10px; border-left: 0; }
#topnav li a:hover { text-decoration: underline ; color: #e2e1e1 ; }
#content { background: #fff ; font-size: 12px ;}
#content p { margin: 0 0 12px 0; line-height: 17px; }
#content h1, #content h2 {color: #ce2424; font-size: 20.5pt; margin: 10px 0 ;
   font-weight: normal; text-decoration: underline; }
#content a { color: #4c6873; text-decoration: underline; }
#content a:hover { color: #ce2424; }
#content strong { font-weight: bold; color: #4c6873; }
#content ul, #content ol { margin-left: 22px ;}
#footer { font-family: Tahoma, Arial, Verdana, sans-serif; position: relative; 
   background: url(/img/footer.gif) 0 0 no-repeat; height: 55px; font-size:9px;
   text-align:left; padding:5px; }
p#copyright, p#address, p#contact { position: absolute; top: 10px ; }   
p#copyright { left: 10px ;}
p#address { left: 260px ;}
p#contact { right: 90px ;}