@charset "utf-8";
/* CSS Document */

html, body
{
	width:100%;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	background-color:#212121;
}


#back-last
{
	position:absolute;
	top:0px;
	left:0px;
	height:50%;
	width:100%;
	background-color:#545353;
	z-index:10;
}

#back-main
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:15;
	background-image: url(_Images/Template/Background.png);
	background-repeat: repeat-x;
	background-position: left center;
}


#layout
{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-360px;
	margin-top:-240px;
	width:720px;
	height:480px;
	background-image: url(_Images/Template/prm-background.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border:solid 1px #171221;
	z-index:20;
}

#layout #designedBy
{
	position:absolute;
	right:0px;
	top:102%;
	color:#303030;
	font-size:10px;
}

#layout #designedBy a
{
	color:#303030;
}


#layout #navigate
{
	position:absolute;
	top:131px;
	left:248px;
	width:418px;
	height:26px;
	background-color:#EDE8A4;
	overflow:visible;
	z-index:20;
}

#layout #navigate li
{
	height:26px;
	float:left;
	display:block;
}

#layout #navigate li a
{
	display:block;
	width:auto;
	height:100%;
	text-align:center;
	line-height:26px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#737a47;
	
}

#layout #navigate li a:hover
{

	background-color:#3F4E5F;
	color:#eee39d;
	
}

#layout #navigate li:hover ul.dropdown
{
	visibility:visible;
}



#layout #navigate li ul.dropdown
{
	float:none;
	position:absolute;
	visibility:hidden;
	
	
}

#layout #navigate li ul.dropdown li 
{
	background-color:#EDE8A4;
	white-space:nowrap;
	overflow:visible;
	float:none;
	display:block;
	width:auto;

	
	
}

#layout #navigate li ul.dropdown li a
{
	
	display:block;
	text-align:left;
	padding-left:6px;
}





#layout #navigate li.home
{
	width:52px;
}

#layout #navigate li.about
{
	width:55px;
}

#layout #navigate li.about ul.about-dropdown
{
	width:125px;
}


#layout #navigate li.books
{
	width:55px;
}

#layout #navigate li.speaking
{
	width:68px;
}

#layout #navigate li.speaking ul.speaking-dropdown
{
	width:85px;
}

#layout #navigate li.blog
{
	width:50px;
}

#layout #navigate li.resources
{
	width:74px;
}

#layout #navigate li.contact
{
	width:64px;
}


#layout #navigate li.contact ul.dropdown
{
 	
}

#layout #navigate li.contact ul.dropdown li.donate
{
	width:100px;
}



#layout #helpLinks
{
 	position:absolute;
	top:417px;
	left:24px;
	
}

#layout #helpLinks #yellow
{
	position:absolute;
	top:2px;
	left:29px;
	z-index:5;
	width:42px;
	height:36px;
	background-color:#ECE29B;
}

#layout #helpLinks #facebook
{
	position:absolute;
	top:11px;
	left:0px;
	z-index:10;
}

#layout #helpLinks #donation
{
	position:absolute;
	top:11px;
	left:67px;
	z-index:10;
}


#layout #content
{
	position:absolute;
	top:174px;
	left:262px;
	width:350px;
	height:296px;
	z-index:10;
	overflow:hidden;
	line-height:15px;
}

#layout #content h1,
#layout #content h4
{
	font-size:14px;
}

#layout #content h2,
#layout #content h5
{
	font-size:13px;
}

#layout #content h3,
#layout #content h6
{
	font-size:12px;
	
}


#layout #content h1,
#layout #content h2,
#layout #content h3
{
	color:#2C4156;
	font-family:Arial, Arial, Helvetica, sans-serif;	
	letter-spacing:.05em;
	line-height:16px;
}


#layout #content h4,
#layout #content h5,
#layout #content h6
{
	color:#787F53;
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-style:italic;
	line-height:16px;
}



#layout #content div.contentHolder
{
	position:absolute;
	top:0px;
	left:0px;
	height:inherit;
	width:350px;
}

#layout #content div.contentHolder a
{
	color:#736388;	
}

#layout #contentScroll
{
	position:absolute;
	top:168px;
	right:65px;
	height:300px;
	width:4px;
}

#layout #contentScroll #scrollNote
{
	position:absolute;
	top:-10px;
	right:12px;
	color:#999999;
	font-size:9px;
	font-weight:normal;
	width:110px;
	text-align:right;
	display:none;
	
}



#layout #contentScroll .ui-slider-handle
{
	left:-4px;
	width:10px;
	height:15px;
}

.clear
{
	clear:both;
}







