/*********************/
/* BASIC */
/*********************/

body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: 13px;
	color: #666;
	margin: 0;
	padding: 0;
	background-color: #69625a;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}

#center {
	width: 853px;
	margin-left: auto;
	margin-right: auto;
}

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	position: absolute;
	top: 136px;
}
#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;	
}
#nav a {
	display: block;
	font-size: 12px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #75833c;
	padding: 3px 5px 5px 13px;
	width: 11em;
	margin-left: 0px;
	border-right: 1px solid #75833c;
	border-bottom: 1px solid #75833c;
	font-weight: bold;
	margin-bottom: 2px;
	opacity: 0.9;
	filter:alpha(opacity=80);
}
#nav a:hover {
	background: #a0b257;
	border-right: 1px solid #75833c;
	border-bottom: 1px solid #75833c;
	color: #fff;
}

/*********************/
/* LP NAV */
/*********************/
#navLp {
	position: absolute;
	top: 116px;
}
#navLp li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;	
}
#navLp a {
	display: block;
	font-size: 12px;
	color: #D6ECAE;
	text-decoration: none;
	background-color: #75833c;
	padding: 3px 5px 5px 13px;
	width: 11em;
	margin-left: 2px;
	border-right: 1px solid #75833c;
	border-bottom: 1px solid #75833c;
	font-weight: bold;
	margin-bottom: 2px;
	opacity: 0.9;
	filter:alpha(opacity=80);
}
#navLp a:hover {
	background: #a0b257;
	border-right: 1px solid #75833c;
	border-bottom: 1px solid #75833c;
	color: #fff;
}

/*highlight "you are here" buttons*/
#home #nav a#homeLink,
#about #nav a#aboutLink, #events #nav a#eventsLink, #lectures #nav a#lecturesLink, 
#contact #nav a#contactLink, #resources #nav a#resourcesLink
{
	background: #a0b257;
	color: #fff;
}

#home #navLp a#homeLink,
#about #navLp a#aboutLink, #events #navLp a#eventsLink, #lectures #navLp a#lecturesLink, 
#contact #navLp a#contactLink, #resources #navLp a#resourcesLink
{
	background: #a0b257;
	color: #fff;
}
/*********************/
/* SIDEBAR */
/*********************/
#sidebar {
	margin: 10px 0px 1px 0px;
	padding: 0px 0px 20px 0px;
	width:282px;
	background-color: #dedfdc;
	float: left;
	border: 1px solid #bbb;
}
#sidebar * {
	color: #555;
}
#sidebar h3 {
	color: #fff;
	font-size: 12px;
	background: #69625a;
	padding: 3px 5px 3px 10px;
	border: 1px solid #5d4734;
}
#sidebar h4 {
	font-size: 13px;
	margin: 10px 10px 5px 10px;
}

#sidebar a {
	font-size: 12px;
	color: #727364;
}

#sidebar a:hover {
	font-size: 12px;
	color: #555;
}
#sidebar p {
	font-size: 12px;
	margin: 3px 10px 10px 10px;
	line-height: 110%;
}

#whiteBackground {
	background-color: #cecec8;
	float: left;
	width: 853px;
	height: 170px;
}

#whiteBackgroundLp {
	background-color: #fff;
	float: left;
	width: 853px;
	height: 500px;
}

#whiteBackgroundLp1 {
	background-color: #fff;
	float: left;
	width: 853px;
	height: 580px;
}
#whiteBackgroundLp2 {
	background-color: #fff;
	float: left;
	width: 853px;
	height: 1000px;
}
#whiteBackgroundLp3 {
	background-color: #fff;
	float: left;
	width: 853px;
	height: 1130px;
}


#whiteBackgroundResources {
	background-color: #fff;
	float: left;
	width: 853px;
	height: 1190px;
}

#whiteBackgroundLectures {
	background-color: #fff;
	float: left;
	width: 853px;
	height: 2100px;
}

#whiteBackgroundBio {
	background-color: #fff;
	float: left;
	width: 853px;
	height: 1750px;
}

#whiteBackgroundAbout {
	background-color: #fff;
	float: left;
	width: 853px;
	height: 600px;
}

#whiteBackgroundRamadan {
	background-color: #fff;
	float: left;
	width: 853px;
	height: 1000px;
}

#whiteBackgroundEvent {
	background-color: #fff;
	float: left;
	width: 853px;
	height: 950px;
}

#whiteBackgroundContact {
	background-color: #fff;
	float: left;
	width: 853px;
	height: 1050px;
}

#whiteBackgroundSurvey {
	background-color: #fff;
	float: left;
	width: 853px;
	height: 870px;
}

/*********************/
/* MAIN */
/*********************/

p {
	color: #666666;
	font-size: 11pt;
}
#main {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 25px 20px 25px;
	width:578px;
	background-color: #f2f2f1;
	border: 1px solid #bbb;
}
#mainL {
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
	width:560px;
	background-color: #f2f2f1;
	line-height: 130%;
}

#main * {
	color: #555;
	font-size: 12px;
	
}

#main p {
	color: #666;
	font-size: 12px;
	
}
#main h2 {
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
	margin-left: -25px;
	margin-right: -25px;
	margin-top: -15px;
	padding: 35px 15px 5px 15px;
	background-color: #8A4117;
}
#main h3 {
	color: #555;
	font-size: 13px;
	margin-bottom: 5px;
	margin-top: 15px;	
}
#main h4 {
	color: #fff;
	font-size: 12px;
	margin-top: 25px;
	margin-bottom: 10px;
	margin-left: -25px;
	margin-right: -25px;
	background-color: #69625a;
	padding: 5px 15px 5px 15px;
}
#main h5 {
	color: #333;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	
}
#bold {
	color: #555;
	font-size: 12px;
	font-weight: bold;
	margin-top: 8px;		
}
#emph {
	color: #555;
	font-size: 11px;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 250px;
}
#emph2 {
	color: #827361;
	font-size: 12px;
	font-weight: bold;
	margin-right: 350px;
	border-bottom: 1px dashed;
	padding-top: 12px;
}
#decl {
	font-size: 8px;
	font-weight: normal;
	margin-right: 150px;
	border-top: 1px dashed #ccc;
	margin-top: 6px;
	padding-top: 10px;
}
#main a {
	font-size: 12px;
	color: #516177;
	font-weight: bold;
	text-decoration: none;
}
#mainL a {
	font-size: 12px;
	color: #666;
	font-weight: bold;
	text-decoration: none;
}


#main a:hover {
	font-size: 12px;
	color: #555;
	font-weight: bold;
	text-decoration: none;
}

#mainL a:hover {
	font-size: 12px;
	color: #999a94;
	font-weight: bold;
	text-decoration: none;
}
#main hr {
	color: #ddd;
}
img.photo {
	float: right;
	padding: 20px;
}

img.photo1 {
	float: right;
	padding: 0px;
	margin-top: -15px;
	margin-right: -25px;	
}
img.photo2 {
	float: left;
	padding: 0px;
	margin-top: -15px;
	margin-right: 20px;
	margin-left: -25px;	
}

img.photoBio {
	float: left;
	margin-top: 10px;
	padding-right: 10px;
}

img.photoResources {
	float: left;
	margin-bottom: -5px;
	padding-right: 15px;
}

p.about
{
line-height: 1.25
}
/*********************/
/* FOOTER */
/*********************/
#footer {
	font-size: 8pt;
	color: #d3d5cc;
	margin-top: 170px;
	border-top: 1px dashed #999;
	padding: 5px 0 0 5px;
	margin-right: 0px;
	float: none;
}
