* {
	margin:0px;
	padding:0px;
}
body {
	background: url(../images/bg.jpg) repeat-x top left #c1c0c0;
	font: 14px "Helvetica Neue", Helvetica, Arial;
	margin:0;
	color:#4a4a4a;
	line-height:18px;
}
#header {
	margin:0 auto;
	background-image: url(../images/header.png);
	width: 938px;
	height: 192px;
	overflow:hidden;
}
p {
	margin-bottom:10px;
}
#searchBox {
	position:relative;
	left:790px;
	top:6px;
}
#bgBox {
	background: url(../images/bgBottomBox.png) repeat-x left;
	height:28px;
	width:100%;
	position:relative;
	top:15px;
}
#bgBox img {
	margin-left:-25px;
}
hr	{
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	margin:7px 0 7px 0;
}
.alertSuccess {
	padding: 7px 7px 7px 12px;
	font-weight:bold;
	text-shadow: #000000 0px -1px 0px;
	color:#f7f7f7;
	margin:10px 0 10px 0;
	display:none;
	border-top: 2px solid #284517;
	border-bottom: 2px solid #284517;
	background: #498d20;
}

/*FONTS*/
.normal {
	font: 13px "Helvetica Neue", Helvetica, Arial;
	line-height:15px;
	color:#5a5a5a;
}
.smaller {
	font: 10px "Helvetica Neue", Helvetica, Arial;
	line-height:15px;
	font-weight: bold;
	color:#5a5a5a;
}
.smallest {
	font: 9px "Helvetica Neue", Helvetica, Arial;
	line-height:15px;
	color:#5a5a5a;
}


/*CONTENT WRAPPERS*/
#topContent {
	margin:0 auto;
	width: 938px;
	height: 350px;
	overflow:hidden;
}
#content {
	width:938px;
	padding:10px 0 0 0;
	margin:0 auto;
}
#rightSideMultiple {
	width:680px;
	float:right;
}
#rightSideSingle {
	width:680px;
	float:right;
}


/*SITE NAVIGATION*/
ul.topNav {
	clear:both;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 935px;
	font: 10pt "Helvetica Neue", Helvetica, Arial;
	font-weight:bold;
	position:relative;
	top:110px;
	overflow:hidden;
}
ul.topNav li {
	float: right;
	overflow:hidden;
	cursor: pointer;
	text-indent: -3000px;
}
ul.topNav li.Home {
	background: url(../images/menu/home.png) top left no-repeat;
	width:63px;
	height:26px;
}
ul.topNav li.Home:hover {
	background-position:bottom;
}
ul.topNav li.Events {
	background: url(../images/menu/events.png) top left no-repeat;
	width:64px;
	height:26px;
}
ul.topNav li.Events:hover {
	background-position:bottom;
}
ul.topNav li.Articles {
	background: url(../images/menu/articles.png) top left no-repeat;
	width:70px;
	height:26px;
}
ul.topNav li.Articles:hover {
	background-position:bottom;
}
ul.topNav li.WordOfTheMonth {
	background: url(../images/menu/wordofthemonth.png) top left no-repeat;
	width:145px;
	height:26px;
}
ul.topNav li.WordOfTheMonth:hover {
	background-position:bottom;
}
ul.topNav li.Bookstore {
	background: url(../images/menu/bookstore.png) top left no-repeat;
	width:88px;
	height:26px;
}
ul.topNav li.Bookstore:hover {
	background-position:bottom;
}
ul.topNav li.Media {
	background: url(../images/menu/media.png) top left no-repeat;
	width:63px;
	height:26px;
}
ul.topNav li.Media:hover {
	background-position:bottom;
}
ul.topNav li.Links {
	background: url(../images/menu/links.png) top left no-repeat;
	width:63px;
	height:26px;
}
ul.topNav li.Links:hover {
	background-position:bottom;
}

#menu {
	position:relative;
}
#menu #mediaSubmenu {
	display:none;
	position:absolute;
	left:565px;
	top: 135px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-color:#ddd;
	width:300px;
	padding:10px 15px;
	z-index: 999;
}
#menu #mediaSubmenu div {
	float: left;
	padding: 0px 10px;
	border-right: 1px #ababab solid;
}
#menu #mediaSubmenu div:last-child {
	border-right: 0px #000 solid;
}


