/* ***************************
  Site - Synagogue
  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* ***************************
   $1 GLOBAL Styles
   ***************************/

* {
	margin: 0;
	padding: 0;
}

a{ color:#3B74B7; text-decoration:none;}
a:hover{color:#3B74B7; text-decoration:underline;}
img {
	border:0;
}
fieldset {
	border:none;
}
li {
	list-style:none;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}

.moveable {
	cursor: move;
}


/* ***************************
   $2 Website Structure Styles
   ***************************/
html{background:#ECF2F5;}
body {
	text-align:center;
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
	
	 color:#555555; 
	 background:url(../images/bg_header.png) center 39px repeat-x;
}
#container {
	margin:0px auto;
	text-align:left;
	/*background:transparent url(../images/bkground.jpg) no-repeat scroll center 39px;*/
}
/* ***************************
   $3 Header Styles
   ***************************/
#header{
	background:#00315e;
	overflow:hidden;
	height:39px;
	color:#ffffff;
}
#header a{color:#ffffff;}

#header_inner{
	margin:0px auto;
	width:980px;
	height:39px;
	line-height:39px;
}

#sidebar_left h1{
}

#sidebar_left h1 a {
}

#header h3{
	font-style:normal;
	font-size:16px;
	float:left;
	color:#ffffff;
	margin-top:30px;
	font-weight:normal;
	margin-left:72px;
}
#header .error { display:block; float:right; width:400px; }

#header_top{
	height:29px;
	text-align:left;
	padding:0;
	padding-top:0px;	
	color:#ffffff;
	width:100%;
}
#header_top form{
	padding:0px;
	width:auto;
}
#header_top form input{
	width:80px;
	height:12px;
	border:1px solid #6f6f6f;
	padding:4px 10px;
	background:#fff;
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
}
#header_top form .submit_button{
	width:12px;
	height:14px;
	margin-left:5px;
	padding:0px;
	cursor:pointer;
	background:url(../images/bg_submit.png) no-repeat;
	border:0;
}

#header_top form a{
	color:#ffffff ;
	text-decoration:underline;
	line-height:24px;
}
#header_top form a:hover{
	color:#ffffff;
	text-decoration:none;
}
#header_top #header_top_login_area, 
#header_top .start_logged_in{
    margin-top:3px;
}

#sponsHeader a { color:#ffffff; }







/********start*********/


#nav_section{
	display:inline-block;
	margin:0 auto;
	width:auto;
	margin:0;
	text-align:left;
}
#nav_section{
	*display:inline;
}
#nav_section li{
	float:none;
	display:inline-block;
	background:none;
	font-size:13px;
	width:auto;
	position: relative;
	padding:0px;
	border:0;
	line-height:36px;
	margin:0 5px;
	
}
#nav_section li:first-child{}
#nav_section a{
	text-transform:uppercase;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	background:none;
	text-align:left;
	display:block;
	width:auto;
	line-height:14px;
	font-size:12px;
	color:#dddddd; 
	background:url(../images/icon_subnav.png) right 5px no-repeat;
	padding:0 10px 22px 0;

}
#nav_section li.no_subcontent a{padding:0 0 22px 0;background:none;border:0;}
#nav_section a:hover{font-family:Arial, Helvetica, sans-serif;color:#306068;}
#nav_section li:hover{background:url(../images/border_nav.png) bottom repeat-x;}
#nav_section li a:hover, #nav_section li:hover a {}
#nav_section li.no_subcontent:hover a{ border:0;}
/*--- DROPDOWN ---*/
#nav_section li ul{
	background:#00315e; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	list-style:none;
	position:absolute;;
	display:none;
	top:36px;
	height:auto;
	text-align:left;	
	padding:10px 15px;
	border:0;
	z-index:9999;
	width:187px;

}

#nav_section li ul ul{left:187px;top:0px;background:#3a6083;}

#nav_section ul li{
	margin:0;
	padding:0;
	float:none;
	position:relative;
	border:0;
	background:none;
	text-align:left;
	display:block;
}
#nav_section ul a{
	/*white-space:nowrap; *//* Stop text wrapping and creating multi-line dropdown items */
	float:none;
	width:auto;
	height:auto;
	text-align:left;
	display:block;
	font-size:13px;
	line-height:14px;
    font-size:12px;
	padding:7px 0;
	margin:0;
    color:#DDDDDD; 
	display:block;
	
	
}

