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

html {
	background-color: #7f1b12;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #454E54;
	margin: 0px;
	font-size: 11px;
	line-height: 13px;
}

p {
	margin: 0px;
    margin-bottom: 11px;
}

#footer .hr {
	height: 0px;
	border: none;
	border-bottom: 1px solid #A8615B;
	margin: 13px 0 11px 0;
	width: 80px;
}

hr {
	height: 0px;
	border: none;
	border-bottom: 2px solid #c0c0c0;
	margin: 7px 0 5px 0;
}

pre {
	background: #fff;
	border-top: 6px solid #c0c0c0;
	padding: 5px 10px;
	width: 70%;
}

.inputField {
	background-image: url("/images/input_text_field.png");
	background-position: left;
	background-repeat: no-repeat;
	width: 15px;
	margin: 3px 0 8px 0;
}

.textField  {
	font-size: 11px;
	color: #454E54;
	height: 21px;
	padding-right: 10px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	margin-left: 5px;
	background-image: url("/images/input_text_field.png");
	background-position: right;
} 

a {
	color: #87241b;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

#footerContent a {
	display: block;
	margin-bottom: 7px;
	color: #f3f1ee;
	text-decoration: underline;
}

#footerContent a:hover {
	color: #964F49;
}

#footerContent  ul {
	padding-left: 20px;
	margin: 3px 0;
}

#footerContent ul li {
	list-style-type: none;
	list-style-image: url("/images/footer/chevron_white.png");
}

img {
	border: none;
}

.redText {
	color: #87241b;
}

#breadcrumb {
	padding-top: 2px;
	margin-bottom: 5px;
}

#background {
	background-color: #c1c1c1;
	background-image: url("/images/page_background.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}

#container {
	background-image: url("/images/page_topbar.png");
	background-position: center top;
	background-repeat: repeat-x;
	width: 100%;
}

#page {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#venues {
	color:#CCCCCC;
	float:right;
	font-size:13px;
	height:42px;
	margin-right:16px;
	padding-left:153px;
	padding-top:4px;
	text-align:left;
	width:120px;
}

#venueChoices {
	height: 19px;
	padding-top: 6px;
	padding-left: 12px;
	
}

#venues a {
	color: #CCCCCC;
}

#venues a:hover {
	color: #FFFFFF;
	text-decoration: none;	
}

#header {
	padding-top: 32px;
	padding-left: 16px;
}

#footer {
	background-color: #7f1b12;
	background-image: url("/images/page_bottombar.png");
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	margin-top: 25px;
}

.logo {
	float: left;
	width: 228px;
}

#details {
	float: left;
	width: 403px;
	margin-left: 35px;
	letter-spacing: -0.65px;
}

#details a {
	color: #454E54;
}

#details a:hover {
	color: #87241b;
	text-decoration: none;
}

#headerSearch {
	float: left;
	height: 23px;
	width: 168px;
	background-image: url("/images/header_search.png");
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 136px;
	padding-top: 3px;
}

.searchField {
	font-size: 11px;
	color: #454E54;
	height: 14px;
	width: 135px;
	padding-right: 3px;
	padding-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: transparent;
	float: left;
	padding-top: 3px;
	margin-right: 3px;
}

.contactLink {
	text-align: right;
	margin-top: 8px;
	font-weight: bold;
	clear:both;
}

/* DROP DOWN MENUS */
#menuNew {
	position: absolute;
	top: 160px;
	z-index: 100;
}

#menuHelp {
	position: absolute;
	top: 160px;
	margin-left: 84px;
	z-index: 100;
}

#menuGrow {
	position: absolute;
	top: 160px;
	margin-left: 208px;
	z-index: 100;
}

#menuServe {
	position: absolute;
	top: 160px;
	margin-left: 290px;
	z-index: 100;
}

#menuGo {
	position: absolute;
	top: 160px;
	margin-left: 363px;
	z-index: 100;
}

#menuAbout {
	position: absolute;
	top: 160px;
	margin-left: 730px;
	z-index: 100;
}

.menuTop {
	background-image: url("/images/menu_back.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
}

.menuBack {
	background-image: url("/images/menu_back.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 27px;
	padding-left: 30px;
	width: 166px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 25px;
}

.menuBack a {
	display: block;
	margin-bottom: 7px;
	color: #454E54;
	text-decoration: none;
}

.menuBack  ul {
	padding-left: 20px;
	margin: 3px 0;
}

.menuBack ul li {
	list-style-type: none;
	list-style-image: url("/images/chevron.png");
}

.menuBack a:hover {
	color: #87241b;
	text-decoration: underline;
}

.menuBack .hr {
	height: 0px;
	border: none;
	border-bottom: 2px solid #c0c0c0;
	margin: 7px 0 7px 0;
    padding: 0px;
	width: 90%;
}

.arrowNew {
	margin-top: 5px;
	margin-left: 48px;
}

.arrowCenter {
	margin-top: 5px;
	margin-left: 100px;
}

.arrowAbout {
	margin-top: 5px;
	margin-left: 140px;
}
/**/

#navigation {
	margin-top: 5px;
}

#navigation img {
	border: none;
}