ul.linkSelection{
	clear:both;
	list-style: none;
	padding-bottom: 15px;
	margin: 0;
	font: 10pt "Helvetica Neue", Helvetica, Arial;
	font-weight:bold;
	top:110px;
	overflow:hidden;
}
ul.linkSelection li {
	float:right;
	overflow:hidden;
	cursor: pointer;
	text-indent: -3000px;
}
ul.linkSelection li.Audio {
	background: url(../images/menu/audio.png) top left no-repeat;
	width:63px;
	height:25px;
}
ul.linkSelection li.Audio:hover {
	background-position:bottom;
}
ul.linkSelection li.Video {
	background: url(../images/menu/video.png) top left no-repeat;
	width:64px;
	height:25px;
}
ul.linkSelection li.Video:hover {
	background-position:bottom;
}
ul.linkSelection li.Podcasts {
	background: url(../images/menu/podcasts.png) top left no-repeat;
	width:87px;
	height:25px;
}
ul.linkSelection li.Podcasts:hover {
	background-position:bottom;
}
ul.linkSelection li.Church {
	background: url(../images/menu/church.png) top left no-repeat;
	width:74px;
	height:25px;
}
ul.linkSelection li.Church:hover {
	background-position:bottom;
}
ul.linkSelection li.Ministry {
	background: url(../images/menu/ministry.png) top left no-repeat;
	width:74px;
	height:25px;
}
ul.linkSelection li.Ministry:hover {
	background-position:bottom;
}


/*GENERAL LINKS*/
a, a:active {
	color:#071a38;
	text-decoration: none;
}
a:hover {
	color:#071a38;
	text-decoration: underline;
	cursor: pointer;
}
a:visited {
	color:#315ea5;
}


/*LATEST ARTICLES LINKS*/
#latestArticles a, #latestPropheticWords a,
#latestArticles a:hover, #latestPropheticWords a:hover,
#latestArticles a:visited, #latestPropheticWords a:visited
{
	color:#5a5a5a;
	text-decoration: none;
}


/*FOOTER LINKS*/
a.footer, a.footer:active {
	color:#5a5a5a;
	text-decoration: none;
}
a.footer:hover {
	color:#5a5a5a;
	text-decoration: underline;
}
a.footer:visited {
	color:#5a5a5a;
}


/*HEADER TEXT*/
h1 {
	font-size:20pt;
	margin:0 0 20px 0;
	color:#565656;
	letter-spacing:-1px;
}
h2 {
	font-size:14pt;
	margin:0px;
	color:#4a4a4a;
}
h3 {
	font-size:12pt;
	color:#5a5a5a;
	padding-bottom:10px;
}
h4 {
	font-size:20pt;
	margin:0 0 0 0;
	color:#565656;
	line-height:20pt;
}
h5 {
	font-size:12pt;
	color:#565656;
	padding:15px 0 15px 0;
}
h6 {
	font-size:11px;
	font-weight:bold;
	color:#5a5a5a;
	padding-bottom:15px;
}

.floatLeft {
	clear:left;
	float:left;
	padding-right:25px;
}
.floatRight {
	clear:right;
	float:right;
	margin:28px 0 0 0;
}


/*ADS*/
#ads {
	width:417px;
	height:256px;
	border: 7px solid #bbbbbb;
	float:left;
	overflow:hidden;
}
#ads img {
	width:  417px;
	height: 256px;
	top:  0;
	left: 0;
}
#ads-btns {
	clear: left;
	padding:10px 0 0 6px;
	width:417px;
	float:left;
}
.prevbtn {
	position:relative;
	float:left;
}
.nextbtn {
	position:relative;
	float:right;
}
#sidebarAds {
	width:140px;
	margin: 0 0 0 45px;
	float:left;
}
#sidebarAds img {
	width:140px;
	height:240px;
	border: 7px solid #bbbbbb;
	margin: 0 0 20px 0;
	overflow:hidden;
}


/*LATEST ARTICLES*/
#latestArticles {
	position:relative;
	top:-329px;
	padding: 0 20px 0 0;
	float:right;
}
#latestArticles li, #latestPropheticWords li {
	list-style-type:none;
	cursor:pointer;
}
#latestArticlesBorder {
	width:218px;
	height:256px;
	border: 7px solid #bbbbbb;
	background-color: #FFFFFF;
}
.article {
	padding: 11px 12px 11px 12px;
	font-size: 11px;
	color:#4a4a4a;
	border-bottom: 1px solid #bbbbbb;
	line-height:13px;
}
.article:hover {
	background-color: #eeeeee;
}
.viewAllButton {
	float:right;
	margin-top:10px;
}

