/* BROWSER MARGIN ISSUES */
html, body, p, form, fieldset, a {margin-top: 0;}
/* END OF BROWSER MARGIN ISSUES */

/* IE 5.5 FRIENDLY */
table {font-size: 1em;}
form {font-size: 1em;}
/* END OF IE 5.5 FRIENDLY */

/* REMOVE LINK OUTLINE IN FIREFOX */
a {outline: none;}
/* END OF REMOVE LINK OUTLINE IN FIREFOX */


#content li {margin-top: 1em; margin-bottom: 1em;}
.letterlist {list-style-type: lower-alpha;}
.bold
	{font-weight: bold;}
hr {display:none;}
ul {margin-top: 0;
	margin-bottom: 0;}
	
a:link { color: #001B54; text-decoration: underline; }
a:hover { color: #001B54; text-decoration: none;}
a:visited { color: #001B54; text-decoration: underline; }
a:visited:hover { color: #001B54; text-decoration: none; }

body{font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	font-style: normal;
	text-decoration: none;margin:0px auto; width:1000px;}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #3B6AB0;
	font-style: normal;
	text-decoration: none;
	margin-top: 0px;}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #800000;
	font-style: normal;
	text-decoration: none;
	margin-top: 0px;}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #003399;
	font-style: normal;
	text-decoration: none;
	margin-top: 0px;}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #3B6AB0;
	font-style: normal;
	text-decoration: none;
	margin-top: 0px;}
/* DIV STYLES*/

#container {
	margin-top: 0px;
	width: 1000px;
	left:50%;
	background-color: #FFFFFF;
	background-image:url(../images/containerbg.gif);
	background-repeat:repeat-y;
	background-position: 0px 0px;
	text-align:left;
}

#header {
	width:1000px;
	height:112px;
	margin: 0px;
	background-color:#4794e0;
	/*background-image:url(../images/header.gif);
	background-repeat:no-repeat;*/
}

#header h1{
	margin: 0px;
	padding: 0px;
	text-indent: -9000px;
}

#headerbanner {
	height: 130px;
	width: 1000px;
}


/* primary nav */

/* individual links */
.primarynav_freedomchurch {width: 232px;}

.primarynav_prayer {width: 123px; }

.primarynav_help {width: 177px; }

.primarynav_events {width: 168px; }

.primarynav_testimonies {width: 99px;}

.primarynav_thefounder {width: 100px;}


.primarynav_ourmission {width: 101px;}

/* individual links */


#primarynav {
	height: 32px;
	background-image: url(../images/primarynav/primarynav-bg.gif);
	background-repeat: repeat-x;
}

#primarynav, #primarynav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#primarynav ul li a {
	display: block;
	text-align:center;
	height: 24px;
	padding-top: 8px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background-image: url(../images/primarynav/primarynav-borderbg.gif);
	background-repeat:no-repeat;
	background-position:right;
	/*width: 10em;*/
}



#primarynav ul li a:hover {
	background-image: url(../images/primarynav/primarynav-bgover.gif);
	background-repeat:repeat-x;
}

#primarynav li { /* all list items */
	float: left;
	/*width: 10em;*/ /* width needed or else Opera goes nuts */
}

#primarynav ul ul li {
	float: left;
	width: 12em;
}

#primarynav ul ul li a{
	border-bottom: 1px solid #FFFFFF;
	background-image: none;
	height: 20px;
}

#primarynav ul ul li a:hover{
	background-color:#0957D8;
	background-image: none;
}



#primarynav li ul { /* second-level lists */
	position: absolute;
	background: #0047BA;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#primarynav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#primarynav li:hover ul ul, #primarynav li.sfhover ul ul {
	left: -999em;
}

#primarynav li:hover ul, #primarynav li li:hover ul, #primarynav li.sfhover ul, #primarynav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* end of primary nav */

#left {
	float: left;
	width: 232px;
	font-size: 95%;
}

