﻿body {
	margin: 0;
	font: 12px/1.5em "Trebuchet MS", Verdana, Arial;
	color: #333;
}

  html, body {
    border: 0;
    padding: 0;
	margin: 0;    
    width: 650px;
  }

#outer_content {
	margin: 0;
	background: transparent url(../images/bgs/outer_content_bk.jpg) no-repeat bottom right;
	width: 650px;
	
}


#content {
	min-height: 300px;
	/*background: transparent url(../images/bgs/content_bk.jpg) no-repeat top left;*/
	width: 650px;
	margin: 0;
	padding:0;
	
}

/* 	=text
---------------------------------------------------------------*/

p {
    text-align: left;
	padding: 0 42px 0 42px;
	clear: left;
	font: 12px/20px "Trebuchet MS", Verdana, Arial;
  }

h1, h2, h3, h4, h5 {
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 .5em .5em .5em;
	padding: 10px 42px 0 30px;
}

h1 {
	display: inline;
	width: 650px;
	float: left;
	padding: 0 0 0 19px;
	margin: 16px 0 0px 19px;
	color: #036;
	font-size: 20px;
	letter-spacing: 1px;
}

#content h1 {
	padding: 3px 0 16px 58px;
	margin: 43px 0 0 0;
	color: #003366;
}

h2 {
	color: #BE5427;
	font-size:1.3em;
}

h3 { 
	font-size: 1.1em;
	color: #996600;
	
}

h4 {
	font-size: 1em;
	
	font-weight: normal;
	color: #990000;
	}
	
h5 {
	font-size: 1.0em;
	
	font-weight: bold;
	}
	
h6 {
	font-size: 0.8em;
	
	font-weight: bold;
	}

/* =lists
--------------------------------------------------------*/

.maincol dl, .maincol ol 
{
	/*list-style: none;*/
   	margin-left: 1em;
	padding-left: 0; /* must set both for crossbrowser indentation */
}

.maincol ul{
	/*list-style: none;*/
   	margin-left: 1em;
	padding-left: 0; /* must set both for crossbrowser indentation */
	list-style: square;
}

#content ul  {
	clear: both;
	padding: 0 60px 0 60px; 0;
}

#content ol {
	padding-left: 80px;
}



/* links 
----------------------------------------------------------*/

 a:link, a:visited{
	color: #003366;
	/* color: #0000FF; link clr_bak */
	
	text-decoration: none;
	/*border-bottom: 1px dotted #8B4D32;*/
}

a:hover, a:active {
	color: #0000FF;
	background-color: #DDEEFF;
	}

/* =tables	
----------------------------------------------------------*/



table{
	width: 550px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse:collapse;
	margin: 0 50px 0 50px;
}

 td, th{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

th{
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.landingphoto
{
    width: 600px;
    height: 400px;
    border: 0px;
    padding: 0;
    margin: 0;
}


/* imgs

------------------------------------------------------*/

.img_btm_right {    
    float: right;
    padding: 10px 50px 0;
    margin: 0;
}

/* bg images for content area 

------------------------------------------------------*/

.bgabout {
}
.bgattractions {
}
.bgevents {
}
.bgimages{
}
.bgmaps {
}
.bgstory {
}
.bgsummer{
}
.bgwinter {
}

/* famous idahoans */


li span{
	font-weight:bold;
	color: #003366;
}


.welcome img{
	border:1px solid #999;
	margin:5px;
	padding:3px;
}

    
/* generics

------------------------------------------------------*/

.clear {
	clear: both;
}

