@charset "utf-8";
/* CSS Document */


/** body **/
  body
  {
	  background: #00477F url('../images/europodians_bg.jpg') top left repeat-x;
  }

  #page
  {
    margin-left: auto;
    margin-right: auto;
    width: 912px;
  }

  #page-inner
  {
  }

/** header **/
  #header
  {
    height: 156px;
		position:relative;
  }

  #header-inner
  {
  }

  #logo-title
  {
  }

  #logo
  {
  }

  #site-name
  {
  }

  #site-slogan
  {
  }

/** main (container for everything else) **/
  #main
  {
    position: relative;
		display: block;
  }

  #main-inner
  {
	  margin: 0;
		padding: 0 26px;
		position: relative;
		display: block;
  }

/** content **/
  #content,
  .no-sidebars #content
  {
    /*width: 860px; /* 1px less than body width because of borders */
    /*margin: 0;
    margin-right: -860px; /* Negative value of #content's width + left margin. */
    /*padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
		clear: both;
		display: block;
		float: left;
		width: 860px;
  }

  .sidebar-left #content
  {
    width: 572px;
    margin-left: 286px; /* The width of #sidebar-left. */
    margin-right: -910px; /* Negative value of #content's width + left margin. */

  }

  .sidebar-right #content
  {
    width: 550px;
		float: left;
  }

  .two-sidebars #content
  {
    width: 286px;
    margin-left: 286px; /* The width of #sidebar-left */
    margin-right: -572px; /* Negative value of #content's width + left margin. */
  }

  #content-inner
  {
    margin: 0;
    padding: 10px 0 0 0px;
		display: block;
		position:relative;
  }
	
	#content-area
	{
		display: block;
		position:relative;
	}
	
	.home #content-inner, .contact #content-inner
  {
		padding: 10px 0 0 5px;
		background: url('../images/homepage_list_bg.jpg') no-repeat;
		float: left;
		width: 855px;
  }
	
	.partners #content
  {
		padding: 0;
		background: url('../images/partner-map.jpg') no-repeat;
		padding-bottom: 150px;
  }
	
	.courses #content, .contact #content, .home #content
  {
		position: relative;
  }
	
	.partners #content-area
  {
		
  }
  
  .no-sidebars #content #content-inner
  {
		/*margin: 0;
		padding: 0; 
		background: none;*/
  }

/** navbar **/
  #navbar
  {
    float: left;
    width: 100%;
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
		background: url('../images/europodians_menu_bg.jpg') top left repeat-x;
		margin-bottom: 10px;
  }
	
	.partners #navbar
  {
		background: url('../images/europodians_partners_menu_bg.jpg') top left repeat-x;
		margin-bottom: 0;
  }

/** sidebar-left **/
  #sidebar-left
  {
    float: left;
    width: 286px;
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
  }

  #sidebar-left-inner
  {
    margin: 0 13px 0 0;
    padding: 0;
		border: 1px solid #5B4531;
  }

/** sidebar-right **/
  #sidebar-right
  {
    float: right;
    width: 286px;
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
  }

  #sidebar-right-inner
  {
    margin: 0;
    padding: 13px;
		background: url('../images/sidebar_bg.gif') top left no-repeat ;
  }

/** footer **/
  #footer
  {
		display: block;
		float: left;
		width: 860px;
		margin: 30px 0;
		padding: 26px;
		clear: both;
  }

  #footer-inner
  {
		display: block;
		float: left;
		border-top: 2px solid #145586;
  }

/** Prevent overflowing content **/
  #header,
  #content,
  #navbar,
  #sidebar-left,
  #sidebar-right,
  #footer
  {
    overflow: visible;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  #navbar
  {
    overflow: hidden;
  }
	
  #page { overflow-y: hidden; } /* CSS3 property */
	
	.float-right
	{
		float: right;
		padding: 0 0 10px 10px;
	}

