body {
    font-size: 14px;
	margin: 0 auto;
	background: #e3e3e3;
}
.black {
	border: #000 1px solid;
}
h1 {
	font-size: 50px;
	line-height: 60px;
	color: #ffca7f;
}
h2 {
 	font-size: 20px;
	margin: 0;
	line-height: 10px;
	color: #ffca7f;
}
h3 {
 	font-size: 20px;
	margin: 5px;
	line-height: 20px;
}
.site {
  	background: #ffffff;
	border: double;
	border-width: 3px;
	border-color: #794d26;
	margin-top: 5px;
}
.topBar {
	height: 95px;
	text-align: center;
	background: url("../images/topwood.jpg");
    margin-top: 0px;
    margin-bottom: 3px;
}
.smalltext {
	font-size: 11px;
	padding-top: 4px;
}
.topbar	a:hover {
	color:yellow;
}
.secondSearch {
	height: 70px;
	width: 620px;
	text-align: center;
    background-image: url("../images/secondSearch.png");
}
.topBar a, .rightMenuOrange a, .topMenuButtonHot a, .searchBox a, .letters a, .topletters a {
	color: #fff;
	text-decoration: none;
}

.categories a {
	text-decoration: none;
}
.bottomBar {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
    margin-top: 5px;
	background: #ffca7f;;
	font-weight: bold;
}
.searchBox {
	
	background-image: url("../images/searchBoxBg.png");
	height: 100px;
    background-repeat: repeat-x;
}
.menuPhoto {
	float: right;
	margin-left: 5px;
}

.menu {
	width: 130px;
	height: 30px;
	background-image: url("../images/MenuButton.jpg");
	text-align: center;
	float: right;
	font-weight:bold;
	line-height: 30px;
	font-size: 15px;
	margin-left: 5px;
	margin-bottom: 5px;
	display:block;
}
.menu a {
	display: block;
    height: 100%;
    width: 100%;
	color: #fff;
    text-decoration: none;
}
.menu a:hover {
	background-image: url("../images/MenuButtonHover.jpg");
}

.menuSpecial {
	width: 130px;
	height: 30px;
	background-image: url("../images/MenuButtonSpecial.jpg");
	text-align: center;
	float: right;
	font-weight:bold;
	line-height: 30px;
	font-size: 15px;
	margin-left: 5px;
	display:block;
}
.menuSpecial a {
	display: block;
    height: 100%;
    width: 100%;
	color: #000;
    text-decoration: none;
}
.menuSpecial a:hover {
	background-image: url("../images/MenuButtonHover.jpg");
}

.menuLast {
	width: 130px;
	height: 30px;
	background-image: url("../images/MenuButton.jpg");
	text-align: center;
	float: right;
	font-weight:bold;
	line-height: 30px;
	font-size: 15px;
}
.menuLast a {
	display: block;
    height: 100%;
    width: 100%;
	color: #fff;
    text-decoration: none;
}
.menuLast a:hover {
	background-image: url("../images/MenuButtonHover.jpg");
}

.subMenuLabel {
	text-align: right;
	height: 22px;
	margin-top: 3px;
    margin-bottom: 3px;
	font-weight:bold;
	line-height: 22px;
	font-size: 18px;
	text-decoration: underline;
}

.subMenu {
	background-image: url("../images/subMenuButton.jpg");
	text-align: right;
	height: 22px;
	margin-top: 3px;
    margin-bottom: 3px;
	padding-right: 15px;
	font-weight:bold;
	line-height: 24px;
	font-size: 12px;
}
.subMenu a {
	display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
	color: #000;
}
.subMenu a:hover {
	background-image: url("../images/subMenuButtonHover.jpg");
}

.subsubMenu {
	background-image: url("../images/subsubMenuButton.jpg");
	text-align: right;
	height: 22px;
	margin-top: 3px;
    margin-bottom: 3px;
	padding-right: 30px;
	font-weight:bold;
	line-height: 22px;
	font-size: 11px;
}
.subsubMenu a {
	display: block;
    height: 100%;
    width: 100%;
	color: #000;
    text-decoration: none;
}
.subsubMenu a:hover {
	background-image: url("../images/subsubMenuButtonHover.jpg");
}

.subMenuBold {
	background-image: url("../images/subMenuButton.jpg");
	text-align: center;
	height: 26px;
	margin-top: 10px;
    margin-bottom: 3px;
	font-weight:bold;
	line-height: 26px;
	font-size: 14px;
}

.subMenuBoldRed {
	background-image: url("../images/subMenuButtonRed.jpg");
	text-align: center;
	height: 26px;
	margin-top: 10px;
    margin-bottom: 3px;
	font-weight:bold;
	line-height: 26px;
	font-size: 14px;
}

.subMenuBold a, .subMenuBoldRed a {
	display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
	color: #000;
}

.subMenuBold a:hover, .subMenuBoldRed a:hover  {
	background-image: url("../images/subMenuButtonHover.jpg");
}

.leftPhotos {
	margin-bottom: 3px;
}

