/*  
Theme Name: It's Happening Here!
Theme URI: 
Description: 
Author: T.H. Creations, Inc.
Author URI: http://www.thcreations.com

	It's Happening Here!

*/

/* IHH - Main Style Sheet */

/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */


/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */

/*/*/a{}
html {
 font-family: verdana, arial, tahoma, sans-serif;
 margin:0;
 padding: 20px 0 0 0;
 font-size:x-small;
 voice-family:"\"}\"";
 voice-family:inherit;
 font-size:small;

}
html>body {
 font-size:small;
 background : #000000;
}
/* */ 



#container {
  width: 778px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #000000;
}

#header {
  background : #ffffff;
  background-repeat : no-repeat;
  height : 125px;
  margin : 0;
  border-bottom: 1px solid #000000;
}

#header #logo {
  height: 72px;
  width: 381px;
  background: url(im/laihh_logo_flat.gif) no-repeat;
  float: left;
  margin: 25px 0 0 25px;
}

#header #logo h1 a {
  display:block;
  height: 72px;
  width: 381px;
}

#header #logo h1 a span {
  position:absolute;
  left:-2000px;
}

#header #search {
  float: right;
  margin: 0;
  padding: 0 15px 0 0;
}

* html #header #search {
  position: relative;
  margin-top: -6px;
  padding: 0 15px 0 0;
  top: 48px;
  right:0px;
}

/* NAVIGATION STARTS */

#nav {
background: #F8D788;
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
margin: 0;
padding: 0 0 25px 20px;
border-bottom: 1px solid #000000;

}
	
#nav ul {
padding: 0;
margin: 0;
list-style: none;
 }
  
#nav li {
float: left;
position: relative;
padding:0 0 10px 0;
color: #901b41;
font-weight: bold;
}

#nav li a {
display:block;
padding:5px 25px 8px 5px;
color: #901b41;
text-decoration: none;
}

#nav li a:hover {
color: #0169B2;
}

#nav ul li ul{
  margin:0;
  padding:0; 
  border: 1px solid;
  font-color: #ffffff;
  width:20em;
 }
 
#nav ul li ul li {
margin:0;
padding:0;
}

*html #nav ul li ul{
margin-top: 25px;
 }
 
#nav ul li ul li a{
margin:0;
display: block;
color: #0169B2;
text-decoration: none;
}

* html #nav ul li ul li a{
height : 1%;
}

#nav ul li ul li a:hover {
color: #901b41;
background: #ffffff;
}

* html #nav ul li ul{
  width:21em;
}

#nav ul li ul li{
  float:none;
  margin:0;
  background: #F8D788;
  border-bottom : 1px solid #0169B2;
}

#nav ul li ul {
display: none;
position: absolute; 
background : #000000;
top: 0;
left: 0;
}

#nav ul li > ul {
top: auto;
left: auto;
}

#nav ul li:hover ul, #nav ul li.over ul { 
display: block;
}


/* NAVIGATION ENDS */

#content a {
text-decoration: underline;
}

#content a:hover {
text-decoration: none;
}

#content img {
  margin:10px;
}

#images_top {
margin:0;
padding:0;
width: 778px;
height: 100px;
background:transparent url(im/outdoor-pics-top.jpg) no-repeat; 
border-bottom: 1px solid #000000;
}

#home #images_top {
margin:0;
padding:0;
height:0;
background:transparent; 
border-bottom: 1px solid #000000;
}

#images_top img {
margin-bottom:-3px;
margin-top:-1px;
padding:0;
border-bottom: 1px solid #000000;
}

*html #images_top {
margin-top:-9px;
}

#where_ur {
background: #ffffff;
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
margin: 0;
padding: 5px 0 7px 20px;
border-bottom: 1px solid #000000;
}

#where_ur p{
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
margin: 0;
padding: 7px 0 7px 0;
line-height : 0;
color: #000000;
}

#where_ur .current{
color: #0169B2;  
}

#where_ur a {
color : #901B41;
}

