@charset "UTF-8";

html { overflow-y:scroll; }

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 */
	background-color:#e2c78a;
}

#container {
	width: 1080px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height: 101%;
	background-color:#FFFFFF;
}

#inner {
	width: 980px;
	float:left;
	text-align:left;
	border-left: 50px #FFFFFF solid;
	border-right: 50px #FFFFFF solid;
	background-color: #FFFFFF;
	padding-bottom: 50px;
	}

#switcher {
	width: 269px;
	padding: 33px 0 0 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	float:left;
	}

#switcher h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	text-align:left;
	line-height:1.5;
	}

#switcher input {
	margin-top: 7px;
	}

#header {
	width: 927px;
	padding: 20px 37px 0 16px;
	height: 98px;
	}

#menu {
	width: 606px;
	height: 47px;
	margin: 51px 36px 0 0;
	text-align:left;
	float:left;
	padding:0px;
	}

#submenu {
	display:block;
	float:left;
	width: 390px;
	padding-bottom: 10px;
	}

#logo {
	width: 270px;
	height: 80px;
	padding: 0 0 18px 0;
	float: right;
	}

#mainbox {
	width: 906px;
	padding: 33px;
	border: 4px #da9964 solid;
	background-color:#e2c78a;
	background-image:url(images/background-1.png);
	background-repeat:repeat-x;
	float: left;
}

#mainbox-love {
	width: 906px;
	padding: 33px;
	border: 4px #da9964 solid;
	background-color:#efca7f;
	background-image:url(images/love-lives-here-background.png);
	background-repeat:repeat-x;
	float: left;
}

#content {
	width: 619px;
	float: left;
	padding-right: 18px;
}

#col1 {
	width: 282px;
	padding-right: 18px;
	float: left;
	}
	
#col2 {
	width: 619px;
	padding-right: 18px;
	float: left;
	}	

#flavor1 {
	width: 269px;
	height: 281px;
	border: 4px #da9964 solid;
	float: right;
	margin:0 0 20px 20px;
}

#doc {
	width: 208px;
	height: 255px;
	float:right;
	padding-left: 22px;
	margin:0;
}

.flavor2 {
	width: 200px;
	height: 205px;
	border: 4px #da9964 solid;
	margin: 0 0 0 20px;
	}

.flavor3 {
	float:right;
	margin: 0 0 20px 20px;
	}

#secondary {
	width: 269px;
	float:right;
}

#lovebox {
	width: 227px;
	padding: 26px 17px 17px 17px;
	margin-bottom: 33px;
	border: 4px #da9964 solid;
	background-color:#f0cc81;
	background-image:url(images/lovebox-background.png);
	background-repeat:repeat-x;
	float: left;
}

#lovebox img {
	padding-bottom:10px;
	}

#newsletter {
	width: 269px;
	padding: 20px 0 0 0 ;
	background-image:url(images/newsletter-top.png);
	background-position: top left;
	background-repeat:no-repeat;
	float: left;
}

#newsletter p {
	width: 235px;
	padding: 3px 17px 3px 17px;
	background-color:#da9964;
	float: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

#newsletter div {
	background-image:url(images/newsletter-bottom.png);
	background-position: top left;
	background-repeat:no-repeat;
	float: left;
	width: 269px;
	height: 20px;
}


#footer {
	float:left;
	width: 906px;
	padding: 17px 37px;
	text-align:right; 
	}	





/* text stylings */	
		
p, label {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	font-weight:normal;
	line-height: 1.3em;
	padding-bottom:10px;
	color:#000;
	margin: 0px;
	text-align:left;
	}

#footer p {
	text-align:right;
}

p.question {
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 14px;
	font-weight:bold;
	}	

p.answer {
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.3em;
	font-size: 13px;
	font-style:italic;
	padding: 3px 0 10px 24px;
	}	

p.readmore {
	padding-bottom:10px;
	border-bottom: 2px #da9964 solid;
	margin-bottom: 10px;
}

ul {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	font-weight:normal;
	line-height:14px;
	padding:10px 10px 10px 48px;
	color:#000;
	margin: 0px;
	text-align:left;
	line-height: 1.3em;
	}
	
ul li {
	padding-bottom: 5px;
	list-style-image:url(images/star.gif);
}


