/* -------------------------------------------------------------- 
   RESET
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; }
body { background: #fff; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: bold; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
input,textarea { margin: 0; }
a { outline: none; } /* Removes Firefox imposed outline */


/* -------------------------------------------------------------- 
   TYPOGRAPHY
-------------------------------------------------------------- */

body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Courier New, Courier, monospace; }

/* HEADINGS */
h1 { font-size: 40px; line-height: 50px; font-weight: bold; margin-bottom: 10px; }
h2 { font-size: 30px; line-height: 40px; font-weight: bold; margin-bottom: 10px; }
h3 { font-size: 20px; line-height: 15px; font-weight: bold; }
h4 { font-size: 14px; line-height: 20px; }
h5 { font-size: 14px; line-height: 20px; font-weight: bold; }
h6 { font-size: 14px; line-height: 20px; font-weight: bold; }

/* TEXT ELEMENTS */
p, ul, ol, dl { margin-bottom: 20px; font-size: 14px; line-height: 20px; }
ul, ol { padding-left: 20px;}
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
dl dt { font-weight: bold; }
dl dd { padding-left: 10px; }
abbr, acronym { text-decoration: underline; }
a { color: #009; text-decoration: none; }
a:hover { text-decoration: underline; }
blockquote { margin: 20px 0; padding-left: 10px; }
dfn { font-style: italic; font-weight: bold; }
pre, code { margin: 20px 0; white-space: pre; }
pre, code, tt { font: 10px monospace; line-height: 20px; } 
tt { display: block; margin: 20px 0; line-height: 20px; }

/* TABLES */
table { margin-bottom: 20px; }
th { font-weight: bold; }

th,td { padding: 5px 10px 5px 0; }
tfoot { font-style: italic; }
caption { background: #ffc; }


/* -------------------------------------------------------------- 
   FORMS
-------------------------------------------------------------- */

label { font-weight: bold; }
fieldset { padding: 9px; margin-bottom: 20px; border: 1px solid #ddd; }
legend { padding: 0 10px; font-weight: bold; font-size: 14px; line-height: 20px; }
textarea { padding: 10px; }

/* --------------------------------------------------------------
acupuncture kitchen specific
-------------------------------------------------------------- */

body { 
	background-image: url(.../images/background.gif);
	background-repeat: repeat
}


p {
	color: #473816;
	font-size: 13px;
	line-height: 1.25;
	padding: 5px 0px;
	text-align: left;
}

p a.link {
	color: #95d5d6;
	font-size: 13px;
	line-height: 1.25;
	padding: 5px 0px;
	text-align: left;
	text-decoration: none;
}

p a.link:hover {
	color: #473816;
	font-size: 13px;
	line-height: 1.25;
	padding: 5px 0px;
	text-align: left;
	text-decoration: none;
}

p.title {
	color: #473816;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.25;
	padding: 5px 0px;
	text-align: left;
}

div.heading {
	font-weight: bold;
	color: #473816;
	font-size: 13px;
	line-height: 1.25;
	padding: 5px 0px;
	text-align: left;
}

div.heading a {
	text-decoration: none;
}

span.heading {
	font-weight: bold;
	color: #473816;
	font-size: 13px;
	line-height: 1.25;
	padding: 5px 0px;
	text-align: left;
}

span.heading a {
	text-decoration: none;
}

span.listing {
	color: #473816;
	font-size: 11px;
	line-height: 1.25;
	padding: 5px 0px;
	text-align: left;
}

span.listing a {
	text-decoration: none;
}

div.bigheading {
	font-weight: bold;
	color: #473816;
	font-size: 15px;
	line-height: 1.25;
	padding: 5px 0px;
	text-align: left;
}

div.listing {
	color: #473816;
	font-size: 13px;
	line-height: 1.25;
	padding: 5px 0px;
	text-align: left;
}

div.listing a{
	color: #95d5d6;
}

div.listing a:hover{
	color: #473816;
	text-decoration: none;
}	

div.forms {
	color: #473816;
	font-size: 13px;
	line-height: 1.25;
	padding: 5px 0px;
	text-align: left;
}
div.forms a{
	color: #473816;
}

div.forms a:hover{
	color: #95d5d6;
	text-decoration: none;
}	

div#container {
	margin: 0 auto 0;
	background: #fff;
	width: 595px;
	border: 46px solid #95d5d6;
	padding-bottom: 0;
	overflow: hidden;
}

div#header {
	height: 114px;
	background: #95d5d6;
}

div#menu {
	background: #95d5d6 url(../images/menu.jpg) no-repeat center center;
	height: 47px;
	width: 595px;
}

