@charset "utf-8";
/* CSS Document */


* {
	padding: 0;
	margin: 0;
	}
	
body {
	text-align: center;
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	}

h1, h2, h3, h4, h5, h6, p, li, a { text-align: left; }

hr {
	margin: 10px 0;
	color: #fff;
	height: 1px;
	width: 100%;
	}

img, div, a { behavior: url('iepngfix.htc') } /* ie 5.5 & 6 transparent png fix */

.title a {
	position: absolute;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #213e7c;
	top: 14px;
	text-decoration: none;
	}
	
.courtesy-nav {
	position: relative;
	text-transform: uppercase;
	top: 15px;
	float: right;
	color: #fff;
	}
	
.courtesy-nav a { 
	text-decoration: underline;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #213e7c;
	}
	
.courtesy-nav a:hover {
	text-decoration: none;
	}


p.gallery { padding-top: 10px; float:right;}
p.gallery a span { position: relative; top: 17px; font-size: 1em; }
p.gallery a {
	display: block;
	width: 190px;
	height: 58px;
	background: url(images/gallery-up.png) no-repeat left top;
	text-align: center;
	color: #000;
	text-decoration: none;
	}

p.gallery a:hover {
	background: url(images/gallery-over.png) no-repeat left top;
	display: block;
	width: 190px;
	height: 58px;
	text-decoration: none;
	}
	
#top-black {
	width: 100%;
	height: 55px;
	background: #000;
	}
	
#top-black-width {
	width: 900px;
	margin: auto;
	text-align: left;
	}
#top-black img{
	border:0;
	}
#blue-header {
	background: #629fd8 url('images/blue-gradient.png') repeat-x left bottom;
	}

#blue-header-width {
	 background: url('images/trans-top-white.png') no-repeat 0 15px;
	 width: 954px;
	 height: 329px;
	 margin: auto;
	 padding: 15px 0;
	 color: #fff;
	 text-align: left;
	 }

#blue-header-width div.slide-show {
	position: relative;
	width: 401px;
	top: 10px;
	left: 15px;
	}

#blue-header-width div.right {
	float: right;
	width: 500px;
	display: inline;
	margin: 25px 0 0 0;
	}

#blue-header-width div.right p { font-size: .7em; line-height: 1.5em; margin-right: 25px; color: #213e7c; }
#blue-header-width div.right p b { font-size: 1em; }

#blue-header-width h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	margin-bottom: 20px;
	}

#content {
	width: 954px;
	margin: 25px auto 50px auto;
	text-align: left;
	
	}
	
#content-right-bubble {
	position: relative;
	float: right;
	/*width: 518px;*/
	width: 718px;
	background: url(images/middle-tan.png) repeat-y left top;
	right: -7px;
	}
#content-right-inner{
	padding:10px;
}
	
.postmetadata {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	font-size: .5em;
	padding-left: 25px;
	}
	
div.post small {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: left;
	font-size: .5em;
	padding-left: 25px;
	}
	
#content-right-bubble div.terms p {
	font-size: .5em; 
	text-align: justify;
	}
	
#content-right-bubble h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 15px 5px 25px;
	font-size: 14pt;
	font-weight: normal;
	}
	
#content-right-bubble p, .entry {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
	line-height: 1.5em;
	color: #666;
	padding: 5px 25px 15px 25px;
	}

#content-right-bubble h4 {
	color: #629fd8;
	letter-spacing: -.01em;
	padding: 15px 25px;
	font-style: italic;
	}

#content-right-bubble ol {
	padding-left: 60px;
	}
	
#content-right-bubble ol li {
	margin: 10px 45px 10px 10px;
	list-style: upper-roman;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: italic; 
	}

#content-right-bubble ul {
	padding-left: 25px;
	}
	
#content-right-bubble ul li {
	list-style: none;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	}
	
#content-right-bubble span.top { 
	background: url(images/top-tan.png) no-repeat left top;
	width: 718px;
	height: 16px;
	display: block;
	}
	
#content-right-bubble span.bottom { 
	background: url(images/bottom-tan.png) no-repeat left bottom;
	width: 718px;
	height: 20px;
	display: block;
	}

/* ################################ footer ################################ */

#footer {
	background: #372f27 url('images/footer-tile-bg.png') repeat-y center top;
	}
	
#footer-width {
	width: 900px;
	margin: auto;
	text-align: left;
	color: #fff;
	}
	
#footer-width span {
	display: inline;
	text-align: left;
	color: #fff;
	font-size: 10pt;
	}
	
#footer-width span a {
	color: #d9edfe;
	text-decoration: none;
	}
	
#footer-width span a:hover { text-decoration: underline; }
	
#footer-width h2 {
	color: #d9edfe;
	text-transform: uppercase;
	padding: 30px 0 15px 0;
	font-size: 14pt;
	}

.footer-img {
	position: relative;
	width: 422px;
	height: 267px;
	background: url('images/under-photo-bottom.png') no-repeat left top;
	float: right;
	margin-top: -45px;
	text-align: center;
	}

.footer-img img { padding: 25px 0 0 0; }
	
#footer-width ul {
	margin-left: 15px;
	}
	
#footer-width ul li { 
	float: left;
	margin-right: 15px;
	overflow: visible;
	list-style: none;
	}
	
#footer-width ul li a {
	display: block;
	text-align: left;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	color: #fff;
	width: 195px;
	border-bottom: 1px dotted #fff;
	font-size: 10pt;
	}
	
#footer-width ul li a:hover { background: url('images/sub-nav-over.png') repeat left top; }

/* ################################ main nav ################################ */

#sidebar h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-style: italic;
	margin-bottom: 5px;
	font-size: 14pt;
	}

#sidebar ul {
	margin-left: 25px;
	list-style: none;
	}
	
#sidebar li h2 { font-size: 0px; }

#sidebar li {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#sidebar li a {
	display: block;
	width: 190px;
	padding: 15px;
	margin: 0;
	border-bottom: 1px #ccc solid;
	text-transform: uppercase;
	text-decoration: none;
	color: #213e7c;
	font-size: 11pt;
	}

#sidebar li a:hover, #sidebar li.current {
	background: url(images/main-nav-over.png) repeat left top;
	}

#footerRight{
	float:right;
	text-align:right;
	}

#podPress_footer{
	text-align:right;
	width:250px;
	float:right;
	}






