@import url(http://fonts.googleapis.com/css?family=Pontano+Sans);

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
em { font-style: italic }
a img { border:1px solid red; } /* Gets rid of IE's blue borders */


*								{ margin: 0; padding: 0; }
html							{ overflow-y: scroll; }
html, body						{ height: 100%; }
body							{ font: normal 16px/1.4 'Pontano Sans', sans-serif; color: #333333; 
								  background: url(/cms/images/baf_web_bg.png) top left no-repeat fixed #b9dce9; }
ul								{ list-style: square inside; }
ol								{ list-style: decimal inside; }
a								{ text-decoration: none; }
a img							{ border: none; background: none; }
img								{ vertical-align: middle; }
table							{ border-collapse: collapse; }


.floatLeft						{ float: left; }
.floatRight						{ float: right; }
.clear							{ clear: both; }
.button							{ border: 1px solid #333333; background: #ffffff; 
								  padding: 3px 8px;
								  -moz-border-radius: 5px; -webkit-border-radius: 5px;
								  color: #b9dce9; }
.button:hover					{ background: #333333; color: white; }


/*
	UTILITY
*/
.floatLeft 							{ float: left; }
.floatRight							{ float: right; }
.clear								{ clear: both; }
.button, .older-newer a,
#search-nav a						{ border: 1px solid #272727; background: white; padding: 3px 8px; 
									  -moz-border-radius: 5px; -webkit-border-radius: 5px; color: 272727; }
.button:hover, .older-newer a:hover,
#search-nav a:hover					{ background: #990000; color: white; }
.visitsite							{ float: right; margin-right: 10px; display: inline; }
.scrnshot							{ float: left; width: 62px; margin: 0 0 10px 15px; }