/* All associated graphics copyright 2010, Michelle Dalton */



/* ********************************
	HTML Tags
******************************** */

/* affects where the frame sits on the page */
* {
	padding: 0px;
	margin: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background:  url(images/main_bg_pattern.gif); /* background pattern to left and right of frame - dark */
	font-family: Arial, san-serif;
	letter-spacing: 1px;
	/* The main body of text's size is not set - so that the person's browser selects size and is adjustable*/
	color: #444444;
	text-align: center;
}
p {
	line-height: 1.2em; /* affects the text body */
}
a:link, a:visited { /* HYPERLINKS - not active */
	color: #660000; /* dark red */
	font-weight: normal;
	text-decoration: none; /* not underlined */
	letter-spacing: 1px;
	border-top: 1px solid #d7d5c0; /* med. gray - above link when not in hover*/
	border-bottom: 1px solid #d7d5c0; /* med. gray - below link when not in hover*/
}
a:hover, a:active { /* HYPERLINKS - active hover over text */
	color: #cc0000; /* dark red */
	text-decoration: none; /* not underlined */
	background-color:#f8f5ef;  /* creamy white */
	padding-bottom: 0px;
	border-top: 1px solid #858585; /* dark gray - above link when not in hover*/
	border-bottom: 1px solid #858585; /* dark gray - below link when not in hover*/
}

.select { /* HYPERLINKS - not active */
	color: #660000; /* dark red */
	font-weight: normal;
	text-decoration: underline; /* not underlined */
	letter-spacing: 1px;
	border-top: 1px solid #d7d5c0; /* med. gray - above link when not in hover*/
	border-bottom: 1px solid #d7d5c0; /* med. gray - below link when not in hover*/
}

/* ********************************
	PICTURE FRAME, Intro
******************************** */

	#frame { 
	background: url(images/container_bg.jpg)/* deckled edges */ repeat-y top left #c1c7b5; /* light gray */
	width:900px;
	height: 100%;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 4px solid #120e03; /* warm black */
}

	#frame2 { 
	background: url(images/container_bg.jpg) repeat-y top left #c1c7b5; /* light gray */
	width:900px;
	height: 1350px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 4px solid #120e03; /* warm black */
}


	
#intro {/* position of top image */
	margin-top: 0px;
	margin-left:35px;
	
}

/* ********************************
	Page Header - Dalton & Associates
******************************** */
#pageHeader {
	height: 110px;
	width: 800px;
	margin-top: 0px;
	margin-bottom: 12px;
	background: url(images/header1.jpg) no-repeat; /* top image */
}

/* ********************************
	Text Body
******************************** */

#textbody p { /* paragraphs - regular */
	padding-left: 25px;
	padding-right: 20px;
	margin-top: 7px;
	font-size: 80%;


}

#textbody p.pxtra { /* allows some extra space at the bottom of each paragraph - for use before lists and at the end of the page */
	padding-bottom: 15px;
	font-size: 80%;
}


#textbody h3 {
	
}

#textbody h4 {
	padding-left: 25px;
	padding-right: 20px;
	margin-top: 20px;
	font-family: Times, serif;
	letter-spacing: 0px;
	font-weight: bold;
	color: #000;
	font-size: 100%;
}

/* ********************************
	Supporting Text 
******************************** */


#textbody {
	
	vertical-align:top;
	margin-top: 0px;
	margin-left: 240px;
	background: #f1ece1 ; /* creamy white */
	border: 5px solid #666666; /* dark gray */
  border-style: double; /* double border around text body */
	width: 535px; 
	height: 100%;
	voice-family: "\"}\""; 
	voice-family: inherit;
	
		}
		
#textbody ul {
	list-style: none;
	margin-left: 100px;
	margin-right: 10px;
	padding: 0px;
	line-height: 1.8em;
	letter-spacing: 0.5px;
	font-size: 80%;
}	

