	/*  General rules */
	
body, div, ul, ol, li, dl, dt, dd, p, address, table, th, td {
	margin:0;
	padding:0;
	}	
	
body {
	font:small/1.6em Verdana,Sans-serif;
	color:#333;
	}		
	
img	{
	display: block;
	border: 0;
	}
	
li {	
	list-style-type:none;
	line-height:1.1em;
	}	
	
th, dt	{
	font-weight: bold;
	}
	
address {
	font-style:normal;
	}		
	
/*  forms */	
	
input.txt, select, textarea, label {
	font-family: Arial, Helvetica, sans-serif;
	padding:3px;
	border:0;
	display:block;
	}	
	
select {
	padding:1px;
	}	
	
input.txt, select, textarea {
	background-color:#fff;
	}	
	
label {
	margin-bottom:.2em;
	}	
	
input.txt {
	margin-bottom:4px;
	}
	
.hidden {
	display:none;
	}
	
.checkbox {
	display:inline;
	}			
	
.btn, .radio, .checkbox {
	background:none;
	}		

	/*  Establish general layout parameters */
	
body	{
	background: #E7E8E7;
	color: #333;
	}
	
#wrap, #header, #body, #footer {
	width:756px;
	}	
	
#wrap {
	margin:0 auto;
	position:relative;
	}	
	
#header	{
	background-color:#fff;
	position:relative;
	border-bottom:1px solid #efefef;
	padding-left:18px;
	padding-top:3px;
	width:738px;
	}
	
#identity {
	margin-top:12px;
	margin-bottom:-12px;
	}	
	
#body	{
	float:left;
	clear:both;
	background-image:url(/i/bg_body.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:24px;
	background-color:#F4F4F4;
	}	
	
#main {
	width:556px;
	float:left;
	font-size:85%;
	}
	
#noresults		{
	margin:20%;
	text-align:center;
	}
	
#main p a img {
	margin:0 auto;
	}	
	
#main .description {
	font-size:95%;
	margin-top:24px;
	}	
	
#main .description dt, #main .description dd {
	text-align:center;
	font-family: Arial, sans-serif;
	color:#777;
	margin-bottom:0;
	line-height:1.3em;
	}			
	
#footer	{
	float:left;
	clear:both;
	background-image:url(/i/bg_footer.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding-top:30px; 
	font-size:9px; 
	color:#999;
	}
	
	/* navigation */	
	
#nav {
float:left;
	width:150px;
	margin:0 12px;
	
	}	
	
html>body #nav {
margin-left:18px;
}	
	
#nav li {
	text-align:center;
	color:#999;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:1.5em;
	border-bottom:1px solid #ededed;
	padding-bottom:6px;
	}	
	
#nav li.first {	
	}		
	
#nav li.last {	
	border-bottom:0;
	}	
	
#nav li a {
	color:#999;
	}	
#nav li a:hover {
	color:#666;
	}	
	
	/* utility navigation */		
	
#nav li.utility {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:1em;
	}	
	
	/* components */	
	
#logo {
	margin-top:9px;
	}	
	
#nav #subnav {
	margin-top:6px;
	}
	
#subnav li img {
	display:inline;
	vertical-align:middle;
	}	
	
#nav #subnav li {
	margin:0;
	padding:0;
	margin-right: 9px;
	margin-bottom:9px;
	border:none;
	position:relative;
	display:block;
	float:left;
	}	
	
.contact p {
	line-height:1.2;
	margin:0;
	}
	
.contact address a {
	display:block;
	margin-top:.33em;
	margin-bottom:3em;
	}	
	
.contact h3 {
	color:#999;
	font-size:11px;
	}
	
.contact, .contact p {
	text-align:center;
	}			
	
	/*  Typography */
	
h1, h2, h3, h4, h5, h6, .blurb dt	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin:0;
	margin-top: .5em;
	margin-bottom: .2em;
	padding:0;
	line-height:1.1em;
	}
	
h1 {
	font-size:16px;
	}	
	
h2,  {
	font-size:14px;
	}	
	
h3 .blurb dt{
	font-size:12px;
	}	
	
p, dd, li, td	{
	line-height: 1.6em;
	text-align: left;
	margin-top: 0;
	margin-bottom: 1em;
	}

	/* General linkology */
	
a:link, a:visited {
	text-decoration : none;
	color: #C00;
	background: transparent;
	}

a:hover {
	text-decoration: underline;
	background: transparent; 
	}

a:active {
	text-decoration: none;
	background: transparent;  
	}
	
#utility a {
	color:#666;
	}
	
#footer a {
	color:#9999AE;
	margin-left:1.5em;
	}	
	
/* fixes */	 
	 
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

	/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix  {display: block;}
	/* End hide from IE-mac */	 	