/* Main Stylesheet for Plum Creek Medical */

/*- Page Structure */

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}
.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.center {
	float: center;
	margin: auto;
	text-align: center:
}
* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}

body {
	font-family: "Century Gothic", Tahoma, Verdana, Century;
	font-size:12px;
	color: #464646;
	background:  #f8f3dc url(i/background.jpg) bottom center repeat-x;
	background-attachment: fixed;
	text-align: center;
}
a img {
	border: none;
}

a {
	text-decoration: none;
	color: #45077a;
}
a:visited {
	text-decoration: none;
	color: #9176a9;
}

a:hover {
	color: #45077a;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #45077a;
}
p {
	padding-bottom: 10px;
	padding-top: 10px;
}
ol {
	margin-left: 30px;
}


h1 {
	font-size: 1.5em;
	color: #9e0b0f;
}
h2 {
	font-size: 1.4em;
	color: #707070;
	float: right;
}
h3 {
	font-size: 1.2em;
	color: #3586b4;
}
fieldset {
	padding: 15px;
	width: 50%;
}
.aligncenter {
	float: center;
	margin: auto;
}

#PageContainer {
	width: 900px;
	height: 550px;
	float: center;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px;
	background:  url(i/page_background.png) bottom center repeat-x;
}
* html #PageContainer {
	background:  url(i/page_background.gif) bottom center repeat-x;
}
#SideBar {
	text-align: center;
	padding: 0px;
	width: 300px;
	margin: 0px;
}
* html #SideBar {
}
#SideBar a {
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}
#SideBarContact {
	color: #ffffff;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}
#SideBarContact a{
	color: #ffffff;
	font-size: .8em;
}
#SideBar img {
	margin-top:20px;
}
#NavBar {
	width: 290px;
	margin-left: 10px;
}
* html #NavBar {
	margin-left: 0px;
}
.NavButton{
	float: left;
	padding-top: 8px;
	text-align: center;
	list-style: none;
	width: 140px;
	height: 40px;
	background:  #000000 url(i/button_background.png) top center no-repeat;
	color: #FFFFFF;
	margin-top: 10px;
  letter-spacing:-1px
}
.NavButton a{
	color: #FFFFFF;
}
#Content {
	text-align: center;
	margin-top: 30px;
	padding-top:20px;
	float: right;
	margin-right: 15px;
}
* html #Content {
	margin-top: 20px;
}

#Content a {
	text-decoration: none;
	color: #6594b3;
}

#Content a:visited {
	text-decoration: none;
}

#Content a:hover {
	color: #6594b3;
	text-decoration: underline;
}

#Content a:active {
	text-decoration: none;
}
#Content ul{
	margin-left: 40px;
}
#Content ul li{
	line-height: 20px;
	margin-bottom: 10px;
}
#ScrollingContent {
	height: 425px;
	width: 560px;
	overflow: scroll;
 	overflow-x: hidden;
  	overflow-y: auto; 
	text-align: left;
	margin-left: 10px;
}
* html #ScrollingContent {
	width: 550px;
	margin-left: 0px;
	margin-top: 20px;
	padding-top: 20px;
}
#BottomNav {
	font-size: .9em;
	color: #ab7b15;
	font-weight: bold;
	margin-top: 10px;
	float: center;
	margin: auto;
}
#BottomNav a {
	text-decoration: none;
	color: #ab7b15;
}
#BottomNav a:hover {
	text-decoration: underline;
}
#Rights {
	font-size: .8em;
	color: #ffffff;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	float: center;
	margin: auto;
}
.Quote {
	background:  url(i/quote_background.jpg) top left no-repeat;
	width: 500px;
	height: 72px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	float: center;
	margin: 0px;
	padding-top: 20px;
	margin-top: 30px;
}
#TopBar {
	height: 50px;
}
/*
hr {
	width: 80%;
}
*/
