@charset "utf-8";
/* CSS Document */

* {
	outline: 0px none;
}

body {
	margin: 0px;
	background:url(/images/body_bg.jpg) #C9C2A0 50% top repeat-y;
	font-size: 62.5%;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

body.home {
	margin: 0px;
	background-color: #C3BE8E !important;
	background-image: none !important;
}

body.splash {
	margin: 0px;
	background-color: #A79D79 !important;
	background-image: none !important;
}

a img {
	border: 0px none;
}

a, a:visited, a:active {
	text-decoration: underline;
	color: #1b140d;
}

a:hover, a:visited:hover {
	text-decoration: none;
	color: #87723d;
}

p {
	font-size: 1.1em;
	color: #1b140d;
	line-height: 18px;
	margin: 8px 0px 20px 0px;
}

h2 {
	color: #3f0b25;
	font-size: 3.0em;
	font-weight: normal;
	margin: 8px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #3f0b25;
	font-size: 1.4em;
	letter-spacing:	1px;
	line-height: 21px;
	margin-top: 7px;
	margin-bottom: 4px;
}

h4 {
	color: #1a120b;
	font-size: 1.65em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	margin: 7px 0px 4px 0px;
	letter-spacing:	1px;
}

h5 {
	text-transform: uppercase;
	color: #1a120b;
	font-size: 1.2em;
	letter-spacing: .20px;
	margin: 8px 0px;
}

h6 {
	margin: 8px 0px;
	font-size: 1.15em;
	color: #1a120b;
}

ul, ol {
	font-size: 1.1em;
	color: #87723d;
	line-height: 20px;
	font-weight: bold;
}

a img {
	border: 0px;
}

hr {
	border: 0px none;
	border-top: 1px solid #1a3048;
	margin: 0px;
	padding: 0px;
	height: 1px;
}

blockquote {
	background: #F7F5DE url(../images/blockquote_bg.jpg) no-repeat top left;
	margin: 20px;
	padding-left: 10px;
	color: #1a120b;
	line-height: 20px;
}

blockquote p {
	text-indent: 2em;
}

table {
	width: 100%;
	line-height: 20px;
}

caption {
	background-color: #3A5949;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px 2px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

th {
	background-color: #C8C195;
	letter-spacing: 1.5px;
	font-size: 1.15em;
	color: #5D5646;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

td {
	background-color: #EEEACF;
	padding: 3px;
	color: #555;
	font-size: 1.15em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.media-left {
	float: left;
	padding-right: 10px;
}

.media-right {
	float: right;
	padding-left: 10px;
}

.half {
	width: 50%;
}

.threequarters {
	width: 65%;
}

.quarter {
	width: 35%;
}

.clear {
	clear: both;
}

.non-bold, .non-bold * {
	font-weight: normal !important;
}

.black, .black * {
	color: #000 !important;
}

.teal, .teal * {
	color: #4c8f76 !important;
}

.brown, .brown * {
	color: #a08b4f !important;
}

.gray, .gray * {
	color: #898989 !important;
}

.gobutton {
	float: left;
}

.feedlink, .feedlink:visited, .feedlink:active {
	background: url(/images/news_rss.gif) right 50% no-repeat;
	padding-right: 20px;
	border-bottom: 0px none !important;
	color: #415678;
	text-decoration: none;
	font-weight: normal !important;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 175px;
	display: block;
}

.feedlink:hover, .feedlink:visited:hover {
	border-bottom: 0px none !important;
	color: #192e46;
	text-decoration: underline !important;
}

/**************** HOME PAGE STYLES ****************/

#grace_container {
	background: url(/images/containerbg.jpg) no-repeat 50% top;
	width: 100%;
	overflow: auto;
}

.home #grace_container {
	background: url(/images/home_containerbg.jpg) no-repeat 50% top;
	width: 100%;
	overflow: auto;
}

.splash #grace_container {
	background: url(/images/splash_containerbg.jpg) no-repeat 50% top;
	width: 100%;
	height: 900px;
}

#grace_wrapper {
	width: 960px;
	margin: 0px auto;
}

#home_flash {
	overflow: auto;
}

