@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	border:0;
	font: normal 14px/14px Arial, Helvetica, sans-serif;
	background:white url(../images/bg.png) repeat-x center top;
	color:#484848;
	text-align:center;
	direction: rtl;
}
a {
	text-decoration:none;
	color:#484848;
}
.clear {
	clear: both;
}
.clearRight {
	clear: right;
}
.clearLeft {
	clear: left;
}


.wrapper {
	text-align:right;
	margin:auto;
	width:1002px;
}
#header {
	height:171px;
	z-index: 10000;
}
.header {
	height:128px;
	position: relative;
}
.bold {
	font-weight: bold;
}
.required {
	font-size: 12px;
	font-weight: bold;
	color: #9A1C1F;
	display: none;
}


.logo {
	float:right;
	width:390px;
	height:108px;
	position:relative;
}
#logo {
	position:absolute;
	top:13px;
	right:28px;
	z-index:10;
	background:url(../images/logo.png) 0 0 no-repeat;
}
#logo a {
	display:block;
}
#logo, #logo a {
	width:89px;
	height:107px;
}
.facebook {
	position: absolute;
	top: 133px;
	left: 28px;
	z-index: 10;
	background: url(../images/facebook.png) 0 0 no-repeat;
}
.facebook a {
	display:block;
}
.facebook, .facebook a {
	width:32px;
	height:32px;
}
.AudioLink {
	font-size: 12px;
	margin: 10px 0px;
}

.slogan {
	position:absolute;
	top:32px;
	right:140px;
	z-index:10;
	width:257px;
	height:79px;
	background:url(../images/slogan.png) 0 0 no-repeat;
}
.logo_footer {
	position:absolute;
	width:957px;
	height:43px;
	top:128px;
	right:22px;
	z-index:-1;
	background:url(../images/logo-footer.png) 0 0 no-repeat;
}
/*.logo_footer {
	position:absolute;
	width:134px;
	height:43px;
	top:128px;
	left:8px;
	z-index:10;
	background:url(../images/logo-footer.png) 0 0 no-repeat;
}*/
.menu_call {
	float:left;
	width:376px;
	height:128px;
	position:relative;
}
.top_menu {
	width:360px;
	height:35px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background:url(../images/top-menu.png) 0 0 no-repeat;
}
#mainMenus ul.mainMenu, .top_menu ul {
	margin:0;
	padding:10px 35px 0px 0px;
	height:22px;
	list-style:none;
}
.top_menu li {
	float:right;
	height:12px;
	border-left:#333333 solid 1px;
	padding:0px 15px;
	/*border-right:#991c1f solid 1px;*/
}
.top_menu li a {
	display:block;
	font: normal 11px/11px tahoma;
	color:#EEEEEE;
}
.top_menu li.last {
	border-left:none;
}
.top_menu li a:hover {
	text-decoration:underline;
}
.call_us {
	width:224px;
	height:23px;
	position:absolute;
	top:70px;
	left:74px;
	z-index:10;
	background:url(../images/call.png) 0 0 no-repeat;
}
.search_us {
	width:224px;
	height:23px;
	position:absolute;
	top:70px;
	left:74px;
	z-index:10;
	/**background:url(../images/call.png) 0 0 no-repeat;*/
}
#contents {
	padding:0 23px;
	z-index: 500;
}
#contents a.item_details {
	/*position: absolute;
	right: 0px;
	bottom: 0px;*/
}
#contents a.item_details:hover, #page .title a:hover {
	text-decoration: underline;
}
#contents p {
	text-align:justify;
	line-height:20px;
	margin-top: 5px;
}
.nivo-caption p.item_date, .nivo-caption p.item_text {
	margin-top: 0px !important;
	padding: 5px 5px 0px;
}
#galleries {
	height:284px;
	background:url(../images/gallery-footer.png) left bottom no-repeat #e8e8e8;
}
.gallery_header {
	height:7px;
	background:url(../images/gallery-bg.png) 0 0 repeat-x;
}
.gallery_wrapper {
	padding:0 0 0 7px;
	height:265px;
}
#smallGallery {
	float:left;
	width:215px;
	margin-right:8px;
}
#gallery {
	float:left;
	width:720px;
}
#gallery, #smallGallery {
	position:relative;
	height:262px;
	overflow:hidden;
	border-bottom:#8496AD solid 3px;
}
#smallGallery .next, div#gallery02.theme-default a.nivo-nextNav {
	left:37px;
	right: auto;
	background:url(../images/red-arrow-next.png) 0 0 no-repeat;
}
#smallGallery .prev, div#gallery02.theme-default a.nivo-prevNav {
	left:11px;
	background:url(../images/red-arrow-prev.png) 0 0 no-repeat;
}
#smallGallery .next, #smallGallery .prev, div#gallery02.theme-default a.nivo-prevNav, div#gallery02.theme-default a.nivo-nextNav {
	display:block;
	position:absolute;
	top:8px;
	width:20px;
	height:20px;
	z-index:100;
	bottom: auto;
}
#gallery .next, div#gallery01.theme-default a.nivo-nextNav {
	left:40px;
	background:url(../images/yel-arrow-next.png) 0 0 no-repeat;
	right: auto;
}
#gallery .prev, div#gallery01.theme-default a.nivo-prevNav {
	left:14px;
	background:url(../images/yel-arrow-prev.png) 0 0 no-repeat;
	right: auto;
}
#gallery .next, #gallery .prev, div#gallery01.theme-default a.nivo-prevNav, div#gallery01.theme-default a.nivo-nextNav {
	display:block;
	position:absolute;
	top:8px;
	bottom: auto;
	width:20px;
	height:20px;
	z-index:100;
}
#gallery .overlay {
	width:720px;
	height:36px;
	background:#000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
