/* Headers etc... */
h1 {
	font-size: 4em;
	color: #f8f7f9;
	}

h2 {
	font-size: 2.5em; 
	color: #b14a39; 
	font-family: Georgia, serif;
	font-variant: small-caps;
	font-weight: 200; 
	margin-top: 0px; 
	padding-top: 10px; 
	margin-bottom: 5px;
	}

h3 {
	font-size: 1.3em; 
	color: #b14a39; 
	font-family: Georgia, serif; 
	font-weight: 500;
	font-variant: small-caps;
	margin-top: 0px; 
	padding-top: 10px; 
	margin-bottom: 5px;
	}	
	
.sh3 {
	font-size: .7em; 
	color: #333333; 
	font-family: Georgia, serif; 
	font-weight: 200; 
	font-variant: normal;
	margin-top: 0px; 
	padding-top: 10px; 
	margin-bottom: 5px;
	}

.caption {
	font-size: .7em; 
	color: #333333; 
	font-family: Georgia, serif; 
	font-weight: 200; 
	font-variant: normal;
	margin-top: 1px; 
	padding-top: 0px;
	text-align: center;
	}

em {
	/* color: #b14a39; */
	color: #797550;
	font-family: Georgia, serif; 
	font-weight: bolder;
	font-style: normal;
	}

i  {
	font-style: italic;
	}

p {
	font-size: 1.0em; 
	font-family: Georgia, serif; 
	font-weight: 550; 
	padding-left: 15px; 
	text-align: justify; 
	padding-right: 10px;
	}

p.center {
	text-align: center;
	display: block;
	}

a:link {color: #b14a39; text-decoration: none}
a:visited {color: #b16c43; text-decoration: none}
a:active {color: #b16c43; text-decoration: none}
a:hover {color: #333333; text-decoration: none;}

body
{
background: #5a5a5a;
}

/* Containers */
.floatright {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	}

.floatrightfixed {
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-top: 5px;
	width: 250px;
	}

.reviews {
	float: left;
	font-size: .8em;
	font-family: Georgia, serif;
	font-style: italic;
	background-color: #cfd5c3;
	padding: 8px;
	border-left: 2px solid #9a9871;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 8px;
	margin-left: 0px;
	background-image: url(images/openquote1.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: 23px;
	width: 150px;
	text-align: left;
	display: inline-block;
	position: relative;
}
.alignright {
	text-align: right;
	margin-top: 2px;
	margin-bottom: 2px;
	font-style: normal;
	color: #b14a39;
	display: inline-block;
    }

/* Main Website Components */
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	}

#page-top {
	background-image:url('images/title.jpg');
	height: 150px;
	}

#navigation {
	padding-right: 2px;
	}

/* Content Divisions*/
#page-content {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding-right: 22px;
	padding-left: 22px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: #ffffff;
	}

#page-bottom {
	border-top: 2px solid #333333;
	height: 20px;
	background:#333333;
	padding-right: 10px;
	text-align: right;
	color: #ffffff;
	font-size: .8em;
	font-family: Georgia, serif;
	}

/* Use this with an element after all of your content, but before the bottom div */
.clear {
	clear:both;
	}

/* Modal Window CSS */
.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	position: fixed;
	top: 7.5%;
	left: 15%;
	width: 70%;
	height: 500px;
	border: 5px solid #5b5b5b;
	background-color: white;
	z-index:1002;
	
	
}

.control {
	border: 2px solid #5b5b5b;
	height: 15px;
	text-align: right;
	padding: 0px 0px 6px 0px;
	background-color: #5b5b5b;
	z-index:1003;
}


.control a:link {
	color:#ffffff;
	font-weight: bold;
	}

.control a:hover {
	color:#b14a39;
	font-weight: bold;
	}

.control a:visited {
	color:#ffffff;
	font-weight: bold;
	}

.popcontent {
	padding: 15px;
	background-color: #white;
	z-index:1003;
	height: 446px;
	overflow: auto;
}

/* Navigation Style */


.dropdown { 
	position:relative; 
	font-family: Georgia, serif, sans-serif; 
	width:100%; 
	height:35px; 
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	font-size:12px; 
	color:#ffffff; 
	background:#333333; 
	}


/* Basic List Styling (First/Base Level) (Navigation)*/

.dropdown ul {
	padding:0; 
	margin:0; 
	list-style: none;
	}

.dropdown ul li {
	float:left; 
	position:relative;
	}

.dropdown ul li a { 
	border-right:1px solid #666666; 
	padding:10px; 
	display:block; 
	text-decoration:none; 
	color:#000; 
	text-align:center; 
	color:#fff;}

.dropdown ul li a:hover {
	color:#ffffff; 
	background:#b14a39;
	}



/* Second Level Drop Down Menu (Navigation) */

.dropdown ul li ul {display: none;}

.dropdown ul li:hover ul { 
	font-size:12px; 
	display:block; 
	position:absolute; 
	top:34px; 
	min-width:150px; 
	left:0;
	}

.dropdown ul li:hover ul li a {
	display:block; 
	background:#000; 
	color:#ffffff;
	width:110px;
	}

.dropdown ul li:hover ul li a:hover {
	background:#b14a39; 
	color:#ffffff;
	}


/* General List Styles */
dl.affiliations-list{}
.affiliations-list dt {
	font-size: 1.4em; 
	color: #b14a39; 
	font-family: Georgia, serif; 
	font-weight: 200;
	margin-left: 10px;
	}
.affiliations-list dd {
	font-family: Georgia, serif;
	margin-bottom: 10px;
	}

dl.tableofcontents-list{}
.tableofcontents-list dt {
	font-size: 1.1em; 
	color: #5a5a5a; 
	font-family: Georgia, serif; 
	font-weight: 200;
	margin-left: 10px;
	margin-bottom: 5px
	}
.tableofcontents-list dd {
	font-size: .9em;
	font-family: Georgia, serif;
	margin-bottom: 3px;
	}

#booklist li {
	list-style: none;
	margin-left: 0;
	padding-bottom: .5em;
	text-indent: -1em;
	}

#newsletter li {
	list-style: circle;
	margin-left: 0;
	padding-bottom: .5em;
	}

/*Misc*/
.newsletterseparator {
	border-bottom:3px dotted #b14a39;
}


