﻿/* CSS Document */

a {color: #0077af;}

a:hover {color: #00FFFF;}

body {
margin:0;
background-color:#FFFFFF;
}

.main {margin-left:20px;width:880px;}




/* + + + + + + + + + + + + + + + + */
/* +                             + */
/* +      Login Box Styling      + */
/* +                             + */
/* + + + + + + + + + + + + + + + + */

.login {float:right;}
.login p {margin:0;padding:0;font-family:Verdana, Arial, Helvetica, sans-serif;color:#626469;font-size:14px;}
.login strong {color:#000000; text-shadow: #9f9f9f 2px 2px 1px;}
.login em {font-size:10px;}
.inside-leftquote .login {float:none;}




/* + + + + + + + + + + + + + + + + */
/* +                             + */
/* +       Home Page Layout      + */
/* +                             + */
/* + + + + + + + + + + + + + + + + */

.home-header {
	margin-top:15px;
	margin-left:20px;
	background-image: url(/images/paragon-logo-clear.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:75px;
	width:900px;
}

.home-navigation {margin-left:70px;margin-top:153px;text-align: center;}

.home-navigation h1 {display:none;}
.home-navigation img {margin-right:19px;}



.home-navigation .info {
	width:247px;
	height:175px;
	background-image:url(/images/information.gif);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
}

.home-navigation .info ul {
	margin:0;
	padding-top:28px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
}

.home-navigation .info ul  li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	padding-top:8px;
	padding-bottom:0px;
	padding-left:40px;
	padding-right:0px;
	margin:0;
	text-align: left;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px 13px;
	list-style-type:none;
}

.home-navigation .info ul li a {color:#FFFFFF;text-decoration:none;}

.home-navigation .info ul li a:hover {text-decoration:underline;color: #00FFFF;}

.home-navigation .info ul  li:hover {background-position: 25px 13px;}







.home-navigation .education {
	width:247px;
	height:175px;
	background-image:url(/images/education-bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	background-position: left top;
}

.home-navigation .education ul {
	margin:0;
	padding-top:28px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
}

.home-navigation .education ul  li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
	padding-top:8px;
	padding-bottom:0px;
	padding-left:40px;
	padding-right:0px;
	margin:0;
	text-align: left;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px 13px;
	list-style-type:none;
}

.home-navigation .education ul li a {color:#FFFFFF;text-decoration:none;}

.home-navigation .education ul li a:hover {text-decoration:underline;color: #00FFFF;}

.home-navigation .education ul  li:hover {background-position: 25px 13px;}






.home-navigation .podcast {
	width:247px;
	height:175px;
	background-image:url(/images/podcast-bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	background-position: left top;
}

.home-navigation .podcast ul {
	margin:0;
	padding-top:28px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	list-style-image: none;
	list-style-type: none;
	text-align: left;
}

.home-navigation .podcast ul  li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
	padding-top:8px;
	padding-bottom:0px;
	padding-left:40px;
	padding-right:0px;
	margin:0;
	text-align: left;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 20px 13px;
	list-style-type:none;
}

.home-navigation .podcast ul li a {color:#000000;text-decoration:none;}

.home-navigation .podcast ul li a:hover {text-decoration:underline;color: #00FFFF;}

.home-navigation .podcast ul  li:hover {background-position: 25px 13px;}







/* IE Sucks -- MSIE Exception */
.home-text {margin-top:50px;margin-left:80px;}
/* IE Sucks -- MSIE Exception Override for All Other Browsers */
html>body .home-text {margin-top:40px;margin-left:65px;}




/* IE Sucks -- MSIE Exception */
.home-text .leftquote {
	width:245px;
	height:400px;
	background-image: url(/images/pargon-intro-block.gif);
	background-repeat: no-repeat;
	background-position: right 10px;
	float: left;}
/* IE Sucks -- MSIE Exception Override for All Other Browsers */
html>body .home-text .leftquote {background-position: right 10px;}


/* IE Sucks -- MSIE Exception */
.home-text .text-body {width:515px;float: right; padding-right:17px;}
/* IE Sucks -- MSIE Exception Override for All Other Browsers */
html>body .home-text .text-body {width:515px; padding-right:25px;}


.home-text .leftquote h1{display:none;}




.newsletter td {font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#626469;
	font-size:11px;
		line-height: 28px;

	padding-top:0;
	margin-top:0;
}


/* + + + + + + + + + + + + + + + + */
/* +                             + */
/* +       Main Body Text        + */
/* +                             + */
/* + + + + + + + + + + + + + + + + */

.text-body p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#626469;
	font-size:14px;
	line-height: 28px;
	padding-top:0;
	margin-top:0;
	text-align: justify;
}

.text-body p strong {
	color:#003e8d;
	font-weight:bold;
}

.bio-body p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#626469;
	font-size:14px;
	line-height: 28px;
	padding-top:0;
	margin-top:0;
	text-align: justify;
}

.bio-body p strong {
	color:#003e8d;
	font-weight:bold;
}

li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#626469;
	font-size:14px;
	list-style-type: circle;
}


/* + + + + + + + + + + + + + + + + */
/* +                             + */
/* +  SF Graphic Body Headlines  + */
/* +                             + */
/* + + + + + + + + + + + + + + + + */

.text-body h2 {	display: none;}

.why-block {
	background-image: url(/images/why-home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}

.who-block {
	background-image: url(/images/who-home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}


.sf-symposium {
	background-image: url(/images/symposim-sf.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	height: 40px;
}

.podcasts {
	background-image: url(/images/podcasts.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	height: 40px;
}

.faculty {
	background-image: url(/sandiego2008/images/faculty.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	height: 40px;
}

.education {
	background-image: url(/images/education.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	height: 40px;
}

.register {
	background-image: url(/images/register.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	height: 40px;
}

.upcoming {
	background-image: url(/images/upcoming.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	height: 40px;
}

.subscribe {
	background-image: url(/images/newsletter.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	height: 40px;
}

.subscribe-thanks {
	background-image: url(/images/subscribe-thanks.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	height: 40px;
}

.privacy {
	background-image: url(/images/privacy.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	height: 40px;
}


.archives {
	background-image: url(/images/archives.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	height: 40px;
}



.asaps-symposium {
	background-image: url(/images/nyc07-symposim.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	height: 40px;
}


.normal-symposium {
	background-image: url(/images/symposim-normal.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	height: 40px;
}


/* + + + + + + + + + + + + + + + + */
/* +                             + */
/* +    Footer Style Position    + */
/* +                             + */
/* + + + + + + + + + + + + + + + + */
.footer {
	clear:both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:10px;
	text-align: center;
	margin-bottom:25px;
}

.loginbox {
	margin-top:10px;
	padding-top:10px;
	width: 296px;
	background-image: url(/images/login-box-top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.loginbox-close {
	height: 16px;
	width: 296px;
	background-image: url(/images/login-box-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
}


/* + + + + + + + + + + + + + + + + */
/* +                             + */
/* +    Inside Style Position    + */
/* +                             + */
/* + + + + + + + + + + + + + + + + */

.inside-header {
	padding-top:15px;
	padding-left:20px;
	height:420px;
}

.inside-header h1 {display:none;}



/* IE Sucks -- MSIE Exception */
.inside-text {margin-top:20px;margin-left:30px;}
/* IE Sucks -- MSIE Exception Override for All Other Browsers */
html>body .inside-text {margin-top:25px;margin-left:15px;}

.inside-text .inside-leftquote {width:296px;float: left;}

.inside-text .inside-leftquote h1{display:none;}


/* IE Sucks -- MSIE Exception */
.inside-text .text-body {width:520px;float: right; padding-right:5px;}
/* IE Sucks -- MSIE Exception Override for All Other Browsers */
html>body .inside-text .text-body {width:520px; padding-right:22px;}


/* IE Sucks -- MSIE Exception */
.inside-text .bio-body {width:720px;float: right; padding-right:5px;}
/* IE Sucks -- MSIE Exception Override for All Other Browsers */
html>body .inside-text .bio-body {width:720px; padding-right:22px;}




.navbar {
	height:44px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(/images/navbar-bg.gif);
	white-space: nowrap;
}

.navtext {
	margin-left: 215px;
	text-align: left;
	width: 700px;
	text-shadow: #000000 2px 2px 2px;
}

html>body .navtext {
	margin-left: 185px;
}

.navbar a {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	line-height:43px;
	vertical-align: middle;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 26px;
}

.navbar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Windows IE Arial */
.navbar strong a {
	font-size: 15px;
}

/* Mac And Firefox Arial */
html>body .navbar strong a {
	font-size: 14px;
}




.agenda p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#626469;
	font-size:14px;
	line-height: 20px;
	padding-top:0;
	margin-top:0;
	text-align: justify;
}


.biopix {
margin-right:15px;
margin-bottom:10px;}
