/* Page Dimensions */
body {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	line-height: 33px;
}

/* Left-side Nav Menu */
#navColumn {
	float: left;
	width: 200px;
	margin: 0;
	line-height: 23px;
}

#subNav {
	list-style-type: none;
	margin: 0;
	padding: 6px 6px 0 0;
}

#subNav li {
	background-color: #aaa;
	min-height: 35px;
	max-height: 35px;
	height: 35px;
	margin-bottom: 6px;
}

#subNav li.empty {
	background-color: #ddd;
}

#subNav a, #subNav a:visited {
	width: 183px;
	display: block;
	color: #fff;
	padding: 6px;
	text-decoration: none;
}

#subNav #freedom {
	font-size: 18px;
	font-weight: normal;
	background-color: #FFF;
	color: #E14F12;
}

#freedom #bullet {
	float: left;
	margin-top: 12px;
	padding: 3px 6px 0 12px;
	line-height: 12px;
	font-size: 45px;
	font-weight: 200; 
	#margin: 0; 
	#padding-top: 12px;
}

#mainContent {
	color: #888;
	width: 620px;
	height: 520px; 
	#margin-left: -1px;
	min-height: 520px;
	max-height: 520px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-top: 6px;
	font-size: 20px;
	line-height: 23px;
}

/* Single-panel content */
#onePanel {
	width: 100%;
	height: 100%;
}

/* Two-panel content */
#left {
	width: 292px;
	height: 100%;
	float: left;
	padding: 0 2px 0 6px;
}

#right {
	width: 292px;
	height: 100%;
	float: right;
	padding: 0 6px 0 2px;
}

/* Page header & footer */
.bar {
	background-color: #ddd;
	color: #404040;
	padding: 0 6px;
	text-align: right;
}

#top {
	text-align: right;
}

#bottom .left {
	display: inline;
	float: left;
}

#bottom form {
	width: 400px;
	text-align: right;
	display: inline;
}

#footChurch {
	width: 126px;
}

#footEmail {
	width: 200px;
}

a {
	color: #888;
}

input,textarea {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	border: medium none;
	color: gray;
	font-size: 16px;
	font-weight: 200;
}

input[type="text"] {
	border: 1px solid #ddd;
	padding-left: 3px;
}

input[type="submit"] {
	color: white;
	border: 1px solid #fff;
	margin: 3px 0;
}

.graybutton {
	background-color: #aaa;
	color: #FFF;
}

.redbutton {
	background-color: #00546B;
	color: #fff;
}

.defaultText {
	color: #414141;
}

.defaultTextActive {
	color: #ccc;
}

.smallCaption {
	font-size: 18px;
	font-weight: 400;
}

.smallText {
	font-size: 18px;
}

.defaultText {
	padding-left: 6px;
}

.clear {
	clear: both;
}

/*
 * Main Content Area
 */
#orange {
	height: 520px;
	width: 100%;
	background-color: #00546B;
	color: #FFF;
	font-size: 25px;
	line-height: 28px;
}

.finePrint {
	font-size: 14px;
	padding-left: 18px;
}

.finePrint a {
	color: #fff;
}

.content {
	width: 90%;
	line-height: 30px;
	font-size: 20px;
}

#whyQuote {
	margin-left: auto;
	margin-right: auto;
	width: 75%;
	color: #aaa;
}

.whyQuoteName {
	font-size: 14px;
	font-style: italic;
}

.contact {
	border: 3px solid #ddd;
	padding-left: 3px;
	color: #aaa;
	width: 100%; 
	#width: 350px;
}

#emailContainer {
	width: 350px;
	line-height: 35px;
}

#emailTable {
	width: 100%;
	margin-left: -3px;
}

#emailTable input[type=text] {
	border: 3px solid #ddd;
}

/*
 * Hack for vertical centering
 * http://www.jakpsatweb.cz/css/css-vertical-center-solution.html
 */
.centered1 {
	display: table;
	overflow: hidden; 
	#position: relative;
}

#centered2 {
	display: table-cell;
	vertical-align: middle; 
	#position: absolute; 
	#top: 50%;
}

#centered3 {
	width: 100%; 
	#position: relative; 
	#top: -50%;
}

.hcentered {
	margin-left: auto;
	margin-right: auto;
}

#splash {
	width: 72%;
}

#thanks {
	width: 90%;
	line-height: 45px;
	font-size: 28px;
}

#whatWrapper {
	height: 400px;
	width: 100%;
}

#whyWrapper {
	height: 500px;
}


/* START: CSS for Horizontally Sliding Boxes */
#boxes {
	float: left;
}

.boxControls {
	float: left;
	color: #ddd;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
}

.boxLink {
	float: left;
	position: relative;
	top: 102px;
}

.boxLink a:hover {
	color: #00546B;
}

.box {
	float: left;
	width: 246px;
	padding: 0 6px;
}

.boxHeader {
	background-color: #00546B;
	color: #fff;
	padding: 3px 0 3px 6px;
}

.boxContent {
	background-color: #ddd;
	color: #000;
	height: 180px;
	min-height: 180px;
	max-height: 180px;
	overflow: hidden;
	margin: 6px 0;
	padding: 3px 6px;
	line-height: 18px;
	font-size: 13px;
}

.boxFooter {
	background-color: #00546B;
	color: #fff;
	padding-left: 6px;
	font-size: 12px;
}

.boxFooter a {
	color: #fff;
}
/* END: CSS for Horizontally Sliding Boxes */


/* START: CSS for custom scrollbars */
#paneContent {
	color: #000;
	line-height: 20px;
	font-size: 13px;
	font-weight: 500;
}

#paneContent ul {
	line-height: 20px;
	padding-left: 18px;
	padding-right: 6px; 
	#margin: 9px 3px 6px 6px;
}

#paneContent h3 {
	color: black;
	font-weight: normal;
	font-size: 20px;
}

.scrollBoxWrapper {
	width: 298px;
	height: 450px;
	max-height: 450x;
	min-height: 450px;
}

.whoBox {
	background-color: #00546B;
	color: #FFF;
}

.scrollHeader {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 6px;
	padding-left: 6px;
}

#whyHeader {
	color: #00546B;
}

.scrollFooter {
	margin-top: 6px;
	line-height: 6px;
}

.scrollPaneWrapper {
	padding: 6px 10px 12px 9px;
	background: #ddd;
}

.scrollPane {
	overflow: visible;
	padding-left: 3px;
	background: #ddd;
	color: #454545;
	font-size: 18px;
	font-weight: 400;
	min-height: 450px;
}

.jScrollPaneContainer {
	height: 450px;
	min-height: 450px;
}

.jScrollPaneTrack {
	background: url(/images/dback.jpg) repeat-y;
	margin: 0 3px 0 6px;
}

.jScrollPaneDrag {
	background: url(/images/journey_drag_middle.jpg) repeat-y;
}

.jScrollPaneDragTop {
	min-height: 15px;
	max-height: 15px;
	height: 15px;
	background: url(/images/journey_drag_top.jpg) no-repeat;
}

.jScrollPaneDragBottom {
	min-height: 15px;
	max-height: 15px;
	height: 15px;
	background: url(/images/journey_drag_bottom.jpg) no-repeat;
}

/* IE SPECIFIC HACKED STYLES */
* html .jScrollPaneDragBottom {
	bottom: -1px;
}

/* /IE SPECIFIC HACKED STYLES */ /* END: CSS for custom scrollbars */
#policy {
	clear: both;
	padding-top: 3px;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align: right;
	text-decoration: none;
	font-size: 12px;
	color: #909090;
}