/* LEFT NAV*/

.staticnav {
	display: block;
	/*background-color:#2BB673; */
	height: 100%;
	padding-left: 15px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-top: 3px; 
	color:#FFFFFF; 
	font-weight:bold; 
	margin: 0px;
	background-image: url(../images/bullet1.gif);
	background-position: 4px 8px;
	background-repeat: no-repeat;
}

#left ul {
	padding: 0px;
	margin: 0px; 
	list-style-type: none;
}

#left li {
	font-weight:bold;
	margin: 0px;
	border-bottom: 1px solid #FFFFFF;
}

#left ul li a {
	display: block; 
	height: 100%;
	color:#0047BA;
	text-decoration:none;
	padding: 10px 6px 10px 32px;
}

#left li a:hover {
	background-image: url(../images/menu_hi.gif);
	background-position: 6px 8px;
	background-repeat: no-repeat;
}

#left ul ul li {
	font-weight: normal;
	border: 0px;
}
				
#left ul ul li a {
	padding-left: 20px;
	background-image: url(../images/bullet2.gif);
	background-position: 11px 8px;
	background-repeat: no-repeat;
}





#content {
	float: left;
	width: 700px;
	margin: 10px 10px 5px 30px; 
	padding: 20px 5px 20px 5px;
	background-color:#FFFFFF;
	text-align:left;
}

#bookshopcontent {
	float: left;
	width: 900px;
	margin: 10px 10px 5px 30px;
	padding: 20px 5px 5px 5px;
}

#footer {
    margin:0;
	width: 1000px;
	clear: both;
	text-align: center;
	background-color: #d5ecff;
	font-size: 80%;
}

#footerinner {
	padding: 5px;
}

/* IMAGES WITH CAPTIONS */

.imgwithcaptionfloatrightwidth316 {
	float: right;
	width: 316px;
	margin: 0px 0px 5px 5px;
	background-color:#FFFFFF;
	color:#666666;
	text-align:center;
	font-size: 90%;
}

.imgwithcaptionfloatrightwidth316 p{
	padding:5px;
	margin:0px;
}

.white a:link { color: white; text-decoration: underline;  }
.white a:active { color: white; text-decoration: underline;  }
.white a:visited { color: white; text-decoration: underline; }
.white a:hover { color: white; text-decoration: underline; }
.white a:visited:hover { color: white; text-decoration: underline; }

/*FLOATING PICTURES*/

.floatingrightpic {float: right;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
	border: 0px solid #333333;
}

.floatingleftpic {float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
	border: 0px solid #333333;
}

.floatingrightpicwithborder {float: right;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
	border: 1px solid #333333;
}

.floatingleftpicwithborder {float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
	border: 1px solid #333333;
}

.borderpic {
	border: 1px solid #333333;
}

/*END OF FLOATING PICTURES*/

.copyright
	{font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	font-style: normal;
	text-decoration: none;}
	
.clear {clear:both}

.li1 {list-style-type : disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
	font-style: normal;
	text-decoration: none;
	margin-left:17px;
}
	
.slide { padding: 40px; color: white; font-size: 140%; line-height: 1.5em;}
.slidetitle { font-size: 180%; }
.slidetitlesm { font-size: 140%; }
.undeline {text-decoration: underline;}
.orange {color: orange;}
.smletter { font-size: 80%}

