html { 
	min-height: 100%;
	margin-bottom: 1px;
	background: #f1eddd;
}

body {
	background: transparent url(/images/bg-body.gif) repeat-x 0px 0px;
	font-family: Verdana, Tahoma, sans-serif;
	color: #5D5950;
}

h1, h2, h3, h4, a, legend {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	color: #9a0615;
}

h1 span {
	font-size: 0.8em;
	color: #000;
}

blockquote {
	border-bottom: 1px solid #aea685;
	border-top: 1px solid #aea685;
	padding: 1.4545em;
	font-style: italic;
	line-height: normal;
}

a {
	color: #990615;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

.blue {
	color: #1c257b;
}

.red {
	color: #990615;
}

.clear {
	clear: both;
}

#doc2 {
}

#header {
	height: 100px;
	width: 100%;
	position: relative;
}

#header h1 {
	margin: 0;
}

#header h1 a {
	display: block;
	width: 512px;
	height: 100px;
	background: transparent url(/images/logo.gif) no-repeat 50% 50%;
	overflow: hidden;
	text-indent: -10000px;
}

#header .description {
	display: none;
}

	#header ul.navigation {
		position: absolute;
		right: 0;
		bottom: 8px;
	}
	
		#header ul.navigation li {
			display:inline;
			margin-left:1em;
			list-style: none;
		}
		
		#header ul.navigation li a  {
			color:#fff;
			padding:0 0 4px 0;
			text-decoration: none;
		}

		#header ul.navigation li a:hover  {
			border-bottom:2px solid #fff;
		}
		

#content {
	background: transparent url(mypartd-images/content-bg.png) repeat-y 50% 0px;
	line-height: 1.5em;
}

#content h2.title {
	font-size: 167%;
	font-weight: normal;
}

#content h2.page-title {
	margin: 1em 0.5988em 0;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #d3cfc1;
}

#footer {
	clear: both;
}

#doc2 .yui-gb .yui-u {
	width: 24%;
}

#doc2 .yui-gb #content {
	width: 50%;
}

.sticky {
margin:2em 1em 50px;
padding:20px;
background:#fbf8eb;
border:1px solid #dcd6c0;
}

.sticky h2 {
color:#b12432;
margin-top: 0;
}

.sticky img.drugpic {
float:left;
margin:4px 10px 0 0;
border:1px solid #dcd6c0;
}

.entry {
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 3em;
}

.entry h2.title {
	margin-bottom:0.5em;
	line-height: normal;
}

#sidebar {
	margin-top: 1.67em;
}

.testimonials {
	margin-top: 0.67em;
	line-height: 1.4545em;
}

.testimonials p {
	font-size: 93%;
}

.testimonials em {
	color: #453d1c;
}

#sidebar ul#sidebar-list {
	margin-right: 2em;
}

#sidebar #links h2 {
	display: none;
}

.sidebar {
	padding-top: 2em;
}

.sidebar h2 {
	color: #453d1c;
}

.sidebar li ul {
	border-top: 1px solid #dcd6c0;
	margin-top: 0;
	padding-top: 0.5em;
	font-size: 93%;
}

.sidebar li li {
	border-bottom: 1px solid #dcd6c0;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

.sidebar li#links ul {
	border-top: none;
}

.sidebar li#links li {
	border-bottom: none;
	font-size: 138.5%;
	padding-bottom: 0;
}

.sidebar .wrapper {
	font-size: 85%;
}

.navigation {
	height: 1em;
	margin: 1em;
}

	.navigation .left {
		float: left;
	}
	
	.navigation .right {
		float: right;
	}
	
	#footer {
		padding: 2em 1em 1em;
		margin-top: 2em;
		clear: both;
		font-size: 85%;
		line-height: 1.5em;
		border-top: 5px solid #d3cfc1;
		position: relative;
	}
	
		#footer p.top {
			position: absolute;
			top: 2em;
			right: 1em;
		}