@import "../../../Common/CSS/common_styles.css";
@import "linkButtons.css";
@import "TinyMCE.css";
@import "page_styles.css";
@import "StaffVolunteer.css";

html
{
  min-height: 100%;
  _height: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

body
{
  text-align: center;
  background-color: #fcfdff;
  min-height: 100%;
  _height: 100%;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 16px 0px;
  background-image: url(../images/background_image.jpg);
  background-repeat: no-repeat;
  background-position: left top;
}

.error, .mandatory
{
	color: #ff0000;
}

.warning
{
  color: #ff0000;
  font-size: 11px;
}
.note, p.note, span.note
{
  font-size: 11px;
}
#printbanner
{
  display: none;
}

.printOnly
{
  display: none;
}

.noborder
{
	border: 0px none;
}

div.clear
{
  clear: both;
  display: block;
  margin: 0px;
  padding: 0px;
  line-height: 0px;
  font-size: 0px; /* For IE - for some reason font-size is causing the empty div to have a height */
  height: 1px;
}

.FloatLeftFix
{
  float: left;
}

#cmsMiddleBlockClear
{
  height: 0px;
}

#cmsBackgroundClear
{
  height: 0px;
  display: none;
}

form
{
  min-height: 100%;
  _height: 100%; /* elements with a prefix of _ are specific for IE6 */
  display: block;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
}


#cmsContentOuter a:link, #cmsContentOuter .cmsContent a:link,
#cmsContentOuter a:visited, #cmsContentOuter .cmsContent a:visited
{	
  text-decoration: underline;
  color: #003300;
}

#cmsContentOuter a:hover, #cmsContentOuter .cmsContent a:hover
{
  text-decoration: none;
  color: #003300;
}

/**     Page Containers     **/
#cmsPageContainer1
{
	text-align: left;
	width: 981px;
	background-color:#FFFFFF;
	margin: 50px auto 0px auto;
	padding: 0px;
	background-image: url(../images/frame_shadow_left.jpg);
  background-position: left 506px;
  background-repeat: repeat-y;
}

#cmsPageContainer2
{
	width: 981px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/frame_shadow_right.jpg);
  background-position: right 506px;
  background-repeat: repeat-y;
	
}

#cmsPageContainer3
{
  margin: 0px;
  padding: 0px;
  background-image: url(../images/frame_left.jpg);
  background-repeat: no-repeat;
  background-position: left 133px;  
}

#cmsPageBackground
{
	background-image: url(../images/frame_right.jpg);
  background-repeat: no-repeat;
  background-position: right 133px;
}

/**     Content Containers     **/
#cmsContentOuter
{
  float:left;
  text-align: left;
  margin: 0px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
	width: 460px;
}

#cmsContentInner1
{
}

#cmsContentInner2
{
}

#cmsContentInner3
{
}

.cmsContent
{
}

