/* layout.css */

/* common tags */
body {
	background-color: #754760;
}
p, h1, h2, h3, a {
/*	font-family: "Trebuchet MS", Helvetica, FreeSans, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
}
h2, h3 {
	margin:0;
	color:#754760;
}
a {
	text-decoration: none;
	color:#754760;
}
a:hover {
	text-decoration: underline;
	color:#89a;
}
a:focus{
	outline: 0;
}
.separator {
	border-right:solid;
	border-right-color:gray;
	border-right-width:thin;
}
.verse {
	font-size:small;
	color: #4B2942;
	padding-right:15px;
}
/* Remove annoying border on linked images. */
a img { border: none; }

/* common layout tags*/
#all {
	background-color: #FFFFFF;
	border: 2px solid black;
	width: 960px;
	height: 945px;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
}
#heading {
	width:100%;
	height:136px;
	padding:0px 0px 10px 0px;
	float:left;
	clear:both;
	border: 0;
	margin: 0;
}
#connections {
	margin: 1px;
	float:right;
}
#content {
	float: left;
	height: 650px;
	width: 960px;
	margin-top:5px;
}
#column1 {
	font-size: 14px;
	float: left;
	margin-left: 5px;
	padding: 3px;
	width: 155px;
  height: 570px;
}
#column2 {
	font-size: 14px;
	margin: 0;
	height: 650px;
	padding:0;
	float: left;
	width: 490px;
}
#column3 {
	margin-top:5px;
	height:650px;
}
#footer {
	clear:both;
	height:136px;
}

/* Styles for connections */
#connections h3 {
	float:left;
	padding-top:5px;
	padding-right:5px;
}
#connections ul {
	margin:0;
	padding: 0;
	float:right;
}
#connections li {
	list-style-type: none;
	float: left;
	margin:0;
	padding:2px;
}
a.swap {
	display: block;
	width:33px;
	overflow:hidden;
	text-decoration: none;
}
a.swap:hover {
	display:block;
	text-indent:-33px;
}

/* Picture Styles */
#logo{
	width:500px;
	height:80px;
	float:left;
}

/* Styles for column1 jumpMenu */
.jumpMenu {
	background:url("../images/jumpborder.png") no-repeat;
	margin-top:15px;
	padding:1px;
	height:176px;
}
.jumpMenuV {
	background: url("../images/buttonV1.png") no-repeat 0% 0%;
	height:58px;
}
.jumpMenuV:hover {
	background: url("../images/buttonV2.png") no-repeat 0% 0%;
}
.jumpMenuS {
	background: url("../images/buttonS1.png") no-repeat 0% 0%;
	height:58px;
}
.jumpMenuS:hover {
	background: url("../images/buttonS2.png") no-repeat 0% 0%;
}
.jumpMenuM {
	background: url("../images/buttonM1.png") no-repeat 0% 0%;
	height:58px;
}
.jumpMenuM:hover {
	background: url("../images/buttonM2.png") no-repeat 0% 0%;
}
.jumpMenuS .gutter, .jumpMenuV .gutter, .jumpMenuM .gutter {
	padding-top:20px;
	padding-left:10px;
	color:white;
}
.jumpMenuV a,
.jumpMenuS a,
.jumpMenuM a {
	color:#754760;
}
.jumpMenuV a:hover,
.jumpMenuS a:hover,
.jumpMenuM a:hover {
	color:#89a;
}

/* Styles for column2 */
.newsimgBorder {
	float:left;
	margin-right:5px;
}
.column2top {
	margin:0;
	background: url("../images/news-header.png") no-repeat;
	padding-top:50px;
	padding-left:10px;
}

/* Styles for footer information */
/* #footer_column1 {
	float:left;
	margin-top:5px;
	width:180px;
	height:136px;
} */
#footer_column2 {
	font-size: small;
	float:left;
	padding:0;
	margin-top:5px;
	width:400px;
	height:130px;
	margin-left:230px;
}
#footer_column3 {
	font-size: x-small;
	width:275px;
	height:125px;
	margin-top:3px;
	margin-left:655px;
	padding:5px;
	font-family: "Trebuchet MS", Helvetica, FreeSans, sans-serif;
	background: url("../images/bibleverse.png") no-repeat;
	border: 1px solid;
}
