@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/background_tube.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0; 
	padding: 0;
	color: #FCE6C9;
}

.twoColLiqLtHdr #containerOuter { 
	width: 800px;  
	margin: 25px 0 0 149px;
} 

.twoColLiqLtHdr #container { 
	text-align: left;
	margin: 10px 0 0 0;
	background: #442417;
} 
.twoColLiqLtHdr #header { 
	padding: 0 10px 0px 130px;  
}

.twoColLiqLtHdr #sidebar1 {
	float: left; 
	width: 200px; 
	background-image: url(images/tipMenu2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 20px 0 70px 0; 
}

#sidebar1 li{
line-height:normal;
margin: 3px 0;
padding:0;
text-indent:0;
font-family:"Times New Roman", Times, serif;

}
#sidebar1 ul{
list-style:none;
margin:0;
padding:0 10px 10px 50px;
}


/*menu*/
#menu{
background-image: url(images/brasstacks.png);
background-repeat: no-repeat;
float:left;
width:100%;
height:100%;
}

#menu a{
color:#150C0C;
display:block;
padding:4px 15px;
text-decoration:none;
white-space:nowrap;
font-family:"Times New Roman", Times, serif;
}

#menu a:hover{
text-decoration:underline;
}

#menu li{
float:left;
line-height:normal;
margin:0;
padding:0;
text-indent:0;
font-weight:bold;
}
#menu ul{
font-size:100%;
list-style:none;
margin:0;
padding:0 20px;
}

.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqLtHdr #mainContent { 
	margin: 0 20px 0 210px; 
	border-left: 1px dotted #FCE6C9;
	padding: 20px;
	background: #442417;
} 

#mainContentHome { 
	margin: 15px 0 20px 0px; 
	padding-top: 10px; 
	background-image: url(images/tipMenu.jpg);
	background-repeat: no-repeat;
	background-position: top left;
} 

#mainContentHome img {margin: 0 20px 20px 30px;
padding: 0;
text-align:center;}

#mainContentHome h1,#mainContentHome h2,#mainContentHome p {
	margin-left: 10px;
	padding: 10px 10px 0 30px;
}

#mainContentHome ol,#mainContentHome ul {
	margin: 0 30px;
	}

#footer { 
	padding: 0 10px 10px 10px; 
	background:#442417;
	margin-bottom: 10px;
} 

#footer td {font-size: .7em;
	color: #FCE6C9;
	}
	
#footer a {color: #FFA824}

#footer a:hover {color: #FFA824}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	color: #feeb9c;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: .85em;
}

p, li, td {font-family:Arial, Helvetica, sans-serif;
font-size: .85em;}

a{
color: #FFA824;
}

a:hover{
color: #FFA824;
}

img {border: 0;}

#thumbs {height: 430px;
	padding: 5px 0 0 20px;}

#thumbs img {padding: 0px 0px 5px 5px;}

#thumbs_overflow {height: 430px;
	padding: 5px 0 0 20px;
	overflow:scroll;}

#thumbs_overflow img {padding: 0px 0px 1px 1px;}

.citation {font-size: .65em;
		font-style:italic;
		text-align:right
		}
.slideshow {font-size: .75em;
		padding: 0;
		marging: 0;}
		
.grid {
	padding: 0;
	margin: 0;
	width:100%;
	border: 0;
}

.padleft {padding: 0 0 10px 15px}