form {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	font-weight:normal;
	line-height:1.9;
	padding:0px 17px;
	color:#000000;
	margin: 0px;
	text-align:left;
	background-color:#da9964;
	}

input {
	margin-bottom: 5px;
	}

a {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	color:#000000;
	margin: 0px;
	color:#000;
	}	

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	font-weight:normal;
	color:#9F8972;
	margin: 0;
	display:inline;
	text-decoration:none;
	text-align:right;
	}

#footer a:hover {
	color:#000000;
	}

h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	font-weight:bold;
	line-height:1.2;
	padding:10px 0px 8px 0px;
	color:#000000;
	margin: 0px;
	text-align:left;
	}

h1.center {
	text-align:center;
	}

h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	padding-bottom:3px;
	color:#000000;
	margin: 0px 0px 3px 0px;
	text-align:left;
	}		

h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	font-weight:bold;
	line-height:1.5;
	padding-bottom:8px;
	color:#000000;
	text-align:left;
	margin: 0px;
	}	

h4 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:12px;
	font-weight:bold;
	line-height:1.5;
	padding:5px 0px;
	color:#000000;
	text-align:left;
	margin: 0px;
	}			
		

	
.center {
	text-align:center;
	}
	
blockquote {
	padding: 24px;
	margin: 0 0 24px 0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.3;
	font-style: italic;
	border: 1px #da9964 solid;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius:7px;
	behaviour:url(js/border-radius.htc);	
	width: 290px;
	display:block;
	}	

.callout {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	border-top: 2px #da9964 solid;
	border-bottom: 2px #da9964 solid;
	padding: 24px;
	margin: 0 0 24px 0;
	font-weight:bold;
	font-style: italic;
	display:block;
	float:left;
	width:80%;
	}

.callout a {
	font-weight:bold;
	}


blockquote.small {
	width: 220px;
	}
	
img {
	border: 0 none;
	}	


#care {
	padding:6px 0 0 0;
	margin:0;
	position:relative;
	}

ul#care li {
	list-style-type:none;
	list-style-image:none;
	}

ul#care li a {
	width: 185px;
	height: 21px;
	display:block;
	padding: 0 0 12px 0;
	}

ul#care li.personal a {
	background-image:url(images/personal-care-up.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	}

ul#care li.personal a:hover {
	background-image:url(images/personal-care-over.png);
	text-indent:-9999px;
	}

ul#care li.personal a.current {
	background-image:url(images/personal-care-over.png);
	text-indent:-9999px;
	}


ul#care li.spiritual a  {
	background-image:url(images/spiritual-care-up.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	}

ul#care li.spiritual a:hover {
	background-image:url(images/spiritual-care-over.png);
	text-indent:-9999px;
	}

ul#care li.spiritual a.current {
	background-image:url(images/spiritual-care-over.png);
	text-indent:-9999px;
	}

ul#care li.compassionate a {
	background-image:url(images/compassionate-care-up.png);
	background-repeat:no-repeat;
	text-indent:-9999px;
	}

ul#care li.compassionate a:hover {
	background-image:url(images/compassionate-care-over.png);
	text-indent:-9999px;
	}
	


.right {
	float: right;
}

#submenu1 {
	width: 390px;
	height: 86px;
	display:block;	
	margin-bottom: 5px;
}

#submenu1short {
	width: 390px;
	height: 43px;
	margin-bottom: 5px;
}

.short {
	height:43px;
	}

#submenu2 {
	width: 619px;
	height: 43px;
}

ul.submenu {
	padding:0;
	margin: 0;
	position:relative;
	width:400px;
	display:block;
	}

ul.submenu li {
	list-style-type:none;
	display:inline;
	float: left;
	/*
	border-left: 1px #000 dotted;
	*/
	margin: 0 7px 7px 0;
	}

/*
.last {
	border-right: 1px #000 dotted;
	}
*/
ul.submenu li a {
	display:block;
	color: #666;
	height:25px;
	padding: 3px 10px;
	font-size:14px;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	line-height:2;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius:7px; 
	border: 1px #da9964 solid;
	}

ul.submenu li a:hover {
	color: #000;
	background-color:#da9964;
	}
	
.bottom-margin {
	margin-bottom: 33px;
	}