#where_ur a:hover {
color : #F8D788;
text-decoration: underline;
}

#where_ur a:visited {
color : #901B41;
}

div.clearer {
 clear: both;
 line-height: 0px;
 height: 0;
 overflow:hidden;
}

#subnav {
width: 778px;
}

#subnav img {
border: 1px solid #000000;
margin: 5px 10px 10px 35px;
}

p a {
text-decoration : underline;
color : #0169B2;
}

p a:hover {
text-decoration : underline;
color : #333333;
}


/* CONTENT STARTS */

#content {
padding: 0 40px 20px 40px;
}

#content p {
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
margin: 0;
padding : 0 0 20px 0;
line-height : 18px;
}

#content #search {
margin: 0;
padding: 0;
}

* html #content #search {
float:none;
}

#content li {
line-height : 18px;
}

#content h1 {
font-family: Verdana, Arial, Helvetica;
font-size: 24px;
padding : 10px 0 10px 0;
}

#content h2 {
font-family: Verdana, Arial, Helvetica;
font-size: 22px;
padding : 10px 0 10px 0;
}

#content h3 {
font-family: Verdana, Arial, Helvetica;
font-size: 18px;
padding : 10px 0 10px 0;
}

#content blockquote {
padding : 15px;
}

#quick_facts #content blockquote {
padding : 25px;
background : #F8D788;
border : 1px dashed #E4B239;
}

#about #content blockquote {
padding : 25px;
background : #E5EDFD;
border : 1px dashed #000000;
}

/* CONTENT ENDS */

#content-scholar {
background : #adc385;
border-bottom : 1px solid #000000;
padding :0 20px 20px 20px;
}

#content-scholar h1 {
color : #8b1f3b;
font-size: 22px;
padding : 10px 0 10px 0;
}

#content-scholar h2 {
font-family: "Times New Roman",Verdana, Arial, Helvetica;
color : #395703;
letter-spacing : 5px;
font-size: 22px;
padding : 5px 0 5px 0;
margin : 5px 0 15px 0;
border-bottom : 1px solid #88891c;
}

#in-scholar {
width :90%;
padding : 15px;
text-align :center;
border : 1px dashed #395703;
background : #ebfccd;
}

#in-scholar hr {
color : #88891c;
height :1px;
}

#in-scholar img {
border : 1px solid #000000;
margin :20px 20px 0 20px;
}

#in-scholar td.center {
text-align :center;
margin : 0 auto;
}

#in-scholar li {
font-weight: normal;
margin-left: 0;
padding-right :45px ;
list-style: none;
display: inline;
}

#in-scholar a {
color : #8c0336;
font-weight :normal;
text-decoration : underline;
}

#in-scholar a:hover {
color : #0a6898;
font-weight :normal;
text-decoration : none;
}


/* INDIVIDUAL PAGES */


/* HOME */

body#home {
background : #901B41;
}

#home #images_top{
  border-bottom: 1px solid #CCCCCC;
}

#home #flash{
  margin:0;
  padding:0;
  border-bottom:1px solid #000;
}

#home h1 {
font-family: Verdana, Arial, Helvetica;
font-size: 26px;
}

#home h2 {
font-family: Verdana, Arial, Helvetica;
font-size: 16px;
}

#home a {
color: #000066;
text-decoration : underline;
}

#home a:hover {
color: #0169B2;
}

#home .excerpt {
padding : 15px;
margin-bottom: 20px;
background : #C0DCEF;
border : 1px dashed #333333;
}

#home #container{
background : #cccccc;
padding-bottom:10px;
}

#home #content_home h1 a {
color: #ffffff;
}

#leftside {
float: left;
width: 182px;
padding: 10px 0 0 5px;
}

* html #leftside {
padding-right: 10px;
}

#leftside img {
margin: 0 0 18px 0;
}

* html #leftside img {
margin: 0 0 19px 0;
}

#rightside {
background : #E4B239 url(im/main-center-bkg.jpg) repeat-x;
width: 571px;
float: right;
margin: 10px 10px 10px 0;
}