#home_flash embed {
	z-index: 100;
}

#splash_flash {
	overflow: auto;
}

#home_footer {
	height: 300px;
	float: left;
	width: 100%;
}

#designbyam {
	overflow: auto;
	padding-top: 5px;
	float: right;
}

/**************** SUB PAGE STYLES ****************/
#sub_nav {
	height: 178px;
	overflow: auto;
}

#sub_wrapper {
	width: 960px;
	margin-top: -3px;
}

#sub_sidebar {
	width: 229px;
	float: left;
	margin-left: 50px;
	display: inline;
}

#sidebar_links {
	background: #C0B78E url(/images/sidebar_links_bg.jpg) top left no-repeat;
	/*padding-bottom: 10px;*/
	margin-bottom:40px;
}

#image_sidebar {
	margin-bottom: 100px;
	text-align: center;
}

#sidebar_links ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	padding-top: 15px;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 16px;
	margin-bottom:10px;
}

#sidebar_links li {
	padding-bottom: 2px;
	background: url(/images/sidebar_links_li_bg.gif) bottom left no-repeat;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	letter-spacing: .25px;
}

#sidebar_links li.last {
	background:none;
	display:block;
	font-size:1px;
	height:10px;
	line-height:1px;
}

#sidebar_links li a, #sidebar_links li a:visited, #sidebar_links li a:active {
	color: #000;
	padding-left: 30px;
	text-decoration: none;
	display: block;
	padding-bottom:8px;
	padding-top:4px;
}

#sidebar_links li a:hover, #sidebar_links li a:visited:hover {
	color: #fff;
	background: url(/images/sidebar_links_hover.jpg) left 50% no-repeat;
}

#sidebar_graphics {
	width: 229px;
	float:left;
	position:absolute;
	margin-left: -9px;
}

#sidebar_graphics img {
	margin-bottom: 2px;
	float: left;
}

#sub_content {
	width: 612px;
	float: left;
	display: inline;
	margin-bottom: 50px;
}

#sub_header {
	height: 188px;
}

#sub_content #text {
	padding-left: 20px;
	padding-top: 15px;
	width: 590px;
	background: url(/images/text_bg.jpg) top left no-repeat;
	min-height:270px;
	height:100%!important;
	height:270px;
}

#sub_content-noside {
	width: 841px;
	float: left;
	display: inline;
	margin-bottom: 50px;
	margin-left: 50px;
}

#sub_content-noside #sub_header {
	height: 188px;
}

#sub_content-noside #sub_content #text {
	padding-left: 20px;
	padding-top: 15px;
	width: 820px;
	background: url(/images/text_bg.jpg) top left no-repeat;
}


#footer {
	background: #7B7252 url(/images/footer_bg.jpg) 50% top no-repeat;
	height: 120px;
	float: left;
	width: 100%;
	padding-top: 20px;
}

#footer_wrapper {
	width: 841px;
	height: 120px;
	margin: 0px auto;
	position:relative;

}

#footer_campus_links {
	width: 541px;
	float: right;
	text-align: right;
	color: #fff;
	
}

#footer_copyright {
	width: 541px;
	float: right;
	text-align: right;
	color: #fff;
}

#footer_campus_links p, #footer_campus_links a, #footer_campus_links a:active, #footer_campus_links a:visited, #footer_campus_links a:hover, #footer_campus_links a:visited:hover {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#footer_campus_links a, #footer_campus_links a:active, #footer_campus_links a:visited {
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}

#footer_campus_links a:hover, #footer_campus_links a:visited:hover {
	text-decoration: underline;
	color: #D3CEB0;
}

#footer_copyright p {
	line-height: 14px;
}

#footer_copyright p, #footer_copyright a, #footer_copyright a:active, #footer_copyright a:visited, #footer_copyright a:hover, #footer_copyright a:visited:hover {
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}


/************** CALENDAR *******************/

.calendar {
	border-collapse: collapse;
	width: 840px;
	background: url(/images/calendar_bg.jpg) #332B23 top left no-repeat;
}

