/* import shared stylesheets */
@import url(screen-headers.css);
@import url(screen-layouts.css);
@import url(screen-footers.css);

/* TYPOGRAPHY
--------------------------------------------------------------------------------------------*/
body, td {
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}
#wrapper {
	width:1004px;
	margin:0 auto;
}

strong {
	font-weight:bold;
}

/* COMMON STYLES
--------------------------------------------------------------------------------------------*/
ul.inline li {
	float:left;
}

#skip-to-content {
	display:none;
}

.floatL {float: left;}
.floatR {float: right}

/* CLEARFIX (http://www.positioniseverything.net/easyclearing.html)
--------------------------------------------------------------------------------------------*/
.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;}