/* CSS Document by Dieter Schneider | www.csstemplateheaven.com */

* {margin: 0; padding: 0;}

/**************************************** Main structure ****************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#container {
	width: 842px;
	margin: auto;
	font-size: 1.5em;
			}

#top_nav {
	background-image: url(http://www.burrellcopier.com/images/nav_top.jpg);
	height: 31px;
	padding-top: 15px;
	text-align: right;
	padding-right: 20px;
	color: #000080;
}

#top_nav #topleft{
  float: left;
  padding-left: 20px;
}

#top_nav #topleft a{
  text-decoration: none;
}

#header {
	background-image: url(http://www.burrellcopier.com/images/header.jpg);
	height: 235px;
}

#main_nav {
	background-image: url(http://www.burrellcopier.com/images/main_nav.jpg);
	height: 56px;
	font-size: 85%;
}

#contentwrapper {
	background-image: url(http://www.burrellcopier.com/images/contentwrapper.jpg);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 160px;
	padding-top: 15px;
	margin-left: 15px!important;
	margin-left: 7px;
	font-size: 0.9em;
}

#right {
	float: right;
	width: 160px;
	padding-top: 15px;
	margin-right: 15px!important;
	margin-right: 7px;
	font-size: 0.9em;
}

#content {
	margin-right: 200px;
	margin-left: 200px;
	padding: 15px 0;
}

#content2{
	margin-right: 25px;
	margin-left: 200px;
	padding: 15px 0;
	background: #F1F1F1;
}

#content3{
	margin-right: 25px;
	margin-left: 25px;
	padding: 15px 0;
	background: #F1F1F1;
}

#footer {
	background-image: url(http://www.burrellcopier.com/images/footer.jpg);
	height: 35px;
	clear: both;
	text-align: center;
	padding-top: 20px;
}

#footer a{
  text-decoration: none;
  color: #000000;
}

/**************************************** text, images, lists ****************************/

a{
  color: #000080;
}

img.float_left {
	float: right;
	margin: 10px 0 0 10px;
}

p {
	margin-top: 10px;
	margin-bottom: 30px;
}

p.topnav, .copyright {
	margin: 0;
}

.copyright {
  font-size: 0.9em;
}

h1 {
	color: #FFFFFF;
	padding-top: 100px;
	padding-left: 120px;
	font-size: 2.8em;
}

h2 {
	font-size: 1.5em;
	color: #f14119;
	background-image: url(http://www.burrellcopier.com/images/h2.jpg);
	background-repeat: repeat-x;
	height: 42px;
	padding-top: 3px;
	/*margin-bottom: 20px;*/
	padding-left: 8px;
}

h3 {
	background-image: url(http://www.burrellcopier.com/images/sidebar_heading.jpg);
	font-size: 1em;
	height: 19px;
	width: 135px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 24px;
}

h4 {
	background-image: url(http://www.burrellcopier.com/images/sidebar_heading_2.jpg);
	font-size: 1em;
	height: 19px;
	width: 125px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 24px;
}

dl {
	margin-top: 10px;
	margin-bottom: 20px;
}

dt {
	border-bottom: 1px solid white;
	padding: 3px;
	margin-bottom: 5px;
	background-image: url(http://www.burrellcopier.com/images/dt_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

dd {
	margin-bottom: 12px;
}

.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}

#left img{
  display: block;
  margin: 0 auto;
}

#right #sermons{
  text-align: center;
}

#left #sermons a{
  display: block;
}

#content p, #content2 p{
  margin-left: 20px;
  margin-right: 20px;
}

#map{
  height: 400px;
  width: 575px;
  margin: 0 auto 30px auto;
}

form#directions{
  margin: -20px auto 0 auto;
}

form#directions input{
  margin: 5px 20px;
}

/**************************************** Menu ****************************/

#navcontainer ul
{
	color: White;
	float: left;
	width: 100%;
	height: 54px;
	margin-left: 10px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 18px 1em;
	height: 18px;
	color: #000080;
	text-decoration: none;
	float: left;
	background-image: url(http://www.burrellcopier.com/images/menu_right_border.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#navcontainer ul li a:hover
{
	color: #ffffff;
	background-image: url(http://www.burrellcopier.com/images/menu_hover.jpg);
	background-repeat: repeat-x;
}

#navcontainer ul li a#active{
  text-decoration: underline;
}


#left ul#side_nav{
  list-style: none;
  margin-bottom: 10px;
}

#left ul#side_nav li a{
  display: block;
  text-decoration: none;
  padding: .2em;
  padding-left: .5em;
}

#left ul#side_nav li a:hover{
  text-decoration: underline;
}

/**************************************** Contact form ****************************/

label {
	font-style: italic;
}

form.contact_us {
	width: 155px;
	margin-top: 0px;
	padding: 0px;
}

input.fields_contact_us {display: block;
        width: 155px;
        background: #FFFFFF;
		border-top: 1px solid #E5E3E4;
		border-left: 1px solid #E5E3E4;
		border-bottom: 1px solid #EDEDED;
		border-right: 1px solid #EDEDED;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {/*width: 155px;*/
          background: #FFFFFF;
		  border-top: 1px solid #E5E3E4;
		  border-left: 1px solid #E5E3E4;
		  border-bottom: 1px solid #EDEDED;
		  border-right: 1px solid #EDEDED;
		  display: block;
          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	/*margin-left: 88px;*/
	padding: 2px;
	background-color: #000080;
	cursor: pointer;
	color: #FFFFFF;
}

/**************************************** Photo Album ****************************/
.photo-albums{
  
}

.photo-albums .title{
  display: block;
  border-bottom: 1px solid #000080;
  padding: 0px 15px 15px 15px;
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: bold;
}

.photo-albums .title a{
  text-decoration: none;
}

.photo-albums .description{
  display: block;
  margin: 10px 15px;
}

.photo-albums img{
  display: block;
  margin: 10px 15px;
}

.photo-albums a img{
  border: none;
}

.photo-albums a{
  text-decoration: none;
  display: block;
  border: 2px solid #000080;
  float: left;
  margin: 15px;
}