.calendar caption {
	width: 840px;
	margin-left: 0px;
	background: url(../images/caption_bg.jpg) #332B23 top left no-repeat;
	padding-top: 24px;
	height: 70px;
	color: #4c8f76;
	font-size: 2.4em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}

.calendar tr {
}

.calendar th {
	background: url(/images/calendar_th.jpg) #332B23 top left repeat-x;
	color: #4c8f76;
	line-height: 30px;
	padding: 0px;
	font-size: 10.5px;
	text-transform: capitalize;
	letter-spacing: .20px;
	font-family: Verdana, Arial, Helvetica, sans-serif
}

.calendar td {
	width: 110px;
	height: 110px;
	background: transparent url(../images/calendar_day_bg.gif) top left no-repeat;
	vertical-align: top;
	padding: 0px 5px;
	line-height: 18px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
}

.calendar .linked-day a, .calendar .linked-day a:visited, .calendar .linked-day a:active {
	color: #fff;
	text-decoration: none;
}

.calendar .linked-day a:hover, .calendar .linked-day a:visited:hover {
	color: #fff;
	text-decoration: underline;
}

.dayEventNames {
	margin: 0px;
	list-style: none;
	list-style-image: none;
	padding: 0px;
}

.calendar .linked-day .dayEventNames a, .calendar .linked-day .dayEventNames a:visited, .calendar .linked-day .dayEventNames a:active {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px !important;
}

.calendar .linked-day .dayEventNames a:hover, .calendar .linked-day .dayEventNames a:visited:hover {
	color: #ccc;
	text-decoration: underline;
}

.calendar .empty {
	background: #40392a;
}

#event_sub_header {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #27455e;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: .20px;
}

#event_sub_title {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #1f1710;
	font-weight: bold;
	line-height: 25px;
	letter-spacing: .20px;
	border-bottom: 1px solid #707070;
	padding-bottom: 10px;
}

#event_sub_title .date {
	font-size: 11px;
	font-weight: normal;
	color: #000;
}

#calendar_sort {
	position: absolute;
	float: left;
	margin-left: 580px;
	margin-top: 30px;
	color: #fff;
}

#calendar_sort p {
	float: left;
	margin: 0px;
	color: #fff;
}


/************** QUICKLINKS *******************/
#quicklinks { 
	background: transparent;
	display:block;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	margin: 0px;
	padding: 0px;
	width: 204px;
	float: left;
}

#quicklinks * { 
	font-size: 11px;
}

#quicklinks li {
	margin:0px !important;
	padding:0px !important;
	list-style:none !important;
	text-indent:0px !important;
}

#quicklinks li a {
	background: transparent url(/images/calendar_sort.gif) no-repeat scroll left top;
	display:block;
	height:23px;
	padding-left: 10px;
	text-decoration:none;
	width:194px;
	color: #222;
	font-weight: normal !important;
}

#quicklinks li ul {
	border-top: none;
	left:-999em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:absolute;
	z-index:9999;
	width:204px;
	margin:0px;
	margin:-2px 0px 0px 1px;
	padding:0px;
}
#quicklinks li li {
	font-size:100%;
	font-weight:normal;
	text-indent:0px !important;
	z-index:9999;
}
#quicklinks li:hover ul, #quicklinks li li:hover ul, #quicklinks li.sfhover ul, #quicklinks li li.sfhover ul {
	left:auto;
}
#quicklinks li li li {
	font-size:100%;
}
#quicklinks li li a {
	background: #EAE8D9;
	border:none;
	color:#333;
	margin:0pt;
	width:173px;
	z-index:9999;
	padding-top: 4px;
	border-bottom: 1px solid #ccc;
}
#quicklinks li li a:hover {
	background:#ffffff;
	color:#333;
	font-weight: bold;
}
#quicklinks li:hover, #quicklinks li.hover {
    position: static;
}

/********** MAP PAGE ***********/
#gmap {
	height: 300px;
}

#saddr {
	float: left;
	height: 17px;
	border: 0px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 7px;
	font-size: 11px;
	width: 200px;
}

#mygraceform span {
	font-size: 1.15em;
	display: block;
	float: left;
	width: 100px;
}