*html #rightside {
margin: 10px 5px 0 0;
}

#topedge {
background: url(im/home-top-main.gif) no-repeat;
height:14px;
margin-bottom : -2px;
padding-bottom : -2px;
}

* html #topedge {
margin-bottom : -4px;
padding-bottom : -4px;
}

#middle {
background : #E4B239 url(im/main-center-bkg.jpg) repeat-x;
padding: 0 0 0 10px;
}

#bottomedge {
background : url(im/home-bottom-main.gif) no-repeat;
height: 14px;
}

* html #bottomedge {
margin-bottom : -2px;
padding-bottom : -2px;
}

#top10bkg {
width: 228px;
float: left;
}

#top10bkg ol li{
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
font-weight: bold;
color : #666666;
padding : 0 10px 5px 0;
}

#top10bkg p{
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
color : #000000;
padding : 0 10px 15px 10px;
line-height : 12px;
}

#top10bkg img {
padding: 50px 0 0 0;
}

* html #top10bkg img {
padding: 36px 0 0 0;
}

#details {
padding: 10px 10px 0 10px;
}

#top10top {
background : url(im/top10top.gif) no-repeat;
height: 13px;
}

#top10bkg h2 {
font-family: Verdana, Arial, Helvetica;
font-size: 26px;
}

#top10bkg h3 {
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
padding : 0 10px 0 10px;
}

#rightside #top10bkg h1 a {
color : #ffffff;
font-size: 26px;
}

#rightside #top10bkg h1 a:hover {
color : #ffffff;
font-size: 26px;
}

#rightside #top10bkg h2 a {
color : #ffffff;
}

#rightside #top10bkg h2 a:hover {
color : #ffffff;
}

#top10bkg a {
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
color : #666666;
text-decoration: none;
}

#top10bkg a:hover {
font-family: Verdana, Arial, Helvetica;
font-size: 12px;
color : #ffffff;
text-decoration: underline;
}



#top10bkg p a {
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
text-decoration: none;
}

#top10bkg p a:hover {
font-family: Verdana, Arial, Helvetica;
font-size: 10px;
text-decoration: none;
}

#rightmain {
width: 303px;
float: right;
padding: 0 10px 15px 10px;
}

#rightmain img {
margin: 0 0 10px 0;
}

#timeline {
float : left;
padding-top: 2px;
}

/* #dev_projects_topedge {
padding-top : 15px;
background: url(im/development-projects-top-edge.gif) no-repeat;
background-position : bottom;
height:14px;
margin-bottom : -2px;
padding-bottom : -2px;
}

#dev_projects{
background-color : #F8D788;
background-image : url(im/development-projects-bkg.jpg);
background-repeat : no-repeat;
background-position : bottom;
margin-bottom: 13px;
padding-bottom: 13px;
}

*/

#scholarship-top {
background: url(im/scholarship-top.gif) no-repeat;
background-position : bottom;
height:14px;
margin-bottom : -2px;
padding-bottom : -2px;
}

#scholarship{
margin-top:-50px;
margin-bottom: 13px;
padding-bottom: 13px;
}

*html #scholarship{
margin-top:-36px;
margin-bottom: 11px;
padding-bottom: 11px;
}

#scholarship-bottom {
background: url(im/scholarship-bottom.gif) no-repeat;
height:14px;
margin-top : -26px;
padding-top : -26px;
}


/*#rightside #top10bkg #dev_projects h2 {
font-size : 17px;
color : #000033;
}

#rightside #top10bkg #dev_projects h2 a {
font-size : 17px;
color : #000033;
}

#rightside #top10bkg #dev_projects h2  a:hover {
font-size : 17px;
color : #ffffff;
text-decoration : none;
}



#dev_projects_bottomedge {
background: url(im/development-projects-bottom.gif) no-repeat;
height:14px;
margin-top : -13px;
padding-top : -13px;
}

*/

*html .dev_list {
list-style : none;
margin : 0 5px 40px 5px;
padding : 0 5px 40px 5px;
}

