/*-----------Main Properties--------*/

html { 
	height: 100%; 
	margin-bottom: 1px; 
}

body {
	background: #dcdcdd;
	margin: 0;
	padding: 10px;
}

#container {
	background: white;
	border: solid 5px #6483af;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#main {
	position: relative;
}

#content {
	width: 527px;
	padding: 10px 15px 10px 15px;
	position: absolute;
	top: 270px;
	right: 0px;
}

#content_home {
	width: 557px;
	position: absolute;
	top: 270px;
	right: 0;
}

#sidebar {
	width: 190px;
	margin-right: 517px;
	border-right: 3px solid #6483af;
	padding-bottom: 10px;
	background: #e7e8f2;
}

#introduction {
	border-bottom: solid 2px #6483af;
	padding: 5px 15px 0px 15px;
}

#information {
	border-bottom: solid 2px #6483af;
}

#meeting {
	width: 246px;
	border-right: solid 2px #6483af;
	padding: 5px 15px 10px 15px;
}

#directions {
	width: 246px;
	padding: 5px 15px 10px 15px;
	float: right;
	margin-left: -20px;
	margin-top: -170px;
}

#testimonials {
	padding: 5px 15px;
}

/*-----------Text Properties---------*/

p, #list li, .textarea {
	font-size: 12px;
	color: #2d2a2a;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: left;
}

.mysubmit {
	font-size: 12px;
	color: #2d2a2a;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
} 

.address {
	font-size: 11px;
	color: #2d2a2a;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 100px 10px 0 10px;
	margin-top: 50px;
}

.quote {
	font-size: 11px;
	color: #2d2a2a;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 0px 10px 0 10px;
}

#footer p {
	color: #2d2a2a;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

h1 {
	font-size: 14px;
	color: #2d2a2a;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: center;
	padding-bottom: 15px;
}

h3 {
	font-size: 13px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: left;
	color: #2d2a2a;
}

.bold {
	font-weight: bold;
}

.scripture {
	font-style: italic;
	text-align: center;
}

.emphasis {
	font-style: italic;
	color: #2b548e;
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

.small_link {
	font-size: 10px;
	color: #2d2a2a;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	text-align: left;
}

/*-----------Menu Properties----------*/

#menu {
	margin: 0;
	padding: 0;
}

#menu li {
	font-size: 12px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	padding: 8px 30px;
	list-style: none;
	background: white;
}

.menu_border {
	border-bottom: 1px solid #7e98be;
}

.menu_border2 {
	border-bottom: 3px solid #6483af;
}

/*-----------Link Properties----------*/

#content a:visited, #content_home a:visited, #sidebar a:visited, #footer a:visited {
	color: blue;
}

#menu a:link, #menu a:visited {
	color: #133b75;
	text-decoration: none;
}

#menu a:hover {
	color: #133b75;
	text-decoration: underline;
}

/*-----------Misc Classes-------------*/

.border {
	border-bottom: 20px #6483af solid;
}

.brochure {
	padding: 20px 10px 0 15px;
	float: left;
}

.brochure2 {
	padding: 20px 10px 0 5px;
	font-size: 11px;
}

.brochure3 {
	padding: 0px 15px 0 5px;
	font-size: 11px;
}

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

.image_border {
	border: solid 1px #6483af;
}

.image_border2 {
	border: solid 1px #d0d2d2;
}
