/* CSS Pre-processor */

	* {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

body {
	font-family: Trebuchet MS, sans-serif;
	
	background-color: white;
}

hr {
	display: none;
}

table.body {
	width: 100%;
	height: 100%;
}
td.body {
	text-align: center;
	vertical-align: center;
}

#Layout {
	width: 750px;
	border: 2px solid;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;

	background-color: #f7f7f7;
	background-image: url(images/Watermark.gif);
	background-position: center center;
	background-repeat: no-repeat;	
}

.HeaderFooter {
	
	background-color: #fff;
}

#Header {
	padding: 15px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 2px solid;

	background-image: url(images/ManLogoTop.gif);
	background-repeat: no-repeat;
	background-position: 98% center;
}

#Banner {
	
	
	text-align: center;
	
}
#Banner img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#Tagline {
	
	text-align: center;
	padding-left: 380px;
	position: relative;
	top: -10px;
	color: #456;
	font-size: 90%;
}

#Logo {
	position: absolute;
	left: -40px;
	top: -30px;
	
	width: 200px;
	height: 200px;
	background-image: url(images/LogoRotated.gif);
	cursor: pointer;
}

/*
** Main Heading
*/
h1 {
}
h1 .Text {
	font-size: 80px;
	font-family: Brush Script MT Italic, sans-serif;
	color: #633;
	display: none;
}
h1 .Image {
	display: block;
	
	background-repeat: no-repeat;
	
	background-image: url(/images/auto/h1/MPH%20Specialties.png);
	background-position: 60% center;
	width: 100%;
	height: 65px;
}

#Body {
    
    
    
	text-align: left;
	float: left;
	width: 100%;
}

#Main {
	float: right;
	width: 500px;
	
	
}

#Side {
	float: left;
	width: 230px;
	padding-top: 60px;
	
	
}

#Main .Content {
	padding: 20px;
}

#Side .Content {
	padding: 15px;
	font-size: 90%;	
	
}

.Content ul {
	
	list-style-type: none;
	margin-left: .5em;
}
.Content li {
	
	padding-left: 20px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px .3em;
	margin-bottom: .5em;
	margin-top: .5em;
}
.Content p.Indent {
	padding-left: 10px;
}

img.Photo {
	border: 1px solid #333;
}
img.Right {
	float: right;
	margin-left: 10px;
}

.Content p {
.Content ul,
	margin-top: .6em;
	margin-bottom: .6em;
	line-height: 1.2em;
}
.Content a {
	font-weight: bold;
}

.Content h2 {
	font-size: 120%;
	margin-bottom: .5em;
	margin-bottom: 1em;
}
.Content h3 {
	margin-bottom: .5em;
	font-size: 110%;
	margin-bottom: .5em;
}

a.Bulleted {
	display: block;
	margin-left: .5em;
	padding-left: 20px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
}

#Footer {
	clear: both;
	border-top: 2px solid;
	line-height: 40px;
	font-weight: bold;
}

.Corners div {
	width: 30px;
	height: 30px;
	
	position: absolute;
}
.Corners .TopRight {
	background-image: url(images/TopRight.gif);
	top: -2px;
	right: -2px;
}
.Corners .BottomLeft {
	background-image: url(images/BottomLeft.gif);
	left: -2px;
	bottom: -2px;
}
.Corners .BottomRight {
	background-image: url(images/BottomRight.gif);
	right: -2px;
	bottom: -2px;
}


p.Panel {
	border: 1px solid #333;
	padding: 5px;
	background-color: #ffe;
	margin-top: 15px;
}

#Credit {
	position: absolute;
	width: 100%;
	font-size: 11px;
}
#Credit * {
	font-style: normal;
}
/* Runtime: 0.01859998703 */
