/** OTW stylesheet
	S
*/

body {
	/* padding-left: 50%; */
	margin: 0;
	padding: 0;
	background-color: #094218;
	font-family: Verdana, Geneva, sans-serif;
	font-size: smaller;
	line-height: 1.5em;
}

#frame {
	/* Main container has white bg and bg pic. Container holds columnMain,
	   sidebar, nav and footer.
	*/
	position: relative;
	border: 1px solid black;
	background-image: url(../images/shelterWebHeader.jpg);
	width: 780px; /* need to contain white */
	margin: 10px auto 10px auto;
	text-align: left;
	background-color: #FDF6EB;
	background-repeat: no-repeat;
	background-position: top right;
}

#columnMain {
	/* Main content
	   Positioning relative to frame
	*/
	float: left;
	margin-left: 20px;
	margin-top: 90px;
	width: 570px;
	padding-left: 0px;
	padding-top: 0px;
	/* border: 1px solid red; */
}

#sidebar {
	float: right;
	/* margin-top: 100px; */
	padding: 0 5px 5px 5px;
	width: 140px;
	background-image: url(../../OTW/images/verticalFade.jpg) no-repeat;
	clear: right;
	margin: 10px 6px 10px 5px;
	background-color: #E6F5FF;
	border: 1px solid #939598;
}

div#sidebar img.vert { /* vertical fade line goes on left */
	position: absolute;
	margin-left: -5px;
	margin-top: 3px;
}
.homePhoto {
	float: right;
	margin-left: 5px;
}

div#sidebar img.center { /* center sidebar picturesw */
	text-align: center;
}


#frame #nav p a {
	font-weight: bolder;
	text-decoration: none;
	color: #3E5600;
	text-align: center;
}
#frame #nav p a:hover {
	color: #000;
	background-color: #FDF8EF;
}
#frame #sidebar p {
	text-align: left;
}
#frame #nav p a:visited {
	color: #006EA8;
}
#frame #nav p a:active {
	color: #006EA8;
}

#nav{
	float: left;
	top:0;
	left: 30px;
	width: 160px;
	text-align: center; /* for the graphic - align links to override */
	/* padding-right: 1em; */
	padding-bottom: 20px;
	margin-top: 0px;
	padding-top: 60px;
	;
	height: 500px;
	/* background-color: #9DB450;*/
	background: url(../images/OTWlogo.jpg) top left no-repeat;
}
#frame #columnMain #sidebar h1 {
	font-size: 100%;
	color: #B55F2E;
	font-style: oblique;
	line-height: 1.2em;
	margin-bottom: -.8em;
}
#frame #columnMain #sidebar p {
	line-height: 1em;
}
.topSuperhead {
	font-size: 175%;
	color: #939598;
	margin-bottom: -.3em;
	font-style: oblique;
	font-weight: 100;
}

#footer {
	clear: both; /* clears the floats and appears below them */
	padding-bottom: 1em;
	border-top: 1px solid #939598;
	text-align: left;
	margin-left: 180px;
	width: 590px;
	color: #939598;
	font-weight: bold;
}
#frame #footer h1 {
	color: #939598;
	font-size: 110%;
	letter-spacing: 0.05em;
	margin-bottom: -1.1em;
	margin-top: 0;
}
#frame #footer p {
	font-weight: normal;
}
h1 {
	color: #923A00;
	font-size: 200%;
	line-height: 1.1em;
	font-style: oblique;
}
h2 {
	color: #A43400;
	font-size: 130%;
	line-height: 1.1em;
	margin-bottom: -0.7em;
}
h3 {
	color: #E25F00;
	font-size: 115%;
	line-height: 1.1em;
	margin-bottom: -0.9em;
}
.emphasis {
	font-style: italic;
	font-weight: bold;
	color: #256EA8;
	font-size: 105%;
}
