/* * * * * * * * * * * * * * * * * * * * * * * * * * * *  
Stylesheet for Pelli Clarke Pelli Architects
by James Ellis for Athletics (http://athleticsnyc.com)
 * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* hide from ie on mac \*/
html {
	height:100%;
	margin:0;
	padding:0;
}
#flashContent {
	height: 100%;
}
/* end hide */

body {
	margin: 0;
	padding: 0;
	background-color: #666666;
	font-size:11px;
	font-family:Helvetica, Arial, sans-serif;
	height:100%;
	min-width:1240px;
	min-height:700px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

div.need_flash_message, div.error_message {
	background:url(../images/pcpa_logo.gif) no-repeat 0px 35px;
	padding-top:90px;
	padding-left:35px;
	color:#e6e6e6;
	font-size:18px;
	width:600px;
}

a, a:visited {
	color:#fff;
	text-decoration:underline;
}

a:hover, a:visited:hover {
	background:#fff;
	text-decoration:none;
	color:#666;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.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 */