#textbody ul.awards {
	list-style: bullet;
	margin-left: 100px;
	margin-right: 10px;
	padding: 0px;
	line-height: 1.8em;
	letter-spacing: 0.5px;
	font-size: 65%;
}	

#textbody ul.about-sub {
	list-style: bullet;
	margin-left: 100px;
	margin-right: 10px;
	padding: 0px;
	line-height: 2.5em;
	letter-spacing: 0.5px;
	font-size: 95%;
}	

#textbody a:link, #textbody a:visited {
	font-weight: normal;
		color: #666666; /* dark red */
	font-weight: normal;
	text-decoration: none; /* not underlined */
	letter-spacing: 1px;
	border-top: 0px solid #d7d5c0; /* med. gray - above link when not in hover*/
	border-bottom: 0px solid #d7d5c0; /* med. gray - below link when not in hover*/
}
#textbody a:hover, #footer a:visited {
	padding-bottom: 0px;
	color: #cc0000; /* dark red */
	text-decoration: none; /* not underlined */
	background-color:#f8f5ef;  /* creamy white */
	padding-bottom: 0px;
	border-top: 0px solid #858585; /* dark gray - above link when not in hover*/
	border-bottom: 0px solid #858585; /* dark gray - below link when not in hover*/
}

span.title { 	
	text-transform: uppercase; /* not underlined */
	letter-spacing: 5px;
	font-weight: bold;
	font-size: 80%;
	line-height: 3em;
}

#textbody i.author
{ 	
	text-transform: none; /* not underlined */
	letter-spacing: 1px;
	font-style: italic;
	font-size: 80%;
	line-height: 3em;
	margin-left: 50px;
	}

/* ********************************
	Navigation 
******************************** */
#NavList{ /* overall position and shape of the navigation */
	position: absolute;
	top: 122px;
	margin-left: 80px;
	width: 165px;
	font-size: 14px;
	letter-spacing:1px;
}
#NavList h3 { /* space for pages.gif image and text for search engines */
	
	font-weight: bold;
	padding-left: 14px;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 2px;
	
}
#lpages h3 {
	height: 30px;
	background: url(images/pages.gif) no-repeat; /* images above navigation "pages" */
	
	
}
#lresources h3 {
	height: 30px;
	background: url(images/resources.gif) no-repeat; /* image above links "resources" */
}

#lpages, #lresources { /* sets colors and borders for the navigation area */
	background: #d7d5c0; /* light-warm gray */
	border-top: 1px solid #f2f2d3; /* yellowy-warm white */
	border-right: 1px solid #a2a28b; /* medium-warm gray */
	border-bottom: 1px solid #bcbca6; /* light/medium-warm gray */
	border-left: 1px solid #f2f2d3; /* yellowy-warm white */
	margin-bottom: 12px;
	}
	
#NavList ul { /* hides the list bullets and positions list inside nav block */
	list-style: none;
	margin: 5px;
	padding: 0px;
	margin-left: 10px;
}	

#NavList li a	{ /* vertical spacing for navigation and full width of nav block */
	display: block;
}

/* accent color above and below white background of links*/
#NavList li:hover {
	background-color:#f1ece1; /* creamy white*/
	color: #cc0000;  /* dark red */
	text-decoration: none; /* not underlined */
}

.pages {
text-decoration: underline;
color: #990000;} /* dark red */

#lpages a { /* vertical spacing for navigation and capitalized text*/
	text-transform: uppercase;
	margin-bottom: 4px;
	margin-top: 4px;
	line-height: 2em;
}

#lpages li, #lresources li  { /* vertical spacing for navigation*/
	padding-top: 4px;
	padding-bottom: 4px;
}


	
	

/* ********************************
	Footer
******************************** */
#footer {
	text-align: center; /* aligns content to center */
	padding-right: 12px;
	padding-bottom: 30px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
}

