@charset "utf-8";
.right-box {
	float: right;
	width: 250px;
	margin-left: 10px;
	border: thin solid #333;
	padding-right: 5px;
	padding-left: 8px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/*Assign dropcaps class to the paragraph for which the effect is to be applied */
p.dropcaps:first-child:first-letter {
	float: left;
	color:  #335BA6;
	font-size: 80px;
	line-height: 40px;
	padding-top: 6px;
	padding-right: 6px;
	padding-left: 6px;
}

.frontText {
    padding-top: 0px;
    margin-left: 0px;
    font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    line-height: 1.5em;
    color: #335BA6;
    font-weight: bold;
    font-size: large;
    text-indent: 0px;
    height: 700px;
    text-align: left;
}


/* CSS Document */

body  {
	background: #222222;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2D2D2D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	line-height: 1.4em;
}

#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 


#mainContent .clearThis {clear:both
}

#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 360px;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header  {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
} 
.red {
	color: #900;
	font-weight: bold;
}
.red2 {
	color: #900;
	font-weight: bold;
}

.holder {

}




#navbar {
	font-size: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
	height: 46px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006;
}
#topNav {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 0px;
	float: right;
}
#topNavfront {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	text-align: right;
}




#navbar ul {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navbar li {
	list-style-type: none;
	display: inline;
	margin-right: 6px;
	margin-left: -5px;
}
#navbar a {
	text-decoration: none;
	color: #333;
}
#navbar a:hover {
	text-decoration: none;
	color: #900;
}
.navbar2 {
	padding-bottom: 5px;
	padding-right: 7px;
	padding-left: 0px;
	margin-right: 10px;
	font-weight: normal;
	text-align: right;
	clear: both;
}
#container #navAmyloidosis {
	padding-bottom: 5px;
	padding-right: 7px;
	padding-left: 0px;
	margin-right: 50px;
	font-weight: normal;
	text-align: right;
	clear: both;
	margin-top: 8px;
	font-size: 110%;
}
#navAmyloidosis a h1 {
    text-align: center;
}
#container #navAmyloidosis a{
	font-weight: bold;
	color: #335BA6;
}
#container #navAmyloidosis a:visited {
	font-weight: bold;
	clear: both;
	color: #335BA6;
}




.navbar2 ul {
	margin: 0px;
	width: 100%;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-style: none;
}

.navbar2 li {
	list-style-type: none;
	display: inline;
	margin-left: 25px;
}

.navbar2 a {
	text-decoration: none;
	color: #900;
}
.navbar2 a:hover {
	text-decoration: none;
	color: #333;
}

h1   {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: x-large;
	color: #335BA6;
	line-height: 1.5em;
}
h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: large;
	color: #335BA6;
	text-align: center;
}
h3 {
	font-size: medium;
	color: #335BA6;
}
.book-title {
	font-style: italic;
}
.byline {
	font-size: small;
	color: #333;
}
.links {
	background-color: #FFF;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 0px;
    margin-left: 0px;
}
.frontText {
    padding-top: 0px;
    margin-right: 45px;
    padding-left: 0px;
    padding-right: 25px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#videoContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 480px;
	margin-left: 20px;
}
.copyright {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	color: #253050;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 15px;
}

.image-caption {
	font-size: small;
	color: #253050;
	font-weight: bold;
}
#photo1 {
	width: 235px;
	padding: 5px;
	float: left;
	margin-top: 2.5px;
	margin-right: 2.5px;
	margin-bottom: 2.5px;
	margin-left: 20px;
}
#photo2 {
	width: 235px;
	margin: 2.5px;
	padding: 5px;
	float: left;
}
#photo3 {
	width: 235px;
	margin: 2.5px;
	padding: 5px;
	float: left;
}
#galleryContent {
	margin-right: 10px;
	float: right;
	width: 450px;
}

.photo-frame {
	float: right;
	width: 250px;
	margin-right: 40px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border: 14px solid #B39A7C;
}
.photo-frame-450 {
	float: right;
	width: 450px;
	margin-right: 40px;
	border: 14px solid #B39A7C;
	padding: 10px;
}
.photo-frame-250 {
	float: right;
	width: 250px;
	padding: 10px;
	margin-left: 10px;
	font-size: 90%;
	border: 1px solid #010101;
}

#front-main {
	height: 700px;
	background-repeat: no-repeat;
}
#front-main2 {
	height: 700px;
	background-image: url(images/front-2.jpg);
	background-repeat: no-repeat;
}

.smaller {
	font-size: medium;
}
a {
	text-decoration: none;
}
td {
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 14px;
	padding-left: 8px;
}
th {
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
table p {
	margin-bottom: -8px;
}

#videoFront {
	padding: 0;
	margin-left: 360px;
}
.book-cover {
	float: right;
	width: 225px;
	text-align: center;
}
.photo-credit-box300 {
	float: right;
	width: 300px;
	text-align: center;
	margin-bottom: 8px;
	margin-left: 8px;
}

#videoDemo {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 633px;
	margin-left: 180px;
}
#frontContent {
}
#footer {
	font-size: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 40px;
	font-weight: normal;
	height: 25px;
	margin-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006;
	text-align: right;
}
#footer ul {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer li {
	list-style-type: none;
	display: inline;
	margin-right: 6px;
	margin-left: -5px;
}
#footer a {
	text-decoration: none;
	color: #333;
}
#footer a:hover {
	text-decoration: none;
	color: #900;
	font-weight: bold;
}
.copyrightFront {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-size: x-small;
	color: #CCC;
	padding-bottom: 5px;
	margin-top: 10px;
	font-weight: bold;
}
.copyrightFront a {
	color: #FFF;
}
.caption-background {
	background-color: #E4E4E4;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	margin-bottom: 5px;
}
#mainContent hr {
	margin-top: 50px;
	margin-bottom: 25px;
}
.bottom-margin-50 {
	margin-bottom: 50px;
	float: right;
}
.blue {
	color: #335BA6;
}
#red a {
	color: #CE0B0F !important;
}
#content div .fltlft {
    margin-right: 40px;
}