#navNew {
	background-image: url("/images/nav_new.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 46px;
	width: 108px;
	padding-top: 16px;
	padding-left: 16px;
	float: left;
}

#navHelp {
	background-image: url("/images/nav_help.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 46px;
	width: 126px;
	padding-top: 16px;
	padding-left: 16px;
	float: left;
}

#navHelp a {
	background-image: url("/images/nav_help_rollover.gif");
	background-repeat: no-repeat;
	background-position: left top;
	width: 110px;
	height: 30px;
	display: block;
}

#navHelp a:hover {
	background-position: right top;	
}

#navGSG {
	background-image: url("/images/nav_growservego.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 46px;
	width: 239px;
	padding-top: 16px;
	padding-left: 16px;
	float: left;
}

#navGrow {
	float: left;
	width: 80px;
}

#navGrow a {
	background-image: url("/images/nav_grow_rollover.gif");
	background-repeat: no-repeat;
	background-position: left top;
	width: 80px;
	height: 30px;
	display: block;
}

#navGrow a:hover {
	background-position: right top;	
}

#navServe {
	float: left;
	width: 85px;
}

#navServe a {
	background-image: url("/images/nav_serve_rollover.gif");
	background-repeat: no-repeat;
	background-position: left top;
	width: 85px;
	height: 30px;
	display: block;
}

#navServe a:hover {
	background-position: right top;	
}

#navGo {
	float: left;
	width: 58px;
}

#navGo a {
	background-image: url("/images/nav_go_rollover.gif");
	background-repeat: no-repeat;
	background-position: left top;
	width: 58px;
	height: 30px;
	display: block;
}

#navGo a:hover {
	background-position: right top;	
}

#navResources {
	background-image: url("/images/icons.png");
	background-repeat: no-repeat;
	background-position: 0px 9px;
	height: 62px;
	float: left;
	margin-left: 134px;
	width: 338px;
}

.iconLeft {
	margin-left: 8px;
	margin-top: 17px;
	float: left;
	width: 33px;
	height: 30px;
}

.iconMiddle {
	margin-left: 8px;
	margin-top: 18px;
	float: left;
	width: 28px;
	height: 28px;
}

.iconRight {
	margin-left: 11px;
	margin-top: 18px;
	float: left;
	width: 26px;
	height: 28px;
}

#navGive {
	background-image: url("/images/nav_give.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 46px;
	width: 62px;
	padding-top: 16px;
	padding-left: 16px;
	float: left;
}

#navGive a {
	background-image: url("/images/nav_give_rollover.gif");
	background-repeat: no-repeat;
	background-position: -8px top;
	width: 50px;
	height: 30px;
	display: block;
}

#navGive a:hover {
	background-position: -58px top;	
}
#navAbout {
	background-image: url("/images/nav_about.png");
	background-repeat: no-repeat;
	background-position: left top;
	height: 46px;
	width: 114px;
	padding-top: 16px;
	padding-left: 16px;
	float: left;
	margin-left: 16px;
}

#navAbout a {
	background-image: url("/images/nav_about_rollover.gif");
	background-repeat: no-repeat;
	background-position: left top;
	width: 97px;
	height: 30px;
	display: block;
}

#navAbout a:hover {
	background-position: right top;	
}

#contentMiddle {
	background-image: url("/images/content_middle.png");
	padding-right: 26px;
	padding-left: 26px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#contentBack {
	background-color: #d8d8d8;
	padding: 10px;
}

/* CONTENT BOXES */
.box { background: url("/images/box_left.gif") repeat-y left; }
.boxInside {
	background: url("/images/box_right.gif") repeat-y right;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
}
.boxTopLeft { background: url("/images/box_top_left.gif") no-repeat top left; }
.boxTopRight  { background: url("/images/box_top_right.gif") no-repeat top right; }
.boxTop      { background: url("/images/box_top.gif") no-repeat top right; }
.boxBottomLeft  { background: url("/images/box_bottom_left.gif") no-repeat bottom left; }
.boxBottomRight  { background: url("/images/box_bottom_right.gif") no-repeat bottom right; }
.boxBottom      { background: url("/images/box_bottom.gif") no-repeat bottom right; }
.boxTop, .boxBottom, .boxBottomLeft, .boxBottomRight, .boxTopLeft, .boxTopRight { height: 6px; }

.box2 { background: url("/images/box2_left.gif") repeat-y left; }
.box2Inside {
	background: url("/images/box2_right.gif") repeat-y right;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
}
.box2TopLeft { background: url("/images/box2_top_left.gif") no-repeat top left; }
.box2TopRight  { background: url("/images/box2_top_right.gif") no-repeat top right; }
.box2Top      { background: url("/images/box2_top.gif") no-repeat top right; }
.box2BottomLeft  { background: url("/images/box2_bottom_left.gif") no-repeat bottom left; }
.box2BottomRight  { background: url("/images/box2_bottom_right.gif") no-repeat bottom right; }
.box2Bottom      { background: url("/images/box2_bottom.gif") no-repeat bottom right; }
.box2Top, .box2Bottom, .box2BottomLeft, .box2BottomRight, .box2TopLeft, .box2TopRight { height: 6px; }
/**/