/*PROPHETIC WORDS FROM FRIENDS*/
#latestPropheticWords {
	clear:both;
	position:relative;
	top:-329px;
	padding: 0 3px 0 0;
	float:right;
}
#latestPropheticWordsBorder {
	position:relative;
	width:218px;
	height:256px;
	border: 7px solid #bbbbbb;
	background-color: #FFFFFF;
}


/*MEET BOBBY*/
#meetBobbyWrapper {
	clear:both;
	background: url(../images/meet-bobby-bg.png) repeat-x left;
	width:100%;
	height:140px;
}
#meetBobbyTagline {
	clear:both;
	background: url(../images/meet-bobby-bg.png) repeat-x left;
	width:960px;
	height:140px;
	margin:0 auto;
}
#meetBobbyTagline img {
	width:960px;
	margin:0 auto;
}

/*ACTION BUTTONS*/
#actionButtons {
	width:960px;
	margin:15px auto 0 auto;
	text-align:center;
}


/*ARTICLES*/
#boxWrapper {
	position:relative;
	width:635px;
	margin: 0 0 20px 0;
	padding: 15px;
	border: 6px solid #bbbbbb;
	background-color: #FFFFFF;
	overflow:hidden;
}
#boxWrapper ul {
	margin:0 0 10px 25px;
	
}
.subtitle {
	font-size:11pt;
	margin:3px 0 15px 0;
	color:#565656;
}
.button {
	text-align:right;
	margin:-10px 10px 20px 0;
}
.filetype {
	position:relative;
	top:-5px;
	float:right;
}


/*EVENTS*/
#eventsContent {
	width:900px;
	padding:10px 0 0 0;
	margin:0 auto;
	overflow:hidden;
}
#EventsByMonth {
	border: 6px solid #bbbbbb;
	background-color:#FFFFFF;
}
.dayCell {
	border: 1px solid #bbbbbb;
	padding:5px;
	width:100px;
	height:100px;
}
.padCell {
	border: 1px solid #bbbbbb;
	padding:5px;
	width:100px;
	height:100px;
}
.dayCell a, .eventName a, .eventDesc a {
	text-decoration:none;
}
.dayCell:hover {
	background-color:#e8f3fe;
}
.dayNumber {
	color:#5a5a5a;
	font-weight:bold;
	float:right;
	position:relative;
}
.dayWrapper {
	text-align:right;
}
.eventName {
	font-size:13px;
	color:#071a38;
	font-weight:bold;
	margin:20px 5px 0 0;
	line-height:14px;
}
.eventDesc {
	font-size:12px;
	color:#5a5a5a;
	margin:0 5px 0 0;
	line-height:14px;
}
#MonthButtons {
	text-align:center;
	padding:0 0 10px 0;
}
.prevMonth, .prevDay {
	float:left;
}
.nextMonth, .nextDay {
	float:right;
}
#eventsBoxWrapper {
	position:relative;
	width:580px;
	margin: 0 0 20px 0;
	padding: 40px;
	border: 6px solid #bbbbbb;
	background-color: #FFFFFF;
	overflow:hidden;
}
#eventsByDayRight {
	float:right;
	width:270px;
}
#eventsByDayLeft {
	float:left;
	width:310px;
}
#eventsBoxWrapper .dayNumber {
	color:#2b6cb0;
	font-size:70px;
	font-weight:bold;
	float:right;
	position:relative;
}
#eventsBoxWrapper .address {
	font-size:18pt;
	margin:10px 0 15px 0;
	color:#777777;
	line-height:18pt;
}
#eventsBoxWrapper .contactDetails {
	width:270px;
	margin-top:40px;
	padding:15px;
	background-color:#565656;
	color:#FFFFFF;
	text-shadow: #000000 0px -1px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow-x:hidden;
}
#eventsBoxWrapper .contactDetails a {
	color:#FFFFFF;
	text-shadow: #000000 0px -1px 0px;
	text-decoration:underline;
}
#eventsBoxWrapper .briefDescTitle {
	clear:right;
	margin-bottom:5px;
	color:#5a5a5a;
	font-size:12px;
	font-weight:bold;
	float:right;
	position:relative;
}
#eventsBoxWrapper .briefDescTxt {
	clear:both;
	color:#5a5a5a;
	text-align:right;
	font-size:11px;
	float:right;
	position:relative;
}
#eventsBoxWrapper hr {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter:alpha(opacity=50);
	margin:0 0 7px 0;
}
#eventsQuickMenu #Month {
	width: 75px;
	background: #eaeaea;
	color: #565656;
	border: 0px;
}
#eventsQuickMenu #Year {
	width: 65px;
	background: #eaeaea;
	color: #565656;
	border: 0px;
}
#eventsQuickMenu #Submit {
	width: 30px;
	height: 16px;
	background: #d5d5d5;
	color: #565656;
	border: 0px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}

