/* base stylesheet, do not edit! */

/* for site-specific styles, go to line 80 */

/* DEFACTO STYLES FOR OVERRIDING ANNOYING FORMATTING DEFAULTS */
body {
	width: 100%;
	height: 100%;

	margin: 0;
	padding: 0;

	background: white;

	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border-width: 0;
}

h2,h3,h4,h5,h6,ul,ol,li,form,fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
hr {
	color: white;
	height: 0;
	width: 100%;
	overflow: hidden;
	border: none;
	background-color: white;
	margin-bottom: 20px;
}
caption {
	text-align: left;
	border-bottom: 1px solid #CCC;
	padding: 5px 10px;
	background-color: #FFF9E5;
}
blockquote {
	border-left: 2px solid #CCCCCC;
	margin: 4px 0px 2px 5px;
	padding: 3px 5px;
}
abbr {
	border-bottom: 1px dotted #AAA;
}
a {
	color: black;
	/*color: #0074E1;*/

	cursor: pointer;
}
a:hover {
	text-decoration: none !important; color:blue;
}

pre {
	height: 500px;
	background-color: #EEE;
	padding: 10px;
	text-align: left;
	overflow: scroll;
}
p {
	margin:0px; padding:0px; 
}

/* end base stylesheet */






/* pieratt styles */

* {font-size:10px; font-family:'verdana', sans-serif; line-height:1.8em; }

#masthead {
	padding:6px 0 3px 0;
	position:absolute;
	width:100%;
	height:140px;
	z-index:99;
	background:#272525;
	color:white;
	text-align:center;
	}
	
#content
#masthead a, #masthead a:link, #masthead a:visited, #masthead a:active {color:white; text-decoration:none;}
#masthead ul {position:absolute; top:120px; right:20px; list-style-type:none; text-transform:uppercase; letter-spacing:.2em;font-family:verdana, arial, sans-serif;}
#masthead ul li {float:left; margin-left:18px;  }
#masthead #logo {margin:8px auto 0px auto; }

#shadow {width:100%; height:29px; 
     text-align:center;
     position:absolute; top:149px; left:0px; z-index:99; 
     }

.thumb {margin-top:8px; margin-right:5px; }
#buttons {position:absolute; bottom:-13px; left:25px; color:white;}
#buttons a {color:white;}

.button {margin-right:0px; padding:0px 10px 2px 10px; cursor:pointer; background:#272525; }

h1 {display:none; }

h2 {
	text-transform:uppercase;
	padding-bottom:10px;
	font-family:'helvetica-neue', helvetica, arial, sans-serif;
	letter-spacing:.2em;
	font-weight:normal;
	font-size:10px;
	}

h2 a:link, h2 a:active, h2 a:visited {font-style:italic; font-size:10px; color:#999 !important;}
h2 a:hover {font-style:normal;}

					
			#content_one_col {
				width: 520px;
				margin: 0 0 0 68px;
				padding: 0 0 80px 0;
				display: inline;
				float: left;
				
			}
			#content a img
{
	padding: 5px;
	border: 1px solid #ccc;
	margin: 2px;
}

#content h1 {
	color: #ABB400;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
	line-height: normal;
	margin: 0;
	padding: 0 0 5px 0;
}

