/* Specify blanket rules for all elements */
body {
	background-image:url(images/page-bg-image.gif);
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:"Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 120%;
	margin:0;
	padding:0;
	}
	
/* Rules for Links */
a {

	text-decoration: none;
	color:#4C2432;

}



a:hover {

	border-bottom: 1px solid #4C2432;

}

/* Rules for headings */
h1 {
	font-size:150%;
	font-weight:bold;
	color:#4C2432;
	margin:0;
	}

h2 {
	font-size:180%;
	font-weight:bold;
	color:#4C2432
	}

h3 {
	font-size:100%;
	font-weight:bold;
	color:#4C2432;
	}

/*Default paragraph styles */
p {
	font-size:100%;
	line-height:150%;
	}

.sitebyblue {
	font-size:80%;
	color:#4C2432;
	text-align:center;
	}
	
	
/* masthead */
#masthead {
	background: url(images/header-bg.gif) repeat-x;
	height: 146px;
	padding: 0;
	margin: 0;
	}
	
#header-container {
	width:1024px;
	margin:0 auto 0 auto;
	}

#header-container h1 {
	text-align:center;
	font-size:120%;
	margin:0;
	padding:13px;
	line-height:170%;
	}
	
#sflogo-float {
	float:left;
	margin: 0 auto 0 auto;
	padding: 10px;
	}
	
#menu {
	margin: 17px 0 0 40%;
	width: 567px;
	}

ul#nav {
	margin:0;
	padding:0;
	list-style:none;
	width: 567px;
	height: 37px;
	}

ul#nav li {
	float:left;
	clear:right;
	}

a#home:hover, a#services:hover, a#resources:hover, a#contact:hover {
	background-position: bottom left;
	}

a#home {
	display:block;
	height:37px;
	width:143px;
	background: url(images/home-roll.gif) top left;
	background-repeat: no-repeat;
	}

a#services {
	display:block;
	height:37px;
	width:132px;
	background: url(images/services-roll.gif) top left;
	background-repeat:no-repeat;
	}

a#resources {
	display:block;
	height:37px;
	width:139px;
	background: url(images/resources-roll.gif) top left;
	background-repeat: no-repeat;
	}
	
a#contact {
	display:block;
	height:37px;
	width:153px;
	background: url(images/contact-roll.gif) top left;
	background-repeat: no-repeat;
	}

/* Container for all page content */
#container {
	margin:0 auto 0 auto;
	width:1024px;
	}

* html #container {
	height: 100%;
}

/* Main Content */
#non-white {
	margin:0;
	padding:22px;
	}

#non-white h2 {
	line-height:0;
	}

#non-white p {
	margin:0;
	padding:5px;
	}

#main-content {
	background:url(images/content-bgSF.gif) no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	border:1px solid #4C2432;
	margin: 0 2% 0 auto;
	padding:0;
	}

#main-content h2 {
	font-size:110%;
	padding:0px 15px 0px 15px;
	line-height:100%;
	}
	
#main-content p {
	padding:0px 35% 15px 15px;
	}

#main-content ul {
	padding-bottom:15px;
	}
	
.backtotop {
	font-size:70%;
	color:#4C2432;
	font-style:italic;
	}
	
/* Resources Page */
#resources-mc {
	background:url(images/content-bgSF.gif) no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	border:1px solid #4C2432;
	margin: 0 auto 0 auto;
	padding:0;
	}
	
#resources-mc p {
	padding:0;
	margin:5px auto 30px auto;
	font-size:90%;
	line-height:100%;
	text-align:center;
	}

#resources-container {
	margin:0 auto 0 auto;
	width:800px;
	}

#resources-mc h1 {
	color:#FFFFFF;
	background-color:#4C2432;
	text-align:center;
	line-height:100%;
	padding:10px 20% 5px 20%;
	}
	
#resources-mc h3 {
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding:0;
	margin:0;
	}

/* Contact Page */
#contact-mc {
	background:url(images/content-bgSF.gif) no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	border:1px solid #4C2432;
	margin: 0 auto 0 auto;
	padding:0;
	}

#contact-mc p {
	padding:0;
	margin:5px auto 30px auto;
	font-size:90%;
	line-height:130%;
	text-align:center;
	}
	
#contact-mc h1 {
	text-align:center;
	line-height:100%;
	padding:10px 20% 5px 20%;
	}

	
/* Sidebar */
#sidebar {
	width:260px;
	background-color:#4C2432;
	margin:0 47px 0 15px;
	float:right;
	height:100%;
	}

#scott-float {
	margin: 8px 4px 5px 4px;
	text-align:center;
	}

.sidebar-h1 {
	font-size:140%;
	font-weight:bold;
	text-align:center;
	color:#CBB676;
	margin-bottom: 0;
	}
	
#sidebar a {
	color:#FFFFFF;
	font-size:110%;
	font-weight:bold;
	text-decoration:none;
	}

#sidebar a:hover {
	border-bottom: 1px solid #FFFFFF;
	}

.sidebar-text {
	color:#FFFFFF;
	padding: 0 10px 0 10px;
	font-size:90%;
	text-align:left;
	margin:0 10px 0 10px;
	}

.sidebar-links {
	color:#FFFFFF;
	font-size:90%;
	text-align:center;
	line-height:200%;
	}

.spacer {
	height:1px;
	line-height:0px;
	font-size:0;
	clear:both;
	}
	
/* Footer */
#footer {
	margin:0 auto 0 auto;
	width:1024px;
	}

#footer h3 {
	text-align:center;
	padding: 10px;
	}
	



	

	

