/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Edited by Hayley Thornton Kennedy (www.hayleypowers.com)


*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia;
	background-color: #fff;
	color: #a1a1a1;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1.3em;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }


	a:link { 
	text-decoration: none; 
	color: #88bbcd; 
	}
	
	a:active { 
	text-decoration: none;
	}
	
	a:visited { 
	text-decoration: none;
	color: #88bbcd; 
	}
	
	a:hover { 
 	text-decoration: none;
	color: #88bbcd;
	}

	a img { 
	border: none; 
	}
	
	
	.top-section {
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 75px; 
		font-size: 20px;
		line-height: 24px;
		color: #666666;
		font-style: bold;
		font-family: Georgia, serif;
	}



	#menu {
		width: 325px; 
		overflow: auto;
		top: 0;
		bottom: 0;
		left: 0;
		position: fixed; 
		height: 100%;
		background-color: #ffffff;
		padding-top: 75px; 
		padding-bottom: 0px;
		font-size: 11px;

	}
	
	#menu ul {
		list-style: none;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 2px; 
		margin-left: 0px;
		padding-right: 25px;
		padding-left: 75px;
	}

	#menu ul li {
		margin-top: 0px;
		margin-bottom: 4px;
	}
	
	#menu ul li.section-title {
		font-family: Georgia, serif;
		font-style: strong;
		font-size: 14px;
		padding-top: 5px;
		padding-right: 0px;
		padding-bottom: 3px;
		padding-left: 0px;
		color: #959595;
		border-top-color: #cccccc;
		border-top-style: solid;
		border-top-width: 1px;

	}
			
		#menu ul.built {
			margin-bottom: 0;
		}
	
		#menu ul.built li {
			padding-top: 5px;
			border-top-color: #cccccc;
			border-top-style: solid;
			border-top-width: 1px;
			color: #bbbbbb;
		}
		
		#menu ul.built a {
			color: #bbbbbb;
		}
		
		#menu ul.built a:hover {
		 	text-decoration: none;
			color: #88bbcd;
		}

		
		#copy {
			font-size: 9px;
			color: #bbbbbb;
			font-family: Georgia, serif;
			font-style: italic;
			margin-top: 5px;
			padding-top: 5px;
			border-top-color: #cccccc;
			border-top-style: solid;
			border-top-width: 1px;
		}


/* CONTENT AREA */

	#content {
		height: 100%;
		margin-top: 0px;
		margin-right: 50px;
		margin-bottom: 0px;
		margin-left: 325px; 
	    top: 0;
	    
	 
		padding-top: 150px;  
		padding-right: 25px;
		padding-bottom: 25px;
		padding-left: 15px;
	}

	.container {
		margin-bottom: 25px;
	}

	#content p { 
		width: 600px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 20px; 
		margin-left: 20px; 	
	    line-height: 18px; 
	}

	p { 
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 9px;
    margin-left: 0;
	}

/* HEADINGS */
	
	
	h1 { 
		font-family: Georgia, serif;
		font-size: 18px;
		color: #a1a1a1; 
		padding-bottom: 15px; 
	}
	
	h2 { 
		font-family: Georgia, serif;
		font-size: 18px;
		font-weight: normal;
		color: #959595;
		padding-top: 1px;
		padding-bottom: 1px; 

	}
	
	h3 { 
		font-size: 12px;
		color: #a1a1a1;
		padding-top: 1px;
		padding-bottom: 1px; 
	}
	
	h4 { 
		font-size: 12px; 
		color: #88bbcd;
		padding-top: 1px;
		padding-bottom: 1px; 
	}

/* IMAGES */

	#img-container	{ 
		margin: 0 0 20px 0; 
		padding: 0; 
	}
	
	#img-container p	{ 
		width: 400px; 
		margin: 0; 
		padding: 0 0 12px 0;
	}
	
	.nothumb img {
		margin-top: 0px;  
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
		border-color: #e1e1e1; /* erase the following 3 lines if you dont want borders on your images */
		border-width: 1px; 
		border-style:  solid;
	}
	
	#once { clear: left; }
	
	
/* SLIDE SHOW - Navigation */
	
	p.nav a {
		background-color: #e1e1e1;
		padding-top: 3px;
		padding-right: 9px;
		padding-bottom: 3px;
		padding-left: 9px;
		font-size: 11px;
		font-family: Georgia, serif;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
	}
	
	p.nav a:hover {
		background-color: #cccccc;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font-family: Georgia, serif;
		font-style: italic;
		padding-left: 20px;
	}