/*
#025419 #003eeb #006aff #0091dc #96da37
*/

html {
	background-image: url(images/tlc-bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	color: black;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Helvetica, san-serif;
	}
	
#branding {
	color: black;
	margin: 0;
	padding: 0;
	padding-top: 1em;
	height: 115px;
	min-height: 115px;
	}
	
#branding img {
	float: left;
	margin: 1em;
	padding: 0;
	padding-left: 2em;
	}
	
#contact-info {
	float: right;
	width: 20em;
	list-style-type: none;
	padding: 1em;
	margin: 1em;
	margin-left: 2em;
	border: 1px dashed red;
	background-image: url(images/content-bg.png);
	background-repeat: repeat;
	}
	

.left {
	float: left;
	text-align: left;
	}

.right {
	text-align: right;
	}
	
.here {
	border-left: 1px red solid;
	border-right: 1px red solid;
	border-bottom: 1px red solid;
	background-image: url(images/content-bg.png);
	background-repeat: repeat;
	}
	
#center {
	width: 400px;
	margin-left: 7em;
	margin-right: auto;
	}
	
#greeting {
	color: red;
	font-family: Arial, sans serif;
	font-size: 1.6em;
	text-align: center;
	}
	
#main-nav {
	width: 1035px;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: 0;
	border-top: 1px red dashed;
	}
	

#main-nav ul {
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: 10px;
	}
	
#main-nav li {
	float: left;
	list-style-type: none;
	padding: .4em;
	padding-right: .2em;
	padding-left: 0;
	margin: 0;
	}
	
#main-nav a, #sub-nav a {
	color: red;
	font-weight: bold;
	font-size: 1em;
	font-family: Arial, sans serif;
	text-decoration: none;
	padding: .4em;
	padding-left: 2em;
	}
	
#main-nav a:hover {
	color: #e3ab49;
	background-image: url(images/content-bg.png);
	background-repeat: repeat;
	}
	
#sub-nav {
	display: block;
	float: right;
	text-align: center;
	background-image: url(images/content-bg.png);
	background-repeat: repeat;
	margin: 2em;
	border: 1px red dashed;
	}
	
#sub-nav li {
	list-style-type: none;
	}
	
#sub-nav li a {
	line-height: 1.6em;
	}
	
#sub-nav li a.current{
	color: black;
	background-image: none;
	border: 0;
	}
	
#content {
	float: left;
	min-height: 400px;
	margin-left: 2em;
	margin-right: auto;
	max-width: 40em;
	min-width: 35em;
	background-image: url(images/content-bg.png);
	background-repeat: repeat;
	}
	
#content p.form {
	text-indent: 0em;
	margin-left: 0em;
	}	

#content p {
	margin-left: 2em;
	font-size: 1.1em;
	font-family: Helvetica, san-serif;
	padding: .2em;
	padding-right: 1em;
	line-height: 1.4em;
	text-indent: 1em;
	text-align: justify;
	}

#content p img {
	float: left;
	width: 200px;
	margin: 1em;
	border: 1px solid black;
	padding: 10px;
	background-color: white;
	padding-bottom: 20px;
	}
	
#bullet-points {
	width: 30em;
	margin-left: auto;
	margin-right: auto;
	padding: .2em;
	}
	
.quote {
	font-style: italic;
	text-indent: 1.2em;
	color: black;
	}

#content blockquote p.signature {
	text-align: right;
	color: red;
	font-style: italic;
	}
	
.float-left {
	float: left;
	margin: 1em;
	border: 1px solid black;
	padding: 10px;
	background-color: white;
	padding-bottom: 20px;
	}
	
iframe {
	margin-left: 1.2em;
	margin-right: 1.2em;
	}
	
/*scripture style*/

#scripture {
	width: 300px;
	margin: 2em;
	float: right;
	font-size: .8em;
	}

#scripture p {
	padding: 1em;
	font-size: 1em;
	text-align: justify;
	border: 1px solid black;
	background-image: url(images/content-bg.png);
	}
	
#scripture p img.scripture {
	width: 30px;
	height: 30px;
	border: none;
	padding: 0;
	padding-right: .2em;
	margin: 0;
	float: left;
	background-color: transparent;
	}
	
/* form styles */

fieldset {
	margin: 1em 1em;
	padding: 1em;
	border: 1px solid #ccc;
	background-image: url(images/content-bg.png);
	}
	
legend {
	font-weight: bold;
	background: white;
	border: 1px solid #ccc;
	line-height: 1.2em;
	padding-right: 1em;
	padding-left: 1em;
	}
	
label {
	display: block;
	}

input {
	width: 200px;
	}
	
textarea {
	width: 300px;
	height: 100px;
	}
	
input[type="text"] {
	width: 200px;
	}
	
input.radio, input.submit, input.reset {
	width: auto;
	}
	
input.submit, input.reset {
	margin-right: 5%;
	margin-right: auto;
	font-weight: bold;
	}

input.radio, label.radio {
	float: left;
	margin-right: 1em;
	}
	
input:focus, textarea:focus {
	background: #ffc;
	}
	
input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	}

em.required {
	font-size: 0.75em;
	color: red;
	}