.leftFormText {
	text-align: center;
	height: 40px;
	font-size: 23px;
	font-weight:bold;
	line-height: 40px;
	text-decoration: underline;
	color: blue;
}
.leftForm {
	width: 281px;
	background-image: url("../images/leftForm.jpg");
	margin-top: 3px;
    margin-bottom: 3px;
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 5px;
	font-size: 12px;
	font-weight: bold;
	border: solid;
	border-width: 2px;
	border-color: orange;

}
.insideForm {
	padding-left: 5px;
	float: left;
	color: green;
}
.search {
    margin-top: 13px;
}

.mainForm {
	width: 450px;
	background-image: url("../images/mainform.jpg");
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

.topletters {
 	margin-top: 5px;
	width: 100%;
    word-spacing: 20px;
    font-size: 25px;
	margin-bottom: 5px;
	font-weight:bold;
}
.letters {
    margin-top: 10px;
    width: 100%;
    word-spacing: 20px;
    font-size: 25px;
	text-align: center;
	background-color: grey;
	box-lines:multiple;
}
.special {
    margin-top: 10px;
}
.bibleText {
    font-size: 14px;
	font-style: oblique;
	color: grey;
	margin-bottom: 10px;
	padding-right: 10px;
}
.randomDream {
    height: 250px;
}
.wordList {
    margin-top: 10px;
	height: 420px;
	float: right;
	width: 310px;
	list-style-type: none;
	display: block
}
.RegularList {
  	float: right;
	list-style-type: none;
	display: block
}
.list {
width: 620px;
height: 860px;
}
.wordList li {
	list-style-type:circle;
	text-align:right;
}
.RegularList li {
	list-style-type:circle;
	text-align:right;
}
/*.wordList li {
	width: 270px; 
	float: right;
	display: inline;
}*/
.bigLetter {
    font-size: 25px;
}
.bigLetter2 {
    font-size: 14px;
}
.label {
    text-align: center;
	margin-bottom: 10px;
}
.centered {
    text-align: center;
}

@import url(http://www.google.com/cse/api/branding.css);

.categoryImage {
	float:right; 
	margin-left: 10px;
}
.lineSpace {
	margin-bottom: 10px;
	}

.buttom_nav {
text-decoration: none;
color: #000;
}

#searchTipBox {
visibility:hidden;
position: absolute;
width: 2800px;
height: 52px;
top: 136px;
left: auto;
background-image: url("../images/menuButtonHot.png");
z-index: 100;
}
.facebook {
  	border: solid;
	border-width: 1px;
	border-color: #78dffc;
	margin-top: 5px;
	padding-top: 5px;
	padding-right: 5px;
	background-color: #e5f9ff;
}
.goog {
	margin-top: 5px;
}
.textDay {
	line-height: 28px;
}

.offer {
	width: 460px;
	height: 60px;
	background-image: url("../images/offer.jpg");
	margin-top: 15px;
    margin-bottom: 15px;
	font-size: 20px;
	text-align: center;
	color: blue;
	font-weight: bold;
	line-height: 30px;
	display:block;
}

.offer a {
	display: block;
    height: 100%;
    width: 100%;
	color: blue;
    text-decoration: none;
}

.offer a:hover {
	background-image: url("../images/offerHover.jpg");
	display: block;
    height: 100%;
    width: 100%;
	color: #04be72;
    text-decoration: none;
}


.photolabel {
	width: 300px;
	padding: 4px;
	margin-top: 15px;
    margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	border: solid;
	border-width: 2px;
	border-color: #c5784c;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}

.rightPhotos {
	width: 134px;
	padding: 2px;
    margin-bottom: 3px;
	border: solid;
	border-width: 1px;
	border-color: #c5784c;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	line-height: 10px;
}

.photolabeltips {
	width: 200px;
	padding: 4px;
	margin-top: 15px;
    margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	border: solid;
	border-width: 2px;
	border-color: #c5784c;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}


.forumTableLabel {
	margin-top: 3px;
    margin-bottom: 3px;
	border: solid;
	border-width: 1px;
	border-color: #9b542a;
	width: 298px;
	text-align: center;
	background-color: #9b542a;
	color: #ffffff;
}
.forumTable {
	border: solid;
	border-right: none;
	border-left: none;
	border-bottom: none;
	border-width: 1px;
	border-color: #9b542a;
	width: 293px;
	text-align: right;
	background-color: #ffffff;
	color: #000000;
	padding-right: 5px;
	float: right;
	padding-top: 2px;
	padding-bottom: 2px;
}
.forumTableDate {
	float: left;
	font-size: 10px;
	line-height: 25px;
	padding-left: 5px;
}

.workersTableLabel {
	margin-top: 3px;
    margin-bottom: 3px;
	width: 618px;
	text-align: center;
	background-color: #9b542a;
	color: #ffffff;
}
.workersTablePhoto {
	margin-top: 5px;
    margin-bottom: 5px;
	padding-top: 8px;
	width: 140px;
	background-color: #ffffff;
	float: right;
	color: #000000;
	background-color: #fce9db;
	text-align: center;
	height: 130px;
}
.workersTableData {
	margin-top: 5px;
    margin-bottom: 5px;
	padding-top: 3px;
	padding-right: 5px;
	width: 455px;
	margin-right: 20px;
	float: right;
	color: #000000;
	background-color: #fce9db;
}

