html, body {
	font: 12px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0;
	padding:0;
	/*background: rgb(232, 234, 236) none repeat scroll 0%;
	background-image: url(images/bgfade.gif);
	background-position:center;
    background-repeat:repeat-y;*/
	background-color:#ffcc00;
	
}
body {
	
	/*background-image: url();
    background-repeat:repeat-y repeat-x;*/	
}

p {
	margin:0;
	padding-bottom:10px;
}

h1 {
	color: #000;
	font-size: 24px;
	font-weight:100;
	background-image: url(http://www.towsonhillel.org/images/paw.gif);
	background-position: right;
	background-repeat:no-repeat;
	border-bottom:1px solid;
	width: 550px;
	margin-top:0px;

}

h2{
	color: #000;
}

#wrapper {
	float:left;
}

/*header*/
#header {
	margin-top:0px;
	background-color: #fff;
}
/*container to center the layout-*/
#container {
	text-align:left;
	width:800px;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color:#fff;
	background-image: url(http://www.towsonhillel.org/images/menubarbg.jpg);
    background-repeat:repeat-y;
	border: 1px solid #000;
}


/*content for only the index page*/
#content {
	float:right;
	margin-top:15px;
	margin-bottom:15px;
	padding-right:0px;
	width: 560px;
	top:0px;
	overflow: hidden;
	margin-left:220px; /*For Safari*/
	padding-right:20px;

}

#content p {
	line-height:1.4;
}


#bottomnav{
	padding-left: 0px;
}

#bottomnav a:hover{
	font-weight: bold;
	color:#fff;
	text-decoration: underline;
}

#bottomnav a:visited{
	font-weight: bold;
	color:#fff;
	text-decoration: underline;
}

/*unvisited links*/
#content a:link {
	font-weight: bold;
	color:#666666;
	text-decoration: underline;
}
/*A class which controls visited links*/
#content a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
/*mouse over links*/
#content a:hover {
	font-weight: bold;
	color:#000;
	text-decoration: underline;
}
/*selected links*/
#content a:active {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

/*only left menu for the 2 column layout*/
#left_menu {
	float: left;
	width:190px; 		 /* LC width */
	padding-left:0px;
	left:0px;
	overflow: hidden;
	background-color:#000;
	margin-top:0px;
	margin-left:-800px;
	color:#fff;
}

#left_menu a{
	text-decoration:none;
	color:#fff;
    font-weight:100;
	font-size:16px;
	text-align:center;
}

#left_menu a:hover{
	text-decoration:none;
	color:#fff;
}


#left_button ul {
	font-weight: bold;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#left_button ul li a {
	display: block;
	padding: 3px 0px 5px 0px;
	text-decoration: none;
	font-weight: bold;
	color:#000;
	background-color:#ffcc00;
	background: url("http://www.towsonhillel.org/images/leftbaryellowbn.gif");
	background-repeat:no-repeat;
	margin-bottom: 10px;
	margin-top:5px;
	margin-left:5px;
	width:180px;
	min-height: 100%;
	line-height: 1.70;
}


#left_button ul li a:hover {
	color: #000;
	background: url("http://www.towsonhillel.org/images/leftbargradbn.gif");
	background-repeat:no-repeat;
}

#left_button ul li a:focus {
	color: #000;
	background: url("http://www.towsonhillel.org/images/leftbargradbn.gif");
	background-repeat:no-repeat;
}


/*footer styles*/
#footer {
	clear: both;
	color: #000;
	padding-top:5px;
	text-align:left;
	width: 800px;
	background:#f1f1f1;
	background-repeat:no-repeat;
	background-position:right;
	border-top:1px solid #000;
	padding-bottom: 5px;
	font-size:12px;
}

#footer a:link, a:visited, a:active {
     color: #000;
	 text-decoration: none;
	 font-size:12px;
	 font-weight:100;
}
#footer a:hover {
     text-decoration: underline;
} 
/*title style for the left and right menus*/
.title {
	background-color: #000066;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 2px;
	border: 1px solid #000;
	border-top:0px;
	text-align: center;
}

#search {
	float:right;
	position:absolute;
	margin-right:30px;
	margin-top:-50px;
}

#searchbutton{
	position:relative;
	top:2px;
}

#date {
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
}



#rotateimage {
	text-align:center;
	margin-top:5px;
}


/* NAV STYLES
_______________________________________________________*/

/*
#navbar ul li a {

	background-image:url("http://www.towsonhillel.org/images/navborderwhite.gif");
	background-repeat:no-repeat;
	display:block;float:left;line-height:.8em;list-style-type:none;margin:0;
	
	
}


#navbar a:hover, #navbar a.active {background:#FFF}

*/

#cp_horiz_nav1 {
    position:relative;
	background-color: #ffcc00;
	/*background-image:url("");
	background-repeat:repeat-x;*/
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	left: 0;
	top: 0;
}

/* Drop down menus */

#cp_horiz_nav1_list, #cp_horiz_nav1 ul {
	padding:0;
	margin:0;
	
}

#cp_horiz_nav1 ul {
	padding-left: 15px;
}

#cp_horiz_nav1 ul a {
	color:#000;
	text-decoration: none;
	background: none;
	padding: 0 20px 0 0;
	font:16px/30px "arial", helvetica, sans-serif;
	font-weight:bold;
}

#cp_horiz_nav1 ul a.cp_drop {
	background: url(http://www.towsonhillel.org/images/down_arrow.gif) no-repeat left 50%;
	padding-left: 10px;
}
#cp_horiz_nav1 li {
	display: inline;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}	
#cp_horiz_nav1 li ul li {
	display: block;
	float: left;
	text-align: left;
	clear: left;
	width: 12em;
	background-color: #000;
	border-top:1px solid #000;
	border-bottom:1px solid #999;
	border-right:1px solid #999;
	border-left:1px solid #999;
}
#cp_horiz_nav1 li ul a {
	margin: 0;
	background: none;
	display: block;
	padding: 0;
	font: 13px/20px "Arial", Helvetica, sans-serif !important;
	padding: 0 10px;
	text-transform: none;
	color:#fff;
}
#cp_horiz_nav1 li a:hover {
	text-decoration:none;
	color:#333333;
}

#cp_horiz_nav1 li ul a:hover {
	background:none;
	color:#FFFF00;
}
#cp_horiz_nav1 li ul {
	visibility: hidden;
	position: absolute;
	top: 1.0em !important;
	left: -15px;
	z-index: 100;
}
#cp_horiz_nav1 li:hover ul, #cp_horiz_nav1 li.thisisforie ul {
	visibility: visible;
    z-index: 50000;
}

/*_______________*/