@charset "utf-8";
/* CSS Document */

.page-tab
{
	padding:0px;
	margin:0px;
	border:none;
	width:100%;
}
.page-tab tbody
{
	padding:0px;
	margin:0px;
	border:none;
}
.page-tab tr td
{
	text-align:left;
	vertical-align:top;
}
.right-page-td
{
	background:url(images/bg_page_right_bg.jpg) repeat-x top left;
}
	.right-page-td div
	{
		width:100%;
		background:url(images/bg_page_right.jpg) no-repeat top left;
		height:752px;
	}
.left-page-td
{
	background:url(images/bg_page_left_bg.jpg) repeat-x top right;
}
	.left-page-td div
	{
		width:100%;
		background:url(images/bg_page_left.jpg) no-repeat top right;
		height:752px;
	}
.page-td
{
	width:888px;
	background:url(images/bg_page_centr.jpg) no-repeat top left;
	padding-top:99px;
}

.col
{
	float:left;
}
.colr
{
	float:right;
}
.endcol
{
	clear:both;
}
.enddiv
{
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	overflow:hidden;
}

/** body **/
  body
  {
  	background:#12272E;
  }

  #page,
  #closure-blocks
  {
    /*
     * If you want to make the page a fixed width and centered in the viewport,
     * this is the standards-compliant way to do that. See also the ie.css file
     * for the necessary IE5 hack to center a div.
     */
  }

  #page-inner
  {
  }

  #navigation-top,
  #navigation
  {
    position: absolute; /* Take the named anchors out of the doc flow    */
    left: -10000px;     /* and prevent any anchor styles from appearing. */
  }

  #skip-to-nav
  {
    float: right;
    margin: 0 !important;
    font-size: 0.8em;
  }

  #skip-to-nav a:link, #skip-to-nav a:visited
  {
    color: #fff; /* Same as background color of page */
  }

  #skip-to-nav a:hover
  {
    color: #000;
    text-decoration: none;
  }

  /* Alternatively, the skip-to-nav link can be completely hidden until a user tabs
     to the link. Un-comment the following CSS to use this technique. */
  /*
  #skip-to-nav a, #skip-to-nav a:hover, #skip-to-nav a:visited
  {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  #skip-to-nav a:active, #skip-to-nav a:focus
  {
    position: static;
    width: auto;
    height: auto;
  }
  */

/** header **/
  #header
  {
  }

  #header-inner
  {
  }

  #logo-title
  {
  }

  #logo
  {
    float: left;
  }

  #site-name
  {
  }

  #site-slogan
  {
  }

  #header-blocks
  {
    clear: both; /* Clear the logo */
  }

/** main (container for everything else) **/
  #main
  {
    
  }

  #main-inner
  {
  }

/** content **/
  #content,
  .no-sidebars #content
  {
    /*float: left;
    width: 960px;
    margin-left: 0;
    margin-right: -960px;*/ /* Negative value of #content's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
  }

  .sidebar-left #content
  {
   /* width: 760px;
    margin-left: 200px;*/ /* The width of #sidebar-left. */
    /*margin-right: -960px;*/ /* Negative value of #content's width + left margin. */
  }

  .sidebar-right #content
  {
    width: 760px;
    margin-left: 0;
    margin-right: -760px; /* Negative value of #content's width + left margin. */
  }

  .two-sidebars #content
  {
    width: 560px;
    margin-left: 200px; /* The width of #sidebar-left */
    margin-right: -760px; /* Negative value of #content's width + left margin. */
  }

  #content-inner
  {
    margin: 0;
    padding: 0;
  }

