/*--- STYLES FOR eParntersMD Website - 2010 Redesign ---*/

/*- Basic HTML Styling -*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ededed;
	margin: 0;
	padding: 0;}
	
h1 {
	font-size: 24px;
	line-height: 29px;
	color: #4e8abe;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 10px 0 0;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	color: #636365;
	font-weight: bold;
	margin: 5px 0 10px 0;
	padding: 0;
}
h3 {
	font-size: 14px;
	line-height: 16px;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	font-weight: normal;
	color: #2a6ba3;
}

h4 {
	font-size: 12px;
	line-height: 15px;
	font-weight:normal;
	text-transform: uppercase;
	color: #636365;
	margin: 2px 0 2px 0;
	padding: 0;
}

h5 {
	font-size: 10px;
	line-height: 13px;
	font-weight:normal;
	font-style: italic;
	color: #636365;
	margin: 1px 0 5px 0;
	padding: 0;
}

h6 {
	font-size: 9px;
	line-height: 12px;
	color: #636365;
	font-weight:normal;
	margin: 5px 0;
}

p {
	font-size: 12px;
	line-height: 15px;
	color: #717074;
	margin: 0px 0px 10px 0px;
	padding: 0;
}

ul {
	list-style-type:disc;
	list-style-position: outside;
	margin: 5px 0 10px 0;
	padding: 0 25px 0 30px;

}
li {
	font-size: 11px;
	line-height: 16px;
	color: #717074;
	margin: 10px 0;
}

/* Clear Class */
.clear {
	clear: both;}
	
/* Main Page Block */
#pageContainer {
	background-color: #fff;
	background-image:url(../images/hmpg-bkgd.gif);
	background-repeat:no-repeat;
	background-position: top left;
	position: relative;
	width: 995px;
	margin: 0 auto;
	padding: 0;
}

/* Page Content Container - Used to create margin on L and R sides */
#pgContent {
	margin:0 86px;
}
	
/**-- HEADER STYLES --**/
#Header {
	display: inline;
	z-index: 2;
}
	
#Header #logo {
	float: left;
	width: 240px;
	height: 88px; 
	margin-right: 0;
	padding-top: 15px;
	padding-bottom: 0px;
	
}

/*-- Main Menu Styles --*/
/* Temporary - Will Add via second CSS Page for DropDown Effect */
#Header #mainmenu {
	float: right;
	width: 583px;
	padding-top: 50px;
	padding-left: 0px;
}
#Header #mainmenu ul {list-style: none; margin:0; padding:0; } 

/* Menu styles included via separate css style sheet */

/**-- END HEADER STYLES --**/

/**-- CONTENT STYLES --**/

#mainContainer {
	margin: 20px 0 30px 0;
	padding: 10px 0 2px 0;
}

/*-- Left Column Navigation Styles --*/	
#solutionCol{
	float: left;
	width: 220px;
	margin: 0 48px 0 30px;
	display: inline;
}

#solutionCol h3 {
	color: #f58026;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #636365;
} 

#solutionCol ul.leftnav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#solutionCol ul.leftnav li { 
	display: block;
	margin: 0;
	padding: 0;
}
#solutionCol ul.leftnav li.main {
	font-weight: bold;
} 

#solutionCol ul.leftnav li a {
	display: block;
	width: 100%;
	color: #717074;
	text-decoration: none;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #636365;
}
#solutionCol ul.leftnav li a:hover {
	color:#4e8abe;
}

/*-- Main Copy Block Styles --*/
#mainContent {
	float: right;
	width: 520px;
}

/*-- Feature Content Blocks --*/
#highlightBlocks {
	margin-left: 26px;
}
#highlightBlocks h4{
	font-size: 12px;
	line-height: 15px;
	font-weight:bold;
	text-transform:none;
	color: #fff;
	margin: 0;
	padding: 0 20px 0 30px;
}

#highlightBlocks p{
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	margin: 0;
	padding: 1px 20px 2px 30px;
}

#highlightBlocks a {
	color: #fff;
	text-decoration: none;}
#highlightBlocks p a:hover {
	color: #FFFF99;}

#highlightBlocks .highlightbox {
	float: left;
	width: 248px;
	height: 120px;
	overflow: hidden;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: top left;
}



#highlightBlocks #healthcare,
#highlightBlocks #library {
	margin-right: 25px;
}

#highlightBlocks #healthcare {
	background-image:url(../images/highlt-health.jpg);}
#highlightBlocks #library {
	background-image:url(../images/highlt-lib.jpg);}
#highlightBlocks #contact {
	background-image:url(../images/highlt-contact.jpg);}


/**-- END CONTENT STYLES --**/

/**-- FOOTER STYLES --**/
#Footer {
	font-family:Arial, Helvetica, sans-serif;
	clear: both;
	padding: 40px 0 10px 0;
}
#copyright {
	padding-left: 0px;
	float: left;
	width: 600px;
	margin: 15px 0 0 0;
}
#Footer #eplogo {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
#Footer #msgold {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
}
/**-- END FOOTER STYLES --**/
