


/* Begin Structure */
body {
		background: #FFFFFF;
		color: #0d1f30;
		}

#header {
		height: 120px;
		background-color: #FFFFFF;
		}
		
#headerimg {
		border-left: solid 0px #CCCCCC;
		border-right: solid 0px #CCCCCC;
		}


#backg_rp {
		
		}

#skip {
		position: absolute;
		top: -500px;
		width: 1px;
		height: 1px;
		overflow: hidden;
		}
		


h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
		color: #0d1f30;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 2.0em;
		font-variant: small-caps;
		letter-spacing: 0.1em;
		font-weight: normal;
		}

a, h2 a:hover, h3 a:hover {
		color: #0d1f30;
		}

a:hover {
		color: #0d1f30;
		text-decoration: none;
		}

a img {
		border: solid #333333 0px;
		}
		


.logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	line-height: 4.0em;
	font-variant: small-caps;
	letter-spacing: 0.5em;
	border-bottom: solid 0px #CCCCCC;
	text-align: left;
}


.logo a {
	display: block;
	width: 460px;
	height: 60px;
	background: url(images/bolt.png) top no-repeat;
	background-position: 175px 0;
	color: #000000;
	text-decoration: none;
}

.logo a:hover {
	text-decoration: none;
	background: url(images/bolt_on.png) top no-repeat;
	background-position: 175px 0;
}

.est {
	display: block;
	width: 60px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-variant: small-caps;
	font-size: 0.2em;
	color: #999999;
	letter-spacing: 0.2em;
	border: solid 0px #000000;
	position: relative;
	top: 35px;
	left: 320px;
	text-align: left;
}
		
/* This hides the 'skip to' links and maintains accessibility */

/* Main Navigation and Home Styles */

 
#navigation {
	overflow: hidden;
	text-align: left;
	list-style: none;
	height: 25px;
	border: solid 0px #CCCCCC;
	}

#navigation ul {
	width: 100%;
	text-align: left;
	}

#navigation ul li {
	display: inline-block;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 1.2em;
	letter-spacing: 0.2em;
	padding: 0 10px 0 0;
	}

#navigation ul li a {
	display: block;
	color: #6a737d;
	text-decoration: none;
	line-height: 25px;
	}
	
	
#navigation ul li a:hover {
	color: #6a737d;
	}
	
#navigation ul li.current_page_item a, #navigation ul li.current-cat a, #navigation ul li.current_page_parent a {
	color: #000000;
	}

#wrapper #navigation ul li.current-cat a {
	color: #000000;
	}

#navigation ul li.current_page_item a:hover, #navigation ul li.current-cat a:hover {
	color: #000000;
	}
	

#quick {
	display: none;
	font-size: 1.1em;
	letter-spacing: 0.2em;
	padding: 5px;
	text-align: center;
	background-color: #E4E4E4;
}
/* END Main Navigation and Home Styles */

/* Begin Custom Styles*/
		
		
p img {
		padding: 0;
		max-width: 100%;
		}

img a {
	border: solid #000000 0px;
	}



.postmetadata {
	font-size: .8em;
		}

#content {
	min-height: 525px;
	}
	

#footer, #sub_nav {
	display: none;
	}
	
