body {
	/***dont change margin or padding properties in this tag *****/
	text-align : center;
	background : #060608 url(../images/c3chruch-bg.jpg) no-repeat fixed center top;
	margin : 8px;
	padding : 0;
	line-height:16px;
}
/***used when printing pages***/
#logo {
	display : none;
}
/***clears for firefox***/
.float_clear {
	clear : both;
	height : 1px;
	overflow : hidden;
	margin-top : -1px;
}
/***container for site***/
#central {
	margin-right : auto;
	margin-left : auto;
	position : relative;
	margin-top : -7px;
	width : 950px;
	text-align : left;
	background : #fff url(../images/central.gif);
}
/***top banner and logo area***/
#top {
	float : left;
	width : 950px;
	height : 75px;
	overflow : hidden;
	background : #eee;
	display : none; /** changed or added 18/0809 set to none  ****/
}
/************** Vertical Navigation and search box ********
#navigation {
	float : left;
	width : 220px;
	background : #666;
	overflow : hidden;
	padding-top : 30px;
	margin : 0;
	border-top: solid 5px #ffffff;
}
#navigation .searchsite {
	margin : 0 19px 5px 19px;
	padding : 0;
}
.searchsite form {
	margin : 0;
	padding : 0;
}
ul.nav {
	margin : 0;
	padding : 10px 0 25px 0;
	border-bottom: solid 5px #ffffff;
}
ul.nav li {
	list-style : none;
}
.nav a {
	width : 188px;
	display : block;
	font : bold 12px/16px arial, helvetica, sans-serif;
	padding : 5px 12px 5px 20px;
	margin : 0;
	text-transform : uppercase;
	text-align : left;
}
.nav a:link, .nav a:visited {
	color : #ccc;
	background : #666;
	text-decoration : none;
}
.nav a:hover, a:active {
	color : #000;
	background : #777;
	text-decoration : none;
}
ul.nav li.navoff {
	display : block;
	font : bold 12px/16px arial, helvetica, sans-serif;
	color : #000;
	background : #777;
	padding : 5px 12px 5px 20px;
	margin : 0;
	text-transform : uppercase;
	text-align : left;
	text-decoration : none;
}
li.navoff ul.subnav {
	margin-left:-20px;
}
ul.subnav {
	margin : 0;
	padding : 5px 0;
	list-style : none;
	background : none;
}
.subnav li {
	margin-bottom:-1px;
}
.subnav a {
	display : block;
	width : 178px;
	font : 11px/16px arial, helvetica, sans-serif;
	padding : 3px 10px 3px 35px;
	margin : 0px;
	text-transform : capitalize;
	text-align : left;
	border-bottom : none;
	border-top : none;
}
.subnav a:link, .subnav a:visited {
	color : #ddd;
	text-decoration : none;
	border-top : none;
	border-bottom : none;
	background: url(../images/sub-off.png) no-repeat;
}
.subnav li:hover {
	background: #ddd url(../images/sub-on.png) no-repeat;
}
.subnav a:hover, .subnav a:active {
	color : #555;
	text-decoration : none;
	border-top : none;
	border-bottom : none;
	background: #ddd url(../images/sub-on.png) no-repeat;
}
ul.subnav li.subnavoff {
	display : block;
	width : 175px;
	font : 11px/16px arial, helvetica, sans-serif;
	color : #555;
	background: #ddd url(../images/sub-on.png) no-repeat;
	padding : 3px 10px 3px 35px;
	margin : 0 0 -1px 0;
	text-transform : none;
	text-align : left;
	text-decoration : none;
}*/
/******** Horizontal Navigation and search box  **************/
#navigation {
	float : left;
	width : 950px;
	height: 30px;
	background : #eeeeee url(../images/c3chruch-nav-bg.jpg) repeat;
	overflow : visible;
	padding : 0;
	margin : 0;
}
#navigation .searchsite {
	float : right;
	display : block;
	height : 25px;
	padding : 5px 12px 4px 0;
	margin : 0;
}
.searchsite form {
	margin : 0;
	padding : 0;
}
.searchsite input {
	background: url(../images/c3church-search.jpg) no-repeat;
	padding-left:15px;
	color:#666;
	border-top: 1px solid #bbb;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #bbb;
	width:150px;
}
#menu {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	width:755px;
}
#menu, #menu ul {
	padding:0;
	margin:0;
	list-style:none;
	height:30px;
	background : none;
}
#menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	padding:0;
	margin:-1px;
}
#menu ul {
	position:absolute;
	left:-9999px;
	padding-bottom:10px;
}
#menu li {
	float:left;
	position:relative;
	z-index: 1;
}
#menu li a {
	display:block;
	float:left;
	height:30px;
	width:auto;
	line-height:30px;
	text-decoration:none;
	color:#666;
	padding-left:10px;
	padding-right:13px;
	/*change to center for auto center script and left or right without auto center script*/
	text-align : center;
}
#menu li a.drop {
	background:none;
}
#menu li a:link, #menu li a:visited {
	background : #eee url(../images/c3chruch-nav-bg2.jpg) repeat right top;
}
#menu li a:hover {
	position:relative;
	color:#fff;
	height:auto;
	background: #666;
}
#menu li li a:link, #menu li li a:visited {
	color:#999;
}
#menu li li a:hover {
	color:#fff;
}
#menu li:hover {
	position:relative;
}
#menu li li {
	clear:both;
}
#menu li:hover ul {
	font: bold 10px Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	text-transform: capitalize;
	left:0px;
	top:30px;
	padding-top:10px;
	margin-left:0px;
	border-bottom:0;
	height:auto;
	background: url(../images/c3chruch-nav-trans.png) repeat;
}
#menu li:hover ul li a  {
	border-left:0px solid #fff;
	height:auto;
	width:150px;
	line-height:20px;
	border-bottom:0px solid #fff;
	padding-left:10px;
	padding-right:4px;
	text-align:left;
	background:none;
}
.submenu {
	width:auto;
	height:auto;
}
/**** feature ads *****/
#ads {
	float : left;
	overflow : hidden;
	width : 220px;
	background: #666666;
	margin : 0;
	padding : 0;
}
#ads img {
	margin : 0;
	padding : 0;
	border-bottom: solid 5px #ffffff;
	vertical-align:top;
}
/**** content containers *****/
#content {
	float : left;
	width : 935px;
	/*width : 715px;***** changed 18/08/09 changed for horiz nav no features imgs*/
	padding : 0 0 25px 15px;
	margin : 0 0 -1px 0;
	min-height : 400px;
	background : #fff;
	border-top: 1px solid #060608;
}
#content_wrapper {
	float : left;
	width : 870px;	
	/*width : 650px;***** changed 18/08/09 changed for horiz nav no features imgs*/
	background : #fff;
	margin : 0 25px!important;
	margin : 0 0 0 15px;
	padding : 0;
	overflow : visible; /** changed 18/08/09 set to visible **/
}
/**** content text styling *****/
#content p, #content ul, #content ol, #content input, #content select, #content textarea, #content_wrapper, #content h3, #footer p, .left_cart form, .right_cart form {
	font : 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color : #333;
}
#content p, #content h1, #content h2, #content h3 {
	margin : 0;
	padding : 0;
}
#content sub, #content sup {
	margin : 0;
	padding : 0;
	font-size: 8px;
	line-height: 0px;
}
#content h1 {
	font : 30px/27px "Century Gothic", arial, helvetica, sans-serif;
	color : #565656;
	text-transform : uppercase;
	letter-spacing : 1px;
	margin-left:-40px;
	padding : 20px 40px;
	background: #fff url(../images/h1-bg.jpg) no-repeat left bottom;
	clear:both;
}
#content h2 {
	font : bold 15px/16px Arial, Helvetica, sans-serif;
	color : #666;
	text-transform: uppercase;
	border-bottom: 1px dotted #ccc;
	padding-bottom:5px;
	margin-bottom:5px;
}
#content h3 {
	background : #dddddd;
	padding : 20px;
	margin : 0;
}
#content input, #content select, #content textarea {
	margin : 0;
	padding : 2px;
}
/**** content table styling *****/
#content td {
	vertical-align : top;
	overflow : hidden;
	/*border: solid 1px #000;*/
	padding : 0 4px 2px 0;
}
#content td img {
	margin-top : 0;
	margin-bottom : 0;
	padding : 3px;
}
#content table {
	table-layout:fixed;
	display:table;
}
#content tr {
	table-layout:fixed;
	display:table-row;
}
#content td .insertslrg, #content td .insertssml_left, #content td .insertssml_right, #content td .left_cart, #content td .right_cart {
	margin-top : 0px;
	margin-bottom : 0px;
	padding : 0px;
} 
/**** content ordered and un-odered styling *****/
#content ul, #content ol {
	margin : 0;
	padding : 3px 0 10px 18px;
}
#content ol {
	padding : 3px 0 10px 21px;
}
#content ul li, #content ol li {
	padding-left : 10px;
	margin : 0;
}
#content ol li {
	padding-left : 2px;
}
#content ul {
	list-style-type : square;
	margin-left:-15px;
}
#content ul {
	list-style-type:none;
}
#content ul li {
	padding-left:20px;
	background:url('../images/bullet.gif') no-repeat top left;
}
/**** content link styling *****/
#content a:link, #content a:visited {
	color : #666;
	text-decoration : underline;
}
#content a:hover, #content a:active {
	color : #000;
	text-decoration : underline;
}
/**** content media styling *****/
#content iframe {
	border : none;
}
#content .insertslrg, #content .insertssml_left, #content .insertssml_right, #content .left_cart, #content .right_cart {
	margin-top : 20px;
	margin-bottom : 20px;
	padding : 0;
}    
#content .insertslrg {
	margin : 0 -40px;/** changed or added 18/0809  ****/
	padding-bottom : 0;
	float : left;
	clear : both;
}
#content .insertssml_left {
	float : left;
	margin-left : 0;
	margin-right : 20px;
}
#content .insertssml_right {
	float : right;
	margin-left : 20px;
	margin-right : 0;
}
.insertslrg iframe, .insertslrg embed, .insertslrg object {
	width : 950px;/** changed or added 18/0809  ****/
	border : none;
}
.insertssml_left iframe, .insertssml_left embed, .insertssml_left object, .insertssml_right iframe, .insertssml_right embed, .insertssml_right object {
	width : 420px;
	border : none;
}
#content .left_cart {
	float : left;
	margin : 20px 20px 20px 0;
}
#content .right_cart {
	float : right;
	margin : 20px 0 20px 20px;
}
.right_cart form, .left_cart form {
	width : 230px;
	height: 110px;
	border : none;
	background : #ddd url(../images/c3chruch-paypal-bg.jpg) no-repeat;
	text-align :left;
	overflow : hidden;
	padding : 15px;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #666;
}
 .right_cart table, .left_cart table {
	text-align :center;
	width:100%;
}
#content .pdflink {
	background : url(../admin/edit_images/pdf-icon.gif) no-repeat;
	padding-left : 17px;
}
/**** content image styling *****/
#content ul img, #content ul iframe, #content ul embed, #content ul object, #content ol img, #content ol iframe, #content ol embed, #content ol object {
	display:none;
}
.small_left, .medium_left, .large_left {
	float : left;
	margin-right : 20px;
	margin-left : 0;
}
.small_right, .medium_right, .large_right {
	float : right;
	margin-right : 0;
	margin-left : 20px;
}
#content .page_left, #content .page_right {
	float : none;
	margin : 0 -40px;/** changed or added 18/0809  ****/
	clear:both;
	border:none;
	padding:0px;
}
/** changed or added 18/0809  ****/
#content .page_image img {
	overflow : visible; 
	clear:both;
}
#content img {
	overflow : hidden;
	border : 1px solid #cccccc;
	margin-top : 20px;
	margin-bottom : 20px;
	padding : 3px;
}
/************** footer *********/
#footer {
	width : 950px;
	height:75px;
	float : left;
	padding : 0;
	margin : 0;
	background : #ddd url(../images/c3chruch-footer-bg.jpg) repeat;
	overflow : hidden;
	text-align : center;
}
#footer h1 {
	font : bold 14px Arial, Helvetica, sans-serif;
	color : #afafaf;
	padding : 0;
	margin : 18px 15px 2px 15px;
	letter-spacing: -1px;
}
#footer p {
	font : 10px Verdana, Arial, Helvetica, sans-serif;
	color : #999;
	padding : 0;
	margin : 2px 15px 15px 15px;
}
#footer a:link, #footer a:visited {
	color : #999;
	text-decoration : underline;
}
#footer a:hover, #footer a:active {
	color : #666;
	text-decoration : underline;
}
/************** custom additions *********/
