/* Global Styles
--------------------------------------------------------------------------------------------------- */

* { margin:0; padding:0; }

body {
	background:#036;
	font-family:Arial, Helvetica, sans-serif;
	}
	
img {
	border:0;
	}
	
a:link {
	color:#069;
	text-decoration:none;
	}
	
a:visited {
	color:#036;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
a:active{
	color:#000;
	}	

	
/* Helpers
--------------------------------------------------------------------------------------------------- */

.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 */

.clear {
	clear:both;
	}

/* Typography + headers
--------------------------------------------------------------------------------------------------- */

h1 { font-size:1.3em; }
h2 { font-size:1.2em; }
h3 { font-size:1em; }
h4 { font-size:0.75em; }
p,li { font-size:0.7em; }
li li {
	font-size:1em;
	margin-left:0;
	padding-left:0;
	}
#main p { line-height:1.6em; }
ul {
	list-style:disc;
	}
p.date {
	font-style:italic;
	}
	
/* Footer
--------------------------------------------------------------------------------------------------- */	


#footer {
	clear:both;
	background:#a5a5a5 url(gfx/home_footer_bg.gif) repeat-x;
	text-align:center;
	padding-bottom:5px;
	}
	
#footer ul {
	padding:5px 40px;
	list-style:none;
	text-align:center;
	margin:0 auto;
	}
	
#footer li {
	text-align:center;
	display:inline;
	}
	
#footer a {
	display:inline;
	color:#FFF;
	margin-right:20px;
	}
	
#footer p {
	margin:5px 0 0 0;
	}
	

	