/* CSS Document */

/*for Acupuncture Wellness Center */
/* last updated May 31, 2007 */

/* General HTML Body Styling
 * -------------------------
 */
 
body {
  
    padding: 0;
    color: #333;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    background: #f2f2f2;
    text-align: center;
	font-size:100%;
	margin:0;
	
	background-image: url(../Images/stripesL.gif);
background-repeat: repeat-y;
background-position: center;

	}

#doc {
	width:760px;
	
}


.testquote {
padding-left:365px;
margin-top:-15px;
}

#dropcontentsubject{
width: 450px;
font-weight: bold;
}

.dropcontent{
width: 450px;
height: 100px;
padding: 3px;
display:block;
}


	
	a {
	text-decoration: none;
	font-weight: normal;
	color: #006666;
	}
a:link {
color:#006666;
font-weight: bold;
	}
a:visited {
color:#660066;
font-weight: bold;
	}
a:active {
color:#006666;
font-weight: bold;
	}
a:hover {
color:#CC3366;
	text-decoration: none;
	font-weight: bold;
	}
h1{
	font-family: verdana, helvetica, sans-serif;
	color:#006666;
	font-size:115%;
	font-weight:bold;
	padding: 0px 0px 0px 0px;
}

h2{
font-family: verdana, helvetica, sans-serif;
	color:#006666;
	font-size:105%;
	line-height: 1em;
	font-weight:bold;
}

h3 {
color:#CC3366;
font-size:95%;
font-weight:bold;
}

h4{
	color:#555555;
	font-size:90%;
	text-align: left;
}

h5{
	color:#333333;
	font-size:85%;

	
}

h6{
color:#999999;
font-size:70%;
}



p{
color:#333;
line-height: 1.35em; 
} 

ul, li{
    margin: 0;
	padding: 0;
	list-style-type: none;
	
}

strong, b {
	font-weight: bold;
	}
	
.floatleft {
float:left;
margin-right: 15px;

}

.floatright {
float:right;
margin-right: 15px;
margin-left: 10px;
}


.center {
	margin:auto;
	
}
.clear {
	clear:both;
}
.block {
	display:block;
}
.none {
	display:none;
}

.grey {
color:#666666;
}
.flowergirl {
float:left;
padding-top:10px;
padding-bottom:10px;
}

.specialtop {
float:right;
padding-top:10px;
padding-bottom:10px;
}
.green {color:#006666;}
.pink {
color:#CC3366;
}
.bigpink {
color:#CC3366;
font-weight:bold;
font-size:120%;
}

.centerit {
  text-align: center;
  }
  .quotes {
  font-style:italic;
  font-weight:bold;
  }

/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 */ 

 #bd, #hd
    {	
    margin: 0 auto;
 background-color: #FFFFFF;
    position: relative;
   /* padding: 0px 0px 0 0px;*/
    text-align: left; 		
    }	
	
	#hd {
	height : 140px;
	text-align: center;
	 position: relative;
margin: 0 auto;
	
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;	
	background:url(../Images/awcheader2.jpg) center bottom no-repeat;
	}
	
	#hd-inner {
	height: 140px;
	}	
	div#hd-inner img.logo {
	float: left;
	padding-left: 12px;
	padding-top: 9px;
	}
	div#hd-inner a img {
	border: 0;
	}	
	
	#topmenu {
	/*font-family: verdana, helvetica, sans-serif;*/
	font-size: 75%;
	text-decoration: none;
	text-align:right;
	padding-top: 0px;
	padding-right: 10px;
	margin: 0;
	padding-bottom: 2px;
}

#yui-main {
padding-top:12px;

	
}
	#yui-main p {
	font-size:85%;
	padding-right:15px;
	}
	
#welcome {
	background: url( ../Images/moiraT.jpg) left top no-repeat;
	padding-left: 175px;
	padding-top:12px;
		height : 265px; 
	}
	
	#maincontent h2{
	padding-top:10px;
	padding-bottom:8px;
	
	}

#pathway {
	width: 450px;
	margin-bottom: 10px; 
	font-size: .8em;
	color: #666666; 
}


#menu2 {
padding: 15px 10px 0px 10px;
	
}


#sidebar {
	padding: 0px 10px 10px 25px;
}

#sidebar .head {
	font-weight: bold;
	font-style: italic;
	font-size: 95%;
		color:#CC3366;
	font-family: Georgia, "Times New Roman", Times, serif;	
	text-align: center;
}

#sidebar p {
	font-weight: normal;
	font-style: normal;
	font-size: 85%	
	}


#sidebar a {
color:#CC3366;
text-decoration: none;
font-weight: bold;
}

#moiracv {
	font-weight: normal;
	line-height:2 em;
}

ul.moira li {
font-size:82%;
list-style-type: circle;
/*list-style-image:url(../Images/bullet.gif);*/
padding-left:4px;
margin-left:15px;
}

	}

#photoL {
width:231px;
float: left;
padding: 0px 5px 0px 0px;
}
#photoR {
width:200px;
float: right;
padding: 0px 0px 0px 5px;
}



/*this is used on Sitemap page*/
.underrule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size: 110%;
	font-weight: bold;
	color: #CC3366;
}
.underrule p{
font-size: 100%;font-weight: normal;
}

#sitemap h3 {
font-size:102%;
font-weight:normal;

}
#sitemap h4 {
font-size:85%;
font-weight:normal;
padding-left:20px;
}

#sitemap a:visited {
color:#660066;

	}
#sitemap a:active {
color:#006666;
text-decoration: none;
	}
#sitemap a:hover {
	color:#006666;
	text-decoration: none;
	font-weight: bold;
	}
	

 	#ft {
	height : 80px;
	background-color:#999999
	text-align: center;
	margin: 0px auto;	
	padding-top: 8px;
	background-color:#006666;	
	}
	
	#ft p {
	text-align:center;
	font-size:90%;
	line-height: 1.30em;
	color: #FFFFFF;
	padding-bottom: 11px;
	}	

#ft a {
color:#333333;
text-decoration: none;
font-weight: normal;
	}
	
#ft a:link {
color: #CC3366;
font-weight: bold;
	}
#ft a:visited {
color:#660066;
font-weight: bold;
	}
#ft a:active {
color:#CC3366;
text-decoration: none;
	}
#ft a:hover {
	color:#CC3366;
	text-decoration: none;
	font-weight: bold;
	}
#ft-bottom {
	background-color:#E6E6E6;
	text-align:center;
	height: 35px;
	padding-top: 7px;
 } 
 
 #ft-bottom a {
color:#333333;
text-decoration: none;
font-weight: normal;
	}
	
#ft-bottom a:link {
color: #006666;
font-weight: bold;
	}
#ft-bottom a:visited {
color:#660066;
font-weight: bold;
	}
#ft-bottom a:active {
color:#006666;
text-decoration: none;
	}
#ft-bottom a:hover {
	color:#CC3366;
	text-decoration: none;
	font-weight: bold;
	}
