@charset "UTF-8";

/* CSS Document */
/*---------------------------------------------------------
Raindear Media/Many Paths Acupuncture (V2)

Description:

General Styles for Many Paths Acupuncture

version: 1.0.2

created:  2008-05-18
modified: 2008-06-02 - Touch ups
modified: 2008-05-18 - Touch ups
author:   Bryan Lewellen, Raindear Media

copyright: open

A Very Short List of Web Safe Fonts
------------------------------------
font-family: Arial, Helvetica, sans-serif;
font-family: 'Arial Black', Gadget, sans-serif;
font-family: 'Comic Sans MS', cursive;
font-family: Courier, monospace;
font-family: 'Courier New', Courier, monospace;
font-family: Garamond, serif;
font-family: Georgia, serif;
font-family: Impact, Charcoal, sans-serif;
font-family: 'Lucida Console', Monaco, monospace;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
font-family: 'MS Sans Serif', Geneva, sans-serif;
font-family: 'MS Serif', 'New York', sans-serif;
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
font-family: Symbol, sans-serif;
font-family: Tahoma, Geneva, sans-serif;
font-family: 'Times New Roman', Times, serif;
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-family: Verdana, Geneva, sans-serif;
font-family: Webdings, sans-serif;
font-family: Wingdings, 'Zapf Dingbats', sans-serif;

Source: http://www.fonttester.com/web_safe_fonts.html

---------------------------------------------------------*/

<!--

html{

height: 100%;

}

/* BODY */

body
{
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-image: url(../images/MP_outbg3.jpg);
	background-repeat: repeat;
	font-family: "Lucida Grande, Lucida, Verdana, sans-serif";
	color: #333;
	font-size: 12px;
}

#mainContainer
{
	margin: 2px auto auto auto;
	background-image: url(../images/mp2_inner_bg2.png);
	width: 1024px;
	height: 100%;
	padding-bottom: 0px;
	background-repeat: repeat-y;
	background-color: #CCC;
}

/* HEADER & NAVIGATION */
 
#header
{
	position: relative;
	width: 1024px;
	height: 150px;
	display: block;
	background-image: url(../images/manyPathsMountain-Banner5.jpg);
	background-repeat: no-repeat;
	margin: 2px auto auto auto;
}

	#navigationMenu
	{
		position: absolute;
		top: 77px;
		left: 500px;
	}
	#subMenu{
		padding-top: 7px;
	}
	#subMenu ul{
		margin:0px;
		padding:0px;
		display:none;
	}
	#subMenu li{
		display:inline;
		list-style-type: none;
		padding-right:8px;
	}
	#subMenu a
	{
		font-size: 11px;
		color: #930;
		text-decoration: none;
		background-image: url(../images/bullet_subMenu.png);
		background-position: left;
		background-repeat: no-repeat;
		padding-left: 10px;
	}
	#subMenu a:hover { color: #363; }

/* LEFT SIDE CONTENT */

.pageTitle
{
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px 5px 24px 50px;
	display: block;
	font-size: 80%;
	color: #363;
	text-align: right;
	width: 180px;
	height: auto;
	font-style: oblique;
}

#leftSideColumn
{
	width: 180px;
	padding: 8px;
	float: left;
	margin: 0px 10px 10px 30px;
	clear: none;
}

#googleSearch
{
	float: left;
	margin: 0px 0px 10px 0px;
}

#leftBarNotices
{
	width: 180px;
	background-image: url(../images/MP_newsbg.png);
	padding: 8px;
	float: left;
	margin: 0px;
	font-size: 10px;
	border-width: 2px 1px 1px 2px;
	border-style: groove solid solid groove;
	border-color: #C96 #FFF #FFF #C96;
}

#leftBarAds
{
	width: 180px;
	padding: 8px;
	float: left;
	margin: 6px auto auto auto;
	font-size: 10px;
}


/* PRIMARY CONTENT */

#content { margin: 0 48px 0 260px; }

#content hr
{
	width: 100%;
	height: 0px;
	margin: .5em auto .5em auto;
	border-color: #933;
	border-width: 1px;
	border-style: inset;
}

img.contentRight
{
	border-width: 2px 1px 1px 2px;
	border-style: groove solid solid groove;
	border-color: #333 #FFF #FFF #333;
	margin: 10px;
	float: right;
	display: inline;
}

img.contentLeft
{
	border-width: 2px 1px 1px 2px;
	border-style: groove solid solid groove;
	border-color: #333 #FFF #FFF #333;
	margin: 10px;
	float: left;
	display: inline;
}

#lowerAdZone
{
	margin: 10px 10px 10px auto;
	width: 728px;
	height: 90px;
	display: block;
}

/* FOOTER */
 
#footer
{
	clear: both;
	width: 1020px;
	margin: 15px 0 0 0;
	background-image: url(../images/MP_footbg5.png);
	background-repeat: no-repeat;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	padding-top: 10px;
	background-position: bottom;
	height: 86px;
}


/* SPECIAL STYLE - CLINIC FORMS LIST */

	dt.formName
	{
		display: block;
		text-align: left;
		margin: 0 0 .35em 0;
		font-weight: bold;
	}

	dd.formDescription
	{
		width: 90%;
		margin: .15em 0 0 1em;
		color: #555;
	}

	dd.formAction
	{
/* 		float: left; */
		width: 90%;
/* 		padding: .15em 0 0 1em; */
		margin: .5em 0em 1em 1em;
		color: #555;
		font-style: oblique;
	}

/* SPECIAL STYLE - LINKS PAGE LIST */

	dt.linkName
	{
		font-weight: bold;
		margin: 0 0 .35em 0;
	}

	dd.linkDescription
	{
		width: 90%;
		margin: .15em 0 0 1em;
		color: #555;
		font-style: normal;
	}