#mygraceform #uname, #mygraceform #upass {
	float: left;
	display: block;
}

/********** SERMON PAGE ***********/
#sermonflash {
	height: 267px;
}

#sermon_header {
	background: #332A23 url(/images/sermonheader.jpg) top left no-repeat;
	height: 40px;
	line-height: 40px;
	width: 840px;
}

#sermonajax_box {
	background: #332A23 url(/images/sermon_bg.jpg) top left no-repeat;
	float:left;
}

#sermon_headers {
	width: 840px;
	float: left;
}

.sermon {
	width: 840px;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sermon a, .sermon a:visited, .sermon a:active {
	color: #a89357 !important;
	text-decoration: none;
}

.sermon a:hover, .sermon a:visited:hover {
	color: #d1b76c;
	text-decoration: underline;
}

.sermon:hover {
	background: #231b1b;
	cursor: pointer;
}

.sermon:hover a {
	text-decoration: none;
	color: #a89357;
}

.titlehead, .datehead, .speakerhead {
	width: 245px;
	float: left;
	color: #509077;
	font-size: 11.5px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 20px;
}

.titlehead {
	width: 245px;
}

.datehead {
	width: 225px;
}

.speakerhead {
	width: 245px;
}

.titledata, .datedata, .speakerdata {
	width: 245px;
	float: left;
	color: #a89357;
	font-size: 11.5px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.titledata {
	width: 245px;
}

.datedata {
	width: 225px;
}

.speakerdata {
	width: 245px;
}

#sermonlist {
	border-bottom: 1px solid #413C29;
	float: left;
	padding-bottom: 10px;
}

#sermondetails {
	padding: 25px 0px 25px 30px;
	float: left;
	width: 435px;	
}

.sermondetails {
	width: 405px;
	float: left;
	padding-right: 30px;
}

.sermondetails .title h4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15.5px;
	margin: 0px;
	color: #569177;
	font-weight: bold;
	line-height: 20px;
}

.sermondetails .speaker, .sermondetails .date {
	color: #a89357;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

.sermondetails .details, .sermondetails .details p {
	color: #fff;
	font-size: 11.5px;
}

.sermondetails .details {
	padding-bottom: 25px;
}

#sermonplayer {
	width: 346px;
	float: left;
	margin-top: 20px;
	height: 216px;
	background: url(../images/placer/sermon_player_bg.gif) top left no-repeat;
}

.medialist {
	float: left;
	list-style: none;
	list-style-image: none !important;
	margin: 0px;
	padding: 0px;
}

ul.medialist li {
	float: left;
	height: 37px;
	padding-left: 15px;
}

ul.medialist .s_video a {
	background: url(/images/sb_video.gif) transparent bottom left no-repeat;
	width: 26px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	z-index:99;
	padding-left: 15px;
}

ul.medialist .s_audio a {
	background: url(/images/sb_audio.gif) transparent bottom left no-repeat;
	width: 32px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	z-index:99;
	padding-left: 15px;
}

ul.medialist .s_download a {
	background: url(/images/sb_download.gif) transparent bottom left no-repeat;
	width: 52px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	z-index:99;
	padding-left: 15px;
}

ul.medialist .s_notes a {
	background: url(/images/sb_notes.gif) transparent bottom left no-repeat;
	width: 30px;
	height: 37px;
	display: block;
	text-indent: -9999px;
	z-index:99;
	padding-left: 15px;
}

/*************** NAVIGATION **************/
#nav {
	display: none;
}

#sidebar_links #nav li.current ul {
	display: block !important;
	margin: 0px !important;
	padding: 0px !important;
	padding-bottom: 15px !important;
}

#sidebar_links #nav {
	display: block;
}

#sidebar_links #nav li {
	display: none;
	background: none;
}

#sidebar_links #nav li.current {
	display: block;
}

#sidebar_links #nav li.current a {
	text-indent: -999em;
	padding: 0px;
	font-size: 0px;
	height:0px;
	line-height: 0px;
}

#sidebar_links #nav li ul li {
	display: block;
	text-indent: 0px;
	background: transparent url(/images/sidebar_links_li_bg.gif) no-repeat scroll left bottom;
}