#cmsMiddleBlock
{
	position: relative;
	min-height: 373px;
	_height: 373px;
	width: 960px;
	margin-left: 11px;
	background-image: url(../images/bg_gradient.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding-bottom: 8px;
}

#cmsMiddleBlockInner
{
}

/**     Top     ***/
#header
{
	position: relative;
  width: 981px;
  height: 114px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
}

#headerinner
{
}

#frametop
{
	width: 981px;
	height: 19px;
	background-image: url(../images/frame_top.jpg);
	background-repeat: no-repeat;
}

#smallNav
{
	position: absolute;
	right: 18px;
	top: 20px;
}

#smallNav ul
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#smallNav li
{
  list-style: none;
  float: left;
  margin-left: 10px;
  /*margin-left: 20px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/top_nav.gif);
	background-position: left top;
	background-repeat: no-repeat;*/
}

#smallNav li.noliststyle a
{
  background-image: none;
  
}

#smallNav a 
{
	color: #ffffff;
	display: block;
	padding: 0px 0px 0px 15px;
	background-image: url(../images/top_nav.gif);
	background-position: left 5px;
	background-repeat: no-repeat;
}

#mainNav
{
	position: absolute;
	right: 11px;
	bottom: 0px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 805px;
	height: 36px;
}

#mainNav ul, #mainNav li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#mainNav ul
{
	position: absolute;
	right: 10px;
	top: 0px;
}

#mainNav li
{
	display: inline-block;
	float: left;
}

#mainNav a
{
	display: block;
	color: #ffffff;
	padding: 10px 15px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}

#mainNav a:hover
{
	background: url(../images/header_nav_rollover_bg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}

#mainNav a.ourpartners
{
	display: none;
}


/**     Left     **/
#leftnav
{
	position: relative;
	float: left;
	margin-left: 8px;
}

.leftPanel
{
	margin-bottom: 8px;
}

#subnav
{
	position: relative;
}

#subnav .frameTop
{
	color: #ffffff;
	padding: 11px 0px 0px 15px;
	font-weight: bold;
	width: 183px;
	height: 22px;
	background-image: url(../images/sub_nav_frame_top.jpg);
	background-repeat: no-repeat;
}

#subnav .frameMid
{
	width: 192px;
	padding: 3px;
	background-image: url(../images/sub_nav_frame_mid.jpg);
	background-repeat: repeat-y;
}

#subnav .frameBottom
{
	width: 198px;
	height: 14px;
	background-image: url(../images/sub_nav_frame_bottom.gif);
	background-repeat: no-repeat;
}

.SubMenuItem
{
	display: none;
}

#subnav .ActiveSubMenu
{
	display: block;
}

#subnav ul, #subnav li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#subnav li a
{
	display:none;
}

#subnav li li a
{
	display: block;
}

#subnav li ul li
{
	border-top: 1px solid #dae6a8;
	padding: 0px;
	padding: 5px;
}

#subnav li ul li li
{
	border: 0px none;
	font-weight: normal;
	padding-left: 10px;
}


/**     Right     **/
#rightnav
{
	float: right;
	width: 239px;
	margin-right: 8px;
}
.rightPanel
{
	margin-bottom: 8px;
}

.advertPanel .AdvertControl
{
	padding: 8px 0px;
}

.advertPanel a
{
	display: block;
}

.advertPanel span
{
	display: none;
}

.rightPanelTop
{
	width: 239px;
	height: 13px;
	background-image: url(../images/right_section_top_bg.jpg);
	background-repeat: no-repeat;
	_margin-bottom: -3px;
}

.rightPanelMid
{
	width: 231px;
	background-image: url(../images/right_section_mid_bg.jpg);
	padding: 0px 4px;
}

.rightPanelBottom
{
	width: 239px;
	height: 11px;
	background-image: url(../images/right_section_bottom_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#rightnav .BurningContainer
{
	padding-left: 20px;
	margin-left: 10px;
	width: 210px;
	margin-right: 10px;
	padding: 2px 0px;
	background-color: #003300;
	text-align: center;
	float: right;
	margin-top: -1px;
	*margin-top: -4px;
}

#rightnav .BurningContainer .burningTimer
{
  margin: 0px auto;
  width: 185px;
  padding-left: 10px
}

#rightnav .burningTextLeft
{
  display: block;
	float: left;
	color: #ffffff;
	margin: 4px 7px 0px 3px;
	font-weight: bold;
}
#rightnav .burningTextRight
{
	float: left;
	color: #ffffff;
	margin: 4px 5px 0px 6px;
	font-weight: bold;
}

#rightnav #buringTextBottom
{
  color: #ffffff;
  margin: 4px 0px 0px 4px;
  display: none;
  text-align: left;
  padding: 4px;
}

#rightnav #buringTextBottom a:link,
#rightnav #buringTextBottom a:active,
#rightnav #buringTextBottom a:visited
{
  color: #ffffff;
  text-decoration: underline;
}
#rightnav #buringTextBottom a:hover
{
  text-decoration: none;
}

#rightnav .sliderBackground
{
	float: left;
	margin-top: 2px;
	width: 100px;
	height: 20px;
	background-color: #b1d3ef;
	text-align: left;
}

#rightnav #BurningSlider
{
	width: 120px;
	height: 20px;
}

#rightnav .BurningPanel
{
  position: relative;
  float: left;
	height: auto; 
}

.rightPanel .leftContent
{
	color: #003300;
	font-weight: bold;
	margin-top: -112px;
	display: block !important;
	width: 120px;
	height: 80px;
	float: left;
}

.rightPanel .rightContent
{
	float: right;
}

.rightPanel .time
{
	font-weight: normal;
	font-size: 30px;
	color: #003300;
}


/**     Footer     **/
#framebottom
{
	width: 981px;
	height: 13px;
	background-image: url(../images/frame_bottom.jpg);
}

#footer 
{
  text-align: center;
  width: 981px;
  padding: 0px;
  background-color: #fcfdff;
}

#footer .footerlinks
{
	padding: 8px 0px;
}

#footer ul, #footer ul li
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#footer ul li
{
	padding: 0px 10px;
	border-right: 1px solid #000000;
}

#footer ul li.noborder
{
	border: 0px none;
}


/**      Quick Links      **/
.quicklinks ul, .quicklinks ul li
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.quicklinks ul li a
{
	display: block;
	width: inherit;
	height: 25px;
	width: 230px;
	line-height: 25px;
	vertical-align: middle;
	/*padding: 5px 0px;*/
	border-bottom: 1px solid white;
	text-decoration: none;
	cursor: pointer;
}

.quicklinks ul li a:hover
{
	text-decoration: underline;
}

/**   FORMS    **/
.formElements
{
	padding: 5px 0px;
}

.titleField
{
	margin-right: 10px;
	width: 180px;
	float: left;
}

.entryField
{
	width: 250px;
	float: left;
}