#featured_topedge {
background: url(im/featured-top-edge.gif) no-repeat;
height:14px;
margin-bottom : -2px;
padding-bottom : -2px;
}

*html #featured_topedge {
margin-bottom : -4px;
padding-bottom : -4px;
}

#featured {
background: #9EC7A3;
}

#featured p {
padding : 0 10px 10px 10px;
}

#featured_bottom {
background: url(im/featured-bottom-edge.gif) no-repeat;
height:14px;
margin-bottom : -2px;
padding-bottom : -2px;
margin-bottom: 14px;
}

#featured img {
border : 1px solid #000000;
}

#maineiacs_colisee {
width: 303px;
height: 136px;
padding-bottom:15px;
}

* html #maineiacs_colisee {
padding-bottom:5px;
}

#maineiacs_home {
float:left;
margin-right:-5px;
padding-right:-5px;
width: 152px;
height: 136px;
}

#colisee {
float:right;
width: 152px;
height: 136px;
}

#dyk_topedge {
background: url(im/dyk-top-edge.gif) no-repeat;
height:14px;
margin-bottom : -2px;
padding-bottom : -2px;
}

*html #dyk_topedge {
margin-bottom : -4px;
padding-bottom : -4px;
}

#dyk {
background : #A6B8DC url(im/dyk-question-mark.gif) no-repeat;
background-position : right top;
}



#dyk p {
padding :0 60px 10px 10px;
font-weight: bold;
font-size: 10px;
}

#dyk_bottomedge {
background: url(im/dyk-bottom-edge.gif) no-repeat;
height:14px;
margin-bottom : -2px;
padding-bottom : -2px;
margin-bottom: 14px;
}



#inns {
float : right;
padding-top: 2px;
}

#news_topedge {
padding-top : 15px;
background: url(im/news-top-edge.gif) no-repeat;
background-position : bottom;
height:14px;
margin-bottom : -2px;
padding-bottom : -2px;
}

#news {
background-color : #3F6179;
background-image : url(im/news-pic-bkg.jpg);
background-repeat : no-repeat;
background-position : bottom right;
margin-bottom: 13px;
padding-bottom: 13px;
}

#news ul li {
padding-bottom: 10px;
}

#rightside #top10bkg #news h2 {
font-size : 17px;
color : #CAE2F3;
}

#rightside #top10bkg #news h2 a {
font-size : 17px;
color : #CAE2F3;
}

#rightside #top10bkg #news h2  a:hover {
font-size : 17px;
color : #ffffff;
text-decoration : none;
}

#news_bottomedge {
background: url(im/news-bottom-edge.jpg) no-repeat;
height:14px;
margin-top : -13px;
padding-top : -13px;
}

#press_topedge {
background: url(im/press-top-edge.gif) no-repeat;
background-position : bottom;
height:14px;
margin-bottom : -2px;
padding-bottom : -2px;
}

#press {
background-color : #ffffff;
}

#press ul li {
padding-bottom: 10px;
}

#press_bottomedge {
background: url(im/press-bottom-edge.gif) no-repeat;
height:14px;
margin-top : -13px;
padding-top : -13px;
}

#rightside h1 {
font-family: Verdana, Arial, Helvetica;
font-size: 28px;
color : #ffffff;
padding : 0 0 10px 10px;
}

#rightside h2 {
font-family: Verdana, Arial, Helvetica;
font-size: 14px;
color : #000000;
padding : 0 0 10px 10px;
}

#dyk h1 {
font-size: 26px;
color : #000033;
}

#featured h1 {
font-size: 26px;
color : #900F64;
}

#footer_home_box {
background: #ffffff;
width: 765px;
margin-left: 4px;
}

#footer_home_top {
background: url(im/footer_home_top.gif) no-repeat;
height:11px;
margin-bottom : -2px;
padding-bottom : -2px;
}

*html #footer_home_top {
margin-bottom : -4px;
padding-bottom : -4px;
}

