/*----------------------------------------------------------------*/
/*	Copyright © 2009 Living Proof Ministries
/*	CSS stylesheet for Living Proof Ministries website
/*----------------------------------------------------------------*/
@import "nav.css";

/* =Global
---------------------------------------------------------------------
*/

* {
	border: none;
	margin: 0px;
	outline:none;
	padding: 0px;
	
}

body {
	background:#161109 url(../_images/Template/body_bg.jpg) repeat-x scroll -198px 0;
	color:#796843;
	font-family:Helvetica, Arial, sans-serif;
	font-size:62.5%;
	
}

h1,
h2 {}

h3 {
	color:#5B4D1C;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.2em;
	font-style:italic;
	font-weight:bold;
	margin:0 0 0.5em;
}

h4 {
	color:#8E7824;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.6em;
	font-weight:bold;
	margin:0 0 0.5em;
}

h5 {
	color:#524516;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.4em;
	font-weight:normal;
	margin:0 0 0.3em;
	text-transform:uppercase;
}

h6 {
	color:#C76014;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-style:italic;
	font-weight:bold;
	margin:0 0 0.3em;
	line-height:21px;
}

/*p{
	font-size:1.2em;
	line-height:1.8em;
	margin:0 0 1.5em;
}
*/

a {
	color:#C76014;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {
	border:0 none;
}

ul {
	list-style-image:url(../_images/Template/bullet.gif);
	#list-style-image:url(../_images/Template/bullet-ie.gif);
	margin:0 0 1.5em;
	padding:0;
	margin-left:30px;
}

ol {
	margin:0 0 1.5em;
	padding:0;
	margin-left:35px;
}

li {
	font-size:1.2em;
	line-height:1.5em;
	list-style-position:outsite;
	zoom:0;
	padding:5px 0;
}

ul li {padding-left:5px;}
ol li {}

blockquote {
	background:transparent url(../_images/Template/blockquote_bg.jpg) repeat-x scroll 0 0;
	padding:10px 15px;
}

hr {}

table {
	font-size:1.025em;
	border-collapse:collapse;
	border:none;
}

thead, tfoot {}

tr {}

th {}

td {}


/* =Outer Layout
---------------------------------------------------------------------
*/

#outer_wrapper {
	width:100%;
}

#inner_wrapper {
	margin:0 auto;
	width:860px;
}

#header {
	background:transparent url(../_images/Template/header_glow.png) no-repeat scroll 0 0;
	behavior:url(../_scripts/iepngfix.htc); /* NOTE: the path to the .HTC file must be relative to the webpage itself */
	height:188px;
}

#flash_nav {}

#page_wrapper {
	margin:0 auto;
	width:810px;
}

#main {
	background:#FFFFFF none repeat scroll 0 0;
	padding:24px;
}

#content_wrapper {
	background:transparent url(../_images/Template/content_wrapper_bg.jpg) repeat-y scroll top left;
	width: 762px;
}


/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar {
	width:233px;
}

#sidebar h3 {
	background:transparent url(../_images/Template/sidebar_h3_bg.jpg) repeat-y scroll 0 0;
	border-bottom:1px solid #6A591C;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.5em;
	font-style:italic;
	font-weight:bold;
	margin:0;
	padding:8px 15px 4px;
}

#sidebar .hr {
	background-color:#FFFFFF;
	border:0 none;
	color:#FFFFFF;
	height:2px;
	font-size: 0px;
	line-height:2px;
	margin:0;
	padding:0;
}

#sidebar ul.nav_menu {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:10px 4px;
}

#sidebar ul.nav_menu ul
{
	padding:0px;
	margin:0px;
}


#sidebar ul.nav_menu li { padding:0 5px; float: left; width: 215px; margin: 0px; }


#sidebar ul.nav_menu li a {
	background:none;
	color:#D9D459;
	display:block;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.0em;
	padding:3px 15px 4px;
	text-decoration:none;
}

#sidebar ul.nav_menu li span {
	background:none;
	color:#D9D459;
	display:block;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.0em;
	padding:0px 12px 4px;
	text-decoration:none;
	font-weight:bold;
	font-style:italic;
}

#sidebar ul.nav_menu li a:hover {
	background-color:#524516;
	color:#FFFFFF;
}

#sidebar .image-text-block {
	padding:15px;
}

#sidebar .image-text-block .image {
	overflow:hidden;
	width:100px;
}

#sidebar .image-text-block .image img {
	max-width:100px;
}

#sidebar .image-text-block .text {
	width:95px;
}

#sidebar .image-text-block .text h6 {
	color:#D9D459;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}

#sidebar .image-text-block .text h6 a {
	color:#D9D459;
}


