/*--------------------
Site:         JIFP.com
Code:         CSS
Media:        Screen
Author:       Tim Snoots
--------------------*/

body {
	width: 960px;
	margin: 0px auto 10px auto;
	background: #FFF url(BG-Stripe.png) repeat-x top left;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.125em;
}

#access, #header, #site-menu, #banner, #content, #footer {
	display: block;
	float: left;
	clear: both;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-color: transparent;
}

ul.hor-nav li a { border-right: 1px solid #CCC; }
strong { font-weight: bold; }
em { font-style: italic; }
acronym { border-bottom: 1px dotted #999; }

#access, h2.nav { position: absolute; left: -200em; top:-20em; }

#access, #header, #banner, #footer { width: 960px; }

#access em { text-decoration: underline; font-style: normal; }
#access { margin: 4px 0 10px 0; }

#footer { margin-top: 2em; border-top: 1px solid #CCC; }

#footer ul, #access ul {
	float: right;
	margin-top: 0.5em;
	list-style-type: none;
}
#footer ul li, #access ul li { float: left; }
#footer ul li a, #access ul li a {
	float: left;
	font-size: 0.9em;
	text-decoration: none;
	padding: 0 0.8em;
	color: #600;
}
#footer p, #footer p a { color: #600; }
#footer p#page-info {
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0.5em 0.5em;
}

#header { margin: 6px 0 40px 0; }
#header ul#site-menu { display: block;  float: left; clear: both; list-style-type: none; }
#header ul#site-menu li { float: left; }
#header ul#site-menu li a {
	display: block;
	float: left;
	font-size: 0.9em;
	line-height: 2em;
	text-decoration: none;
	font-weight: bold;
	padding: 0 2em 0 30px;
	color: #FFF;
	background-repeat: no-repeat;
	background-position: left center;
}
#header ul#site-menu li a.welcome { background-image: url(icon-Home.png); }
#header ul#site-menu li a.contact { background-image: url(icon-Contact.png); }
#header ul#site-menu li a.about { background-image: url(icon-About.png); }
#header ul#site-menu li a.links { background-image: url(icon-Links.png); }

#banner { margin-bottom: 30px; }
#banner img {  display: block; clear: both; border: none; }
#banner img#caduceo { position: absolute; top: 170px; padding-left: 20px; }
#banner img#jifp-img { float: left; clear: none; }
#banner img#names-img { float: right; clear: none; margin-top: 10px;}

#content { width: 810px; margin-left: 150px; margin-bottom: 30px; }

#content h1 {
	margin-bottom: 1em;
	padding-bottom: 0.6em;
	font-family: Georgia, "Adobe Caslon Pro", "Baskerville", "Times New Roman";
	font-size: 1.6em;
	font-weight: bold;
	background: url(H1-Gradient-Line-Black.png) no-repeat bottom left;
	color: #600;
}

#content h2 {
	margin: 1.2em 10px 0em 10px;
	font-size: 0.95em;
	font-weight: bold;
	color: #333;
}

#content p, #content p a, #content li, #content li a { color: #555; }

#content p,
#content ul,
#content ol {
	margin: 0.5em 10px;
	font-size: 0.95em;
	line-height: 1.5em;
}

#content ul,
#content ol {
	list-style-position: outside;
	padding-left: 2em;
	padding-right: 3em;
}

#content ul { list-style-type: disc; }

#content li {
	padding-bottom: 0.5em;
	line-height: 1.4em;
}

#content ul.footnotes {
	margin: 2.5em 2em 0 2em;
	padding: 0 0 0 0;
	font-style: italic;
	font-size: 0.8em;
}
#content ul.footnotes li { color: #333; }

#content img.pagephoto { float: right; border: 1px solid #666; margin: 10px 10px; }

a[href^="http:"]:after { content: url(icon-external-link-10x10.png); padding-right: 0.2em; }
a[href^="mailto:"]:after { content: url(icon-email-12x10.png); padding-right: 0.2em; }
a[href$=".pdf"]:after { content: url(icon-pdf-17x10.png); padding-right: 0.2em; }
a[href$=".vcf"]:after { content: url(icon-vcf-19x10.png); padding-right: 0.2em; }

.more:after { content: '...'; }