#footer_home {
text-align : center;
height: 100px;
width: 765px;
}

#th_home {
text-align :center;
padding: 10px 10px 10px 10px;
float :left;
width : 350px;
}

#on_home {
text-align :center;
padding: 10px 10px 10px 10px;
float :right;
width : 350px;
}

#footer_home_bottom {
background: url(im/footer_home_bottom.gif) no-repeat;
height:11px;
margin-bottom : -2px;
padding-bottom : -2px;
}

*html #footer_home_bottom {
margin-bottom : -5px;
padding-bottom : -2px;
}

/* MAINEiacs Corner */


/* LIVE HAPPENINGS */

#events #images_top {
  width:778px;
  height:100px;
  background:transparent url(im/events-top-pics.jpg) no-repeat;  
}

#events #content h1 {
font-family: Verdana, Arial, Helvetica;
font-size: 26px;
color : #ffffff;
padding : 10px 0 10px 0;
}

#events #content h3 {
color : #0169B2;
}

#events #content img {
margin: 25px 25px 25px 0;
}

* html #events #content img {
margin: 10px;
}

#events #container {
padding:0;
background : #000000;
border: 1px solid #0169B2;
}

#events #subnav {
width: 778px;
}

#events #subnav img {
margin: 5px 10px 10px 35px;
}

body#events {
background: #445059;
}

#events #content {
padding : 10px;
}

#events #content ol li{
padding-bottom : 15px;
}

#events #content ul li{
color : #003399;
} 

#events #content a {
font-weight : bold;
text-decoration : underline;
color : #0169B2;
}

#events #content a:hover {
text-decoration : none;
color : #ffffff;
}

#calendar {
  color:#000;
  float:left;
  width:210px;
  margin-top:40px;
  margin-left:30px;
  font-size:13px;
}

#calendar td {
  font-weight:bold;
  background-color:#000000;
  text-align:center;
}

#calendar td.exp {
  color:#666;
}

#calendar .calendar-month {
  color:#ffffff;
  font-size:18px;
  padding: 5px;
}

#events #calendar td.linked-day a:link, #events #calendar td.linked-day a:visited {
  display:block;
  padding:5px;
  background-color:#CCCC99;
  color:#000099;
  text-decoration:none;
}

#events #calendar td.exp a:link, #events #calendar td.exp a:visited {
  background-color:#999;
}

*html #events #calendar td.linked-day a {
  height:1%;
}

#events #calendar td.linked-day a:hover {
  background-color:#FFFF33;
  color:#990000;
}

#calendar td.no-link, #calendar th {
  background-color:#CCC;
  padding:5px;
}

#calendar th {
  background-color:#CCCC99;
  color:#993333;
}

#events #calendar .calendar-month a:link, #events #calendar .calendar-month a:visited {
  color:#ffffff;
  text-decoration:none;
  font-size:20px;
}

#thin {
padding:10px;
width:480px;
float:left;
}

#events #content #thin p {
padding: 0 10px 10px 10px;
}

#events #container #thin h3 {
color: #AFD2EB;
padding-bottom: 5px;
clear:both;
}

#events #container #thin h3 a {
text-decoration : underline;
}

#events #content #thin img {
margin: 0 20px 25px 0;
}

#events #container #footer-0 {
visibility:hidden;
}

.meta {
  border:1px dashed #FFFFFF;
  font-size:11px;
  margin-bottom:20px;
}

#events #container #content .meta ul {
  padding:7px;
  list-style-type:none;
  background-color:#CCC;
  margin:0;
  color:#000;
}

#events #container #content .meta ul li {
  color:#901B41;
}

#events #container #content .meta ul li a:hover {

}

#events #container #content ul.list {  
  list-style-type:none;
  margin:0;
  padding:0;
  border:1px dashed #FFF;
}

#events #container #content ul.list li {
  background-color:#EDEDED;
}

#events #container #content ul.list li.alt {  
  background-color:#DFDFBC;
}

