@charset "UTF-8";

html	{font-size:125%;}

*		{margin:0;
		padding:0;}

body  {
	font-family: Arial, Helvetica, sans-serif;
	background: #e9edbc;
	font-size: 50%;
	margin: 0; 
	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: #afe0e5;
}


.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;
}

				
div.nav			{width:900px;
				 height:41px;
				 background-color:#e17a3b;
				 position:absolute;
				 /*margin-left:auto;
				 margin-right:auto;*/
				 left:50%;
				 margin-left:-450px;
				font-size:1.3em;
				padding-top:2px;
				padding-bottom:2px;
				top:0px;
				text-align:left;
				
				 }			
				 
				 
div.nav ul		{margin-left:auto;
				margin-right:auto;
				margin-top:12px;
				padding-left:60px;
				
								
				}
				

div.nav li {
			float:left;
			width:inherit;
			
			list-style-type:none;
			color:#e9edbc;
			background-color:#e17a3b;
			padding:5px 15px 5px 15px;
			letter-spacing:.05em;
			}
			
div.nav a {	display:block;
				text-decoration:none; 
				color:#e9edbc;
				}
				
div.nav a:hover {color:#7b71b0;}

div.nest		{width:900px;
				position:absolute;
				left:50%;
				margin-left:-450px;
				background-image:url(images/background_home.jpg);
				top:41px;
				}
				
				div.heNest		{width:900px;
				position:absolute;
				left:50%;
				margin-left:-450px;
				background-image:url(images/background_he.jpg);
				top:41px;
				}
				
div.hrgNest		{width:900px;
				height:8700px;
				position:absolute;
				left:50%;
				margin-left:-450px;
				background-image:url(images/background_hrg.jpg);
				top:41px;
				}
				
div.eventsNest		{width:900px;
				position:absolute;
				left:50%;
				margin-left:-450px;
				background-image:url(images/background_events.jpg);
				top:41px;
				}
				
div.linksNest	{width:900px;
				height:1300px;
				position:absolute;
				left:50%;
				margin-left:-450px;
				background-image:url(images/background_links.jpg);
				top:41px;
				}
				
div.membershipNest	{width:900px;
				position:absolute;
				left:50%;
				margin-left:-450px;
				background-image:url(images/background_membership.jpg);
				top:41px;
				height:1500px;
				}
				
div.contactNest	{width:900px;
				position:absolute;
				left:50%;
				margin-left:-450px;
				background-image:url(images/background_contact.jpg);
				top:41px;
				}

div.columnLeft		{width:150px;
					height:150px;
					float:left;
					margin-left:20px;
					margin-top:300px;
					padding:0 20px;
					background-color:#e9edbc;
					font-size:1.4em;
					font-style:italic;
					
					}
					
div.columnLeft p	{color:#7b71b0;
					margin-top:20px;
					line-height:2em;
					}
					
div.columnLeftHome		{width:150px;
					height:450px;
					float:left;
					margin-left:20px;
					margin-top:300px;
					padding:0 20px;
					background-color:#e9edbc;
					font-size:1.4em;
					font-style:italic;
					}
					
div.columnLeftHome p	{color:#7b71b0;
					margin-top:20px;
					line-height:1.6em;
					font-weight:500;
					font-family:Times New Roman, Times, serif;
					}
					
div.columnLefthe	{width:150px;
					height:600px;
					float:left;
					margin-left:20px;
					margin-top:300px;
					padding:0 20px;
					background-color:#e9edbc;
					font-size:1.2em;
					font-style:italic;
					}

div.columnLefthe p	{color:#7b71b0;
					margin-top:20px;
					line-height:1.4em;
					font-weight:400;
					font-family:Arial, sans serif;
					}
					
div.columnLefthe a	{color:#e17a3b;}
				
div.content		{
				margin-top:223px;
				margin-left:293px;
				margin-right:44px;
				text-align:left;
				
				
				}
				
div.content h1	{font-size:1.8em;
				color:#e17a3b;
				line-height:1.8em;
				margin-bottom:1em;
				}
				
div.content p	{font-size:1.3em;
				/*color:#e17a3b;*/
				color:#666f55;
				line-height:1.6em;
				margin-bottom:1.2em;
				}
				
div.content a	{color:#7b71b0;}
				
div.content h3	{font-size:1.4em;
				/*color:#e17a3b;*/
				font-weight:bold;
				color:#e17a3b;
				line-height:0;
								}
								
div.content h4	{font-size:1.2em;
				color:#e17a3b;
				line-height:1.6em;
				margin-bottom:1.1em;
				}
								
div.content ul	{font-size:1.3em;
				/*color:#e17a3b;*/
				color:#666f55;
				line-height:1.4em;
				margin-left:10px;
				}
				
div.content li	{margin-bottom:1.6em;}
