/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Edited by Ed Nacional (www.ednacional.com)
* @author Reformatted by Josh Pesavento
*
*/

* { margin: 0; padding: 0; }

body {
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-Serif; /* see www.typetester.org  */
	color: #888888; 
	background-color: #ffffff;
}

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

a:link { background-color: #e5e5e5; text-decoration: none; color: #333333;}
	
a:active { text-decoration: none; }
	
a:visited { 
	background-color: #e5e5e5; 
	text-decoration: none;
	color: #666666;
}
	
a:hover { background-color: #333333; text-decoration: underline; color: #cccccc; }

a img { border: none; }

.top-section {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 25px;
	font-size: 24px;
	line-height: 24px;
	color: #666666;
	font-style: italic;
	font-family: Georgia, serif;
}


#menu {
	width: 225px;
	overflow: auto;
	top: 0;
	bottom: 0;
	position: fixed;
	height: 100%;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 25px;
	font-size: 11px;
}
	
#menu ul {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	padding-right: 25px;
	padding-left: 25px;
}

#menu ul li {
	color: #666666;
	margin-top: 0px;
	margin-bottom: 4px;
}

#menu ul li.section-title {
	text-transform: uppercase;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: black;
	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: underline; color: #666666; background-color: #cccccc; }

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

#content {
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 225px; 
    top: 0;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 25px;
}

.container {
	margin-bottom: 25px;
}

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

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

h1 { 
	font-family: Georgia, serif;
	font-size: 32px;
	color: #666666;
	padding-bottom: 15px; 
}

h2 { 
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 15px; 
}

h3 { font-size: 16px; color: #0006FF; }

h4 { font-size: 12px; color: #0006FF; }

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

#once { clear: left; }


/* SLIDE SHOW - Navigation */

p.nav a {
	background-color: #eeeeee;
	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;
}

/* Positioning */

#wrap {margin: 0 auto; width: 833px; overflow: hidden;}
#menu {
	position: fixed; 
	width:233px;
	float:right;
	padding-left:20;
	text-align:justify;
	margin-left: 600px;
	}
#content {
	width:600;
	position: relative;
	float:left;
	margin: 0 255px 0 0;
	}
	
a.jptitle { color: black; text-transform: uppercase; text-decoration: none; text-align: justify; font-weight: bold; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 0.77em; background-color: white;  font-style: normal; line-height: auto; }