/*main.cpp
Wise Baptist Church Website
Daniel A. Ray
*/

* {padding:0px; margin:0px}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	background-color: #AF1604;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: center;
	margin-left: -7px;
}


div#container{
	text-align:left;
	/*border: 2px solid red;*/
	width:916px;
	margin:0 auto;
}
div#header{
	height:100px;
	/*line-height:100px;*/
	margin:0;
  	padding-left:10px;
	background-color: #AF1604;
	background-image: url(images/headerbackground.jpg);
	/*background-repeat: repeat-x;*/
	background-position: center top;
	color: #ffffff;
}
div#headerlinks{
	margin-left: 585px;
	padding-top: 5px;
	color:#ffffff;
	font-family:serif;
	font-size:12px;
	font-weight: bold;
}
div#headerlinks a{
	text-decoration: none;
	color: #ffffff;
}
div#headerlinks a:link{
	text-decoration: none;
	color: #ffffff;
}
div#headerlinks a:visited{
	text-decoration: none;
	color: #ffffff;
}
div#headerlinks a:hover{
	text-decoration: none;
	color: #fefefe;
}

div#topmatter{
	padding: 5px 10px 10px 10px;
	background-color: #c25a1b;
	height: 300px;
}
div#sptopmatter{
	padding: 5px 10px 10px 10px;
	background-color: #c25a1b;
	/*height: 525px;*/
}
div#largeimage{
	float:left;
	width:635px;
	padding: 5px 5px 5px 5px;
	background-color: #683f21;
	text-align: center;
	vertical-align: center;
}
div#topright{
	background:#B9CAFF;
	float:right;
	width:251px;
}
div#topright h1{
	color: #ffffff;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	font-weight: bold;
	background-color: #9a3804;
	border-bottom: 3px solid #c25a1b;
	padding-left: 5px;
	padding-top: 5px;
	font-family: sans-serif;
}
div#sptopleft{
	float:left;
	width:260px;
	padding: 5px 5px 5px 5px;
	background-color: #eeeeee;
	margin-top: 10px;
	font-family: sans-serif;
	font-size: 12px;
}
div#sptopright{
	background: #683f21;
	/*float: right;*/
	width: 600px;
	padding: 5px 5px 5px 5px;
	margin: 10px 0 0 285px;
	color: #eeeeee;
	font-size: 14px;
}
div#sptoprightfull{
	background: #683f21;
	padding: 5px 5px 5px 5px;
	margin: 10px 0 0 0px;
	color: #eeeeee;
	font-size: 14px;
	text-align: center;
}
div#sptopright p{
	margin-left: 7px;
	margin-bottom: 3px;
}
div#sptopleft a:link{
	color: #900;
}
div#sptopleft a:visited{
	color: #900;
}
div#sptopleft a:hover{
	color: #900;
	text-decoration: none;
}
div#sptopleft h1{
	color: #683f21;
	font-size: 18px;
	font-family: sans-serif;
	padding-bottom: 15px;
}
div#sptopleft ul{
	margin-left: 30px;
}

div#sptopright h1{
	color: #eeeeee;
	font-size: 25px;
	font-weight: bold;
	font-family:Verdana, serif;
	padding-bottom: 15px;
}
div#sptopright h2{
	color: #eeeeee;
	font-size: 15px;
	font-weight: bold;
	font-family:Verdana, serif;
	padding-bottom: 10px;
	margin-left: 5px;
}
div#sptopright ul{
	margin-left: 35px;
	margin-bottom: 20px;
	color: #eeeeee;
	list-style-image: url("images/crossicon.gif")
}
div#sptopright li{
	padding:0px;
	margin: 0px;
	margin-bottom: -15px;
}
div#sptopright ul a:link{
	color: #eeeeee;
	font-family: sans-serif;
	font-size: 14px;
}
div#sptopright ul a:visited{
	color: #eeeeee;
	font-family: sans-serif;
	font-size: 14px;
}
div#sptopright ul a:hover{
	text-decoration: none;
}
div#sptopright a:link{
	color: #eeeeee;
	font-family: sans-serif;
	font-size: 14px;
}
div#sptopright a:visited{
	color: #eeeeee;
	font-family: sans-serif;
	font-size: 14px;
}
div#sptopright a:hover{
	text-decoration: none;
}
.sptopimg{
	padding-bottom:10px;
}
div#divcurrent {
	background-image: url(images/eventbackground.jpg);
	background-position: center top;
	color: #ffffff;
	font-size:12px;
}
div#divcurrent p{padding: 14px 5px 5px 5px;}
div#divcurrent a:link{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
div#divcurrent a:link{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
div#divcurrent a:visited{
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
div#divcurrent a:hover{
	text-decoration: none;
	color: #fefefe;
	font-weight: bold;
}

div#bottommatter{
	padding: 10px 10px 10px 10px;
}
div#specialannouncement{
	width: 100%;
	background-color: #c25a1b;
	margin-bottom: 10px;
	padding: 4px;
}
div#specialannouncement p{
	color: #fff;
	margin-left: 15px;
	margin-top: 5px;
	font-size: 16px;
}
div#specialannouncement ul{
	margin-left: 55px;
	font-size: 14px;
	color: #fff;
}
div#specialannouncement a:link{
	text-decoration: underline;
	color: #ffffff;
}
div#specialannouncement a:link{
	text-decoration: underline;
	color: #ffffff;
}
div#specialannouncement a:visited{
	text-decoration: underline;
	color: #ffffff;
}
div#specialannouncement a:hover{
	text-decoration: none;
	color: #fefefe;
}
div#bottomleft{
	float:left;
	width:498px;
	background-color: #4b311d;
}
img#churchimg{
	margin:8px;
	margin-left: 16px;
}

div#bottomright{
	background:#B9CAFF;
	float:right;
	width:385px;
	background-image: url(images/bottomrightbackground.jpg);
	background-position: center top;
}
div#brcontainer{
	background:#eeeeee;
	border: 1px solid #900;
	margin: 5px 5px;
	padding: 2px 2px;
	text-align: center;
	vertical-align: center;
}
div#extra{
	background:#FF8539;
	float:left;
	width:500px;
}
div#footer{
	
	color: #FFF;
	clear:both;
	width:100%;
	padding-top:5px;
}
div#footercontainer{
	background-color: #ffffff;
	color: #000000;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
	vertical-align: top;
}
.footerpic{
	padding-right: 10px;
	vertical-align: top;
}
.button{
	padding-bottom: 10px;
}
.fl{
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border: 1px solid #777777;
}
.fl1{
	float: left;
	margin: 0px 5px 5px 0px;
	padding: 0px;
}
.imgfloatright{
	float: right;
	margin: 3px 3px 3px 3px;
	padding: 0px;
}
.imgfloatleft{
	float: left;
	margin: 3px 3px 3px 3px;
	padding: 0px;
}
#minhead{
	font-weight: bold;
	margin-left:2px;
}
#mintab{
	padding-left: 50px;
}
div.thumbnail {
  float: left;
  width: 200px;
  padding: 10px;
}
div.thumbnail p {
   text-align: center;
}
