/* layoutstyles.css */

/* Universal style rule */
*{
  margin: 0;
  padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
  	background-image: url(images/bgrn.jpg);
	background-repeat: repeat-x;
}

#wrapper{
  width: 864px;
  /* Put 20px margin above the wrapper */
  /* Set right and left to auto for centering */
  margin: 0px auto;
}

/********** Major layout divisions **********/
#branding{
  /* For absolutely-positioned hyperlinks */
  position:relative;
  background-image:url(images/logo-pink.jpg);
  background-repeat:no-repeat;
  width:864px;
  height: 140px;
  margin-left:1px;
}

/** branding division hyperlinks **/
#branding a{
  /* Postions are set in tags in layout.htm */
  position:absolute;
  text-decoration:none;
  color:#000;

}

#branding a:link, #branding a:visited{
  color:#000;
}

#branding a:hover{
  color:#0f0;
}
#branding a:active{
  color:#1bb498;
}

/* Fixes the mysterious image gap */
#branding img{
  display:block;
}

#leftcolumn2{
  /* Remember, content and navbar left margin must match this width */
  width:12em;
  float:left;
}

/* Navbar division */
#navbar{
  /* Left margin must match leftcolumn width */
  /*  margin-left:220px; */
  background: url(images/menuback.jpg) repeat-x center;
  height:2.35em;
  border-right:#000 thin solid;
}

/* Remove bullets from ul in the navbar */
#navbar ul{
  list-style-type:none;
}

/* List items in the navbar */
#navbar li{
  float:left;
  /* Required for drop-down menus */
  position:relative;
  
}

/* Applies to navbar links, unvisited and visited */
#navbar a,
#navbar a:link,
#navbar a:visited{
  text-decoration:none;
  font-family:Verdana, Geneva, Arial, Sans-Serif;
  font-size:80%;
  color:#000;
  background: url(images/menuback.jpg) repeat-x center;
  display:block;
  height:2.4em;
  width:7em;
  border-right: solid 1px #ddd;
  line-height:2.4em;
  text-align:center;
  outline-style:none;
  padding-top: 5px;
}

/* Navbar hover, active, and current page links */
#navbar a:hover,
#navbar a:active,
#navbar li.selected a:link,
#navbar li.selected a:visited{
  background:#ddd ;
  color:#000;
}


/* Drop-down menu styles */

/* Applies to drop-down menus in navbar */
#navbar li ul{
  position:absolute;
  z-index:100;
  visibility:hidden;
/*  border:solid 1px #000; */
  border:solid 1px #aaa;
  border-right: solid 2px #999;
  border-bottom: solid 2px #999;
}

/* Make drop-down visible on navbar hover */
#navbar li:hover ul,
#navbar li a:hover ul{ /* IE6 hack */
  visibility:visible;
  top:1.6em;
  left:0;
}


/* Applies to links on the drop-down menu */
#navbar li:hover ul li a,
#navbar li a:hover ul li a{ /* IE6 hack */
  background:#ccc; /* Removes background image */
  color:#000;
  text-align:left;
  display:block;
  width:10em;
  padding:0 0 0 1em;
  height:auto;
}

/* Hover on drop-down menu links */
#navbar li:hover ul li a:hover,
#navbar li a:hover ul li a:hover{ /* IE6 hack */
  background: #aaa;
  color:#000;
}

/* IE6 hack applies to its table drop-down */
#navbar table {
  margin:-1px;
  border-collapse:collapse;
  position:absolute;
  top:0.5em;
  left:0;
  z-index:100;
}

/* Content */

#content{
/* Left margin must match leftcolumn width 
  margin-left:12em;*/
  background-image:url(images/index_09-sm.jpg);
  background-repeat:no-repeat;
  background-position:left top;
  background-color:#fff;
  color:#000;
  padding:0px 10px 10px 0px;
  margin-top:-1px;
  border-left:#000 thin solid;
  border-right:#000 thin solid;
}

/* Applies to paragraphs in the content division */
#content p{
  line-height:1.5em;
}

/* Applies to all lists in the content division */
#content ul, #content ol{
  padding:10px 0 10px 40px;
}

/* Styles h1, h2, and h3 style rules in the content division */
#content h1, #content h2, #content h3{
/*  font-family: Charcoal, Impact, sans-serif; */
  font-family:Arial, Helvetica, sans-serif;
  color:#000;
  font-weight:normal;
/*  letter-spacing:0.08em; */
}

/* Size h1 headings in the content division */
#content h1{
  font-size:2em;
}

/* Size h2 headings in the content division */
#content h2{
  font-size:1.5em;
}
/* Size h3 headings in the content division */
#content h3{
  font-size:1.25em;
  font-style:normal;
}

#footer{
  
}

.small {
	font-size:10px;
}

.phone {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style:italic;
	margin-right:10px;
	padding-top: 10px;
}

#menuflower {
	float:left;
	background-image:url(images/menubarwflower.jpg);
	background-repeat:no-repeat;
	width:219px;
	height:35px;
	z-index:-1;
    border-left:#000 thin solid;
}
.testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
}


/* Form Elements */

input {
	background-color: #FAFAFA;
	border: 1px #CCCCCC solid;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 16px;
	line-height: 22px;
	height: 24px;
	font-weight: normal;
}

select {
	background-color: #FAFAFA;
	border: 1px #CCCCCC solid;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
}

textarea {
	background-color: #FAFAFA;
	border: 1px #CCCCCC solid;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
}
	
.smallsubmit {
	background-color: #6D9DA7;
	border: 1px solid #4F7982;
	color: #FFFFFF;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 10px;
	font-weight: normal;
}

.submit {
	background-color: #6D9DA7;
	border: 1px #4F7982 solid;
	color: #FFFFFF;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}


/* End Form Elements */

.leftcolumn {
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	}
	
.rightcolumn {
	padding-left: 5px;
	background-color: #F8F8F8;
	}.quoted {
	font-size: 12px;
}

.quoted {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}