/*LINKS*/
#linkSelection {
	text-align:right;
	margin-bottom:10px;
}


/*DONATE PAGE*/
.staticPageImage {
	float:left;
	padding:0 10px 0 0;
}
.donatePageImage {
	float:right;
	padding:0 0 0 10px;
}
#donate {
	width:400px;
	text-align:center;
	padding: 20px 0 20px 0;
}


/*CONTACT US*/
#leftsideBox {
	float: left;
	position:relative;
	left:30px;	
}
#sidebarBox {
	background-color: #FFFFFF;
	width: 200px;
	border: 7px solid #bbbbbb;
	padding:0 20px 20px 20px;
}
#sidebarBoxBottom {

	width: 200px;
	height:235px;
	float: left;
	position:relative;
	left:27px;
	top:20px;
	font-size: 12px;
}
#rightside {
	width:610px;
	float: right;
	padding: 20px 0 0 0;
	margin: 0;
	overflow: hidden;
}
#rightsideBox {
	background-color: #FFFFFF;
	width:562px;
	border: 7px solid #bbbbbb;
	float: right;
	margin: 0 0 0 0;
	padding:20px 20px 0 20px;
	overflow: hidden;
}
#rightsideBox table {
	margin-top:10px;
}
#rightsideBox table tr td {
	padding-top:10px;
	padding-right:5px;
}
#rightsideBox table tr td.left {
	padding-right:25px;
}
#rightsideBox label {
	font-weight:bold;
	color:#565656;
}
#rightsideBox input, #rightsideBox textarea {
	border: 1px solid #CCC;
	width:100%;
	padding:3px 0 0 3px;
	height:20px;
	font: 12px "Helvetica Neue", "Arial", Verdana, sans-serif;
	color: #5a5a5a;
}
#rightsideBox input.button {
	border: 0px solid #CCC;
	padding:10px 0 0 0;
	width:135px;
	height:29px;
}
#rightsideBox textarea {
	height:100px;
}

/*PAGINATION*/
#pages {
	text-align:center;
	color:#565656;
	font-weight:bold;
}


/*FOOTER*/
#footer {
	margin:30px auto;
	width:930px;
	height:160px;
	overflow:hidden;
}
.break {
	clear:both;
}
#footerLeftSection {
	width:236px;
}
#footerLogoTop {
	width:236px;
	margin-bottom:20px;
}
#footerLogoLeft {
	float:left;
	width:104px;
}
#footerContactRight {
	float:right;
	text-align:right;
	color:#5a5a5a;
	font-size:10px;
	line-height:14px;
	margin-top:40px;
	width:130px;
}
#footerVertLine {
	float:left;
	padding:0 30px 0 30px;
	width:6px;
	height:167px;
}
#footerSiteMap {
	float:left;
	position:relative;
	color:#5a5a5a;
	font-size:11px;
	line-height:13px;
}
#footerRSS {
	float:right;
}
#footerCopyright {
	clear:right;
	float:right;
	text-align:right;
	color:#7a7a7a;
	font-size:10px;
}


/*FORM ELEMENTS*/
input.searchTxtField {
	border: 1px solid #eeeeee;
	font-size:11px;
	width:120px;
	padding: 2px;
}

/*--FORM VALIDATION--*/
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #00CC00;
}
.validation-advice {
	display:block;
	margin: 5px 0 0 0;
	padding: 5px;
	background: #b02b2b;
	color : #FFFFFF;
	text-shadow: #000000 0px -1px 0px;
	font-weight: bold;
	width:97%;
}
.custom-advice {
	display:block;
	margin: 0px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
.yui-tt {
	color: #363636;
	font-size:110%;
	border: 1px solid #363636;
	background-color: #FFF;
	padding: 10px;
	width:250px;
}