.altButtonFormat { background-color: #3B6AB0; font-family: arial; border: #000000 0px solid; font-size: 13px; color: #ffffff }

.red {color: red}

.atoz { width: 20px; height: 20px; color: #003399; text-decoration: none;}
.atoz a:link { color: white; text-decoration: none;}
.atoz a:active { color: white; text-decoration: none;}
.atoz a:visited { color: white; text-decoration: none;}
.atoz a:hover { color: white; text-decoration: none;}
.atoz a:visited:hover { color: white; text-decoration: none;}

/* BOOKSHOP STYLES */

/*#bookshopcontainer {
	margin-top: 0px;
	width: 1000px;
	left:50%;
	background-color: #FFFFFF;
	background-image:url(../images/bookshopcontainerbg.gif);
	background-repeat:repeat-y;
	background-position: 0px 0px;
}*/

#bookshop{}

.partner form {margin-bottom: 0px;}
.partner table{
	width : 100%;
	border : 0px solid black;
	margin : 0 0 1em 0;
	caption-side : top;
}

.partner table th{
	vertical-align : top;	
	padding : 0px 0px 0px 0px;
	text-align : center;
	background-color : #FFFFFF;
}

.partner table td{
	vertical-align : top;
	padding : 10px 10px 10px 10px;
	line-height : 16px;
	background-color : #FFFFFF;
}

.partnersmall {font-size: 85%}

.book table{

	margin : 0 0 1em 0;
	caption-side : top;
	background-color:#FFFFFF;
}

.book table th{
	border-top: 20px solid #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	vertical-align : top;	
	padding: 7px;
	text-align: left;
	background-color: #0148BA;
	color:#FFFFFF;
}

.book table td{
	vertical-align: top;
	padding: 10px;
	line-height: 16px;
	background-color: #FFFFFF;
}
.booktitle {font-size: 150%; line-height: 1.3em}

.exerptrow {text-align: center;}

.bookpicture {
	text-align: center; 
	border-top: 0px solid #114086;
	border-bottom: 0px solid #E2E2E2;}
	
.booktext {
	border-top: 0px solid #E2E2E2;
	border-bottom: 0px solid #E2E2E2;}

.bookimg {margin-top: 10px; margin-bottom: 10px;}

.retailprice {color: #FF0000;}

.bacmprice {font-size: 120%; color: #FF0000; font-weight:bold;}

.strikethrough {text-decoration:line-through; color: #FF0000;}

.largeletter {
	font-family: "Times New Roman", Times, serif;
	font-size: 200%;
}
.booktextlarger {font-size: 130%; font-weight:bold;}

.warningtable {border: 1px solid black;}

/* END OF BOOKSHOP STYLES */

/* BLINDED STYLES */
.blindedwhite {color:#FFFFFF;}
.negativemargin {margin-top: -20px;}
.blindedblackheader{font-size: 16px; width: 100%; height:30px; background-color:#000000; color:#FFFFFF; text-align:center; font-weight:bold;}
.blindedblackheaderinner{margin-top: 5px;}
.blinded {
	border-left: 30px solid #000000;
	border-right: 30px solid #000000;
	border-bottom: 30px solid #000000;
	width: 640px;
	background-color:#EF3F23;
	color: #000000;
}

.blindedinner {
	margin: 20px;
}

.blinded h1{
	font-size: 125%;
}

.blinded h2{
	font-size: 120%;
	margin-bottom: 3px;
}

.blinded table {
	width : 100%;
	border : 2px solid #000000;
	margin : 0 0 1em 0;
	caption-side : top;
	background-color:#FFFFFF;
	font-size: 90%;
}

.blinded caption {
	color : #c03;
	margin : 0 0 4px 0;
	padding : 2px 0 2px 0;
	display : block;
}

.blinded th {
	vertical-align : top;	
	padding : 2px 5px 2px 5px;
	text-align : left;
	background-color:#F8A01B;
	color: #FFFFFF; 
	font-weight:bold;
	line-height: 1.4em;
}

.blinded td{
	vertical-align : top;
	padding : 1px 5px 1px 5px;
	line-height : 16px;
	text-align : left;
	background-color : #FFCC99;
}

.blindedsmall{
	font-size: 80%;

}
.smalltextbox {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%;}
.largetextbox {width: 660px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 90%;}

.submit { background-color: #FFDC00; border: #000000 2px solid; font-size: 13px; color: #000000; font-weight:bold;}
 /* BLINDED STYLES */

