/* ----------------------------------------------------------
Title:		OCC Search Site - CSS Document
Author:		Matthew Spiel - TheManInTheSea.com
Born On:	September 18th, 2009
Valid:		Soon to be
---------------------------------------------------------- */

/* Basic Element Settings */
html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	background: #e5e5e5 url(images/bgrd_boat_alt.jpg) no-repeat center top;
}
body#index {
	background: #e5e5e5 url(images/bgrd_boat_alt.jpg) no-repeat center top;
}
body#personal {
	background: #e5e5e5 url(images/bgrd_pot.jpg) no-repeat center top;
}
body#practical {
	background: #e5e5e5 url(images/bgrd_mic.jpg) no-repeat center top;
}
body#biblical {
	background: #e5e5e5 url(images/bgrd_boat_alt.jpg) no-repeat center top;
}
div#boatsimg {
	width: 857px;
	height: 594px;
	margin: -50px -93px 0px;
	z-index: -2;
	background: url(images/bgrd_boat.jpg) no-repeat left top;
	position: absolute;
}
div, img, a {
	behavior: url(iepngfix.htc)	
}
/* Type and Image Settings */
p {
	margin: 0px 0px 16px;
	color: #4e4e4e;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 16px;
	letter-spacing: .8px;
}
a {
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	border: none;
	color: #7a7a7a;
}
a:hover {
	color: #006bb7;
}
h2 {
	color: black;
	margin: 15px 8px 8px 28px;
	padding: 0px 0px 15px;
	font-size: 25px;
	border-bottom: 1px solid #7a7a7a;
	text-align: center;
}
h3 {
	color: black;
	float: left;
	margin: 0px 0px 8px;
	padding: 0px 0px 10px;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #7a7a7a;
}
h4 {
	color: black;
	margin: 0px;
	padding: 0px 0px 3px;
	font-size: 15px;
}
img {
	border: none;
}
/* Global Structure -- 5 Column Grid (165px column 8px Gutter) */
div#container {
	width: 857px;
	margin: 0px auto 0px;
	padding: 65px 93px 0px;
}
a.occ_logo {
	width: 165px;
	height: 97px;
	float: left;
	margin: 0px 8px 8px 0px;
	padding: 0px;
	background: #006bb7;
	border: none;
}
a.occ_logo:hover {
	background: #005490;
}
a.occ_logo img {
	border: none;
}
div#content_right {
	width: 304px;
	float: right;
	border: 1px solid #7a7a7a;
	padding: 16px;
	background: white;
}
img.border_gray {
	border: 1px solid #7a7a7a;
	margin: 0px 0px 10px;
}
p#more {
	width: 302px;
	float: left;
	padding: 15px 0px;
	margin: 0px 0px 10px;
	text-align: center;
	font-size: 11px;
	color: #7a7a7a;
	background: white;
	border: 1px solid #7a7a7a;
	text-decoration: none;
	line-height: 20px;
	cursor: pointer;
}
p#more:hover {
	background: #ececec;
}
p#more span {
	font-weight: bold;
	color: #006bb7;
	text-transform: uppercase;
	font-size: 28px;
}
div#footer {
	width: 100%;
	float: left;
	height: 1px;
}
/* Biblical Structure */
div#content_right.biblical {
	margin: -70px 0px 50px 0px;
}
/* Personal Structure */
div.personal {
	margin: -35px 0px 50px 0px;
}
/* Practical Structure */
div#content_right.practical {
	margin: 0px 0px 50px 0px;
}
/* More Structure */
div#content_full {
	width: 509px;
	padding: 0px;
	margin: 0px;
	float: left;
	background: white;
	border: 1px solid #7a7a7a;
	display: none;
}
p#closeinfo {
	width: 16px;
	height: 304px;
	float: left;
	padding:0px;
	margin: 0px;
	background: #7a7a7a url(images/closebutton.png) no-repeat center center;
	color: white;
	text-indent: -10000px;
	text-align: center;
	font-weight: normal;
	text-transform: uppercase;
	font-style: normal;
	cursor: pointer;
}
p#closeinfo:hover {
	background: #006bb7 url(images/closebutton.png) no-repeat center center;
}
div.wrap_contact {
	width: 157px;
	margin: 16px 0px 16px 8px;
	float: left;
}
p.getintouch {
	width: 453px;
	margin: 16px 8px 21px;
	padding: 12px 12px 21px;
	text-align: center;
	float: left;
	border-bottom: 1px solid #7a7a7a;
}
p.getintouch span {
	width: 100%;
	float: left;
	margin: 0px 0px 16px;
	text-align: center;
	font-weight: bold;
	color: #006bb7;
	font-size: 16px;
}
p.getintouch a {
	width: 100px;
	float: left;
	padding: 8px;
	margin: 12px 167px 0px;
	border: 1px solid #7a7a7a;
	font-weight: bold;
	color: #006bb7;
	font-size: 13px;
	text-decoration: none;
	background: white;
}
p.getintouch a:hover {
	background: #f1f1f1;
}
a.facebook {
	width: 177px;
	float: left;
	margin: 0px 0px 0px 32px;
	padding: 10px 0px;
	text-align: center;
	font-size: 11px;
	color: #7a7a7a;
	background: white;
	border: 1px solid #7a7a7a;
	text-decoration: none;
}
a.facebook:hover {
	background: #f1f1f1;
}
a.facebook span {
	font-weight: bold;
	color: #006bb7;
	text-transform: uppercase;
	font-size: 17px;
}
a.weburl {
	width: 177px;
	float: left;
	margin: 0px 0px 0px 54px;
	padding: 10px 0px;
	text-align: center;
	font-size: 11px;
	color: #7a7a7a;
	background: white;
	border: 1px solid #7a7a7a;
	text-decoration: none;
}
a.weburl:hover {
	background: #f1f1f1;
}
a.weburl span {
	font-weight: bold;
	color: #006bb7;
	font-size: 17px;
}
a.weburl span strong {
	font-weight: bold;
	color: #006bb7;
	font-size: 20px;
}
p#address {
	float: left;
	width: 493px;
	margin: 21px 0px 0px;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
}
/* Navigation */
div#menu_wrap {
	width: 684px;
	float: left;
}
div.menu {
	width: 338px;
	height: 27px;
	margin: 0px 0px 8px 0px;
}
div.menu a {
	width: 100%;
	height: 21px;
	padding: 3px 0px;
	float: left;
	background: #bababa;
	color: white;
	text-decoration: none;
	text-align: center;
	font: normal normal 17px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
div.menu a:hover, div.menu a#selected {
	background: #7a7a7a;
	color: white;
}
div.menu a#selected {
	width: 338px;
	padding: 3px 346px 3px 0px;
}
/* Video Drop Down */
div#line {
	width: 100%;
	height: 2px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: #006bb7;
}
a#open {
	padding: 5px 10px;
	margin: 0px 0px 0px 0px;
	float: right;
	background: #006bb7;
	color: white;
	text-decoration: none;
	text-align: center;
	font-variant: normal;
	font-size: 11px;
	font-weight: normal;
	text-transform: capitalize;
	font-style: normal;
}
a#close {
	width: 100%;
	padding: 3px 0px;
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: white;
	background: #00518a;
}
div#howto {
	width: 100%;
	background: #006bb7 url(images/videobgrd.png) no-repeat center top;
	display: none;
}
div#video {
	width: 400px;
	height: 300px;
	float: none;
	margin: 0px auto;
	padding: 130px 0px;
}


