/********************
 *  basic css
 * 
 ********************/
 
img, div, h1, a:link, a:active, a:hover, input, button { behavior: url(iepngfix.htc) }
 
 /* hide from ie on mac \*/
html {
	font-family: Helvetica, Arial, Geneva, sans-serif;
}
	
body{
	font-size: 62.5%;
	margin: 0; padding: 0;
	color:  #777777;
	background: #ff7d4d url(../images/largeTile.jpg) repeat-x fixed;
}

body.home{
	background: #ff915c url(../images/index-tile.gif) repeat-x fixed;	
}

img{
	border:  none;
}

.hr{
	background: url(../images/hr.gif) 0% 50% repeat-x;
	height:  1.5em;
	margin: 1.5em 0;
}

.hr hr{
	display: none;
}

a:link{
	color: #003399;
}

a:active {
	color: #1d9daa;
}

a:visited {
	color: #003399;
}

a:hover {
	color: #1d9daa;
	text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

