@charset "utf-8";
/* 	-------------------------
	Lee Shulman CSS Template
	Accent Color Purple - #a8b590;
	To quickly change this, do find and replace for that color
*/
body{
	margin: 0px;
	background-image: url(../images/gradient-bg.jpg);
	background-repeat: repeat-x;
	background-color: #a8b590;
	
	font-family: Arial, Georgia, Geneva, sans-serif;
}

body a{
	color: #000000;
	text-decoration: none;
	font-style:italic; 
}
body a:hover{
	color: #000000;
	text-decoration: underline;
	font-style: normal;
}

#mainContainer{
	background-image: url(../images/page-plus-sides.png);
	background-repeat: repeat-y;

	margin-left: auto;
	margin-right: auto;
	text-align: center;

	margin-bottom: 0px;
	margin-top: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	
	width: 908px;

}
#pageContainer {
	background-color:#FFFFFF; 
	
	margin: 0px;
	padding: 0px;
	overflow: hidden;

	margin-left:auto;
	margin-right:auto;
	text-align: center;
	
	width: 903px;
}

#pageBorder{
	background-image: url(../images/page-plus-sides.png);
	background-repeat: repeat-y;
	background-position: center;	
	background-attachment: fixed;

	height: 100%;
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

#bottomShadow{
	background-image: url(../images/page-bottom-shadow.png);
	background-repeat: repeat-x;
	background-position: center;
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	width: 903px;
	height: 7px;
}


#headerContainer {
	height: 357px;
	width: 100%; 
	background-image:url(../images/lee-shulman-header.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

#contentHeaderContainer{
	width: 900px;
	height: 155px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#contentNav{
	width: 900px;
	height: 25px;
	background-image:url(../images/bar.gif);
	background-repeat:no-repeat;
	background-position:center;
	
	font-family: Georgia, Geneva, Helvetica, Tahoma;
	font-size: 16px;
	font-weight: bolder;
	font-variant:small-caps;
	
	padding-top: 5px;

}
#contentNav a{
	text-decoration: none;
	color: #000000;
	font-style:normal !important;
}

#contentNav a:hover{
	text-decoration: underline;
	color: #666666;
}



#bodyTop{
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	height: 20px;
	clear: both;
	width: 100%; 

}

#bodyContainer{
	height:100%;
	width: 100%;
	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 50px;
	padding-left: auto;
	padding-right: auto;
	/* overflow: hidden; */

}
#bodyContentContainer{
	height:100%;
	width: 875px;
	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 50px;
	padding-left: 5px;
	padding-right: 20px;
	/* overflow: hidden; */
}

#HomeNavigationPictures{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;

}

#HomeNavBottom{
	padding-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#biography-right{
	float: right;
	width: 600px;
	
	font-size: 12px;
}
#biography-right img{
	float: left;
	width: 195px;
	height: 150px;
	padding: 0px 5px 5px 5px;
}

#biography-left{
	float: left;
	width: 275px;
	text-align: center;
	
	background-image:url(../images/timeline.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 1083px;
}

/* --- STYLES --- */
.biography-quote{
	clear: both;
	color: #660000;
	font-style: italic;
	font-weight:bold;
	padding: 20px;
	text-align: center;
}

.HomeNavItem{
	font-family: Georgia, Arial, Helvetica;
	font-size: 20px;
	font-weight: bold;
	float: left;
	/* line-height: 2px; */
	clear: none;
	padding-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border: none;
}
.HomeNavItem img{
	border: none !important;
	margin-bottom: 10px;
}

.BigPicture{
	paddin: 11px;
	margin: 11px;
	border: none;
	
}

.MediumPicture{
	paddin: 15px;
	margin: 15px;
	border: none;
}

.SmallPicture{
	paddin: 20px;
	margin: 20px;
	border: none;

}

.Note{
	border: thin dotted #999999;
	background: #FBFBEC;
	font-family:Arial, Helvetica, sans-serif;
	
	margin-top: 25px;
	margin-bottom: 25px;
	margin-left: 50px;
	margin-right: 50px;
	
	padding: 10px;
}

.Psuedo-Heading
{
	font-family: Georgia, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	font-style:italic;
	letter-spacing: 4px;
}

/* ************************* END OF NAV **********************************/



/* ------------------------[ FOOTER ]----------------------------------- */
#footerContainer{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 34px;
	padding-bottom: 0px;
	clear: both;
	margin-bottom: 0px;
	margin-top: 0px;
	background-position: center;

	width: 100%;
	background-color: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}


#footerContainer a{
	text-decoration: none;
	color: #333333;
}

#footerContainer a:hover{
	text-decoration: underline;
	color: #000000;
}

