html{
	overflow: auto;
	overflow-y:scroll;
}

body, html{
	margin: 0;
	padding: 0;
}

body {
	background-color: #dbe7f4; /*LIGHT BLUE */
	margin-top: 0px;
	margin-left: 50px;
	color: #000000;
	font-size: 16px;
	text-align: center;
	font-family: "Trebuchet MS";
}

#wrapper {
	position: relative;
	height: 100%;
	padding-bottom: 20px;
	width: 800px;
	margin: 0 auto;
}

#navigation {
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	background-color: #414D71;
	height: 28px;
	width: 800px;
	font-weight: bold;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding-top: 6px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited {
	color: #e2dfc0;
	text-decoration: none;
	border-color: #711515;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#navigation a:hover { color: #ffffff; background-color: #414d71; }

#navigation li.current a{
	color: #ffffff;
}

#content {
/*	width: 480px;*/
	position: relative;
	padding-left: 8px;
	padding-top: 5px;
/*	float: left;*/

}

#secondary {
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: "Trebuchet MS";
	width: 280px;
	text-align: left;
	float: right;
}

#content-wide{
	width: 785px;
	padding: 5px 10px 5px 10px;
	font-family: "Trebuchet MS";
	float: left;
	position: relative;
}

#content-wide .col{
	width: 45%;
	float: left;
	margin-right: 5%
}


#content-wide .col h4.subtitle {
	border-bottom: 1px solid #000;
}

#contact-form  .formtext {
    padding-left: 3px;
}

#contact-form  .formcaption {
    color: #000000;
    font-size: 14px;
    padding: 4px 4px 4px 0;
    text-align: right;
    white-space: nowrap;
}

#contact-form input{
	float: left;
	padding: 3px;
	margin: 4px 0px 4px 0px;
}

.required{
	color: #FF0000;
}

.err{
	color: #FF0000;
}

hr {
color: black
border: solid 5px black
height: 5px	
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 1.3em;
	color: #414D71;
}
p {
	font-family: "Trebuchet MS";
	font-size: 1em;
	letter-spacing: 1px;
	text-align: left;
	color: #000000;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 1em;
	color: #000000;
	letter-spacing: 2px;
}

.contact {
	font-family: "Trebuchet MS";
	text-align: left;
	font-size: 11px;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: .9em;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}
#website a:link, #website a:visited {
	color: #414D71;
}
#website a:hover {
	color: #000000;
}
#resources {
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	list-style-type: none;
	list-style-image: url(images/arrow.gif);
}
#resources li {
	padding-bottom: 4px;
	text-align: left;
}
#resources a:link, #resources a:visited {
	color: #414D71;
	text-decoration: none;
}
#resources a:hover {
	color: #000000;
}
.application_list {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	text-align: left;
}
td {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #414D71;
}

.links-table th{
	font-family: "Trebuchet MS";
	font-weight: normal;
	background-color: #414D71;
	color: #fff;
}

.links-table tr{
	text-align: left;
}

.resident {
	font-size: 12px;
	color: #CCCCCC;
	line-height: 16px;
}
.links {
	color: #000000;
	text-decoration: none;
}
#church {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #414D71;
}
.imgOutline {
	border: 1px solid #000000;
}
.image_right {
	border: 1px solid #CCCCCC;
	float: right;
	margin-left: 12px;
}
.image_left {
	border: 1px solid #CCCCCC;
	float: left;
	margin-right: 12px;
}
#footer{
	width: 800px;
	margin: 0 auto;
	position: relative;
}

.clear{
	clear:both;
}

/* TEST RESIZER STYLES */

#textsizer
{
    margin: 10px 0px 5px 10px;
	width: 300px;
	float: right;
	font-family: "Trebuchet MS";
	display: block;
	text-align: right;

}
#textsizer p
    {
        display: inline;

    }
ul.textresizer
{
    list-style: none;
    display: inline;
    margin: 0px;
    padding: 0px;
}

ul.textresizer li
    {
        display: inline;
        margin: 0px;
        margin-right: 5px;
		margin-bottom: 20px;
        padding: 0px;
    }

ul.textresizer a
    {
        border: solid 1px #999;
        padding: 2px 4px 2px 4px;
        font-weight: bold;
        text-decoration: none;
		color: #414D71;
    }

ul.textresizer a:hover
    {
        background: #e5e5e5;
        border: solid 1px #cccccc;

    }

ul.textresizer .small-text
    {
        font-size: .9em;
    }


ul.textresizer .medium-text
    {
        font-size: 1em;
    }

ul.textresizer .large-text
    {
        font-size: 1.2em;
    }

ul.textresizer .larger-text
    {
        font-size: 1.4em;
    }

ul.textresizer a.textresizer-active
   {
      border: solid 1px #2B562B;
      background: #e2dfc0;
      color: #000000;
   }
