/* CSS Document By Dieter Schneider 2006 | www.csstemplateheaven.com*/

* {margin: 0px;
   padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-image: url(../vs_images/shadow_left.jpg);
	background-repeat: no-repeat;
}

img { border: 0; }

#container {
	font-size: 1.2em;
	margin-left: 20px;
}

#header {
	height: 155px;
	background-image: url(../vs_images/header_bg.jpg);
	background-repeat: repeat-x;
}

#linkbar {
	background-image: url(../vs_images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 59px;
}

#left {
	background-image: url(../vs_images/content_top_bg.jpg);
	background-repeat: repeat-x;
	height: 800px;
	margin-right: 221px;
	padding-left: 10px;
	padding-right: 30px;
	padding-top: 50px;
}

#sub_left { 
			width: 48%;
           float: left;
           }

#sub_right { 
			width: 48%;
             float: right;
             }

/* #sub_content { margin-left: 60.4%;
               margin-right: 38.2%;
			   border: 1px solid blue;	
			   } */
			   
#left_topBox {
	height: 45px;
	padding-top: 1px;
	margin-bottom: 35px;
	color: #FFFFFF;
	font-size: 0.9em;
}

#right {
	background-image: url(../vs_images/speakerwithpastor.jpg);
	position: absolute;
	top: 0;
	right: 0;
	width: 246px;
	padding-top: 284px;
	background-repeat: no-repeat;
	height: 492px;
}

#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

/******************** Top Navigation ************************/

#navcontainer ul
{
	background-color: #036;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(../vs_images/linkbar_bg.jpg);
	background-repeat: repeat-x;
	height: 39px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 21px 20px 0px 20px;
color: #fff;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
	background-image: url(../vs_images/hover_link_bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	color: #FFFFFF;
}

/********************* End top navigation ***************************/


p {margin-bottom: 15px;
    margin-top: 0px;}

.ingress {margin-bottom: 15px;
    margin-top: 10px;}
	
.sign_up {
	font-weight: bold;
	color: #66FFCC;
}

h1 {
	font-size: 3em;
	padding-top: 50px;
	padding-left: 50px;
	color: #642128;
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-size: 2em;
	padding-left: 50px;
	color: #642128;
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 20px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}

h5 {
	font-size: 0.9em;
	padding-left: 120px;
	margin-bottom: 20px;
	color: #642128;
	font-style: italic;
	font-weight: bold;
}

a:link {
	color: #6E2B32;
	white-space: nowrap;
	text-decoration: none;
	font-weight: bold;
}     /* unvisited link */

a:visited {
	color: #dddddd;
	text-decoration: none;
	font-weight: bold;
}  /* visited link */

a:hover {
	background-image:  url(../vs_images/nightbow.gif);
	background-repeat: repeat-x;
	background-position: 100% 100%;
	color: #ff0000;
	text-decoration: none;
	padding-bottom: 3px;
	font-weight: bold;
}   /* mouse over link */

a:active {
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}   /* selected link */


.img_left {float: left;
            margin-right: 4px;}

 /***************************** sidebar navigation ****************************/
			
.navcontainer {
	background: url(../vs_images/right_navbar_bg.jpg) no-repeat;
	width: 246px;
	height: 250px;
	padding-top: 74px;
}

.navcontainer ul
{
list-style-type: none;
margin-left: 40px;
}

.navcontainer li
{
width: 160px;
border-bottom: 1px solid #ddd;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 160px;
background-color: #FFFFFF;
border-bottom: 1px solid #eee;
	color: #000000;
}

.navcontainer a:link, #navlist a:visited
{
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #76333A;
color: #fff;
}

.paypal { 
	background: #37ae65;
	width: 200px;
	text-align: center;
	border: 2px solid #377fad;
}

/* FreeFind Search Engine */

.searchbox {
display: block;
background-color: transparent;
color: #ffffff;
margin: 0 0 0 30em;
padding: 0.5em 0em 0.2em 0em;
width:330px;
height:40px;
}

.searchbutton {
background:#f0f0f0;
border:1px solid #b0b0b0;
} 
/* end FreeFind Search Engine */