﻿/********************************************************
*                                        			    *
* Base styles --                          			    *
*                                        			    *
********************************************************/

body {
    font-size: 62.5%;
    font-family: Verdana, Arial, san-serif;
	margin-top: 30px;
	margin-bottom:25px;
	padding:0;
	background:#780000; 
}

h { color: #000000; line-height: 1.5em;}

li { color: #000000; line-height: 1.5em;}

p { color: #000000; line-height: 1.5em;}

li { font-size: 1.1em; }

p { font-size: 1.1em; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em;}
h3 { font-size: 1.4em; border: 2px dotted #F08247; padding: 6px; text-align: center;}
h4 { font-size: 1.1em; color:#FFFFFF; line-height: 1.3em; padding: 5px; margin: 0px "Trebuchet MS",Verdana,sans-serif;}
h5 {
	font-size: 1em;
	color:#FFFFFF;
	line-height: 1.1em;
	padding: 5px;
	margin: 0px;
	background-color:#559FC2;
	text-align: left;
}
h6 {
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 10px 10px 5px 10px;
	background-color: #559FC2;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 16px;
	font-weight: bold;
}

a:link     {
	color: #559FC2;
}
a:active   {
	color: #4F9BBF;
}
a:visited  {
	color: #4094B9;
}
a:hover    { color: #000000; text-decoration: 1px dotted #FFFFFF;}

a img {border: 0; text-decoration: none;}

table{
	margin:0;
	padding:0;
	font-size:11px;
	height:90px;
	float:right;
	color:#333333;
}

/*Wrapper*/

#wrapper {
	background-color:#fff;
	clear: both;
	position: relative;
    width: 775px;
    margin: 0 auto 125px auto;
	z-index: 2;
}

/*Header*/

#header {

    width: 775px;
    height: 120px;
	margin: 0px;
	padding: 0px;
    background-color: #FFFFFF;
}

/*Top Navigation*/

#topnav {
	text-align: center;
    width: 775px;
    height: 35px;
	background-image:url('../images/navigationbg.jpg');
}

#topnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
	z-index: 100;
}

#topnav li {
    position: relative;
    float: left;
}

#topnav a {
    display: block;
    padding: 7px 4px;
    height: 21px;
    border-right: 1px dotted #dbdbdb;
}

#topnav .nav_home { width: 50px; }
#topnav .nav_links { width: 70px; }
#topnav .nav_about { width: 90px; }
#topnav .nav_ministries { width: 90px; }
#topnav .nav_resume { width: 60px; }
#topnav .nav_other { width: 70px; }

#topnav li a:link     { color: #fff; text-decoration: none; }
#topnav li a:active   { color: #fff; text-decoration: none; }
#topnav li a:visited  { color: #fff; text-decoration: none; }
#topnav li a:hover    { color: #000000;}

#topnav li.over ul { display: block; }

#topnav li:hover ul { display: block; }

/* submenus */
#topnav li ul {
	position: absolute;
	display: none;
	top: 35px;
	left: 0;
	margin: 0;
	visibility: visible;
}

#topnav li li {
    background-color: #000000;
    border: solid #fff;
    border-width: 0 1px;
	font-size: 1em;
	clear: left;
}

#topnav li ul a {
    display: block;
    padding: 2px 10px;
    height: 20px;
	border: solid #fff;
    border-width: 0 1px 1px 1px;
    color: #fff;
    background-color: #000000;
    text-align: left;
	width: 210px;
}

#topnav li ul a:link     { color: #fff; text-decoration: none; }
#topnav li ul a:active   { color: #fff; text-decoration: none; }
#topnav li ul a:visited  { color: #fff; text-decoration: none; }
#topnav li ul a:hover    { background-color: #A7CEDF; color: #000000;}

/* miscellany */
#topnav .leftmost { border-left: 1px solid #ffffff; }
#topnav .topmost { border-top: 1px solid #ffffff; margin-top: 1px; }
#topnav .bottommost { border-bottom: 1px solid #ffffff; margin-bottom: 1px; }

/* /* IE hack6 */
html #container { height:1%;
}

 /* IE7/FF hack */
#container:after {
height: 0;
visibility: hidden;
display: block;
content: ".";
clear: both;
}

#spacer {
 clear: both;
}

 /* RIGHT COLUMN BUTTON */
#rightcolumnbtn {
	text-align: center;
    height: 21px;
	background: #F16422;
}

#rightcolumnbtn li a:link     { color: #fff; text-decoration: none; }
#rightcolumnbtn li a:active   { color: #fff; text-decoration: none; }
#rightcolumnbtn li a:visited  { color: #fff; text-decoration: none; }
#rightcolumnbtn li a:hover    { background: #FFFF99;}

#topnav li.over ul { display: block; }

#rightcolumnbtn li:hover ul { display: block; }*/

 /* PICTURE w/CAPTION */
	
div.picandcaption {
	position: relative;
	margin: 4px;
	border: 1px solid #ccc;
	text-align: center;}
		
div.picandcaption img {
	margin: 2px 2px;
	border: 0;}
	
div.picandcaption div {
	font-size: 9px;
	color: #333333;
	font-weight: normal;
	background: #f2f2f2;
	border-top: 1px solid #ccc;
	padding: 2px 2px;
	text-align: left;}			

/*Content*/

#content {
	clear: both;
    width: 775px;
	margin: 0 auto;
	padding: 0px;
}

#content p{
	padding: 5pt;
}

/*Maincol*/

#maincol {
    float: left;
    width: 482px;
    text-align: left;
    padding: 12px 20px;
	margin: 0;
    display: inline;
}


/*Rightcol*/

#rightcol {
    float: left;
    width: 233px;
    text-align: left;
    padding: 0px 10px;
    display: inline; /* fix IE */
}

/*html ul li a {
width: 1%;
}*/

#rightcol p {
	font-size: 1.2em;
	color: #157583;
}

#rightcol ul {
    margin: 0;
    padding: 0;
    list-style: none;
	overflow: auto;
}

#rightcol li {
    position: relative;
    float: left;
	margin: 0;
}

/*#rightcol li a {
  display: block;
  text-decoration: none;
  padding: 6px;
  height: auto;
  border: 1px dotted #43acb7;

}*/

#rightcol a {
	background: url(image) 0 0 no-repeat;
	background-position: center left;
    display: block;
    padding: 6px 6px 6px 22px;
	margin: 2px 0px;
    height: auto;
	width: 88%;
    border: 1px dotted #671a0b;
}

#rightcol a:link     { background-color: #671a0b; color: #f7b24f;}
#rightcol a:active   { background-color: #671a0b; color: #f7b24f;}
#rightcol a:visited  { background-color: #671a0b; color: #f7b24f;}
#rightcol a:hover    { background-color: #cc6d45; color: #671a0b; text-decoration: none;}

/*Footer*/

#footer {
	font-size:11px;
	clear:both;
	float:right;
	background-color:#D0D0D0;
	height: 100px;
	width: 775px;
	text-align:right;
	margin:0;
/*background-image: url(URL);*/
}

#footer a:link     { color: #FFFF00; text-decoration: underline; }
#footer a:active   { color: #FFFF00; text-decoration: underline; }
#footer a:visited  { color: #FFFF00; text-decoration: underline; }
#footer a:hover    { color: #ffffff; text-decoration: none; }

