#site {
    margin: 0px auto;
    width: 1004px;
	overflow:hidden;
}
#site #header{
	z-index:1;
}
#logo-section #logo{
    display: block;
    width: 200px;
    height: 100px;
}
a.advanced-search {
    font-size: 11px;
}
div.user-menu{
    position: absolute;
    right: 10px;
    top: 10px;
    vertical-align: text-top;
}
div.user-menu h1 {
    color:#D06203;
    font-size:24px;
    font-weight:bold;
    margin: 5px 10px 10px 5px;
    float: left;
}
div.user-menu h1 strong {
    color: #000;
}
div.user-menu h2 {
    color:#D06203;
    font-size:21px;
    font-weight:normal;
    margin: 5px 0px 10px 5px;
    display: inline;
}
div.user-menu h2 strong {
    color: #000;
}
#site #main {
    background-color: #fff;
    padding:7px 0;
    height:100%;
    width:100%;
}
 #footer-ending{
    padding: 5px;
}
#footer {
	padding:20px 0;
	background-color:#000000;
	text-align:center;
}
 #footer .center-info{
	display:block;
	text-align:center;
	padding:5px 0px;
	margin-top:5px;
	margin-left:0 auto;
    margin-right:0 auto;
    width:100%;
	color:#FFFFFF;
}
#footer .center-info a, #site #footer-ending a {
	color:#FFFFFF;
}
 #footer .center-info hr {
	color:#FFFFFF;
}
.left{
    float: left;
}
.right{
    float: right;
}
.center{
    float:left;
}

div.panel{
    margin-bottom: 3px;
}
div.panel div.content{
    padding: 5px 10px;
}
div.panel div.share-content{
    margin: 5px 0px;
}
div.panel .content.latest-news {
	padding:0 10px;
}
.latest-news .block-scroll {
	overflow-x:hidden;overflow-y:auto;
	height:220px;
	width:440px;
	padding:10px;
}	
.latest-news .block-content {	
	background-color:#efefef;
	padding:10px;
	width:410px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;	
}
/** Inner Page Styles */
.cl {
    clear:both;
    font-size:0;
    line-height:0;
}
.left-icon {
    margin-top:3px;
}

.left-link {
    padding-top:-3px;
}
.auto-complete-results{
	z-index:2000;
	overflow:visible;
	display:block;
	
}
/*EVEnt Page style */
#add-form .input-table .recurrence, #add-form .input-table .numberOfRecurrences {
	display:none;
}