/* $Id: layout-fixed.css,v 1.5.2.3 2009/02/13 19:20:19 johnalbin Exp $ */

/*
 * LAYOUT STYLES
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout is based on the Zen Columns layout method.
 *   http://drupal.org/node/201428
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */


/** body **/
body {
background-color: #CCCAC3;
font-size: 12px;
font-family: Arial, Helvetica, Verdana, san-serif;
margin: 0;
padding: 0;

}
  p{
  font-family:Verdana, Arial, Geneva; 
  color:#000; 
  font-weight: normal;	

  line-height:12pt;
  }
  a{
  text-decoration:underline;
  font-weight:normal;
  color: #000000;
  font-size:9pt;
  }
  a:hover{
  text-decoration:underline;
  font-weight:normal;
  color: #005E9E;
  font-size:9pt;
  }

  #page
  {
    /*
     * If you want to make the page a fixed width and centered in the viewport,
     * this is the standards-compliant way to do that. See also the ie.css file
     * for the necessary IE5 hack to center a div.
     */
    margin-left: auto;
    margin-right: auto;
    width: 890px;
	

	
  }

  #page-inner
  {
  	background-color:#ffffff;
  }

  #navigation-top,
  #navigation
  {
    position: absolute; /* Take the named anchors out of the doc flow    */
    left: -10000px;     /* and prevent any anchor styles from appearing. */
  }

  #skip-to-nav
  {
    float: right;
    margin: 0 !important;
    font-size: 0.8em;
  }

  #skip-to-nav a:link, #skip-to-nav a:visited
  {
    color: #fff; /* Same as background color of page */
  }

  #skip-to-nav a:hover
  {
    color: #000;
    text-decoration: none;
  }

  /* Alternatively, the skip-to-nav link can be completely hidden until a user tabs
     to the link. Un-comment the following CSS to use this technique. */
  /*
  #skip-to-nav a, #skip-to-nav a:hover, #skip-to-nav a:visited
  {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  #skip-to-nav a:active, #skip-to-nav a:focus
  {
    position: static;
    width: auto;
    height: auto;
  }
  */

/** header **/
	#arc-top{
	width:890px;
	background-image:url(top.png); 
	background-repeat:no-repeat;
	background-position:center bottom;
	height:6px;
	background-color:#cccac3;
	margin: 0px auto;
	margin-top: 10px;
	}
  #header
  {
  	


  }

  #header-inner
  {

	/*border-left: #000000 solid 1px;
	border-right: #000000 solid 1px; */
  }

  #logo-title
  {
  }

  #logo
  {
  	position:relative;
    float: left;
	margin: 0px;
  }
 .logo_text
 {
 font-weight: bold;
 font-size: 10px;
 margin-left:20px;

 
 }
 #log_link , #log_link a
{
text-align:right !important;
color:#000000;
font-family:Verdana,Arial,Geneva;
font-size:10px;
}
.log_inp {
border:thin groove;
color:#666666;
font-size:10px;
width:80px;
float: right;
} 
.go_btn {
color:#43A774;
font-family:Verdana,Arial,Geneva;
font-size:10px;
text-decoration:none;
width:27px;
float: right;
padding: 0px;
} 
  #site-name
  {
  }

  #site-slogan
  {
  }

  #header-blocks
  {
    clear: both; /* Clear the logo */
  }

/** main (container for everything else) **/
  #main
  {
    
  }

  #main-inner
  {
 /*padding-bottom: 45px;*/
 }

/** content **/

  #content, .no-sidebars #content
  {
  
 /*  width: 888px;
    margin-left: 0;
   /* margin-right: -890px; /* Negative value of #content's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
  }

  .sidebar-left #content
  {
    width: 690px;
    margin-left: 200px; /* The width of #sidebar-left. */
    margin-right: -890px; /* Negative value of #content's width + left margin. */
  }

  .sidebar-right #content
  {
    width: 888px;
    margin-left: 0;
 /*   margin-right: -760px; /* Negative value of #content's width + left margin. */
  }

  .two-sidebars #content
  {
    width: 501px;
    margin-left: 200px; /* The width of #sidebar-left */
 /*   margin-right: -760px; /* Negative value of #content's width + left margin. */
  }

  #content-inner
  {
    margin: 0;
    padding: 0;
	position:relative;
  }

