/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
h2 {
	font-size: 1.1em;
}


#organContainer {
	/*	height: 440px;
	width: 500px;*/
	background: url(images/shadow.gif) no-repeat right bottom;
	float: left;
	margin-bottom: 10px;
	margin-top: 20px;
	position: relative;
	margin-left: 15px;
}

#organContainer div {
  background: url(images/mask.png) no-repeat left top !important;
  background: url(images/mask.gif) no-repeat left top;
  padding: 0 5px 5px 0;
  float: left; /* :KLUDGE: Fixes bug in IE/Mac */
}
#organContent {
	clear: left;
	padding: 15px;
	float: left;
}

#organContainer img {
  background-color: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
}

#organVideo {
	top: 190px;
	position: absolute;
	left: 122px;
}

#organVideoLow {
	top: 190px;
	position: absolute;
	left: 180px;
}

#organContainer span {
  background: #fff;
  border: 1px solid #a9a9a9;
  padding: 4px;
}


/******************************************************************************
* Styles for the tabbed displays.                                             *
******************************************************************************/

/*-----------------------------------------------------------------------------
  Note: The border-radius property is a proposed feature for CSS3 which creates
        rounded corners. Mozilla/Netscape browsers currently support this
        feature via the proprietary -moz-border-radius property. Both are
        defined here. Browsers that support neither should simply ignore them.
-----------------------------------------------------------------------------*/

div.tabBox {}

div.tabArea {
  font-size: 85%;
  font-weight: bold;
  padding: 0px 0px 3px 0px;
}

a.tab {
  background-color: #FFCC66;
  border: 2px solid #000000;
  border-bottom-width: 0px;
  border-color: #CC9900;
  -moz-border-radius: .75em .75em 0em 0em;
  border-radius-topleft: .75em;
  border-radius-topright: .75em;
  padding: 2px 1em 2px 1em;
  position: relative;
  text-decoration: none;
  top: 3px;
  z-index: 100;
}

a.tab, a.tab:visited {
  color: #333333;
}

a.tab:hover {
  background-color: #CC9933;
  border-color: #CC9933;
  color: #FFFFFF;
}

a.tab.activeTab, a.tab.activeTab:hover, a.tab.activeTab:visited {
  background-color: #CC9900;
  border-color: #CC9933;
  color: #FFFFFF;
}

a.tab.activeTab {
  padding-bottom: 4px;
  top: 1px;
  z-index: 102;
}

div.tabMain {
	background-color: #CC9933;
	border: 2px solid #000000;
	border-color: #CC9933;
  -moz-border-radius: 0em .5em .5em 0em;
	border-radius-topright: .5em;
	border-radius-bottomright: .5em;
	padding: 0.5em;
	position: relative;
	z-index: 101;
}

div.tabIframeWrapper {
  width: 100%;
}

iframe.tabContent {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	border-color: #CCCCCC;
	width: 100%;
	height: 85ex;
	background-image: url(images/contentBack.jpg);
	background-repeat: repeat-x;
}

/******************************************************************************
* Additional styles.                                                          *
******************************************************************************/

h4#title {
  background-color: #992246;
  color: #FFFFFF;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: 0.5em;
  padding: 2px .5em 2px .5em;
}

#bannerOrgan {
	background: url(images/bannerOrgan.jpg) no-repeat;
	width: 550px;
	height: 98px;
	margin-bottom: 15px;
	text-align: center;
}