#events #container #content ul.list li a:link, #events #container #content ul.list li a:visited {
  text-decoration:none;
  display:block;
  padding:7px 7px 7px 10px;
  color:#000;
  font-size:11px;
}

#events #container #content ul.list li a strong {
  color:#0169B2;
  text-decoration:underline;
  font-size:14px;
  font-weight:normal;
}

#events #container #content ul.list li a:hover {
  background-color:#CCCC99;
}

#events #container #tags {
width : 210px;
background-color : #CCCC99;
border : 1px solid #ffffff;
margin-top : 15px;
padding:0px;
}

#events #container #tags h3 {
padding : 5px 10px 5px 10px;
color : #901B41;
}

#events #container #tags ul {
color : #0169B2;
margin: 0;
padding: 0;
text-indent: 10px;
list-style : none;
}

#events #container #tags ul li {
width: 210px;

color : #0169B2;
}

#events #container #tags ul li a {
display : block;
margin-top:1px;
background: #ffffff;
color : #0169B2;
text-decoration : none;
}

* html #events #container #tags ul li a {
height : 1%;
}

#events #container #tags ul li a:hover {
background-color : #CCCC99;
color : #901B41;
}

/* Venues */

#events #container #venues {
width : 210px;
background-color : #CCCC99;
border : 1px solid #ffffff;
margin-top : 15px;
padding:0px;
}

#events #container #venues h3 {
padding : 5px 10px 5px 10px;
color : #901B41;
}

#events #container #venues ul {
color : #0169B2;
margin: 0;
padding: 0;
list-style : none;
}

#events #container #venues ul li {
background: #ffffff;
color : #0169B2;
}

#events #container #venues ul li a {
display : block; 
padding : 5px 5px 5px 10px;
margin-top : 1px;
color : #0169B2;
text-decoration : none;
}

* html #events #container #venues ul li a {
height:1%;
}

#events #container #venues ul li a:hover {
display : block; 
background : #CCCC99;
color : #901B41;
}

#events #footer {
width : 778px;
padding-bottom: 15px;
padding-top: 25px;
background:transparent url(im/events-bottom-pic.jpg) no-repeat; 
}

#events p {
color : #ffffff;
}

#events #footer p {
color : #ffffff;
}





/* OUTDOORS IN L-A */

#outdoors #images_top {
  width:778px;
  height:100px;
  background:transparent url(im/outdoor-pics-top.jpg) no-repeat;  
}

#outdoors #content h1 {
font-family: Verdana, Arial, Helvetica;
font-size: 24px;
color : #003366;
padding : 10px 0 10px 0;
}

#outdoors #content h3 {
color : #003366;
}

#outdoors #content img {
border: 1px solid #000000;
margin: 5px 25px 25px 0;
}

#outdoors #container {
background : #AFC8D5;
}

#outdoors #subnav {
width: 778px;
}

#outdoors #subnav img {
border: 1px solid #000000;
margin: 5px 10px 10px 35px;
}

#outdoors #content img {
border: 1px solid #000000;
margin: 5px 15px 5px 15px;
}

body#outdoors {
background: #901B41;
}

#outdoors #content ol li{
padding-bottom : 15px;
}

#outdoors #content ul li{
color : #003399;
} 

#outdoors #content a {
text-decoration : underline;
color : #003399;
}

#outdoors #content a:hover {
text-decoration : none;
color : #ffffff;
}


/* Restaurant SECTION */

#cuisine_form {
  margin-top:0;
  padding-top:0;
}

#cuisine_form fieldset {
  margin:10px;
}

#cuisine_form legend {
  font-weight:bold;
}

#cuisine_form input#submit {
  margin-left:10px;
  padding:2px;
}

#outdoors #container #content #rest_nav {
  float:right;
  font-size:.9em;
  margin-top:2em;
}

#outdoors #container #content .rest_results img {
  float:left;
  margin:4px 10px 5px 0;
  padding:0;
}

#outdoors #container #content ul.rest_results  {
  list-style-type:none;
  margin-left:0;
  padding-left:0;
  border-top:1px dashed #5E97B5;
  border-left:1px dashed #5E97B5;
  border-right:1px dashed #5E97B5;
  background:#B9D0DC;
}

