/*----------------------------------------------------------------*/
/*	© 2009 Voice of Hope Ministries
/*	CSS stylesheet for Voice of Hope Ministries: global styles
/*----------------------------------------------------------------*/

@import "forms.css";
@import "nav.css";
@import "browser.fixes.css";


/* =Global
---------------------------------------------------------------------
*/

* {
	border:0 none;
	margin: 0px;
	outline:none;
	padding: 0px;
	zoom:1;
}

body {
	background:#6987AD none repeat scroll 0 0;
	color:#000000;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
}
body.home {
	background-color:#FFF;
	}
h1,
h2 {}

h3 {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	margin:0 0 20px 0;
}

h4 {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 0;
	text-transform:uppercase;
}

h5 {
	color:#BF7B14;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 0;
}

h6 {
	color:#5F7AA7;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-weight:bold;
	margin:0 0 15px 0;
}

p {
	font-size:12px;
	line-height:18px;
	margin:0 0 15px 0;
}

a {
	color:#AD7114;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

a img {
	border:0 none;
}

ul {
	color:#4C6185;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	list-style-image:url(../images/bullet.jpg);
	margin:0 0 12px 0;
	padding:0 0 0 25px;
}

ol {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 12px 0;
	padding: 0 0 0 30px;
}

li {
	padding:3px 0;
	zoom:0;
}

ul li {}

ol li {}

ul ul, ul ol,
ol ol, ol ul {
	margin-bottom:6px;
}

hr {}

table {}

thead, tfoot {}

tr {}

th {}

td {}

#amlogo #flink a.white { color:#fff;}
/* =Outer Layout
---------------------------------------------------------------------
*/

#top_wrapper {
	width:100%;
}

#top {
	background:transparent url(../images/top_bg.png) repeat-x scroll center top;
	height:190px;
	position:absolute;
	width:100%;
	z-index:998;
}

#navigation {
	margin:0 auto;
	width:920px;
}

.home #navigation {
	width:960px;
}

.home #nav {
	margin:0;
}

#outer_wrapper {
	background:transparent url(../images/wrapper_bg.jpg) no-repeat scroll center 120px;
	padding-top:120px;
	position:relative;
	width:100%;
	z-index:100;
}

#inner_wrapper {
	margin:0 auto;
	width:970px;
}

#header {
	height:224px;
	text-align:center;
}

#page_wrapper {
	background:transparent url(../images/page_bg.gif) repeat-y scroll 0 0;
	margin:-26px auto 0;
	padding:30px 0 20px 60px;
	width:811px;
}


/* =Content
---------------------------------------------------------------------
*/

#content {
	min-height:370px;
	padding:30px 0;
	width:500px;
}

.noside #content {
	width:750px;
}


/* =Sidebar
---------------------------------------------------------------------
*/

#sidebar {
	width:265px;
}

#sidelinks {
	height:410px;
}

#sidephoto {padding: 0 0 20px 0;}

#flash_sidephoto {
	height:385px;
	margin-left:-50px;
	position:absolute;
	width:365px;
	z-index:998; /* so it doesn't overlap the AM spinning logo */
}

#sidephoto_placer {
	height:305px;
}


/* =Footer
---------------------------------------------------------------------
*/

#footer {
	background:transparent url(../images/footer_bg.gif) no-repeat scroll 0 0;
	margin:0 auto;
	padding:25px 0;
	width:871px;
}
body.home #footer {
	background:none;
	clear:both;
	padding:10px 0;
	}
#copyright {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin:12px 0 0 60px;
}
body.home #copyright {
	color:#666;
	}
#amlogo {
	margin-right:40px;
	position:relative;
	z-index:999;
	width:275px;
	text-align:right;
}
#flink {
	position:absolute;
	right:50px;
	top:10px;
	}
#flink a:link, #flink a:visited {
	color:#000;
	font-size:10px;
	text-decoration:none;
	}
