/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* CSS STARTS */

html {
background:#eaf6f6 url(images/bg_image.gif);
background-repeat:repeat-x;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
}

#wrapper {
margin-left:auto;
margin-right:auto;
width:938px;
border:solid 1px #dbdbdb;
background:#FFF;
margin-top:27px;
}

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


#logo {
background-image:url(images/banner.jpg);
background-repeat:no-repeat;
height:65px;
width:494px;
}

#links {
background-color: #f6f6f6;
height:29px;
border-top:solid 1px #dfdfdf;
border-bottom:solid 1px #cececd;
line-height:0px;
}



#leftsidebar {
float:left;
width:238px;
padding-left:7px;
}

.widget {
margin-top:7px;
border:solid 1px #d6d6d6;
}

.widget div {
margin:7px;
}

.widget h2 {
font-size:18px;
font-weight:normal;
background-image:url(images/arrow.gif);
background-repeat:no-repeat;
background-position:0px 3px;
padding-left:15px;
margin-bottom:7px;
}

.widget h3{
margin-top:7px;
font-size:14px;
font-weight:normal;
color:#006699;
}

#main {
float:right;
width:676px;
padding-top:7px;
padding-right:8px;
}

#img_banner {
border:solid 1px #d6d6d6;
width:676px;
height:298px;
}

#FlabellComponent {
margin:2px 0px 0px 2px;
}

#main_content h1{
font-size:24px;
font-weight:normal;
padding-top:7px;
padding-bottom:7px;
}

#main_content p{
font-size:14px;
}

#footer {
background-image:url(images/footer_bg.jpg);
background-repeat:repeat-x;
height:29px;
border-top:1px solid #CCCCCC;
margin-top:8px;
}

#footer p {
text-align:right;
padding-top:6px;
padding-right:10px;
font-weight:bold;
color:#000000;
}

#margin_bottom {
margin-bottom:27px;
}

.pastor {
float:left;
margin-right:10px;
}

.pastortxt {
font-size:18px !important;
font-style:italic;
margin-top:10px;
}

.wwa {
float:left;
margin-right:2px;
}

.missions {
list-style:decimal;
padding-left:20px;
}

.svt {
font-size:14px;
}

.svt td {
padding:2px;
}

#main_content a{
font-size:14px;
color:#0033FF;
text-decoration:none;
}

#main_content a:hover{
text-decoration:underline;
}
