/* Troop 110 Stylesheet */

/*~  Default styles
----------------------------------------------------------------------*/
* {margin: 0; padding: 0;}
body {text-align: center;}
table {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	border: none;
}
td {
	text-align: left;
	vertical-align: top;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: none;
	vertical-align: middle;
}
h1 {
	font: bold 210% Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-transform: uppercase;
	padding-top: 0.5em;
}
h2 {
	font: bold 95% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
}
h3  {
	font: bold 75% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: uppercase;
}
h4 {
	background: #fc6;
	font-size: 100%;
	padding: 0.5em;
}
h4 img {
	vertical-align: middle;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
h5 {
	font-size: 95%;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 1em;
}
ul {list-style: none;}
ul img {
	vertical-align: middle;
}
p {padding: 0.5em 1em;}


/*~ Default Pseudo-Styles for Links -- will be defined more in sections
-------------------------------------------------------------*/
a {font-weight: bold; text-decoration: none;}
a:hover, a:focus {text-decoration: underline;}


/*~ Header Section -- same look on the main and sub level pages
-------------------------------------------------------------*/
.ltgreen {
	color: #000;
	background: #9c3 url(images/2col_lg_map_with_compassSM.jpg) no-repeat right top;
	padding: 0em 1em 0em 0.5em;
	height: 121px;
} 
.ltgreen img {
	float: left;
	padding-right: 0.5em;
	padding-left: 0em;
	padding-top: 0em;
}
.ltgreen p {
	clear: none;
	font: 80% Tahoma, "Arial Narrow", sans-serif;
	padding-top: 1em;
}

/*~ Navigation Section -- same look on the main and sub level pages
-------------------------------------------------------------*/
.nav {
	padding: 2em 2em 1em 3em;
}
.nav ul li {padding-bottom: 1em;}
.nav ul img {
	vertical-align: top;
}
.nav a {color: #000;}
.nav a:hover, .nav a:focus {color: #1f6797;}
.rtpic {
	background: #fff url(images/kiddingaround2.jpg) no-repeat right top;
}

/*~ Content Section -- same look on the main and sub level pages
-------------------------------------------------------------*/
#leftpic {
	background: #1f6797 url(images/bald-eagle-flightSM.jpg) no-repeat left top;
	height: 205px;
	width: 250px;
	color: #fff;
}
#leftpic ul {
	font-weight: bold;
	padding-top: 140px;
	padding-left: 75px;
	font-size: 115%;
}
#leftpic ul li {
	padding-bottom: 4px;
}
td#news {
	border-right: 1px solid #fc6;
}
td#events {
	border-left: 1px solid #fc6;
}
td#events img {
	vertical-align: middle;
}

/*~ Footer Section -- same look on the main and sub level pages
-------------------------------------------------------------*/
.dkgreen {
	color: #fff;
	background: #030;
	padding: .5em 1em;
	font-size: 70%;
}
.dkgreen img {
	vertical-align: middle;
}

/*~  Shared styles -- used throughout site
----------------------------------------------------------------------*/
.center {text-align: center;}
.bold {font-weight: bold;}
.header {background: #fc6;}
.smaller {
	font-size: 90%;
}