#flink a:hover, #flink a:active {
	color:#AD7114;
	}
#sitebyam {
	position:absolute;
	top:0px;
	right:0;
	}

/* =Editor Styles
---------------------------------------------------------------------
*/

.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 15px 15px 0;
}

.alignright {
	display:inline;
	float:right;
	margin:0 0 15px 15px;
}

.arial, .arial * {
	font-family:Arial, Helvetica, sans-serif;
}

.blue, .blue * {
	color:#50668C;
}

.orange, .orange * {
	color:#BF7B14;
}

.times-new-roman, .times-new-roman * {
	font-family:"Times New Roman", Times, serif;
}

.times-new-roman-blue, .times-new-roman-blue * {
	color:#50668C;
	font-family:"Times New Roman", Times, serif;
}

.trebuchet, .trebuchet * {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.trebuchet-blue, .trebuchet-blue * {
	color:#50668C;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}


/* =Template-Specific styles
---------------------------------------------------------------------
*/

/* Thermometer Template */
#thermometer {}

#flash_thermometer {
	height:500px;
	margin-left:40px;
	position:absolute;
	width:244px;
	z-index:998; /* so it doesn't overlap the AM spinning logo */
}

#thermometer_placer {
	height:500px;
}



/* =No Flash
---------------------------------------------------------------------
*/

.no_flash {
	display:none;
}




/*
========================================================
No Flash
========================================================
*/
#noflashwrapper {
	background: url(../images/noflash/htm_bg.gif) top center repeat-x;
	}

#noflashcontent {
	margin:0 auto;
	width:960px;
	}
#nf_header {
	height:113px;
	width:970px;
	position:relative;
	}
#nf_logo {
	padding: 0 0 0 65px;
	float:left;
	}
#donate {
	position:absolute;
	top:0;
	right:73px;
	}
#glbnav {
	position:absolute;
	top:70px;
	left:340px;
	}



/*
=============================================================
NO FLASH GLOBAL NAV
=============================================================
*/
#noflash {
	height:39px;
	}
#noflash, #noflash ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	
}

#noflash a:link, #noflash a:visited {
	display: block;
	font-size:12px;
	color:#6F8EC2;
	padding: 16px 25px 11px 25px;
	margin:0;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
	text-align:center;
}
#noflash a:hover, #noflash a:active {
	background:#6F8EC2;
	color:#fff;
	}
#noflash li { /* all list items */
	float: left;
	/*margin: 0 10px 0 28px!important;
	margin: 0 10px 0 18px;*/
	 /* width needed or else Opera goes nuts */
	 list-style-image:none;
	 padding:0;
}

#noflash li ul { /* second-level lists */
	background:transparent url(../images/nav_bottom.gif) no-repeat scroll left bottom;
	display:block;
	left:-999em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 0 8px;
	position:absolute;
	text-align:left;
	width:141px;
	z-index:999;
	}
#noflash li ul li {
	width:141px!important;
	width:140px;
	border-top:1px solid #DDDDDD;
	}

#noflash li ul a:link, #noflash li ul a:visited { /*  */
	background:#FEFEFE none repeat scroll 0 0;
	color:#322E26;
	display:block;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	height:auto;
	line-height:normal;
	padding:10px 0;
	text-align:center;
	text-decoration:none;
	text-indent:0px;
	margin:0;
	
	}
#noflash li ul a:hover, #noflash li ul a:active { /*  */
	background:#C47E15 url(../images/orange_repeat.jpg) repeat-x 0 0;
	color:#FFFFFF;
	margin:0;
	
	}
#noflash li ul ul { /* third-and-above-level lists */
	margin: -29px 0 0 190px!important;
	margin: -29px 0 0 190px;
}

#noflash li:hover ul ul, #noflash li.sfhover ul ul {
	left: -999em;
}

#noflash li:hover ul, #noflash li li:hover ul, #noflash li.sfhover ul, #noflash li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