#sidebar .image-text-block .text p {
	color:#FFFFFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1.2em;
}

#sidebar div.sidebar-buttons{
	background-image: url(../_images/SideBarButtons.jpg);
	background-repeat: repeat-x;
	background-position: left top;

}

#sidebar .sidebar-buttons img {
	float:left;
}


/* =Content
---------------------------------------------------------------------
*/

#content {
	width:527px;
}




#content #page_header 
{
	/*display:none;*/
	
}

#content #page_text
{

}

#page_header {
	background:#FFFFFF none repeat scroll 0 0;
	padding-bottom:2px;
}

#flash_header {}

#page_text {
	padding:25px 35px;
	
	font-size:1.1em;
	line-height:1.5em;
	margin:0 0 1.5em;
}

#page_text table {
	font-size:1.06em;
}


/* =Footer
---------------------------------------------------------------------
*/

#footer {
	border-top:1px solid #3B2E0E;
	margin-top:16px;
	margin-bottom:30px;
}

#copyright {
	color:#7B5F19;
	font-size:1.1em;
	margin-top:12px;
}

#footer_links {
	color:#7B5F19;
	font-size:1.1em;
}

#footer_links a {
	color:#7B5F19;
	float:left;
	margin-top:12px;
}

#footer_links a:hover {
	color:#89D0E5;
}

#footer_links .bullet {
	float:left;
	font-weight:bold;
	margin:12px 8px 0;
}

#amlogo a {
	margin:0;
}


#footer #ecfa
{
	margin-top:48px;
}
	

#footer #ecfa ul
{
	list-style-type:none;
	margin:0px;
	padding:0px;

	
	
}

#footer #ecfa ul li
{
	float:right;
	display:block;
	list-style-image:none;
	list-style-position:inside;
}


#footer #ecfa ul li.copy
{
	width:300px;
	margin-right:32px;
	font-size:10px;

}

#footer #ecfa ul li.copy strong
{
	font-size:11px;
}


/* =Miscellaneous
---------------------------------------------------------------------
*/

.clear {
	clear:both;
	display:block;
	float:none;
	height:0pt;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	width:0pt;
}

.left {
	display:inline;
	float:left;
}

.right {
	display:inline;
	float:right;
}

.alignleft {
	display:inline;
	float:left;
	margin:0 1.5em 1.5em 0;
}

.alignright {
	display:inline;
	float:right;
	margin:0 0 1.5em 1.5em;
}

.orange, .orange * {
	color:#C76014;
}

.blue, .blue * {
	color:#89D0E5;
}

.copper, .copper * {
	color:#8E7824;
}


/* =Non-Flash Content
---------------------------------------------------------------------
*/

.no-flash {
	display:none;
}

#header .no-flash {
	margin:0 auto;
	width:810px;
}

.no-flash #logo {
	padding:28px 0 30px 25px;
}

.no-flash #nav_wrapper {
	background:transparent url(../_images/Template/nav_bg.jpg) repeat-x scroll 0 0;
	height: 38px;
	width: 810px;
}

.no-flash #nav {
	padding:0;
	margin: 0px;
	position: static;
}

.no-flash #nav li {
	display:inline;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0px;
}

.no-flash #nav li a {
	background:transparent none no-repeat scroll 0 0;
	display:block;
	height:27px;
	text-align:left;
	text-indent:0px !important;
	font-size: inherit;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #161109;
	text-align: center;
	padding-top: 11px;
	padding-left: 30px;
	padding-right: 30px;
	letter-spacing: 1px;
}

.no-flash #nav li a:hover {
	background: #8E7824;
	color: #fff;
}

.no-flash #nav li ul li a:hover {
	background:#524516 none repeat scroll 0 0;
}
.no-flash #nav li ul li a {
	color:#FFFFFF;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	height:auto;
	line-height:normal;
	width: 131px;
	margin:2px 4px;
	padding:5px 10px;
	text-decoration:none;
	text-indent:0;
	text-align: left;
	text-transform:uppercase;
}

#page_header .no-flash h2 {
	background:#87CEE2 none repeat scroll 0 0;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.7em;
	font-weight:normal;
	padding:8px 16px;
	text-transform:uppercase;
}

#amlogo embed, #amlogo object{
	margin-top:3px;
}

h4.smallHeader,
h5.smallHeader,
h6.smallHeader
{
	font-size:1.2em;
}


table.formTable
{
	
}

table.formTable hr
{
	height:1px;
	border:none;
	color:#382B12;
	background-color:#382B12;
}


table.formTable td
{
	padding:2px;
	font-size:.98em;
	
}

table.formTable td.keyCell input
{
	background-color:#C76014;
}