/*--------------------------------------------------------------------------------------------------------*/
/*- Reset Styles -----------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/*--------------------------------------------------------------------------------------------------------*/
/*- Formatting Rules -------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/


/* CSS layout rules for content formatting */

body {
	background: #FFF url(/includes/images/bg-2.png) repeat-x;
	font-family: Verdana, Arial, sans-serif;
	text-align:left;
	font-size:76%;
	padding:0;
	margin: 0;
	color:#000;
}
	
p, ol, li, dd, table {
	font-size: 1em; /* this should stay as 1em. anything else will lead to potential problems with nested elements. Adjust font size in the body tag, or define a class for exceptions */
	line-height: 1.5em;
	margin: 0 0 1em 0;	
	text-align: left; /* compensates for an IE 6 bug */
	}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
}	

tr, td {
	vertical-align: top;
}

ul {
	margin: 1em 0 1.5em 0;
	padding: 0 0 0 1.5em;
}
a {
	color:#808080;
	text-decoration:underline;
}
a:visited {
	color:#808080;
	text-decoration:underline;
}
a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}
img {
	border: 0;
}

hr {
	background: #ccc; /* used by Gecko, Opera browsers */
	border: 0; 
	color: #ccc; /* incorrectly used by IE */
	height: 1px;
	}

/* End rules for elements */


/*--------------------------------------------------------------------------------------------------------*/
/*- Framework Rules --------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------*/

/* misc. rules begin */

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

/* see http://www.positioniseverything.net/easyclearing.html for explaination */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.logoBox, .navBox, div.image, div.weather, div#clock{
	display:none;
}
div.content {
	border-top:1px dotted #999;
	border-right:1px dotted #999;
}
div.inner {font:1em; color:black; line-height:2em; border:0px solid black;}

div.altLogo {display:none;}
div.printed {display:block;}
