
/* 
 * Alexis Savage Layout Stylesheet
 */ 

html {
	padding: 0;
	margin: 0;
}

body {
	margin: 10px;
	background: #bbb;
	color: white;
	text-align: center;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
}

#outer {
	text-align: left;
	width: 840px;
	margin: auto;
	background: white;
	margin-top: 5px;
}

#border {
	border: 2px solid #b0b0b0;
}

p.resource {
	background: red;
}

#hdr1, #hdr2, #hdr3, #hdr4, #hdr5, #hdr6 {
	height: 270px;
	width: 836px;
}

#hdr1 {
	background: #FEDC00 url("images/banner_1.jpg") no-repeat;
}

#hdr2 {
	background: #6CB800 url("images/banner_2.jpg") no-repeat;
}

#hdr3 {
	background: #8B9231 url("images/banner_3.jpg") no-repeat;
}

#hdr4 {
	background: #939BFB url("images/banner_4.jpg") no-repeat;
}

#hdr5 {
	background: #5B85C6 url("images/banner_6.jpg") no-repeat;
}

#hdr6 {
	background: #8B9231 url("images/banner_7.jpg") no-repeat;
}


#styleswitcher a {
	color: white;
	padding: 5px;
	text-decoration: none;
}


#styleswitcher a#idea1a {
	text-decoration: underline;
}

#navigation {
	padding: 237px 0 0 0;
	height: 10px;
	color: white;
	border-width: 1px 0 1px 0;
	font-size: 100%;
}

#navigation ul {
	padding: 0;
	margin: 0;
	color: white;
}

#navigation ul li {
	display: inline;
	color: black;
	font-weight: bold;
	margin: 0;
	padding: 0 12px 0 12px;
}

#navigation ul li a {
	color: black;
	text-decoration: none;
}

#navigation ul li a:visited {
	color: black;
}

#navigation ul li a:hover {
	color: gray;
}

#navigation ul li a#current {
	text-decoration: underline;
}

#navigation ul li a#current:hover {
	color: black;
}

#ftr ul {
	padding: 5px 0 5px 0;
	margin: 0;
	color: #303030;
}

#ftr ul li {
	display: inline;
	color: #303030;
	margin: 0;
	padding: 0 10px 0 10px;
}

#ftr ul li a {
	color: #303030;
	text-decoration: none;
}

#ftr ul li a:visited {
	color: #303030;
}

#ftr ul li a:hover {
	color: #303030;
}

#ftr ul li a#current {
	text-decoration: underline;
	color: #303030;
}

#ftr ul li a#current:hover {
	color: #303030;
}


#bodyblock {
	position: relative;
	background: white url('images/samples/SunflowerIllustration.gif') no-repeat;
	background: white;
	color: white; 
	width: 800px; 
	padding: 0; 
	margin:0;
	min-height: 250px;
	height: 250px;
}

div[id] #bodyblock {
	height: auto;
}
 
/*
#l-col {
	float: left;
	background: white;
	color: white;
	width: 100px;
	padding: 0;
	margin: 0;
}
*/

#cont {
	width: 800px;
	color: #404040;
	text-align: left;
	margin: 0;
	padding: 20px 0 0 0;
}

#ftr {
	height: 25px;
	background: #bbb;
	color: #303030;
	margin: 0;
	padding: 10px 0 10px 0;
}

p {
	margin: 0 100px 0 180px;
	padding: 0 0 10px 0;
	line-height: 1.4;
	font-size: 120%;
}

p a {
	color: #6B93AF;
}

h1 {
	margin: 0 0 0 0px;
	color: gray;
	height: 65px;
	width: 655px;
}

h3 {
	margin: 10px 0 10px 180px;
	padding: 0;
	color: #444;

}

h1#Contact {
	background: url("images/Contact-sig.gif") no-repeat;
}

h1#Hypnotherapy {
	background: url("images/Hypnotherapist-sig.gif") no-repeat;
}

h1#HelpWith {
	background: url("images/HelpsWith-sig.gif") no-repeat;
}

h1#Welcome {
	background: url("images/Welcome-sig.gif") no-repeat;
}

h1#AboutMe {
	background: url("images/AboutMe-sig.gif") no-repeat;
}

h1#Bereavement {
	background: url("images/Bereavement-sig.gif") no-repeat;
}