
/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   
/* See the grid:
   Uncomment the line below to see the grid and baseline. 
.container { background: url(lib/grid.png); width:950px;}*/
   
body { background: #112211; }

#header{ background:url(../images/headbkg.jpg) repeat-x #033313; overflow:hidden; height:1%;}
#footer{ background:url(../images/footer.jpg) repeat-x #014713; padding:10px; height:1%; overflow:hidden; clear: both; }

#logo{padding:0 0 0 0; position:absolute;}

ul#topnav{  list-style:none; float:right; margin:0;  height:5.5em;}

ul#topnav li{ float:left; font-size:1.3em;   }
ul#topnav li a{ text-decoration:none; display:block; padding:35px 10px 12px 10px; margin:0 10px 0 0; color:#FFF200;  }
ul#topnav li a:hover{  background:#fff200; color:#004813;  }
ul#topnav li a.selected{  background:#fff200; color:#004813;  }

h2.tel{ font-size:270%; margin:-.2em 0; font-weight:bold; line-height:.9em; letter-spacing:-2px;}
p.tel{ font-size:230%; margin:0 0 20px 0; font-weight:bold; line-height:.0; letter-spacing:-2px;}

.drop { margin-top: 3em; }

div#leftdiv		{ float: left; }
div#rightdiv	{ float: right; }

#homepage h1{ color:#FFF200;}
#homepage h2{ color:#fff;}

#foottext{ width:370px; float:left; }

.footlinkcol{ float:right; width:100px; margin:0 0 0 10px; 	}

#footer h3{color:#FFF200; margin-bottom:0;}

#footer ul{ list-style:none; margin:0; padding:0;}
#footer li{ padding:0;}

#footer li a{color:#fff; text-decoration:none; font-size:97%; }
#footer li a:hover{color:#FFF200;}
#footer .padtop{ margin-top:1.5em; }

#footertxt { text-align: center; color: #fff; }
#footertxt a { color: #014713; }
