@charset "UTF-8";
/* CSS styles for www.saintjohnmilton.org created by Danny N. Schweers, www.w2mw.com, October, 2009 */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 88%;
	background-color: #f8ce74;
	background-image: url(images/background2000px_4.jpg);
	background-repeat: no-repeat;
}
h1 {
	font-family: Candara, Verdana, sans-serif;
	font-size: 2em;
	color: #C00;
}
h2 {
	font-family: Candara, Verdana, sans-serif;
	font-size: 1.2em;
	color: #06C;
}
h3 {
	font-size: 1.2em;
	color: #C00;
	font-family: Candara, Verdana, sans-serif;
	margin-bottom: -0.7em;
}
h4 {
	font-size: 1.2em;
	color: #C00;
	font-family: Candara, Verdana, sans-serif;
}
h5 {
	font-size: 1em;
	color: #06C;
}
.twoColFixLtHdr #container {
	width: 700px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #000;
	background-image: url(images/background700px.jpg);
} 
.twoColFixLtHdr #splash {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	background-image: url(images/bellevueSunset5_700px.jpg);
} 
.twoColFixLtHdr #header {
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	margin-left: 1px;
	font-size: 0.88em;
}
#sidebar1 ul {
	margin: 0;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A79279;
}
#sidebar1 li {
	margin: 0px;
	list-style-type: none;
	text-align: left;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A79279;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#sidebar1 a:link, #sidebar1 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#550500;
	text-decoration: none;
	font-weight: normal;
	display: block;
}
#sidebar1 a:hover, #sidebar1 a:focus, #sidebar1 a:active {
	color: #FFFFFF;
	background-color: #600;
}
.twoColFixLtHdr #splash .sidebarSplash {
	width: 130px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-left: 1px;
	font-size: 0.88em;
}
#splash .sidebarSplash ul {
	margin: 0;
	padding: 0;
}
#splash .sidebarSplash li {
	margin: 0px;
	list-style-type: none;
	text-align: left;
	text-decoration: none;
	padding: 4px 10px 2px 10px;
}
#splash .sidebarSplash a:link, #splash .sidebarSplash a:visited {
	font-family: Candara, Verdana, sans-serif;
	font-size: 1em;
	color:#900;
	background-color: #FFF;
	text-decoration: none;
	font-weight: normal;
	display: block;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#splash .sidebarSplash a:hover, #splash .sidebarSplash a:focus, #splash .sidebarSplash a:active {
	color: #FFF;
	background-color: #900;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.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;
}
.small_italic { font-size: 0.8em; font-style: italic; }

