@charset "UTF-8";

/* CSS by David Tierney of Designs by Tierney */


/* Undo Default Styling */
ul,ol,dl { 
	list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { 
	font-size:1em; }
ul,ol,li,dl,dd,dt,p,h1,h2,h3,h4,h5,h6,pre,html,body,div,blockquote,form,fieldset,input { 
	margin:0; padding:0; }
a,a:hover,a:link,a:visited,a img,a:hover img,a:link img,a:visited img { 
	border:none; text-decoration:none; }


/* Core Styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 16px;
	background-color: #BD553D;
	}

#wrapper-outer {
	width: 800px;
	margin: 0 auto;
	background-color:#BD553D;
	}

#branding {
	width: 800px;
	height: 150px;
	padding-top: 20px;
	border-bottom: solid 2px #FFF;
	}

/* ------------
	Core Navigation 
----------------*/
#core-navigation {
	width: 800px;
	height: 24px;
	background-color: #77c5ea;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	color: #1d2744;
	padding-bottom: 6px;
	padding-right: 0px;
	border-bottom: 1px solid #4C6274;
	}

#core-navigation ul {
	text-align: right;
	padding-top: 6px;
	padding-right: 15px;
	}

#core-navigation ul li {
	display: inline;
	margin-right: 40px;
	}

#core-navigation ul li a {
	color: #FFFFFF;
	font-weight: normal;
	}

#core-navigation ul li a:hover {
	text-decoration: underline;
	}

/* -----------------------
	Gallery Navigation 
-------------------------*/

h4.text-right {
	padding-top: 8px;
	float: right;
	background-color: #FFF;
	font-size: 15px;
	font-weight: normal;
	}

h4.text-right a {
	color: #8C0F14;
	text-decoration: underline;
	padding: 0 2px;
	}

h4.text-right a:hover {
	color: #1d2744;
	text-decoration: underline;
	}

h4.text-right .current-page {
	color: #1d2744;
	text-decoration:none;
	}

/* ------------
	Content 
----------------*/
#wrapper-content {
	text-align:left;
	padding: 30px 50px 0px 50px;
	background-color: #FFF;
	}

#wrapper-content img {
	float: left;
	padding-right: 8px;
	padding-bottom: 50px;
}


#wrapper-content p {
	padding-top: 4px;
	color: #8C0F14;
}

#wrapper-content p strong {
	font-family: "Bell MT", Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
}

.content-section {
	float: left;
	width: 350px;
	}

.content-section-r {
	float: right;
	width: 320px;
	}

h1 {
	font-size: 36px;
	font-family:"Bell MT", Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #003366;
	border-bottom: 1px solid #1d2744;
	margin-bottom: 6px;
	}

h1 em {
	font-style:normal;
	font-weight: normal;
	}

h1 strong {
	font-weight: normal;
	color:#8C0F14;
	}

h5 {
	margin-bottom: 10px;
	text-align: justify;
	color: #003366;
	font-family: "Bell MT", Georgia, "Times New Roman", Times, serif;
	}
	
h5 img {
	margin-right: 10px;
	padding-bottom: 30px;
	}

/* ------------
	Footer 
----------------*/


#footer {
	clear: both;
	height: 36px;
	margin-bottom: 10px;
	text-align: left;
	background: #77c5ea;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003366;
	border-bottom: 1px solid #4C6274;
	}

#footer p {
	padding: 11px 20px 0 20px;
	}

#footer p.text-right {
	float: right;
	}

#footer p a {
	color: #003366;
	}

#footer p a:hover {
	text-decoration: underline;
	}


/* GLOBAL Rules */
.backgroundloader {
	display:none;
	}
