@charset "UTF-8";
/* CSS Document */
body {
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }
img {
border: none;
}
#fullheight{
	height:100%
	}
div#area_header{
	padding-top:10px;
	height:96px;
	width:100%;
	vertical-align:middle;
}
div#logo{
	float:left;
}
#nav1{
	padding-top:25px;
}
div#pad10{
	padding:10px;
}
#nav2 a{
	color: #FFF;
}




#simplemodal-overlay {
  background-color:#000;
}

#simplemodal-container {
  height:500px;
  width:850px;
  background-color:#fff;
  border:3px solid #ccc;
}

#simplemodal-container iframe{
	height:500px;
	width:850px;
}

#simplemodal-container a.modalCloseImg {
  background:url(/wp-content/themes/OSSWF/images/modal_close.png) no-repeat;
  width:25px;
  height:25px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-6px;
  right:-6px;
  cursor:pointer;
}

#simplemodal-container p.larger a {
	background:url(images/viewlarger.png) no-repeat;
	display:inline;
	z-index:3200;
	position:absolute;
	bottom:-24px;
	right:-28px;
	cursor:pointer;
	color:#fff;
	padding-left:20px;
	height:20px;
	width:80px;
	text-decoration:none;
	font-size:0.8em;
}