#outdoors #container #content ul.rest_results li {
  clear:both;
  margin-left:0;
  padding:20px;
  border-bottom:1px dashed #5E97B5;
  color:#000;
  line-height:1.2em;
}

#outdoors #container #content ul.rest_results li.alt {
  background:#C0D7E3;
}

#outdoors #container #content ul.rest_results li strong.title {
  font-size:1.2em;
  display:block;
  padding:0;
}

#outdoors #container #content ul.rest_results li strong.title a {
  text-decoration:underline;
}

#outdoors #container #content ul.rest_results li small {
  color:#333;
}

/* MAINEiacs Corner */

body#maineiacs {
background : #FD5F09;  
}

#maineiacs #container {
width : 778px;
margin : 0 auto;
background : #000066;
}

#maineiacs #header #logo {
height : 124px;
width : 473px;
background: url(im/laihh_logo_maineiacs.gif) no-repeat;
float: left;
margin: 0;
}

#maineiacs #header #search {
float: right;
margin-top: -15px;
padding: 0 15px 0 0;
}

* html #maineiacs #header #search {
position: relative;
margin-top: -6px;
padding: 0 15px 0 0;
top: 48px;
right:0px;
}

#maineiacs #content img {
border : 1px dashed #ffffff;
}

#maineiacs #content p {
color : #ffffff;
}

#maineiacs #content h1 {
color : #FD5F09;
}

#maineiacs #content h2 {
color : #FD5F09;
}

#maineiacs #content h3 {
color : #FD5F09;
}

#maineiacs #content hr {
color : #ffffff;
}

#maineiacs #content ul {
list-style : none;
}

#maineiacs #content a {
color : #ffffff;
text-decoration : underline;
}

#maineiacs #content a:hover {
color : #FD5F09;
text-decoration : none;
}

#maineiacs #content blockquote {
margin: 15px;
padding : 25px;
background : #474798;
border : 1px dashed #ffffff;
}

#maineiacs #content blockquote p {
font-size : 11px;
font-weight : normal;
line-height : 20px;
}

#maineiacs #footer p {
color : #ffffff;
}

#maineiacs #footer a {
color : #FD5F09;
text-decoration : underline;
}

#maineiacs #footer a:hover {
color : #ffffff;
text-decoration : none;
}


/* NEWS SECTION */

#la_news #container {
background: url(im/news_bkg.jpg) repeat-y #cccccc;
}

#la_news #content {
background: url(im/news_bkg.jpg) repeat-y #cccccc;
}

#la_news #images_top {
  width:778px;
  height:100px;
  background:transparent url(im/development-projects-pics-t.gif) no-repeat;  
}

#la_news #content h1 {
font-family: Verdana, Arial, Helvetica;
font-size: 24px;
color : #333333;
padding : 10px;

}

* html #la_news #content h1 {
padding : 10px;
margin: 10px;
}

#la_news #content h2 {
font-family: Verdana, Arial, Helvetica;
font-size: 21px;
color : #901B41;
padding : 10px;
text-shadow: 5px #000000;
}

#la_news #content p {
font-family : Verdana, Arial, Helvetica;
font-size : 12px;
}

hr {
color: #000000;
}

#la_news #content img {
border: 1px solid #000000;
margin: 5px 10px 10px 10px;
}



#la_news #subnav {
width: 778px;
}

#la_news #subnav img {
border: 1px solid #000000;
margin: 5px 10px 10px 35px;
}

body#la_news {
background: #0169B2;
}

#la_news #content a {
text-decoration : underline;
color : #003366;
}

#la_news #content a:hover {
text-decoration : none;
color : #666600;
}



/* QUICK FACTS SECTION */

#quick_facts #images_top {
  width:778px;
  height:100px;
  background:transparent url(im/outdoor-pics-top.jpg) no-repeat;  
}

#quick_facts #content h1 {
color : #552C08;
}

