/* colours 
yellow:	 ffffcc
brown:   694135
oranges: e69f09, f9c108, f7d708
		 e6af3c, f9d250, f7e360
		 e6cb91, f9e8b2, f7eb9d
purples: bfbfff, acace5, a3a3d9, 9999cc, 7c7ccc, 4a4acc
*/

body {
	margin:0;
	background:#e6cb91;
	color:#000;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a:link, a:visited {
	 color:#009; 
}
a:hover {
	 color:#990000;
}
#wrapper {
	position:absolute;
	z-index:2;
	top:6.1em;
	left:48%;
	width:44.3em;
	margin:0 0 0 -29.6em;
	min-height:35em;
	text-align:left;
	padding:0em 4em 4em 4em;
	border:#694135 .1em solid;
	font-size:1em;
	word-spacing:1px;
	line-height:1.25em;
	background:#FFF;
}
#name {
	position:absolute;
	top:.5em;
	z-index:1;
	padding-bottom:.25em;
	left:48%;
	width:49.7em;
	margin:0 0 0 -14.7em;
}
#sunflower {
	position:absolute;
	left:48%;
	bottom:-3.4em;
	margin:0 0 0 -2.5em;
}
/* navigation */
#mainNav {
	position:fixed;
	z-index:1;
	top:7.6em;
	left:48%;
	width:13em;
	margin:0 0 0 28.5em;
	font-size:.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	word-spacing:1px;
}

/* homepage */
#collage {
	position:absolute;
	z-index:3;top:-1px;
	padding:0;
	left:-1px;
	margin:0;
	border:#694135 .1em solid;
}
#homewrapper {
	padding-top:11em;
}
#tophome {
	font-size:1.3em;
	padding-bottom:1em;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
#lefthome {
	width:15.5em;
	text-align:left;
}
#sunflowerhome {
	margin:-13.5em 0 0 17.5em;
}
#righthome {
	width:15.5em;
	margin:-11.5em 0 0 28em;
	text-align:left;
}
#IEroot #righthome {
	width:15.5em;
	margin:-10.9em 0 0 28em;
	text-align:left;
}

#bottomhome {
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	padding:2em 0 0 0;
}

/* Staff Bio & Photos */

#imgMoniet2 {
	border:#000 2px solid;
	margin:.75em 2em 1em 0;
}
#IEroot #imgMoniet2 {
	margin:.75em 1.75em 1em 0;
}
#imagMallu {
	border:#000 2px solid;
	margin:.3em 0 1em 1.5em;
}
#imgRaichura {
	 border:#000 2px solid;
	 margin:1em 2em 1em 0;
}
#IEroot #imgRaichura {
	 margin:.75em 1.75em 1em 0;
}
#imgRobin {
	border:#000 2px solid;
	margin:-1em 1.75em 0 0;
}
#bioRobin {
	padding:.25em 0 .25em 0;
}
#imgVikki {
	border:#000 2px solid;
	margin:-3em .5em 0 1.5em;
}
#imgTina {
	border:#000 2px solid;
	margin:-2.75em 1.75em 0 0;
}
#bioTina {
	padding:2em 0 0 0;
}
#imgAnnika {
	border:#000 2px solid;
	margin:-4em 0 0 1.5em;
}
#bioAnnika {
	padding:4em 0 .25em 0;
}

/* Other Photos */
#imgVHC {
	border:#000 2px solid;
	margin:.5em 2em 0 0;
}
#IEroot #imgVHC {
	margin:1em 1.75em 0 0;
}
#imgMoniet2 {
	border:#000 2px solid;
	margin:1em 1.75em .5em 0;
}
#IEroot #imgMoniet2 {
	margin:1.25em 1.75em 1em 0;
}

/* Emergency Contact Page*/
#emerg1map {
	margin:2em 2em 0 0;
	float:left;
}
#emergency1 {
	margin-top:1.9em;
}
#emerg2map {
	clear:both;
	float:left;
	margin:2em 2em 2em 0;
}
#emergency2 {
	margin-top:16.5em;
}
#IEroot #emergency2 {
	margin-top:2.2em;
}

/* Hours Page*/
#hourswrapper {
	padding:1em 4em 0 4em;
	margin-left:0em;
}
#lefthours {
	width:11em;
	margin-left:0em;
}
#centerhours {
	width:100px;
	margin:-9em 0 0 14.5em;
	border:#000 thin solid;
}
#righthours {
	width:11em;
	margin:-9.8em 0 0 25.5em;
}

/* Start scalable CSS buttons fom David's Kitchen:
http://monc.se/kitchen/59/scalable-css-buttons-using-png-and-background-colors/
minior edits by Tracey Holinka */
.btn {
	display:block;
	position:relative;
	padding:5px;
	float:left;
	color:#fff;
	text-decoration:underline;
	cursor:pointer;
}
.btn * {
	font-style:normal;
	background-image:url(../images/btn1.png);
	background-repeat:no-repeat;
	display:block;
	position:relative;
}
.btn i {
	background-position:top left;
	position:absolute;
	margin-bottom:-5px;
	top:0;
	left:0;
	width:5px;
	height:5px;
}
.btn span {
	background-position:bottom left;
	left:-5px;
	padding:0 0 5px 10px;
	margin-bottom:-5px;
}
.btn span i {
	background-position:bottom right;
	margin-bottom:0;
	position:absolute;
	left:100%;
	width:10px;
	height:100%;
	top:0;
}
.btn span span {
	background-position:top right;
	position:absolute;
	right:-10px;
	margin-left:10px;
	top:-5px;
	height:0;
}
.btn.off {
	background:#4A4Acc url(../images/shade.png);
	width:12em;
	color:#ffffcc
}
.btn.on {
	background:#FFF;
	text-decoration:none;
	color:#4A4Acc;
	width:12em;
}
.btn.offSub {
	background:#9999cc;
	width:11em;
	color:#ffffcc
}
.btn.onSub {
	background:#FFF;
	text-decoration:none;
	color:#4A4Acc;
	width:11em;
}
.btn:hover {
	background:#FFF;
	background-image:none;
	color:#4A4Acc;
}
.btn:active {
	background-color:#FFF;
}
.btn[class] {
	background-position:bottom;
	padding:5px;
	margin: 0;
}
/* End scalable CSS button */

#titlePrint {
	display:none;
	visibility:hidden;
}
#print {
	position:absolute;
	padding-left:2em;
	top:.5em;
	margin-top:1.5em;
	right:2em;
	font-size:.8em;
	width:7.1em;
	background:url(../images/print.png) no-repeat;
}

#imageRight {
	border:#000 2px solid;
	margin:.5em 2em 1em 0;
}
#IEroot #imageRight {
	margin:1.5em 1.75em 1em 0;
}
#imageLeft {
	border:#000 2px solid;
	margin:.3em 0 1em 1.5em;
}

/* tags */
h2 {
	color:#e69f09;
	font-size:1.5em;
	text-align:center;
	padding:1em 0 .5em 0;
	line-height:1.5em;
}
h3 {
	color:#e69f09;
	font-size:1.1em;
	padding-top:1em;
}
ul {
	line-height:1.4em;
}

img {
	border:none;
	}