#nav_section li.selected_nav a{color:#99d0ff; font-family:Arial, Helvetica, sans-serif;}
#nav_section li.selected_nav li a{color:#99d0ff;}
#nav_section li.selected_nav{background:url(../images/border_nav.png) bottom repeat-x;}
#nav_section li:hover ul{ /* Display the dropdown on hover */
	display:block;
	height:auto;
	left:0;
}
#nav_section li:hover ul ul{
	display:block;
	height:auto;
	left:187px;
}

#nav_section li:hover a{
	color:#99d0ff; 
	 font-family:Arial, Helvetica, sans-serif; 
	 text-decoration:none;
}
#nav_section li.no_subcontent:hover a{	 
     color:#99d0ff; 
	 font-family:Arial, Helvetica, sans-serif;
	}
#nav_section li:hover ul a{
	 display:block;  
	 font-size:12px; 
	 color:#dddddd; 
	 text-align:left;
	 font-family:Arial, Helvetica, sans-serif;
	 font-style:normal;
	 background:none;
}
#nav_section li li:hover a{
	color:#99d0ff; 
	font-family:Arial, Helvetica, sans-serif; 
	background:none; 
	
}
#nav_section li li:hover ul a{
	color:#dddddd;
	text-decoration:none;
	background:none; 
}
#nav_section li:hover ul li a:hover{
	color:#99d0ff; 
	font-family:Arial, Helvetica, sans-serif;
	background:none; 
}
#nav_section li:hover li{background:none;}

#nav_section li:hover ul ul, #nav_section li:hover ul ul ul, #nav_section li:hover ul ul ul ul{
display:none;
}
#nav_section li:hover ul, #nav_section li li:hover ul, #nav_section li li li:hover ul, #nav_section li li li li:hover ul{
display:block;
}



/* ***************************
   $4 Content Styles
   ***************************/
#content{
	margin:0px auto;
	width:980px;
	background:url(../images/bg_content.png) center 200px no-repeat;;
	clear:both;
	overflow:hidden;
}
#maincontent{
	clear:both;
	float:left;
	margin:10px 0 0 30px;
	width:660px;
	z-index:5;
	position:relative;
}

#maincontent.photo{
	color:#555555;
	min-height:760px;
	width:920px;margin:0 auto;float:none;margin-top:10px;
}
#content #maincontent.cal{width:920px;margin:0 auto;float:none;margin-top:10px;}
#content #maincontent.admin{width:920px;margin:0 auto;float:none;margin-top:10px;}
div.default{

}
#maincontent .pg_caption {color:#dddddd; }
#maincontent .pg_caption p{ font-size:14px; line-height:24px; font-family:Arial, Helvetica, sans-serif; padding:0; margin:0; color:#dddddd; }