/** navbar **/
  #navbar
  {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: -100%; /* Negative value of #navbar's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
    height: 3.6em; /* The navbar can have any arbritrary height. We picked one
                      that is twice the line-height pluse 1em: 2 x 1.3 + 1 = 3.6
                      Set this to the same value as the margin-top below. */
  }

	.node-inner{
		width:888px;
		margin:0px;
		position:relative;
	}
  .with-navbar #content,
  .with-navbar #sidebar-left,
  .with-navbar #sidebar-right{
    margin-top: 3.6em; /* Set this to the same value as the navbar height above. */
  }

  #navbar-inner
  {
  }

  #search-box
  {
    width: 200px;
    margin-right: -200px; /* Negative value of #search-box's width. */
    float: left;
  }

  #primary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #secondary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #navbar ul /* Primary and secondary links */
  {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  #navbar li /* A simple method to get navbar links to appear in one line. */
  {
    float: left;
    padding: 0 10px 0 0;
  }

  /* There are many methods to get navbar links to appear in one line.
   * Here's an alternate method: */
  /*
  #navbar li
  {
    display: inline;
    padding: 0 10px 0 0;
  }
  */

/** sidebar-left **/
  #sidebar-left{
    float: left;
    width: 200px;
    margin-left: 0;
    margin-right: -200px; /* Negative value of #sidebar-left's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
  }

  #sidebar-left-inner
  {
    margin: 0 20px 0 0;
    padding: 0;
  }

/** sidebar-right **/

  #sidebar-right
  {
   position:absolute;
  width:335px;
    margin-left: 551px; 
	top:160px;/* Width of content + sidebar-left. */
/*    margin-right: -890px; /* Negative value of #sidebar-right's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
  }

  

  #sidebar-right-inner
  {
    margin: -30px 0 0 20px;
    padding: 0;
  }

/** footer **/
  #footer
  {
  	background-color:#cccac3;
  }

  #footer-inner
  {
  }

/** closure **/
  #closure-blocks /* See also the #page declaration above that this div shares. */
  {
  }
  .closure
  {
  /*
   border-left :solid 1px #000000;
	 border-right :solid 1px #000000;
	 position:absolute;
	 margin-left:5px;
	 top: 150px;
     width: 170px;
	 background: #FFFFFF;
	 padding-bottom:10px;*/
  }

/** Prevent overflowing content **/
  #header,
  #content,
  #navbar,
  #sidebar-left,
  #sidebar-right,
  #footer,
  #closure-blocks{
    overflow: visible;
  }

  #navbar{
    overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
  }

  /* If a div.clear-block doesn't have any content after it and its bottom edge
     touches the bottom of the viewport, Firefox and Safari will mistakenly
     place several pixels worth of space between the bottom of the div and the
     bottom of the viewport. Uncomment this CSS property to fix this.
     Note: with some over-large content, this property might cause scrollbars
     to appear on the #page div.
  */
  /*
  #page
  {
    overflow-y: hidden;
  }
  */
	#arc-bottom{
	width:890px;
	background-image:url(bottom.png);  
	background-repeat:no-repeat;
	background-position: center top;
	height: 6px;
	margin: 0px auto;
	background-color:#cccac3;
  }
  table.head_tb {
margin:0 auto;
right:0px !important;
position:absolute;
text-align:left;
height:100px;
/*position:relative;*/
width:300px;
top:20px;
}
  
  /* For Nodes with BG-images*/
  #node-1 {
 /* width:888px; */
	}
  #block-block-1 {
	position: absolute;
	top:10px; 
	margin-left:0px;
	float: left;
	}
	#block-block-2{
	position:relative;
	margin-top:-110px;
	margin-right:10px;
	float: right;
	}
	#block-block-3{
	margin-top:10px;

	}
	#block-block-4{
	background-color:#cccac3;
	}
	#block-block-10{
     right:30px;
	 top: 45px;
	position:absolute;
	width: 280px;
	
	}

 .men_wom{
height:100%;
margin-left: 200px;
}
.perc{color: #CD0004; font-family: Verdana,Arial,Geneva; font-size: 12px}
.tit{color: #646464;  font-family: Verdana, Arial, Geneva; font-size: 12px}
.man{
background:url(header_man.gif) no-repeat right;
width:70px;
height:84px;
text-align:right;
padding-right:27px;
}
.woman{
background:url(header_woman.gif) no-repeat left;
width:85px;
height:80px;
text-align:left;
padding-left:22px;
}
.regCount{
font-family: Verdana, Arial, Geneva; 
font-size: 12px;
color:#646464;
font-weight:bold;
}
.regCount big{color:#CD0004;}

.quickreg-bg{
float:right;
width:330px;
min-height:425px;
}

.c1, .c2, .c3, .c4{font-size:1px; overflow:hidden; display:block;}
.c1 {height:1px; background:#000; margin:0 5px;}
.c2 {height:1px; background:#fff; border-right:2px solid #000; border-left:2px solid #000; margin:0 3px;}
.c3 {height:1px; background:#fff; border-right:1px solid #000; border-left:1px solid #000; margin:0 2px;}
.c4 {height:2px; background:#fff; border-right:1px solid #000; border-left:1px solid #000; margin:0 1px;}

.quick_reg {
position:relative;
}

.reg_holder{
border: solid 1px #000;
clear: both;
padding-top:45px;
width:280px;
margin-right:22px;
float:right;
position:relative;
height: 490px;
}

.reg-title{	

font-weight: bold; 
font-size: 9pt; 
color: #dc143c; 
line-height: 0pt; 
font-family: Verdana, Arial, Geneva;
margin-bottom:17px;
padding-top:15px;
}
.reg-tb 
{

}
.reg-tb td{font-family: Verdana, Arial, Geneva;}

.txt-tit, .reg-tb td:first-child {
font-weight:bold; 
text-align:right;
font-family: Verdana, Arial, Geneva;
padding-right:5px;
height: 10px;

}
.error-txt{
color: #ff0000;
font-family: Verdana, Arial, Geneva; 
text-align:left; 
font-size:7pt; 
font-weight:bold;
line-height:16px;
}
.inpcls{
border: solid #b2b2b2 1px; 
width:120px; 
font-size:10pt;
}
.w120{width:120px;}
.reg-nav {margin-top:20px; text-align:center;}
.reg-links{
width:265px;
line-height:12pt;
text-align:center;
margin:20px auto 0 auto;
font-family: Verdana, Arial, Geneva;
}
.reg-links a{
color: #4b4b4b; 
font-family: Verdana, Arial, Geneva;
text-decoration:none;
}
.reg-links a:hover{
text-decoration:underline;
}
a.qtextlink:link, a.qtextlink:visited, a.qtextlink:active
		{
		 text-decoration:underline;
		 font-weight:normal;
		 color: #35807c;
		
		}

a.qtextlink:hover
		{
		 text-decoration:underline;
		 font-weight:normal;
		 color: #005E9E;
	
		}
		
		
		
		/*Footer */
		#footer-lp {
color: #4b4b4b;
width: 890px;
font-size: 10px;
line-height: 15px;
text-align:center;
padding-top: 20px;
padding-bottom: 20px;
font-family: Verdana, Arial, Geneva; 
}


#footer-lp a {
text-decoration: none;
color: #4b4b4b;
}

#footer-lp a:hover {
text-decoration:underline;
color: #4b4b4b;
}

/*--------------------------------- "Tag-cloud" styles ------------------------------- */
#block-menu-menu-seolinklist /*> div.block-inner */
{
/* important */
position: relative;
float: right;
padding-left: 1px;
width: 270px;
background-color: #abcdef;
margin-top: 505px;
margin-right: -275px;
/*  end */
background:white none repeat scroll 0 0;
border:0.25em solid #EEEEFF;

}
h2.title
{
display:none;
}
.eventful
{
width: 330px;
/*clear:both;*/
left: 548px;
top: 885px;
/*margin-top:40px;*/
margin-top:0px;
float:right;
margin-right:10px;
margin-bottom: 10px;

}
.googlemap
{
width: 330px;
height: 220px;
z-index: 1;
position: absolute;
left: 548px;
top: 735px;
}
.profiles
{
	float:right;
	left:548px;
	margin-right:10px;
	top:485px;
	width:330px;
	z-index:1;
	/*background:url("bg.jpg") repeat-y scroll 0 0 transparent;*/

}
.profiles_items{
	background-image: url(prof_bg_middle.jpg);
	background-repeat:repeat-y;float:left;
/*	background:url("prof_bg_middle.jpg") repeat-y scroll 0 0 transparent;*/
	height:320px;
	margin-left:0;
	margin-top:-3px;
	padding-left:15px;
	width:330px;
}
.profiles  img{
	clear:left;
	float:left;
}

.profile_name{
color:#454645;
float:right;
font-family:Verdana,Arial,Geneva;
font-size:10px;
margin:2px;
width:205px;
}

.profile_name a{
	font-size:12px;
	color:#245B93;
	font-family:Verdana,Arial,Geneva;
	font-weight:bold;
	float:left;
	margin:2px;	
}

.profile_name a:hover{
	font-size:12px;
	color:#245B93;
	font-family:Verdana,Arial,Geneva;
	font-weight:bold;
	float:left;
	margin:2px;
}

.profile_break{
	margin-left:2px;
	width:290px;
	color:#ccc;
}

.profiles .head {
	font-family:Verdana,Arial,Geneva;
	color:#DC143C;
	font-size:18px;
	line-height:25px;
	margin-left:5px;

}
.info_light{
	background-color:white;
	border-bottom:1px solid #DEDDD9;
	float:left;
	margin:0 3px;
	width:290px;
}

.prof_p  {
	color:#454645;
	float:right;
	font-size:10px;
	margin:2px;
	width:205px;
	font-family:Verdana,Arial,Geneva;
	line-height:10pt !important;
}

.info_dark{
	background-color:#F7F3EA;
	border-bottom:1px solid #DEDDD9;
	float:left;
	margin:0 3px;
	width:290px;
}

.prof_box_top{
	background:url("prof_bg_top.jpg") repeat-x scroll 0 0 transparent;
	width:330px;
	height:29px;
}

.prof_box_bottom{
	background:url("prof_bg_bottom.jpg") repeat-x scroll 0 0 transparent;
	width:330px;
	height:28px;
}

.rss_feeds
{
float:left;
margin-left:10px;
width: 530px;
height: 220px;
border: solid 1px #000;
margin-bottom:10px;
margin-top:15px;
z-index: 1;
}
.yahoo_pipes
{
width: 330px;
height: 200px;
position: absolute;
left: 548px;
top: 1175px;
z-index: 1;
}
.box_top
{
background: url(BOX01LP_310x10_top.jpg) no-repeat;
height: 10px;
}
.box_middle{

background: url(BOX01LP_310x4_middle.jpg) repeat-y;
/*text-align:justify;*/
/*height:350px;*/
}
.box_middle_ev{
background: url(BOX01LP_310x4_middle.jpg) repeat-y;
width:280px;
padding:20px 25px 0px 25px;
}


.box_bottom
{
background: url(BOX01LP_310x10_bottom.jpg) no-repeat;
height: 10px;
}
.googlemap .box_middle
{
height: 198px;
}

.eventful .header {
	font-family:verdana;
	color:#BA080E;
	font-size:18px;
	font-weight:bold;
}

.eventful .scrolDesc {
	overflow:auto;
	height:130px;
	padding-right:5px;
}

.eventful .scrolDiv {
	/*overflow:auto;
	height:330px;*/
	padding-right:5px;
}

.eventful .small_header {
	font-family:verdana;
	font-size:13px;
	line-height:14px;
	font-weight:bold;
	color:black;
	padding-top:10px;
}

.eventful .text{
	font-family:verdana;
	font-size:11px;
	line-height:14px;
	color:black;
}

.eventful .image{
  text-align: left;
  float: left;
  padding-right:7px;
}

.yahoo_pipes .box_middle{
height: 178px;
}
.clear{
clear:both;
}
#source_count, #prof_source , #image ,#start_time ,#where  #desc{
display:none;
}

.seo_nav{
  margin: 0px 0px 20px 0px;
  
}


.box_middle_nav{
background: url(BOX01LP_310x4_middle.jpg) repeat-y;
padding:5px 10px 2px 25px;
}

.nav_link{
  font-family:Verdana,Arial,Tahoma,sans-serif;
  font-size:12px;
  text-decoration:none;
  color:#245B93;
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:transparent url(arrow_icons.png) no-repeat scroll 0 -34px;
  clear:both;
  float:left;
  padding-left:14px;
}

.navbar
{
width: 330px;
clear:both;
left: 550px;
top: 380px;
margin-top:40px;
float:right;
margin-right:10px;
margin-bottom: 10px;
position:absolute
}

.quick_reg_promo_old {
left:580px;
position:absolute;
top:76px;
}

.quick_reg_promo {
float:right;
position:absolute;
right:30px;
top:45px;
width:280px;
}

.quick_reg_fb{
	float:right;
	position:absolute;
	right:30px;
	top:45px;
	width:280px;
}

.fb_reg_title{
	color:#254282;
	font-family:Verdana,Arial,Geneva;
	font-size:12pt;
	font-weight:bold;
	text-align:center;
	margin-bottom:35px;
	padding-top:15px;
}

.fb_list_header{
	color:#d22330;
	font-family:Verdana,Arial,Geneva;
	font-size:12px;
	font-weight:bold;
	text-align:center;	
	margin-top:35px;
	margin-bottom:15px;
}

.fb_list li{
	list-style-type:none;
	background:url("checkmark.png") no-repeat scroll 0px 4px transparent;
	padding-left:15px;
	color:#4f5052;
	font-family:Verdana,Arial,Geneva;
	font-size:12px;
	line-height:20px;
}

.fb_privacy{
	font-family:Verdana,Arial,Geneva;
	font-size:9px;
	color:black;
	text-align:center;	
	background:url("zamok.png") no-repeat scroll 20px 4px transparent;
	padding-left:44px;
	/*margin-top:35px;
	margin-right:25px;*/
	min-height:25px;
	display:table-cell;
	vertical-align:middle;
}

.fb_button_pos{
	text-align:center;
}

a.fbconnect_login_button:hover{font-size:10px !important}

.login_label{
font-family:Verdana,Arial,Geneva;
font-weight:bold;
height:10px;
padding-right:5px;
text-align:left;
padding-bottom:5px;
}

.login_reg_title{
color:#254282;
font-family:Verdana,Arial,Geneva;
font-size:12pt;
font-weight:bold;
margin-bottom:15px;
padding-top:15px;
text-align:center;
}
.smallIcon  {
height:18px;
line-height:1.3em;
padding:0 0 0 14px;
width:auto;
}

.forward {
background:url("http://img.be2.com/44021/image/UI_images/icons/arrow_icons.png") no-repeat scroll 0 -34px transparent;
}

a.smallIcon {
color:#4B4B4B;
text-decoration:none;
}
a.smallIcon:hover{
color:#4B4B4B;
text-decoration:underline;
}

.login_bottom_links{
	margin:20px 0px 0px 35px;
}

/* RSS FEED */
.rss_item{
		width:95%;
		border:1px solid #ccc;
		background-color:#f4efe5;
		margin-left:10px;
		margin-bottom:10px;
		float:left;
		padding-bottom:15px;
	}
	
.rss_links{
	background:url("arrow.png") no-repeat scroll 0 3px transparent;
	float:left;
	margin-left:30px;
	padding-left:18px;
}
	
.rss_links a{
		font-family:verdana;
		font-size:11px;
		text-decoration:underline;
		font-weight:bold;
		color:#245B93;
	}
.rss_links a:hover{
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	color:#245B93;
}

.rss_headline{
		background-image: url('rss_icon.png');
		background-repeat:no-repeat;
		font-family:verdana;
		font-size:12px;
		font-weight:bold;
		color:#BA080E;
		height:20px;
		margin:5px;
}
.rss_headline span {
	margin-left:25px;
	float:left;
}

.rss_linkbox{
	margin-bottom:15px;
}

/* END OF RSS FEED */		

.be2_conv_elem{
	margin:0px 0px 10px 10px;
}