#footer a:link, #footer a:visited {
	font-weight: normal;
}
#footer a:hover, #footer a:visited {
	padding-bottom: 2px;
	border-bottom: 2px solid #858585; /* dark gray */
	border-top: 2px solid #858585; /* dark gray */
	color: #cc0000; /* dark red */
}

/* ********************************
	Hidden from view - but provide guidance for Search Engines that use headings to parse info.
******************************** */
#pageHeader h1 span, #pageHeader h2 span, 
#textbody h3 span, 
 #NavList h3 span {
	display:none;
}

/* ********************************
	manuscript
******************************** */
#manuscriptList{ /* overall position and shape of the navigation */
	position: absolute;
	top: 290px;
	margin-left: 60px;
	width: 100px;
	font-size: 10pt;
	letter-spacing:0px;
}



#manuscriptList2{ /* overall position and shape of the navigation */
width: 100px;}

#manuscriptList h3 { /* space for pages.gif image and text for search engines */
	font-size: small;
	font-weight: bold;
	padding-left: 14px;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 2px;}
	
	#mpages h3 {
	height: 10px;}
	
#mresources h3 {
	height: 10px;}

 #mresources { /* sets colors and borders for the navigation area */

	height: 76px;
	background: url(images/manuscript.gif) no-repeat; /* image above links "resources" */
	display: block;
	text-align: center;}
	
#mpages { /*distance below picture for word to show */
	margin-top: 10px;
	margin-bottom: 12px;
	}
#mresources a {
text-decoration: none;
display: block;
height: 76px;
width: 75px;
background: url(images/manuscript.gif) no-repeat; /* image above links "resources" */
}

#mresources a:hover  {
text-decoration: none;
display: block;
height: 76px;
width: 75px;
background: url(images/manuscript2.gif) no-repeat; /* image above links "resources" */
}

#mresources a:visited
#mresources a:hover 
 {
text-decoration: underline;
display: block;
height: 76px;
width: 75px;
background: url(images/manuscript.gif) no-repeat; /* image above links "resources" */
}	
/* ********************************
	Continuing Medical Education
******************************** */
#CMEList{ /* overall position and shape of the navigation */
	position: absolute;
	top: 290px;
	margin-left: 204px;
	width: 100px;
	font-size: 10pt;
	letter-spacing:0px;
}



#XList2{ /* overall position and shape of the navigation */
width: 100px;
}

#XList h3 { /* space for pages.gif image and text for search engines */
	font-size: small;
	font-weight: bold;
	padding-left: 14px;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 2px;
	
}
	#Xpages h3 {
	height: 10px;}
	
#Xresources h3 {
	height: 10px;}

 #cresources { /* sets colors and borders for the navigation area */
height: 76px;
	background: url(images/med-ed.gif) no-repeat; /* image above links "resources" */
	display: block;
	text-align: center; }
	
#Xpages { /*distance below picture for word to show */
	margin-top: 10px;
	margin-bottom: 12px;}
	
#cresources a {
text-decoration: none;
display: block;
height: 76px;
width: 75px;
background: url(images/med-ed.gif) no-repeat; /* image above links "resources" */
}

#cresources a:hover  {
text-decoration: none;
display: block;
height: 76px;
width: 75px;
background: url(images/med-ed2.gif) no-repeat; /* image above links "resources" */
}

#cresources a:visited
#cresources a:hover 
 {
text-decoration: underline;
display: block;
height: 76px;
width: 75px;
background: url(images/med-ed.gif) no-repeat; /* image above links "resources" */
}
	
	
	
/* ********************************
	NEWS Letter
******************************** */
#newsList{ /* overall position and shape of the navigation */
	position: absolute;
	top: 290px;
	margin-left: 349px;
	width: 100px;
	font-size: 10pt;
	letter-spacing:0px;
}



 #nresources { /* sets colors and borders for the navigation area */
display: block;
text-align: center;
height: 76px;
width: 75px;
border: 0px ;
background: url(images/enews.gif) no-repeat; /* image above links "resources" */
}

