@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
object { 
	outline:none; 
}
body {
	margin:0;
	padding:0;
	background:url(../images/global/bgPage.gif) repeat;
	font-family: "Gill Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
}
h2 {
	font-size:11px;
	margin:0;
	padding:0;
}

p {
	font-size:11px;
}

#masthead {
	background: #e78a00;
	height:30px;
}
#masthead_wrapper {
	width:900px;
	position:relative;
	left:50%;
	margin-left:-450px;	
	height:100%;
}
#logoWrapper {
	float:left;
	width:450px;
	height:30px;
}
#logoWrapper h2 {
	margin:0;
	padding:0;
	float:left;
	width:340px;
}
#masthead_wrapper h2 a {
	text-indent:-9999px;
	width:340px;
	display:block;
	height:30px;
	overflow:hidden;
	background: url(../images/global/logo.gif);
}
#flashLogo {
	position:absolute;
	width:46px;
	height:30px;
	top:0px;
	left:5px;
}

#wrapper {
	width:900px;
	position:relative;
	left:50%;
	margin-left:-450px;	
	
}
#container {
	/*background: url(../images/global/bgContainer.png) #FFFFFF repeat-x;*/
	/*height:558px;*/
	overflow:auto;
	/*workaround for ie*/
	/*max-height: 558px;
	height: auto !important;
	height: 558px;*/
	/*max-height: 558px;
	_height: auto !important;
	height: 558px;*/
	max-height: 558px;
	height: auto !important;
	height: expression( document.body.clientHeight > 558 ? "558px" : "auto" );
}
#primaryContent {
	background: url(../images/global/bgContainer.png) #FFFFFF repeat-x;
	float:left;
	width:50%;/*must call width for valid css on floated div*/
	height:100%;
}
#sidebar_1 {
	background: url(../images/global/bgContainer.png) top left repeat-x;
	float:right;
	width:50%;/*must call width for valid css on floated div*/
	height:100%
}
#footer, #footer a {
	color: #e7bd57;
}
#footer p {
	text-align:center;
	margin:5px 0 0 0;
	padding:0;
}
.clearfix {
	clear:both;
}
.inside {
	padding:10px;
}