#maincontent .pad-helper{width:100%;}
#maincontent.admin .pad-helper{width:100%;}
#maincontent.cal .pad-helper{width:100%;}
#maincontent a{text-decoration:none;}
#maincontent.admin h2 {
    background-color: none;
}
#maincontent.cal .admin{ width:100%; overflow:hidden; padding:0 0 40px;}
#maincontent.cal .admin a{ float:left; margin:0 25px 0 0; display:inline;}
#navEditLink{ padding:10px 0 0;}
#maincontent h2{
    font-style:normal;padding:0;height:auto;line-height:50px;font-size:50px;font-weight:normal;margin-bottom:15px;
	background:none;	
	color:#3B74B7; 
	border-bottom:0;
}
#maincontent h2 a{color:#3B74B7;}
#maincontent .pad-helper  p{ clear:both; }
.featured_article{
	background: none;
	padding:0;
	margin-bottom:20px;
	border-top:0;
	padding:0;
	width:100%;
}
#content #maincontent.admin fieldset table {
    background: none repeat scroll 0 0 #DDE0E2 !important;
}
tr.listing_heading {
    background-color: #f0f0f0 !important;
    color: black;
}
tr.listing {
    background-color: #f0f0f0 !important;
}
tr.listingb {
    background-color: #DDE0E2 !important;
}
#maincontent p{
	margin-bottom:18px;
	font-size:13px; 
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	padding:0;
	color:#555555;
}
#maincontent p a{
	color:#3B74B7;
	text-decoration:underline;
}
#maincontent p a:hover{
	color:#3B74B7;
	text-decoration:none;
}
#maincontent ul{
	font-size:14px;
	padding-bottom:20px;
}
#maincontent ul li{
	padding-top:16px;
	padding-bottom:3px;
}
#maincontent .img_left{
	float:left;
	margin-right:10px;
	margin-top:20px;
	margin-bottom:10px;
}
#maincontent .readmore{
	font-size:12px;
	line-height:16px;
	padding-top:0;
	margin-bottom:20px;
	padding-left:0;
	color:#3B74B7;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	font-style:normal;
	text-decoration:underline;
	/*background:url(../images/bg-readmore.png) right center no-repeat;
	padding-right:16px;*/
	display:block;



}
#maincontent .readmore a{
	color:#3B74B7;
	text-decoration:none;
}
#maincontent .readmore a:hover, #maincontent .readmore:hover{
	color:#dddddd;
	text-decoration:none;
}
.blog_date_alt{ display:none;}
.featured_article{ padding:0 0 10px;}
#topnav{
	display:none;
	height:0;
	float:none;
	width: 980px;
}
#topnav h3{
	font-size:12px;
	padding-right:13px;
	height:26px;
	color:#333;
	text-align:right;
	line-height:26px;
	font-weight:normal;
}
#topnav ul {
	margin-top:56px;
	float:right;
	padding-right:80px;
}
#topnav ul li{
	float:left;
	height:32px;
	padding:0px 17px 0px 21px;
	font-size:19px;
	line-height:32px;
}
#topnav ul li a{
	color:#ffffff;
	text-decoration:none;
}
#topnav ul li a:hover{
	color:#ffffff;
	font-weight:bold;
}
#topnav ul .nav_home{ background:none;}
#topnav ul .nav_home a{
	color:#ffffff;
	font-weight:bold;
}

/* Registration */
div.register { width:480px; }
#maincontent .registration ul { color:black; }
#maincontent .registration ul li h4 { }


/* Donation */
#maincontent.donate { width:565px;}
#maincontent.user_dashboard{width:565px;}
#maincontent .donation ul { color:white; }
#maincontent .donation ul li h4 { }

#maincontent .submit_payment { background:none;; }
#maincontent .submit_payment ul { color:black; }
#maincontent .submit_payment ul li h4 { color:black; }


#maincontent.user_dashboard,
#maincontent.user_dashboard ul { color:black; padding-bottom:2px; }
#maincontent.user_dashboard .section { padding:15px 15px; background-color:#f0f0f0;margin-bottom:20px; }
#maincontent.user_dashboard .credit { color:#36BF3F; }
#maincontent.user_dashboard .filter_box #show_hide a { background-image:url(../images/list_arrow.gif); }
#maincontent.user_dashboard .filter_box { background-color:none; border:1px dotted #555; }
#maincontent.user_dashboard .filter_box #show_hide { background-color:#DDE0E2; }
#maincontent.user_dashboard .filter_box ul { color:black; }

#maincontent.user_dashboard .section table.txs thead tr td { background-color:#DDE0E2; color:black; }
#maincontent.user_dashboard .section table.txs td { border-color:#333; }

#maincontent.user_dashboard td span.check_number { color:#888; }


/* ***************************
   $5 Sidebar Styles
   ***************************/
#sidebar_left{
	width:980px;
	height:auto;
	background:none;
	position:relative;
	z-index:10;
	margin:0 0 27px;
	border:0;
	overflow:visible;
}


#sidebar_left .bb{
	height:0px;
	overflow:hidden;
	width:246px;
}
#sidebar_left .bt{
	height:auto;
	overflow:hidden;
	width:20px;
	/* background:url(../images/bg_topnav_bt.png) no-repeat; */
}
#mainnav{
	padding:0;
	/*height:60px;*/
	background:none;
	overflow:visible;
	float:left;
	text-align:center;
	padding:0;
	width:auto;
}
#mainnav .menuheader{

}
#mainnav .menuheader label{

}
#mainnav .menuheader label.openheader{
}
ol#mainnav ol{
}
.categoryitems li{
}
.categoryitems a{

}
.categoryitems a:hover{
}