#nresources a {
text-decoration: none;
display: block;
height: 76px;
width: 75px;
background: url(images/enews.gif) no-repeat; /* image above links "resources" */


}
#nresources a:hover  {
text-decoration: none;
display: block;
height: 76px;
width: 75px;
background: url(images/enews2.gif) no-repeat; /* image above links "resources" */
}
#nresources a:visited
#nresources a:hover {
text-decoration: none;
display: block;
height: 76px;
width: 75px;
background: url(images/enews.gif) no-repeat; /* image above links "resources" */
}
	

/* ********************************
	Articles
******************************** */
#articlesList{ /* overall position and shape of the navigation */
	position: absolute;
	top: 470px;
	margin-left: 349px;
	width: 100px;
	font-size: 10pt;
	letter-spacing:0px;
}



#art-resources { /* sets colors and borders for the navigation area */
display: block;
text-align: center;
height: 76px;
width: 75px;
border: 0px ;
background: url(images/articles.gif) no-repeat; /* image above links "resources" */
}

#art-resources a {
text-decoration: none;
display: block;
height: 76px;
width: 75px;
background: url(images/articles.gif) no-repeat; /* image above links "resources" */
}

#art-resources a:hover  {
text-decoration: none;
display: block;
height: 76px;
width: 75px;
background: url(images/articles2.gif) no-repeat; /* image above links "resources" */
}

#art-resources a:visited
#art-resources a:hover {
text-decoration: none;
display: block;
height: 76px;
width: 75px;
background: url(images/articles.gif) no-repeat; /* image above links "resources" */
}
	
	
/* ********************************
	Live Conference
******************************** */
#liveList{ /* overall position and shape of the navigation */
	position: absolute;
	top: 470px;
	margin-left: 60px;
	width: 100px;
	font-size: 10pt;
	letter-spacing:0px;
}


 #liveresources { /* sets colors and borders for the navigation area */
height: 76px;
	background: url(images/live.gif) no-repeat; /* image above links "resources" */
	display: block;
	text-align: center; }
	

#liveresources a {
text-decoration: none;
display: block;
height: 76px;
width: 75px;
background: url(images/live.gif) no-repeat; /* image above links "resources" */
}

#liveresources a:hover  {
text-decoration: none;
display: block;
height: 76px;
width: 75px;
background: url(images/live2.gif) no-repeat; /* image above links "resources" */
}

#liveresources a:visited
#liveresources a:hover 
 {
text-decoration: underline;
display: block;
height: 76px;
width: 75px;
background: url(images/live.gif) no-repeat; /* image above links "resources" */
}

/* ********************************
	Podium Presentations
******************************** */
#podiumList{ /* overall position and shape of the navigation */
	position: absolute;
	top: 470px;
	margin-left: 204px;
	width: 100px;
	font-size: 10pt;
	letter-spacing:0px;
}



#podiumList-text{ /* overall position and shape of the navigation */
	position: absolute;
	top: 790px;
	margin-left: 150px;
	width: 350px;
	font-size: 10pt;
	letter-spacing:0px;
	color: red;
	border:3px;
	border-color: yellow;
		display: block;
	text-align: left; 
}

 #presources { /* sets colors and borders for the navigation area */
 height: 76px;
 background: url(images/podium.gif) no-repeat; /* image above links "resources" */
	display: block;
	text-align: center; }
	

#presources a {
text-decoration: none;
display: block;
height: 76px;
width: 75px;
background: url(images/podium.gif) no-repeat; /* image above links "resources" */
}

#presources a:hover  {
text-decoration: none;
display: block;
height: 76px;
width: 75px;
background: url(images/podium2.gif) no-repeat; /* image above links "resources" */
}

#presources a:visited
#presources a:hover 
 {
text-decoration: underline;
display: block;
height: 76px;
width: 75px;
background: url(images/podium.gif) no-repeat; /* image above links "resources" */
}
	