#messages {
	width: 636px;
	float: left;
	margin-right: 10px;
}

#messages img {
	border: 1px solid #8c8c8b;
}

#videos {
	width: 280px;
	float: left;
}

#videos img {
	border: 1px solid #8c8c8b;
}

#features {
	width: 367px;
	float: left;
	margin-right: 10px;
}

#textAndPrayer {
	width: 547px;
	float: left;
	padding-top: 10px;
}

#feature {
	width: 367px;
	margin-top: 10px;
}

#feature img {
	border: 1px solid #8c8c8b;
}

#introduction {
	float: left;
	width: 550px;
	margin-top: 10px;
}

#introText {
	width: 520px;
	padding: 10px 15px 0 15px;
}

button {
	padding: .4em 1em .4em 1em;
	text-decoration: none;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.ui-sm-btn {
	padding: 0px;
	margin: 0px;
}

button .ui-sm-btn.ui-icon-video {
	height: 13px;
	width: 11px;
	background-position: -227px -130px;
}

button .ui-sm-btn.ui-icon-arrowthick-1-s {
	height: 13px;
	width: 11px;
	background-position: -66px -49px;
	float: left;
}

button .ui-sm-btn.ui-icon-volume-on {
	height: 13px;
	width: 11px;
	background-position:-147px -162px;
}

h1 {
	margin: 5px 0;
    font-size: 22px;
}

h2 {
    font-size: 17px;
}

h3 {
    font-size: 13px;
}

#textProject {
	width: 258px;
	float: left;
	margin-right: 12px;
}

#homepagePrayer {
	width: 277px;
	float: left;
}

#homepagePrayer .box2Inside,
#textProject .box2Inside {
	height: 308px;
}

.msg {
	display: none;
	padding: 8px 0;
	border: 1px solid #c0c0c0;
	background: #fff;
	width: 300px;
	text-align: center;
	margin: 0 auto 10px auto;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

.quickPrayer {
	font-size: 9px;
}

ul li {
	line-height: 13px;
	margin: 3px 0;
}

#footerDots {
	background: url("/images/footer/dots.jpg") 0 4px repeat-x;
}

#footerBottom {
	background: url("/images/footer/dots_bottom.jpg") repeat-x;
	height: 136px;
}

#footerBottomContent {
	width: 950px;
	margin: 0 auto;
	padding-top: 80px;
	color: #b3b3b3;
	font-weight: bold;
	text-align: center;
}

#footerBottomContent a {
	color: #b3b3b3;
}

#newLinks {
	margin: 0 14px;
	float: left;
	width: 118px;
}

#helpLinks {
	margin: 0 14px;
	float: left;
	width: 106px;
}

#growLinks {
	margin: 0 21px;
	float: left;
	width: 106px;
}

#serveLinks {
	margin: 0 23px;
	float: left;
	width: 101px;
}

#goLinks {
	margin: 0 14px;
	float: left;
	width: 118px;
}

#aboutLinks {
	margin: 0 29px;
	float: left;
	width: 97px;
}

.footer-line {
	float: left;
	width: 4px;
	height: 319px;
}

.tagrank6 { font-size: 11px; }
.tagrank5 { font-size: 12px; }
.tagrank4 { font-size: 13px; font-weight: bold; }
.tagrank3 { font-size: 14px; font-weight: bold; }
.tagrank2 { font-size: 15px; font-weight: bold; }
.tagrank1 { font-size: 16px; font-weight: bold; }

#tagcloud {
	line-height: 18px;
}

#tagcloud a {
	text-decoration: none;
}

#tagcloud a:hover {
	background-color: #e0e0e0;
}

.dlBox {
	float: left;
	width: 214px;
	background: url('/images/msg_box.png') no-repeat;
	height: 72px;
	padding: 27px 15px 0 25px;
}

.playBtn {
	float: left;
	width: 19px;
	margin-right: 8px
}

.dlMP3 {
	float: left;
	width: 50px;
	margin-right: 8px
}

.dlMP3btn {
    width: 50px;
}

.dlVideo {
	float: left;
	width: 55px;
}

.dlVideobtn {
    width: 55px;
}

.clear {
	clear: both;
}

.msgDetails {
	float: left;
	width: 334px;
	padding-top: 21px;
}

#seriesMessages {
	background: url('/images/msg_gradient.jpg') repeat-x;
	width: 588px;
	padding: 0 10px 10px 10px;
}

#seriesMessages hr {
	margin: 3px 0;
}

#venues a.selectedVenue {
	color: #ffffff;
	text-decoration: none;
}

.introVideo {
	float: left;
	width: 30px;
	margin-bottom: 10px;
}

#mostRecentMessage h3 {
	margin: 9px 0 4px 0;
}

#mostRecentMessage h4 {
	margin: 0 0 1px 0;
}

#rotator {
	height: 237px;
}

div {
    margin: 0px;
}

form {
    margin: 0px;
    padding: 0px;
}