/** navbar **/
  #navbar
  {
    /*float: left;
    width: 100%;
    margin-left: 0;
    margin-right: -100%;*/ /* Negative value of #navbar's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
    /*height: 3.6em;*/ /* The navbar can have any arbritrary height. We picked one
                      that is twice the line-height pluse 1em: 2 x 1.3 + 1 = 3.6
                      Set this to the same value as the margin-top below. */
  }

  .with-navbar #content,
  .with-navbar #sidebar-left,
  .with-navbar #sidebar-right
  {
    margin-top: 3.6em; /* Set this to the same value as the navbar height above. */
  }

  #navbar-inner
  {
  }

  #search-box
  {
    width: 200px;
    margin-right: -200px; /* Negative value of #search-box's width. */
    float: left;
  }

  #primary
  {
   /* margin-left: 200px;*/ /* Width of search-box */
  }

  #secondary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #navbar ul /* Primary and secondary links */
  {
    margin:0;
    padding:0px 9px 0px 0px;
    text-align:left;
	float:right;
  }

  #navbar li /* A simple method to get navbar links to appear in one line. */
  {
    float:left;
    padding:0px 0px 0px 5px;
	font-size:14px;
	list-style:none;
	font-weight:bold;
	position:relative;
  }
  	#navbar li a
	{
		display:block;
		float:left;
		height:35px;
		line-height:35px;
	}
  	#navbar ul li:hover a, #navbar ul li.sfHover a
	{
		color:#FFFFFF;
		background:url(images/header/bg_menu_l.gif) no-repeat top left;
	}
		#navbar li a span
		{
			display:block;
			float:left;
			height:35px;
			line-height:35px;
			padding:0px 10px 0px 10px;
			cursor:pointer;
		}
			#navbar ul li:hover a span, #navbar ul li.sfHover a span
			{
				background:url(images/header/bg_menu_r.gif) no-repeat top right;
			}
	#navbar ul li:hover ul, #navbar ul li.sfHover ul
	{
		top:25px;
		left:5px;
		padding-top:19px;
	}
	#navbar ul li ul
	{
		display:none;
		position:absolute;
		z-index:2000;
		top:25px;
		padding-top:19px;
		left:5px;
		float:none;
		width:160px;
	}
		#navbar ul li ul li
		{
			height:29px;
			line-height:29px;
			background:#454F53;
			padding:0px 0px 0px 0px;
			margin:0px;
			width:160px;
			float:left;
			background:#454F53;
			border-bottom:1px solid #D0D3D4;
		}
			#navbar ul li ul li a
			{
				display:block;
				height:29px;
				line-height:29px;
				padding:0px !important;
				float:left;
				width:100%;
				text-indent:20px;
				color:#FFFFFF;
				background:none !important;
				position:relative;
			}
				#navbar ul li ul li a:hover
				{
					background:url(images/header/bg_ui_item_act.gif) no-repeat top left !important;
				}

  /* There are many methods to get navbar links to appear in one line.
   * Here's an alternate method: */
  /*
  #navbar li
  {
    display: inline;
    padding: 0 10px 0 0;
  }
  */

/** sidebar-left **/
  #sidebar-left
  {
    /*float: left;
    width: 200px;
    margin-left: 0;
    margin-right: -200px;*/ /* Negative value of #sidebar-left's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
  }

  #sidebar-left-inner
  {
    margin: 0 20px 0 0;
    padding: 0;
  }

/** sidebar-right **/
  #sidebar-right
  {
    /*float: left;
    width: 200px;
    margin-left: 760px;*/ /* Width of content + sidebar-left. */
    /*margin-right: -960px;*/ /* Negative value of #sidebar-right's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
  }

  #sidebar-right-inner
  {
    margin: 0 0 0 20px;
    padding: 0;
  }

/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  }

/** closure **/
  #closure-blocks /* See also the #page declaration above that this div shares. */
  {
  }

/** Prevent overflowing content **/
  #header,
  #content,
  #navbar,
  #sidebar-left,
  #sidebar-right,
  #footer,
  #closure-blocks
  {
    overflow: visible;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  #navbar
  {
   /* overflow: hidden;*/ /* May need to be removed if using a dynamic drop-down menu */
  }

  /* If a div.clear-block doesn't have any content after it, Firefox and Safari
     will mistakenly place several pixels worth of space between the bottom of
     the div and the bottom of the viewport. This fixes it. */
  #page { /*overflow-y: hidden;*/ } /* CSS3 property */