#quick_facts #content h2 {
color : #552C08;
}

#quick_facts #content h3 {
color : #552C08;
}



#quick_facts #container {
background : #B3895C;
}

#quick_facts #subnav {
width: 778px;
}

#quick_facts #subnav img {
border: 1px solid #000000;
margin: 5px 10px 10px 35px;
}

body#quick_facts {
background: #B55B03;
}

#quick_facts #content ol li{
padding-bottom : 15px;
}

#quick_facts #content ul li{
color : #6F3400;
} 

#quick_facts #content img {
border: 1px solid #000000;
margin: 5px 15px 5px 15px;
}

#quick_facts #content a {
text-decoration : underline;
color : #6F3400;
}

#quick_facts #content a:hover {
text-decoration : none;
color : #ffffcc;
}

/* About Section */

body#about {
background: #0169B2;
}

#about #images_top {
  width:778px;
  height:100px;
  background:transparent url(im/outdoor-pics-top.jpg) no-repeat;  
}

#about #content h1 {
color : #000066;
}

#about #content h2 {
color : #0169B2;
}

#about #content h3 {
color : #552C08;
}

#about #where_ur {
background: #F8D788;
}

#about #container {
background : #ffffff;
}

#about #subnav {
width: 778px;
}

#about #subnav img {
border: 1px solid #000000;
margin: 5px 10px 10px 35px;
}



#about #content ol li{
padding-bottom : 15px;
}

#about #content ul li{
color : #000066;
margin-bottom : 5px;
} 

#about #content img {
border: 1px solid #000000;
margin: 5px 15px 5px 15px;
}

#about #content a {
font-weight : bold;
text-decoration : underline;
color : #901b41;
}

#about #content a:hover {
font-weight : bold;
text-decoration : none;
color : #000066;
}

fieldset{
font-family: Verdana, Arial, Helvetica;
padding: 10px;
}

.event {
clear: both;
}

.related {
 clear: both;
}

#footer {
width : 778px;
padding-bottom: 15px;
padding-top: 25px;
}

#footer p{
line-height : 25px;
}

.dev_list ul li{
padding:-10;
margin:-10;
}

.dev_list {
list-style : none;
margin : 0 5px 40px 5px;
padding : 0 5px 40px 5px;
}

#dev_projects .dev_list a {
text-decoration : underline;
color : #000000;
}

.news_list ul li {
list-style : none;
padding:-10;
margin:-10;
}

.news_list {
list-style : none;
margin : 0 5px 40px 5px;
padding : 0 5px 40px 5px;
}

.press_list ul li {
list-style : none;
padding:-10;
margin:-10;
}

#news .news_list a {
color : #ffffff;
text-decoration : underline;
}

.press_list {
list-style : none;
margin : 0 5px 10px 5px;
padding : 0 5px 10px 5px;
}

.center {
text-align:center;
margin-top: 15px;
}

#rightmain #press .press_list a {
font-size : 12px;
color : #000000;
}

#rightmain #press .press_list  a:hover {
font-size : 12px;
color : #000066;
text-decoration : none;
}

#rightmain #featured h1 {
font-size : 26px;
color : #791B73;
}

#rightmain #featured h1 a {
font-size : 26px;
color : #791B73;
}

#rightmain #featured h1  a:hover {
font-size : 26px;
color : #ffffff;
text-decoration : none;
}

#rightmain #featured h3 {
padding : 0 10px 10px 10px;
font-size : 14px;
color : #000066;
}

#rightmain #featured h3 a {
font-size : 14px;
color : #000066;
}

#rightmain #featured h3  a:hover {
font-size : 14px;
color : #ffffff;
text-decoration : none;
}

#rightmain #press h2 {
padding : 0 10px 10px 10px;
font-size : 18px;
color : #A20000;
}

#rightmain #press h2 a {
font-size : 18px;
color : #A20000;
}

#rightmain #press h2  a:hover {
font-size : 18px;
color : #E4B239;
text-decoration : none;
}


