/* $Id: layout-fixed.css,v 1.5 2008/09/14 10:39:32 johnalbin Exp $ */

/*
 * LAYOUT STYLES
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout is based on the Border Politics Layout Method.
 *   http://drupal.org/node/201428
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */


/** body **/
  body
  {
	background: url('images/bg.jpg') repeat-x #000 top center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
  }

  fieldset
  {
	background: url('images/content-bg.png') repeat;
	width: 900px;
	
  }
  
  #emscontactus_details
  {
	color: #000;
  }
  
  #emscontactus_details a 
  {
	color: #000;
  }
  
  p, .description, #emscontactus_main
  {
	color: #000;
  }
  
  p, li
  {
	color: #000;
	font-family: Arial;
	font-size: 16px;
	line-height: 150%;
  }
  
  a 
  {
	color: #000;
	font-weight: bold;
  }
  
  .noborder
  {
	background: none;
	border: none;
  }
  
  strong, legend, label
  {
	color: #000;
  }
  
  #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.
     */
	background: url('images/bg.jpg') repeat-x #000 top center;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
  }

  #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
  {
	display: none;
    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
  {
	height: 110px;
  }

  #header-inner
  {
	position: relative;
	width: 950px;
  }

  #logo-title
  {
  }

  #logo
  {
    float: left;
	padding-top: 10px;
  }

  #banner
  {
	background: url('images/banner.png') no-repeat;
	height: 380px;
	width: 950px;
  }
  
  #site-name
  {
  }

  #site-slogan
  {
  }

  #header-blocks
  {
    clear: both; /* Clear the logo */
  }

  h1.title
  {
	background: url('images/block-header.png') repeat-x;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	height: 46px;
	letter-spacing: -.5px;
	padding: 7px 0 0 20px;
	
  }
  
  h2.title
  {
	background: url('images/block-header.png') no-repeat;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	height: 46px;
	letter-spacing: -.5px;
	padding: 7px 0 0 10px;
	width: 289px;
  }
  
  .node-inner
  {
	padding: 0px 20px 20px 20px;
  }
  
/** main (container for everything else) **/
  #main
  {

    background: url('images/main-bg.png') repeat;

  }

  #main-inner
  {
	
	
	padding: 10px;
  }

/** content **/
  #content,
  .no-sidebars #content
  {
	background: url('images/content-bg.png') repeat;
    float: left;
    width: 930px;
    margin-left: 0;
	
    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
  {
	background: url('images/content-bg.png') repeat;
	float: left;
    width: 600px;
    margin-left: 0;
  }

  .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
  {
   
  }
  
  p img
  {
	background: #fff;
	padding: 3px;
  }
  
  #content-inner
  {
	/*background: url('images/content-bg.png') repeat;*/
	margin: 10px;
  }
  

/** navbar **/
  #navbar
  {
    background: #ffcc00;
	height: 30px; 
	margin-bottom: 20px;
  }

  .with-navbar #content,
  .with-navbar #sidebar-left,
  .with-navbar #sidebar-right
  {
    
  }

  #navbar-inner
  {
  }

  #search-box
  {
    width: 200px;
    margin-right: -200px; /* Negative value of #search-box's width. */
    float: left;
  }

  #primary
  {
    
  }

  #secondary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #navbar ul /* Primary and secondary links */
  {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  #navbar li /* A simple method to get navbar links to appear in one line. */
  {
	
    float: left;
    padding: 0 20px 0 20px;
  }
  
  #navbar li.active 
  {
	
  }
  
  #navbar li a 
  {
	color: #2e2a07;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #f8e227;
	text-transform: uppercase;
  }
  
  #navbar li a.active, #navbar li a:hover
  {	
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px 1px 0px #000;
  }

  /* 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
  {
	background: url('images/content-bg.png') repeat;
    float: left;
    width: 310px;
    margin-left: 10px;
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
  }

  #sidebar-right-inner
  {
    margin: 0 0 0 0px;
    padding: 10px;
  }

  #sidebar-right table td, #sidebar-right table td p, #sidebar-right table td a
  {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
  }	
  
  #sidebar-right table td strong 
  {
	color: #fff;
  }
  
  #block-block-1 div.content
  {
	padding: 0px 20px 20px 20px;
  }
  
/** footer **/
  #footer
  {
	background: #1b1b1b;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 0px 0px;
	overflow: auto;
	
  }

  #footer-inner
  {
  }

	#poweredbyems a
	{
		color: #fff;
		font-style: normal;
	}
	
	#poweredbyems
	{
		text-align: left;
		padding-left: 20px;
	}
  
/** 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 */

  
  /** contact us form **/

	fieldset 
	{	
		background: none;
		border: none;
		font-family: Arial;
	}	
	
	legend
	{
		font-family: Arial;
		font-size: 24px;
		padding: 0;
		padding-bottom: 10px;
	}
	
	#ems-contact-us-form label
	{
		float: left;
		width: 200px;
	}
	
	#ems-contact-us-form div.description 
	{
		font-size: 12px;
		font-style: italic;
		
		padding-left: 200px;
		padding-top: 5px;
	}
	
	#ems-contact-us-form input
	{
		width: 400px;
	}
	
	html.js .resizable-textarea textarea 
	{
		width: 400px;
	}

	.resizable-textarea .grippie 
	{
		margin-left: 200px;
	}
	
	#ems-contact-us-form #edit-submit
	{
		margin-left: 200px
	}

	#offline .left 
	{ 
	float: left; 
	width: 200px; 
	font-weight: bold;
	}

	#offline .right { float: left; width: 300px; }

	ul.services 
	{
		margin: 0;
		padding: 0;
	}
	
	ul.services li 
	{
		clear: both;
		list-style: none;
		margin-bottom: 10px;
	}
	
	ul.services li img
	{
		background: #fff;
		padding: 3px;
		float: left;
		margin: 0px 20px 20px 0px;
		
	}
	
	
	
	ul.services li ul li 
	{
		list-style: disc;
		margin: 0;
	}
	