#sidebar_right{
	float:right;
	width:245px;
	margin:10px 30px 0 0;
	display:inline;
	z-index:5;
	position:relative;
}
#sidebar_right .right_bm{
	border-top:0;
	padding:0;
	margin:0;
	margin-bottom:20px;
	background:none;
}
#sidebar_right .right_bm .right_content{
	/* background:url(../images/right_bm.png) repeat-y; */
	overflow:hidden;
	padding-bottom:0;
}
#sidebar_right .right_bm .right_content2{
	/* background:url(../images/right_bm.png) repeat-y; */
	overflow:hidden;
}
#sidebar_right .right_bm .right_content h2{font-size:16px;color:#3B74B7; font-family:Arial, Helvetica, sans-serif; font-weight:bold; line-height:16px;margin-bottom:10px;}
#sidebar_right .right_bm .right_content h4{font-size:14px;color:#3B74B7; font-family:Arial, Helvetica, sans-serif; font-weight:normal; font-style:normal; line-height:16px; padding:0 0 3px; }


#sidebar_right .right_bm .right_content h4{ padding-bottom:5px;}
#sidebar_right .right_bm .right_content_inner{
	padding:0;
	width:auto;
	margin:0 0;
	background:none;
	overflow:hidden;
}
#sidebar_right .right_bm table {margin-bottom:15px;}
#sidebar_right .right_bm table td  {
	font-size:12px;
    padding-bottom:5px;
    color:#555555;  
}
#sidebar_right .right_bm table a{
	font-size:11px;
    padding-bottom:5px;
	color:#3B74B7; text-decoration:underline;
}
#sidebar_right .right_bm table a:hover{ color:#dddddd;}
#sidebar_right input.go_button{	
    border: 0 none;
    cursor: pointer;
    height: 14px;
    margin-left: 5px;
    padding: 0;
    width: 12px;
	 background:url(../images/bg_submit.png) no-repeat;

}
#sidebar_right input.go_button:hover {

}
#sidebar_right hr{
    height:1px;
    color: transparent;
	width:100%;
    margin: 0 auto 12px auto;
	border-bottom:1px dotted #ccc;
}
#sidebar_right .readmore{

	font-size:11px;
	text-align:left;
    padding:0;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	width:auto;
	height:auto;
	color:#3B74B7;
	text-decoration:underline;
	overflow:hidden;
}
#sidebar_right .readmore a{
	color:#3B74B7;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	float:none;
	float:left;
	padding-right:0;
	background:none;
	line-height:20px;
	text-decoration:underline;
	
}
#sidebar_right .readmore a:hover{ text-decoration:none;}
.right_box1{
	text-align:left;
	padding:0;
	background:none;
	margin-bottom:20px;
}
.right_box1 p{
	font-size:15px;
    color:#3B74B7;	
	font-weight:bold; 
	font-family:Arial, Helvetica, sans-serif;
}
#subscribe_email_box{width:180px;height:18px;padding:5px 10px;border:1px solid #cccccc;background:#fff;font-family:Arial, Helvetica, sans-serif;margin:auto;margin-bottom:10px;}


/* ***************************
   $6 Footer Styles
   ***************************/
#footer {
	background:none;
	background:url(../images/bg_footer.png) top repeat-x;
	width:100%;
	padding:0;
	border:0;
	margin:0;
	text-align:left;
	height:auto;
}
.footer_inner{
	width:980px;
	margin:0 auto;
	padding:50px 0 30px 0;
	height:auto;
	text-align:center;
	background:url(../images/bg_footer_inner.png) top no-repeat;
}
.footer_inner ul{
	padding:0;
	background:none;
	

}
.footer_inner p{
	font-size:11px;
	line-height:23px;
	clear:both; text-align:center;
}

