/*General Style sheet for all pages*/

/*Font size deafult*/

HTML
{
	font-size:100%;		/*sets the general default font-size to 10px*/
}


 * html body{overflow:hidden;}
 
 * html div#content{height:100%;overflow:auto;}

body
{
	margin:0;
	padding:100px 0 0 0;
}


/*Headline Fonts common to all pages*/

h1
{font:1.8em monotype corsiva;color: red; font-weight:bold; text-align: center;
}

h2
{font:1.6em monotype corsiva;color:#0066cc; font-weight:bold; text-align: center;
}

h3
{font:1.4em monotype corsiva;color:green; font-weight:bold; text-align: center;
}

/*other fonts common to all pages*/


p.visitors
{font:0.8em Verdana, Geneva, Helvetica, sans-serif;font-weight:bold;color:black;text-align: center;
}
p.newwindow
{font:0.8em Verdana, Geneva, Helvetica, sans-serif;font-weight:normal;color:black;text-align: center;
}

/*DIVS common to all pages*/

 div.c1 {padding:5px}
 div.c3 {text-align: center}
 img.c1 {border:0}


/*static positioning of headers*/

@media screen{
  body>div#headerdiv{
   position:fixed;
  }
 }
@media screen{
  body>div#headerimage{
   position:fixed;
  }
 }

@media screen{
  body>div#buttondiv{
   position:fixed;
  }
 }

/*External link a href icon*/

/*a[href^="http:"]*/ 
/*{*/
/*background-image: url('http://www.threecordministries.org/images/linkicon.gif');*/
/*background-position: right;*/
/*background-repeat: no-repeat;*/
/*padding-right: 20px;*/ 
/*}*/

a:link {text-decoration:underline;color:#0066FF}
a:visited {text-decoration:underline;color:#0066FF}
a:hover{text-decoration:none;color:#ff9900}

.borderimage{border:5px solid #6699FF;}

@import url (http://www.google.com/cse/api/branding.css);

.bulletimagestyle{position: absolute;left: -200px;}

/*defining solid lines*/

div.line0 hr {
	display:none
	}

div.line0 {
	margin: 0 auto; 
	height:6px;
	width:10px;
	background:#FFFFFF no-repeat scroll center;		/*light-blue*/
}


div.line1 hr {
	display:none
	}

div.line1 {
	margin: 0 auto; 
	height:6px;
	width:700px;
	background:#6699FF no-repeat scroll center;		/*light-blue*/
}

div.line2 hr {
	display:none
	}

div.line2 {
	margin: 0 auto; 
	height:6px;
	width:140px;
	background:#6699FF no-repeat scroll center;		/*light-blue*/
}


div.line3 hr {
	display:none
	}

div.line3 {
	margin: 0 auto; 
	height:6px;
	width:350px;
	background:#6699FF no-repeat scroll center;		/*light-blue*/
}



#wrapper 
{ 
	width:100%;
	overflow:hidden; 
}


/*TCM header*/

#headerdiv 
{
  	position:absolute;top:0;
	text-align: center;
   	width: 100%;	
	background-image:url('http://www.threecordministries.org/images/orange-wisps.bmp');
}


#buttondiv 
{
   	width: 100%;
	border-style: solid;
	border-bottom-width:1px;
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
}

#outerindexbox
{

	margin: 0pt auto;
	width: 900px; 
	text-align: center; 
	background-color: #330000;		/*chocolate*/
}

#innerindexbox
{
	margin: 0pt auto;
	width: 890px;
	text-align: center; 
	background-color:#ffffff;		/*white*/
	line-height:1.0;
}

#outervisitorsdiv
	{
	margin:0 auto;
	width:400px;
	background-color:#552211;
	text-align: center;
	}

#innervisitorsdiv
	{
	margin:0 auto;
	width:390px;
	background-color:#FAEEE0;
	text-align: center;
	}

#wideadbox
	{
	margin: 0pt auto; 
	width: 600px; 
	text-align:justify; 
	background-color: #ccd7ff		/*light-blue*/
	}

#narrowadbox
	{
	margin: 0pt auto; 
	width: 140px; 
	text-align:justify; 
	/*background-color: #ccd7ff*/		/*light-blue*/
	}