div#menu ul{
        margin:0;
        padding: 9px 0 0 0;
        list-style:none;
}


div#menu li {
	display: inline;
	width: 595px;
	text-align: center;
	margin: 0;
}

div#menu li#us { margin: 0 0 0 95px; }
div#menu li#you { margin: 0 0 0 105px; }
div#menu li#events { margin: 0 0 0 80px; }
div#menu li#contact { margin: 0 0 0 60px; }

div#menu a {
	color: #473816;
	font-size: 15px;
}

div#menu a:hover {
	color: #95d5d6;
	text-decoration: none;
}

div#menu a.selected {
	color: #95d5d6;
}

div#content {
	background: #fff;
	font-weight: normal;
	font-style: normal;
	text-align:center;
}

div#text {
	margin: 15px 15px 0 30px;
	background: #fff;
	width: 330px;
	float: left;
}

div#text p a{
	color: #95d5d6
}

div#text p a:hover {
	color: #95d5d6
	text-decoration: none;
}

div#events {
	margin: 15px 15px 0 30px;
	background: #fff;
	float: left;
}

div#events p a{
	color: #95d5d6;
}

div#events p a:hover {
	color: #95d5d6;
	text-decoration: none;
}

span.view {
	font-size: 13px;
	text-align: center;
}

span.view a {
	color: #473816;
}

span.view a:hover {
	color: #95d5d6;
	text-decoration: none;
}

span.previous {
	font-size: 13px;
	float: left;
}

span.previous a {
	color: #473816;
}

span.previous a:hover {
	color: #95d5d6;
	text-decoration: none;
}

span.next {
	font-size: 13px;
	float: right;
}

span.next a {
	color: #473816;
}

span.next a:hover {
	color: #95d5d6;
	text-decoration: none;
}


div#eventsphoto1 {
	height: 67px;
	width: 67px;
	float: left;
	margin: 12px 5px 0 0;
}

div#eventsphoto2 {
	height: 67px;
	width: 67px;
	float: left;
	margin: 8px 5px 0 0;

}

div#eventsphoto3 {
	height: 101px;
	width: 67px;
	float: left;
	margin: 8px 5px 0 0;

}

div#eventsphoto4 {
	height: 130px;
	width: 67px;
	float: left;
	margin: 8px 5px 0 0;

}

div#imageandlinks {
	background: #fff;
	margin: 21px 10px 15px 15px;
	font-style: normal;
	text-align: left;
	width: 195px;
	float: right;
}

div#imageandlinks a {
	font-size: 15px;
	color: #95d5d6;
}	

div#imageandlinks a:hover {
	color: #473816;
	text-decoration: none;
}

div#links {
	margin-top: 15px;
}

div#links a.smalltext {
	font-size: 12px;
	text-indent: 40px;
	color: #95d5d6;
}

div#links a.smalltext:hover {
	color: #95d5d6;
}

div#links a.smalltextbrown {
	font-size: 12px;
	text-indent: 40px;
	color: #473816;
}

div#links a.selected {
	color: #473816;
}


div#downloadforms {
	margin-left: 140px;
}

div#footer {
	background: #95d5d6 url(../images/footer.jpg) no-repeat center center;
	height: 75px;
	color: #473816;
	clear:both;
	font-size: 11px;
	text-align: center;
}

div#designer {
	width: 595px;
	text-align: right;
	padding: 0px 0 0 0;
	font-size: 9px;
	background: #95d5d6;
	clear: both;
}

div#designer a {
	color: #fff;
}

div#designer a:hover {
	color: #473816;
	text-decoration: none;
}
	
	