.footer_inner p.copyright{color:#dddddd;padding:0 0 10px; }

#footer p a {color:#3B74B7;text-decoration:underline; }
#footer p a:hover{ color:#dddddd;}
.footer_inner ul li{
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	display:inline; margin:0 ;
    color:#dddddd;

}
.footer_inner ul li a{
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#dddddd;
}
.footer_inner ul li a:hover{
	text-decoration:none;
	color:#3B74B7;
}

.schedule .edit_link {
	float:right;
	background: url(/pics/icons/edit_icon.png) no-repeat left top;
	padding: 0 8px 0 15px;
}

.schedule .edit_link a{
	text-decoration: underline;
}
.schedule .edit_link a:hover{
	color: #3B74B7;
	text-decoration: none;
}


.content_container .edit_link{
	float: right;
	color: #555555;
	background: transparent url(/pics/icons/edit_icon.png) no-repeat scroll left top;
	padding: 0 8px 0 16px;
	margin-top: 13px;

}

.content_container .delete_content{
	float: right;
	color: #555555;
	background: transparent url(/pics/icons/delete.png) no-repeat scroll left top;
	padding: 0 8px 0pt 17px;
	margin-top: 13px;

}

div.add_div {
	text-align: right;
	color: #555555;
	margin: 2px 0px 5px 0px;
}
div.add_div a {
	text-align: right;
	color: #555555;
	background: transparent url(/pics/icons/green_plus.png) no-repeat scroll left top;
	padding: 0 8px 0pt 17px;
}

div.add_div2 {
	/*position:absolute;*/
	text-align: right;
	color: #000;
	margin:0;
	/*right:0;
	bottom:0;*/
}
div.add_div2 a {
	float:right;
	text-align: right;
	color: #555555;
	padding: 0 8px 0pt 17px;
}

div.add_div2 a#addLink { background: transparent url(/pics/icons/green_plus.png) no-repeat scroll left top; }
div.add_div2 a#delLink { background: transparent url(/pics/icons/delete.png) no-repeat scroll left top; }


/* Admin Top Page Switcher */
#admin_frm_head input.submit { position:static; top:5px; margin:0 0 0 10px; padding:0; width:35px; height:24px; border:2px outset; border:0; cursor:pointer; }

div.featured_article {
	vertical-align: baseline;
}
div.featured_article ul { padding:0 30px; }
div.featured_article ul li { list-style-type:disc; }

div.featured_article input{
	margin: 12px 10px 5px 10px;
}
div.featured_article .swfdiv {
	vertical-align: top;
}

/* CALENDAR */
.calendar a {  color:#333333; line-height:14px; }
.calendar a:hover{ color:#333333; text-decoration:underline;}

/* POPUP CAL */
.popup_calendar_div { background-color:none; }
.cpYearNavigation,.cpMonthNavigation { background-color:#DDE0E2; color:block; }
td.cpCurrentDate { background-color:#DDE0E2; }
td.cpCurrentMonthDate:hover,
.cpCurrentMonthDate:hover { background-color:none; color:black; }

tr.listing { background-color:none; }
tr.listingb { background-color:none; }

/* Easy Popup */
#myPopup { background-color:none; }
#myPopup .hd { background-color: none; }
#myPopup .hd .close { color:black; }

/* Photo Gallery */
/* ---- Photos -------------- */
#gia_head 		{
	background:#dde0e2;

}

table.calendar{
	border-collapse: collapse;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin-bottom: 20px;
}
table.calendar td{
	border: 1px dotted #ccc;
	width: 112px;
	height: 112px;
	text-align: left;
	vertical-align: top;
	overflow: hidden;
}
table.calendar td.unmonth{
	background: #efefef;
	color: #555555;
}
table.calendar th{
	text-align: left;
	background:#bbbbbb;
	color:#ffffff;
	padding: 2px;
	height: 20px;
}
table.calendar th a, .popevent a.description{
	color:#333333;
}
table.calendar th.next{
	text-align: right;
}
table.calendar th.previous{
	text-align: left;
}

table.calendar th.month_header{
	font-size: 1.25em;
	text-align: center;
	padding-top: 7px;
	height: 2.5em;
}
table.calendar td div.dayhead{
	margin-bottom: 4px;
	text-align: right;
}
table.calendar td span.day{
	display: block;
	width: 18px;
	height: 12px;
	float: left;
	font-size: 10px;
	padding: 2px;
	border-right: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
table.calendar td span.jewishDay{
	height: 12px;
	font-size: 10px;
	font-style: italic;
	margin-right: 2px;
	padding: 2px;
}
table.calendar td div.sedra{
	color: #3B74B7;
	display: block;
	width: 100%;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	white-space:nowrap;
	overflow: hidden;
}

table.calendar td ul{
	margin-left: 5px;
	padding: 0px !important;
	list-style-type: circle;
	font-size: 11px;
	overflow: hidden;
}
table.calendar td ul li{
	font-size: 10px;
	padding: 0px !important;
	margin: 0px;
	white-space:nowrap;
	overflow: hidden;
	cursor: pointer;
}

table.calendar tr:hover{
	background: #efefef;
}
table.calendar td.today{
	background: #cccccc;
}
table.calendar td:hover{
	background: #dddddd;
}

table.calendar .eventlink{
 	text-align: center;
}

table.calendar .eventlink a{
	color: #3B74B7;

}
table.calendar .eventlink a:hover{
	color: #3B74B7;
	text-decoration: underline;
}


.popdetail
{
	position: absolute;
	background-color: #bdd8d8;
	border: 1px #6D6D6D solid;
	width: 170px;
	z-index: 300001;
	padding: 0px;
}

.popdetail ul {
	font-size: 10px;
	padding: 0px !important;
	margin-left: 5px !important;
	cursor: pointer;

}

.popdetail ul li{
	font-size: 10px;
	padding: 0px !important;
	margin-top: 0px;
	margin-left: 0px;
	cursor: pointer;
}
.popdetail .dayheader{
	background-color: #D4D0C8;
	text-align: center;
	font-weight: bold;
	padding: 0 0 0 0;
	border-bottom: 1px #6D6D6D solid;
}

.popdetail .dayheader .headerclose{
	color: #6D6D6D;
	float:right;
	border-left: 1px #6D6D6D solid;
	padding: 0 2px 0 4px;
	cursor: pointer;
}

.popevent
{
	position: absolute;
	border: 1px #6D6D6D solid;
	width: 148px;
	height: 96px;
	z-index: 300002;
	left: 0px;
	top: 0px;
	background: #aaaaaa;
	color: #333333;
}
.popevent .eventheader{

}
.popevent .eventbody{
	margin: 10px;

}
.popevent h3{
 color: #333333;
}

.popevent .eventheader .headerclose{
	color: #6D6D6D;
	float:right;
	border-left: 1px #6D6D6D solid;
	border-bottom: 1px #6D6D6D solid;
	padding: 0 2px 0 4px;
	cursor: pointer;
}

.daywrap{
	position: relative;
}
.announce_icons{
	color:purple;
	position: absolute;
    bottom: 0px;
    vertical-align: bottom;
}

table.calendar td div.sedraDay { color:#3B74B7; }

#announcement_table table tr.listing_heading th { padding:8px; }

#treediv{
	background-color: none;
	padding: 20px 10px;
}

#tree li {
	color:#3B74B7;
	cursor:move;
	margin-top:-2px;
}

#tree ul {
	border:1px solid #000000;
	font-size:14px;
	font-weight:normal;
	list-style-type:none;
	padding:5px 10px 5px 30px;
}

div.fieldset span.legend { color:black; }

#sidebar_left #img_div #editlogo { background:transparent;  }

#maincontent .calendar ul { padding-bottom:0px;  }
#maincontent .calendar ul li { padding:0px; margin:0px; line-height:13px; color:#333333; }

.calendar_table .print, .calendar_table .gosubmit { background-color:#FFF; }

.featured_article H3.date {
	display:block;
	color:#888888;
    font-weight: normal;
    font-size: 12px;
	font-style:italic;
	float:none;
	margin-bottom:15px;
	clear:both;
}
.menu{border:1px solid #000;}
.pg_img_div img{
    background:#eee;
}
.pg_img_div img:hover {
    background:#de0e2;
}
div#album_order div.dragger {
    border: 1px solid #555555;
}
#topnav h3 {
    background:none;
	font-family:Arial, Helvetica, sans-serif;
}

#img_div{float:none; padding:13px 0 30px 0;}
#img_div img{height:107px;width:auto;}
#sidebar_left .bt{float:left;}
.right_content_inner form{text-align:center;}
.top_links{width:auto;position:absolute;right:0;top:0; display:none;}
.top_links li{float:left;margin:0;font-size:11px;}
.top_links li a{display:block;padding:30px 15px 0 15px;border-top:3px solid #fff;line-height:11px;text-transform:uppercase;width:auto;color:#dadada;}
.top_links li a:hover{color:#9bc3d5;text-decoration:none;border-top:3px solid #9bc3d5;}
#maincontent h1{color:#333;text-transform:uppercase;font-family: 'Oswald';font-size:22px;}
#header_top #admin_frm_head {bottom: 39px;}
.calendar_table{ border:0;}

.admin a, #maincontent.admin p a{ color:#3B74B7;}
.admin a:hover, #maincontent.admin p a:hover{ color:#dddddd;}
#content #maincontent.admin h2 a{color:#6d7284;}


.home .royalSlider{display:block;}
.home .right_box2{display:none;}
.home .search_area{display:none;}
.home #maincontent{padding:30px;padding-top:60px;margin:0;float:none;width:920px;background:url(../images/bg_content.png) no-repeat center top;}
.home #sidebar_left{margin:0 0 27px 0;float:none;}
.home #maincontent{margin:300px 0 0 0;z-index:991;}

.home #content{background:none;}

#template_slider .royalSlider{display:block;}
#template_slider .royalSlider{position:absolute;top:230px;left:0px;}
#template_slider .royalSlider .rsContainer{margin:-5px 0}
.home #template_slider  .rsDefault .rsBullets{z-index:998 !important;background: none repeat scroll 0 0 rgba(255, 255,255, 0.75) !important;height:15px !important;left:0 !important; bottom:0 !important;width:100% !important;}
#template_slider  .rsDefault .rsOverflow,#template_slider .rsDefault .rsSlide,.home .rsDefault .rsVideoFrameHolder,#template_slider .rsDefault .rsThumbs {background:#ecf2f5 !important;}
.home #template_slider  .rsDefault .rsBullet {
    background: none;
	background:url(../images/icon_slider.png) 0 -98px no-repeat;
    border-radius: 0;
    display: inline-block;
    height: 9px;
    margin: 0 5px 1px;
    width: 9px;
	cursor:pointer;
}
.home #template_slider  .rsDefault .rsBullet.rsNavSelected {
    background: none;
	background:url(../images/icon_slider.png) -11px -98px no-repeat;
}
#template_slider  .rsDefault.rsHor .rsArrow.rsArrowLeft{opacity:1 !important;left:50%;margin-left:-475px;width:auto;height:auto;top:auto;bottom:0;z-index:999;border-radius: 0;visibility:visible;}
#template_slider .rsDefault.rsHor .rsArrowLeft .rsArrowIcn{width:20px;height:20px;background:url(../images/icon_slider.png) 0 -48px no-repeat;border-radius: 0;margin:0;left:auto;top:auto;position:relative;}
#template_slider  .rsDefault.rsHor .rsArrow.rsArrowRight{opacity:1 !important;left:auto;right:50%;margin-right:-475px;width:auto;height:auto;top:auto;bottom:0;z-index:999;border-radius: 0;visibility:visible;}
#template_slider .rsDefault.rsHor .rsArrowRight .rsArrowIcn{width:20px;height:20px;background:url(../images/icon_slider.png) 0 -72px no-repeat;border-radius: 0;margin:0;left:auto;top:auto;position:relative;}

#template_slider .rsGCaption{float:none;width:100%;position:absolute;position:absolute;left:0;top:50%;margin-top:-55px;height:100px;}

#template_slider .slider_description .big{display:block;width:100%;height:90px;background:url(../images/bg_slider_text.png);font-size: 98px;line-height:98px;padding:5px 0;color:#fff;text-transform: uppercase;text-align:center;}
#template_slider .slider_description .line1{font-size:15px;font-style:italic;font-weight:bold;margin-bottom:5px;margin-left:-175px;padding-left:5px;color:#fff;position:absolute;display:block;width:980px;top:-30px;left:50%;margin-left:-490px;text-align:left;}
#template_slider .slider_description .line3{font-size:15px;font-style:italic;font-weight:bold;margin-bottom:5px;margin-left:-175px;padding-left:5px;color:#fff;position:absolute;display:block;width:980px;bottom:-30px;left:50%;margin-left:-490px;text-align:right;}




#maincontent.photo h2{display:block;text-indent:-9999px;width:840px;height:210px;background:url(../images/photogal.jpg) no-repeat;background-size:100% 100%;}
#maincontent .pg_caption p{color:#284877;font-size:24px;font-weight:bold;}
#maincontent .pg_caption span{display:none;}
#maincontent .pg_img_div img{background:none;}

.fck_widget_slider{margin-bottom:50px;}
.fck_widget_slider .rsArrowLeft{display:none !important;}
.fck_widget_slider .rsArrowRight{display:none !important;}
.fck_widget_slider .rsDefault .rsOverflow,
.fck_widget_slider .rsDefault .rsSlide,
.fck_widget_slider .rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs{background:none;}

.fck_widget_slider .rsDefault .rsBullets{background:none;}

.fck_widget_slider .royalSlider.slider_1{width:288px;height:216px;}
.fck_widget_slider .rsDefault .rsBullet {
    background: none;
	background:url(../images/icon_slider.png) 0 -98px no-repeat;
    border-radius: 0;
    display: inline-block;
    height: 9px;
    margin: 0 5px 1px;
    width: 9px;
	cursor:pointer;
}

.fck_widget_slider .rsDefault .rsBullet.rsNavSelected {
    background: none;
	background:url(../images/icon_slider.png) -11px -98px no-repeat;
}
.fck_widget_slider .rsSlide{width:288px;height:auto;}
.fck_widget_slider .royalSlider .rsOverflow{width:288px !important;height:216px !important;}
.fck_widget_slider .rsSlide img{width:288px !important;height:216px !important;margin:0 !important;}

.fck_widget_slider .rsGCaption{position:absolute;left:320px;top:0;float:none;width:600px;text-align:left;}
.fck_widget_slider .rsGCaption .slider_title{text-align:left;display:block;color: #3B74B7;font-size: 400%;line-height: 100%;margin-bottom: 15px;}
.fck_widget_slider .slider_description{font-size: 120%;line-height: 130%;text-align:left;}
.fck_widget_slider .rsDefault  .rsTmb{display:block;}

.fck_widget_slider .rsDefault .rsBullets{bottom:-20px;}
.home #maincontent h2.content_title{border-color:1px solid #E3E3E3;display:block;margin-bottom:20px;background:#F1F1F1;padding:8px;color:#555;font-size:20px;line-height:20px;text-transform:uppercase;}

#template_slider .rsGCaption .slider_content{margin:0 !important;}


.fck_widget_slider .rsDefault .rsGCaption .rsTmb .slider_title{
    font-size:100%;text-align:center;
}
.fck_widget_slider .rsDefault .rsGCaption .rsTmb{
    position:absolute;left:-320px;position:absolute;top:245px;width:288px;
}


.fck_widget_slider .rsDefault .rsOverflow,
.fck_widget_slider .rsDefault .rsSlide,
.fck_widget_slider .rsDefault .rsVideoFrameHolder,
.fck_widget_slider .rsDefault .rsThumbs{
    background:none;
}
.fck_widget_slider .rsDefault .rsThumbsHor{
    height:auto;
}
.fck_widget_slider .rsDefault .rsThumbsHor .rsThumbsContainer{
    width:auto !important; 
}
.fck_widget_slider .rsNav .rsTmb .slider_title{display:none;}
.fck_widget_slider .rsDefault .rsThumb{background:#fff;opacity: 0.3;}
.fck_widget_slider .rsDefault .rsThumb.rsNavSelected{opacity: 1;background:none;}
.fck_widget_slider .rsDefault .rsThumb{width:40px;height:30px;margin:0;padding:10px 10px 0 0;}

.fck_widget_slider .rsDefault .rsThumb.rsNavSelected img {opacity:1;}
.fck_widget_slider .rsNav{width:288px;height:auto;overflow:hidden;/*position:absolute;left:0;top:216px;*/}

.cke_chrome{z-index:1000}