#gallery .slider-caption {
	display: none;
}
#gallery .overlay, #gallery .gallery_details {
	position:absolute;
	bottom:0;
	left:0;
	z-index:200;
}
#gallery .gallery_details {
	width:700px;
	padding:12px 10px;
	font:normal bold 12px/12px arial;
	color:#fff;
	z-index:210;
}
.sidebar_contents {
	padding-top:15px;
}
#rightSide {
	width: 716px;
	float: right;
}
#rightSide img.mainImg {
	margin: 15px 0px 15px 15px;
	border: 1px solid #FFEBA2;
	padding: 5px;
}

#sidebar {
	width:225px;
	float:left;
	margin-right:15px;
}
#sidebar h3 {
	margin:0 0 10px 0;
	padding:10px 0;
	font:noraml bold 11px/11px tahoma;
	color:#b42023;
	text-align:center;
}
.side_box {
	background: url(../images/box-bg.png) 0 0 repeat-y;
	margin-bottom:15px;
}
.box_header {
	background: url(../images/box-header.png) 0 0 no-repeat;
}
.side_box ul {
	margin:0;
	list-style:none;
	padding:0 0 5px 0;
}
.side_box li {
	padding:8px 0 7px 15px;
	border-bottom:#faeab0 solid 1px;
}
.side_box li.last {
	border:0;
}
#sidebar .side_box a {
	font: normal normal 11px/12px tahoma;
	color:#991c1f;
	text-decoration:none;
}
.search_box {
	height:22px;
	padding:0 5px 15px 5px;
}
.search_box form {
	margin:0;
	padding:0;
}
.searchTxt {
	float:left;
	width:160px;
	height:12px;
	border:#fab737 solid 1px;
	border-right:0;
	padding:4px;
	color: #b51f21;
	font: 12px Tahoma, Geneva, sans-serif;
}
.go, .plus, .minus {
	float:left;
	border:0;
	width:30px;
	height:22px;
	background:url(../images/go.png) 0 0 no-repeat;
	cursor: pointer;
}
.plus {
	width:23px;
	background:url(../images/plus.png) 0 0 no-repeat;
}
.minus {
	width:23px;
	background:url(../images/minus.png) 0 0 no-repeat;
}
#sidebar .box_content {
	min-height:80px;
	height:auto;
	padding:0 0 8px;
	background: url(../images/box-footer.png) 0 bottom no-repeat;
}
/* home */
	.home_boxes {
	width:714px;
	padding:0px 0 15px;
	overflow:hidden;
}
.home_boxes_div {
	width:730px;
	margin-bottom: 7px;
}
.home_box {
	float:right;
	position: relative;
	width:712px;
	max-height: 202px;
	overflow: hidden;
	margin-left:7px;
	margin-bottom:7px;
}
.extras {
	float:left;
	position: relative;
	width:225px;
	max-height: 202px;
	overflow: hidden;
	margin-right:7px;
	margin-bottom:7px;
}
.home_boxes .box_content {
	border:#7b8fa7 solid 1px;
	padding:5px 15px;
}
h1.box_title {
	margin:0;
	padding:8px 15px;
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/home-box-header.png) 0 0 no-repeat;
}
.seeAll {
	float:left;
	width:712px;
	height:31px;
	background:url(../images/see-all.png) no-repeat right center;
	position: relative;
}
.seeAll a {
	display: block;
	height: 19px;
	width: 43px;
	left: 19px;
	top: 5px;
	position: absolute;
	color: #EEEEEE;
	font-weight: bold;
	line-height: 18px;
}
.seeAll a:hover {
	color: #FFFFFF;
}
.box_prev a, .box_next a {
	display:block;
	width:100%;
	height:31px;
}
.showcase-arrow-previous {
	width:50px;
	height:31px;
	/*float:left;*/
		position: absolute;
	right: 0px;
	bottom: 0px;
	cursor: pointer;
	background: url(../images/box-prev.png) 0 0 no-repeat;
	z-index: 1000;
}
.box_prev {
	width:50px;
	height:31px;
	/*float:left;*/
		position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(../images/box-prev_empty.png) 0 0 no-repeat;
}
.showcase-arrow-next {
	width:50px;
	height:31px;
	/*float:left;*/
		position: absolute;
	right: 48px;
	bottom: 0px;
	cursor: pointer;
	background: url(../images/box-next.png) 0 0 no-repeat;
	z-index: 1000;
}
.box_next {
	width:50px;
	height:31px;
	/*float:left;*/
		position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../images/box-next_empty.png) 0 0 no-repeat;
}
#content_wrapper .seeAll a:hover {
	color:#ff7800;
}
.extra_boxes {
	padding: 15px 0 0px;
}
.extras_request {
	width:230px;
	float:left;
	padding:15px 0;
}
.extras a {
	display:block;
	padding:14px 14px;
	margin-bottom:2px;
	font-weight:bold;
	text-decoration:none;
	line-height:11px;
	color:white;
	font-size: 17px;
}
.extras a:hover {
	color: black;
}
.title {
	margin:0;
	padding:5px 0;
	color:#323a47;
	border-bottom: solid 1px #8496AD;
	font: bold 18px Arial, Helvetica, sans-serif;
}
.extras.audio_gallery {
	background:url(../images/prayer-schedule.png) 0 0 no-repeat;
	height: 41px;
	position: relative;
}
a.audio_gallery {
	position: absolute;
	width: 28px;
	height: 28px;
	right: 12px;
	top: 5px;
	padding: 0px;
}
a.photo_gallery {
	background:url(../images/photo-gallery.png) 0 0 no-repeat;
}
a.video_gallery {
	background:url(../images/video-gallery.png) 0 0 no-repeat;
}
a.left-button {
	background:url(../images/left-btn-bg.png) 0 0 no-repeat;
}
.extras.audio_gallery .audio-player {
	margin-top: 9px;
	margin-left: 10px
}
a.prayer_schedule {
	background:url(../images/prayer-schedule.png) 0 0 no-repeat;
}
a.online_reserve {
	background:url(../images/online-reserve.png) 0 0 no-repeat;
}
a.download {
	background:url(../images/download.png) 0 0 no-repeat;
}
a.map {
	background:url(../images/map.png) 0 0 no-repeat;
}
a.donations {
	background:url(../images/donations.png) 0 0 no-repeat;
}
a.request {
	padding:0;
}
.clients {
	height:109px;
}
.left_arrow {
	width:25px;
	height:107px;
	float:left;
	background:url(../images/scroller-left.png) 0 0 no-repeat;
}
#clients {
	float:left;
	width:660px;
	height:107px;
	overflow:hidden;
	border:#faeab0 solid 1px;
}
.clientsWrap {
	float:left;
	width:660px;
	height:105px;
	overflow:hidden;
	border:#faeab0 solid 1px;
}
.-marquee- {
	text-align: center;
}
.-marquee- .scrollableArea {
	margin-top: 23px;
}
.right_arrow {
	width:25px;
	height:107px;
	float:left;
	background:url(../images/scroller-right.png) 0 0 no-repeat;
}
#footer {
	height:84px;
	margin-top:6px;
	border-top:#e2e4e3 solid 1px;
	background: url(../images/footer.png) 0 0 repeat-x;
}
#footer * {
	font-size:12px;
	color:#EEEEEE;
}
.left_footer {
	float:left;
	width:500px;
	margin-left: 13px;
}
.right_footer {
	float:right;
	width:400px;
	margin-right: 16px;
}
#footer ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footer li {
	float:right;
}
#footer .copyright {
	padding-left:10px;
}
.left_footer a, .right_footer a {
	display:block;
	padding:0 10px;
	text-decoration:none;
}
#footer .left_footer a:hover, #footer .right_footer a:hover {
	color:#CCCCCC;
}
#footer ul.fmenus {
	height:12px;
}
#footer .menus {
	margin:10px 0;
}
.right_footer ul {
	float:right;
}
#designedBy {
	padding-right:10px;
	text-align:right;
}
#designedBy a {
	padding:0;
	display:inline;
	color:#991c1f;
	font-weight:normal;
}
#footer #designedBy a:hover {
	color:#b1191c;
}
#footer .wrapper {
	width:1000px;
}
#mainMenus .dropdown {
	position:relative;
	z-index:1500;
}
#mainMenus .subMenu {
	margin:0;
	padding-top:4px;
	display:none;
	position:absolute;
	top:36px;
	left:-141px;
	z-index:2000;
}
#mainMenus .subMenu li {
	margin:0;
	padding:0;
	float:none;
	background:#333;
	width:200px;
	height:34px;
	border:#111 solid 1px;
}
#mainMenus .subMenu li:hover {
	background:#222;
}
#mainMenus .subMenu a {
	padding:9px;
	font: normal normal 11px/14px verdana;
}
.home_box .item_image {
	max-width: 137px;
	max-height: 98px;
	overflow: hidden;
	text-align: center;
	padding: 7px 0px 5px 7px;
	float: right;
}
.home_box .item_text {
	margin: 6px 0px;
}
.home_box .item_image img {
	max-width: 214px;
	max-height: 100px;
	margin: 0 auto;
}
h3.smallTitles, a.smallTitles {
	margin:0;
	padding:5px 0 0 0;
	font-weight:bold;
	color:#484848;
	font-size: 13px;
	display: block;
}
a.smallTitles:hover {
	text-decoration: underline;
}
.clients img {
	height: 70px;
	margin-top: 4px;
	margin-left: 10px;
}
#weatherContainer {
	text-align: center;
}
#weatherInfo {
	margin-top: 10px;
}
.scrollableArea {
	margin-top: 0px;
}
.featured_img {
	margin: 5px auto;
	display: block;
	width: 180px;
}
#sidebar .side_box a.featured_img {
	color: #fdf5d6;
}
div.contents p a:hover {
	text-decoration: underline;
}
#gallery01, #gallery02 {
	height: 265px;
}
#gallery02 {
}