/* Top Menu with Sliding doors */


 
ul#menuback {
	list-style: none;
	width: 606px;
	height: 47px;
	background:url(images/menu-background.gif) no-repeat;
	padding:0;
	margin:0;
}

ul#menuback li {
	display: block;
	float: left;
	padding:0;
	margin:0;
	}

ul#menuback li.shutter1 {
	width: 76px;
	height: 47px;
	padding:0;
	margin:0;
	}

ul#menuback li.shutter2 {
	width: 94px;
	height: 47px;
	padding:0;
	margin:0;
	}

ul#menuback li.shutter3 {
	width: 109px;
	height: 47px;
	padding:0;
	margin:0;
	}

ul#menuback li.shutter4 {
	width: 64px;
	height: 47px;
	padding:0;
	margin:0;
	}

ul#menuback li.shutter5 {
	width: 68px;
	height: 47px;
	padding:0;
	margin:0;
	}

ul#menuback li.shutter6 {
	width: 102px;
	height: 47px;
	padding:0;
	margin:0;
	}

ul#menuback li.shutter7 {
	width: 93px;
	height: 47px;
	padding:0;
	margin:0;
	}


ul#menuback li#shutter1 {
	background:url(images/MENU-BUTTONS.gif) no-repeat;
}
ul#menuback li#shutter2 {
	background:url(images/MENU-BUTTONS.gif) no-repeat;
}
ul#menuback li#shutter3 {
	background:url(images/MENU-BUTTONS.gif) no-repeat;
}
ul#menuback li#shutter4 {
	background:url(images/MENU-BUTTONS.gif) no-repeat;
}
ul#menuback li#shutter5 {
	background:url(images/MENU-BUTTONS.gif) no-repeat;
}
ul#menuback li#shutter6 {
	background:url(images/MENU-BUTTONS.gif) no-repeat;
}
ul#menuback li#shutter7 {
	background:url(images/MENU-BUTTONS.gif) no-repeat;
}

a.link1 {
	width: 76px;
	height: 47px;
	display: block;
	text-indent: -9999px;
}

a.link2 {
	width: 94px;
	height: 47px;
	display: block;
	text-indent: -9999px;
}

a.link3 {
	width: 109px;
	height: 47px;
	display: block;
	text-indent: -9999px;
}

a.link4 {
	width: 64px;
	height: 47px;
	display: block;
	text-indent: -9999px;
}

a.link5 {
	width: 68px;
	height: 47px;
	display: block;
	text-indent: -9999px;
}

a.link6 {
	width: 102px;
	height: 47px;
	display: block;
	text-indent: -9999px;
}

a.link7 {
	width: 93px;
	height: 47px;
	display: block;
	text-indent: -9999px;
}

ul#menuback a.link1.selected {
	background-image:url(images/MENU-SELECT.gif);
	background-position: 0 0;
}	

ul#menuback a.link2.selected {
	background-image:url(images/MENU-SELECT.gif);
	background-position: -76px 0;
}	

ul#menuback a.link3.selected {
	background-image:url(images/MENU-SELECT.gif);
	background-position: -170px 0;
}	

ul#menuback a.link4.selected {
	background-image:url(images/MENU-SELECT.gif);
	background-position: -279px 0;
}	

ul#menuback a.link5.selected {
	background-image:url(images/MENU-SELECT.gif);
	background-position: -343px 0;
}	

ul#menuback a.link6.selected {
	background-image:url(images/MENU-SELECT.gif);
	background-position: -411px 0;
}	

ul#menuback a.link7.selected {
	background-image:url(images/MENU-SELECT.gif);
	background-position: -513px 0;
}	

.input {
    border: 1px solid #999;
    background:#BBB;
	padding: 2px 6px;
	margin-right: 10px;
	cursor:pointer;
	}

.white {
    border: 1px solid #999;
    background:#FFF;
	padding: 2px 6px;
	margin-right: 10px;
	cursor:pointer;
	}


.border {
	border: 4px #da9964 solid;
	}
	
#newsletter p.smaller {
	font-size:14px;
	font-weight:normal;
	}

.padding-left {
	padding-left:20px;
	}

#microphone {
	padding: 0 0 20px 75px;
	background:url(images/1279635605_microphone_72.png) top left no-repeat;
	}
	
.padright {
	padding-right:10px;
	}