/* MAIN CSS */
/* Redefined HTML */
body{
	margin: 0;
	padding: 0;
	background-image:url(../images/main_bg.png);
	background-position: center top;
	background-repeat: repeat-y;
	
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #333333;
	}

h1{
	font-size: 40px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

p{
	margin: 5px;
	color: #333333;
}

a{
	color: #666666;
	}

hr{
	height: 1px;
	border: none ;
	background-color: #e5e5e5;
}

img{
	border: none;
	}
	
/* Layers */
#wrapper{
	width:904px;
	height: 100%;
	width: 904px;
	margin: 0 auto 0;
	}

#innerWrapper{
	position: relative;
	float: left;
	margin-left:20px;
	height: 100%;
	}

#top{
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px;
	}

#topSwf{
	float:left;
	margin-left: 1px;
	height: 230px;
	}

#middle_section{
	clear: both;
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	}
	
#center{
	position: relative;
	float: left;
	margin-top: 30px;
	width: 904px;
	}

#content{
	clear: both;
	float: left;
	position: relative;
	left: 10px;
	width: 555px;
	}

#rightCol{
	position: relative;
	float: left;
	width: 275px;
	margin: 0 0 0 28px;
	}	
	
#footerBox {
	position: relative;
	float: left;
	margin: 20px 0 0 0;
	}

	
/* Classes */
	
.ingress{
	font-weight: bold;
	}

.message{
	color: #FF0000;
	font-style: italic;
	}
	
/* ADMIN CSS */
/* Redefined HTML */
input,textarea,select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
/* Layers */
#contentWrapper{
	background-color:#FFFFFF;
	}
	
#admin_content{
	position: relative;
	top: 20px;
	left: 200px;
	}
	
#admin_left{
	position: absolute;
	top: 20px;
	left: 10px;
	}

/* Classes */
.pub_body{
	width: 500px;
	height: 350px;
	}
	
.pub_ingress{
	width: 500px;
	height: 70px;
	font-weight: bold;
	}
	
.pub_heading{
	font-size: 12px;
	font-weight: bold;
	width: 300px;
	}
	
.listHeader{
	background-color:#CCCCCC;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	}
		
/* CLEAR FLOAT FIX as seen on http://www.positioniseverything.net/easyclearing.html */
	
.clearfix:after {
    content: "."; 
    display: block; 
    clear: both;
	background-color: #FF00FF;
	font-size:0px;
    visibility: hidden;
	}

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

/* CLEAR FLOAT HACK END as seen on http://www.positioniseverything.net/easyclearing.html */