#sidebar_links #nav li ul li a {
	text-indent: 0px !important;
	padding-bottom:8px !important;
	padding-top:6px !important;
	padding-left:30px !important;
	height: 15px !important;
	line-height:15px !important;
	font-size: 13px !important;
}


#sidebar_links #nav li.current ul li ul {
	display: none !important;
}

/*#sidebar_links #nav li.current ul li.current {
	background: #483703 url(/images/sidebar_links_current_bg.jpg) top left no-repeat !important;
	padding: 0px;
	font-weight: bold !important;
}

#sidebar_links #nav li.current ul li.current a {
	color: #fff !important;
}
*/
#sidebar_links #nav li.current ul li.current ul {
	background: #F1EFCC url(/images/sidebar_links_current_ul_bg.jpg) top left no-repeat !important;
	display: block !important;
	padding: 0px !important;
}

#sidebar_links #nav li.current ul li.current ul li {
	background: none !important;
	padding: 0px;
}

#sidebar_links #nav li.current ul li.current ul li a {
	color: #000 !important;
}

#sidebar_links #nav li.current ul li ul li ul {
	display: none !important;
}


/* =Newsletter Sign-Up
---------------------------------------------------------------------
*/
#newsletter_sign-up_bg {
	width: 440px;
}

#newsletterForm {
	width: 400px;
	padding: 20px;
}

#newsletterForm .label {
	width: 150px;
	float: left;
	display: block;
	font-size: 1.15em;
	line-height: 20px;
	margin-bottom: 10px;
}

#newsletterForm .styleit {
	width: 150px;
	float: left;
	display: block;
	font-size: 1.15em;
	line-height: 20px;
	margin-bottom: 10px;
}

#newsletterForm select {
	width: 154px;
}

#newsletterForm #formsubmit {
	display: block;
	float: right;
	margin-bottom: 2px;
	width:251px;
}


/* =Books
---------------------------------------------------------------------
*/
.booklist {
	display:block;
	float:left;
	margin-bottom:20px;
	width:575px;
}

.booklist a {
	color:#3F0B25;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	text-decoration:none !important;
}

.booklist a:hover {
	color:#87723D;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
}

.booklist p {
	margin:0px;
}

#back-to-link {
	display:block;
	float:left;
	margin:0px 0px 10px;
	width:100%;
}

#back-to-link a {
	font-size:12px;
	text-decoration:none;
}

#back-to-link a:hover {
	font-size:12px;
	text-decoration:none;
}

.book {
	border-bottom:1px solid #C8C195;
	display:block;
	float:left;
	margin:10px 0;
	width:575px;
}

.book .book-img {
	display:inline;
	float:left;
	height:115px;
	overflow:hidden;
	text-align:center;
	vertical-align:top;
	width:100px;
}

.book .book-img img {
	height:100px;
}

.book .book-info {
	display:inline;
	float:left;
	height:100px;
	margin-left:10px;
	overflow:hidden;
	width:465px;
}

.book .book-info a {
	color:#3F0B25;
	font-size:12px;
}

.book .book-info a:hover {
	color:#87723D;
	font-size:12px;
	text-decoration:none;
}

.book .book-info p {
	margin:0px 0px 5px;
}

#book {
	display:block;
	float:left;
	#margin-top:15px;
	width:575px;
}

#book .details {
	display:inline;
	float:left;
	padding:0px 10px;
	width:380px;
}

#book .title {
	color:#3F0B25;
	display:block;
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
	width:100%;
}

#book .author {
	display:block;
	float:left;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	margin-bottom:10px;
	width:100%;
}

#book .description {
	display:block;
	float:left;
	font-size:12px;
	width:100%;
}

#book .description p {
	margin:0px;
}

#book .image {
	display:inline;
	float:left;
	overflow:hidden;
	padding:0px 10px;
	text-align:center;
	width:155px;
}

#book .links {
	display:block;
	float:left;
	font-size:11px;
	margin-top:15px;
	padding:0px 10px;
	text-align:left;
	width:380px;
}