/*
 *	base.css
 */


/*
 * Global style that applies to all tags
 *
 * Note: this forces one to write specific style
 * definitions for all basic HTML elements
 */
* 
{
	margin: 0px;
	padding: 0px;
	/*color: #666465;*/
	font-family: Arial, Sans-Serif;
}


 
/* styles all links */ 
a 
{ 
	color: #0D3692;
}
a img { border: none; }


/* a style to hide text that is included for screen readers */
span.hide_this
{
	display: none;
}



/*
 *	Layout styles
 */

/* defines a centered body, initial font-size and margins */
body
{
	text-align: center; /* centers the page */
	background-color: #f6f6f6;
	margin: 0px 0px;
	font-size: 12px;
	color: #666465;
}


/* completes the centering effect, sets the total width,
   and a white repeating background with side shadows */
#page
{
	width: 795px;
	margin: 0px auto; /* centers the page */
	color: #666465;
	background-color: #f6f6f6;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: left;
}



/*
 * Layout
 *  - header
 *  - nav_box
 *  	o nav
 *  - content
 *  	o banner
 *  	o copy
 *  	o right_column
 *  - footer
 */


/*
 * Header
 */
#header
{
	width: 750px;
	margin-left: 20px;
	padding: 10px 0px;
	height: 122px;
}

#header #logoworks
{
	float: left;
	width: 122px;
	height: 122px;
	margin: 5px 0px 0px 5px;
	background-repeat: no-repeat;
	background-image: url(images/logoworks.gif);
}

#header ul.links
{
	float: right;
	list-style: none inside none;
}
#header ul.links li
{
	float: left;
	margin-left: 5px;
	color: #777;
	font-size: 9px;
}


#header #phone
{
	clear: right;
	float: right;
	margin-top: 5px;
	width: 120px;
	height: 19px;
	background-repeat: no-repeat;
	background-image: url(images/1_407_240_4058.gif);
	background-position: top right;
}


/*
 * navigation - top tabs
 */
ul#nav
{
	width: 750px;
	margin-left: 30px;
	list-style: none inside none;
}

ul#nav li
{
	float: left;
}

ul#nav a
{
	height: 30px;
}

/*ul#nav a:hover, */
ul#nav a.active
{
	background-position: 0 100%;
}


/*
 * sub navigation 
 * gray all caps and separated by bullets
 */
ul#sub_nav
{
	clear: both;
	float: left;
	width: 730px;
	margin-left: 30px !important;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 20px;
	list-style: none inside none;
}

ul#sub_nav li
{
	float: left;
	white-space: nowrap;
	font-size: 9px;
}

ul#sub_nav a.active
{
}

.links a,
#sub_nav a
{
	color: #666465;
	text-decoration: none;
	text-transform: uppercase;
}

.links a:hover, 
#sub_nav a:hover
{ 
	text-decoration: underline;
	color: #666465;
}


/* 
 * table layout 
 */
table#layout
{
	width: 755px;
	float: left;
	position: relative;
	left: 22px;
	margin: 0px 0px 20px 0px;
	border-collapse: collapse;
}

table#layout td
{
	vertical-align: top;
}


.title
{
	font-size: 22px;
	font-weight: bold;
	color: #006666;
	
}

.subtitle {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}

.quote {
	color: #999999;
	font-size: 10px;
}

.small {
	color: #666666;
	font-size: 10px;
}

p.step
{
	margin-left: 17px;
	margin-right: 10px;
}


	
/* 
 * footer 
 */
#footer
{
	clear: both;
	height: 45px;
	margin: 0px;
	text-align:center;
	font-size: 9px;
}

#footer a.img_link
{
	margin: 0px 15px;
}

#footer ul.links
{
	list-style: none inside none;
	margin-top: 15px;
	margin-left: 40px;
}

#footer ul.links li
{
	float: left;
	margin-left: 5px;
	color: #999;
}



/* 
 * copyright notice in footer 
 */
#copyright 
{
	margin: 0px auto; /* centers the page */
	width: 795px;
	background-repeat: no-repeat;
	background-image: url(images/page_bottom.gif); 
}


.silver {
	background-color: #efefef;
}

.stripe_bg {
	background-repeat: repeat-n;
	background-image:url(images/stripe_bg.gif);
}

.silver_bg {
	background-repeat: repeat-n;
	background-image:url(images/silver_bg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.sermons {
padding: 10px;
border: 1px solid  #f79928;
}

.listen {
padding: 3px;
font-size: 11px;
border: 1px;
border-style: solid;
border-color: #eeeeee;
}


