/* Events Style Sheet */

  #nav .nav-events {
    background-position:100px;
	}

  #two-column {
    height:666px;
	}
  #two-column .left-rail {
    height:666px;
	background: url('../images/newsletter-left-rail-bg.jpg') no-repeat top;
	}
  #two-column .left-rail #info {
    width:144px;
	position:absolute;
	margin-left:22px;
	margin-top:40px;
	}
  #two-column .left-rail #info #box {
    width:120px;
	font-family:Arial;
	font-size:9pt;
	color:#A09A8B;
	padding:8px 12px;
	position:absolute;
    }
  #two-column .left-rail #info #box .name {
    font-size:11pt;
	color:#6991A6;
    }
  #two-column .left-rail #info #box .phone {
    font-size:10.5pt;
	font-weight:bold;
	}
  
  #two-column .events {
    height:602px;
	background: url('../images/events-bg.jpg') no-repeat top;
	}
  #two-column #main-content #lists {
    width:546px;
	position:absolute;
	}
  #two-column #main-content #lists #list {
    width:546px;
	float:left;
	margin:0 0 18px 0;
	}
  #two-column #main-content #lists #list ul {
    font-family: Arial;
	font-size:10pt;
	color:#464646;
	}
  #two-column #main-content #lists #list ul li {
    list-style:none;
	background: url('../images/gray-asterisk.gif') no-repeat top left;
	padding:0 0 2px 10px;
	}
  #two-column #main-content #lists #list ul .header {
    font-size:12pt;
	color:#6991A6;
	background: none;
	padding:0 0 2px 0;
	}
  
