/* CSS Document */
body {
	background:#fff url(../images/bg-body.png) 0 0 repeat-x;
	color:#666;
	font:75% Verdana, Geneva, sans-serif;
}



	

	
#mainContent p{
	font-size:12px;
	}


/*=== additional ===*/
div.hr {
 	height: 15px;
	background:url(../images/hr.png) 0 0 repeat-x;
}

div.hr hr { display: none;}

.fRight {float:right;}

	.fRAdd { margin:0 0 1.75em 2em; border:}

.fLeft {float:left;}

	.fLAdd { margin:0 2em 1.75em 0;}

.border1px {border:1px solid #d8d8d8;}

.border2px {border:2px solid #d8d8d8;}

h1 {
	color:#155ba3;
	font-size: 15px;
	font-weight:bold;
	margin-bottom:.75em;
}

h2 {
	color:#155ba3;
	font-size: 13px;
	font-weight:bold;
	margin-bottom:.75em;
}

h3 { 
	font-weight:bold;
	font-size:12px;
	}

p {
	font-size:.9em;
	line-height:1.35em;
	margin-bottom:1em;
}


/*=== main ===*/
#wrap {
	width:955px;
	margin:17px auto 0;
}
	#header {
		background:url(../images/logo-rotary_club_malvern.png) 0 0 no-repeat;
		height:101px;
		}
	
	#header h1 { text-indent:-9999px;}
		
		#header h1 a {
			float:left;
			width:500px;
			height:100px;
		}
		
		
	/*=== button styling ===*/
	/*Credits: Dynamic Drive CSS Library */
	/*URL: http://www.dynamicdrive.com/style/
	
	.solidblockmenu {
		float: left;
		font: bold 1em "Century Gothic", Verdana, Geneva, sans-serif;
		width: 100%;
		overflow: hidden;
		}
	
	.solidblockmenu li { display: inline;}
	
	.solidblockmenu li a {
		float: left;
		color: white;
		text-decoration: none;
		background:url(../images/bt-bg.png) right top no-repeat;
		text-transform:uppercase;
	}
	
		a#home { padding: 8px 26px;}
		
		a#aboutus { padding: 8px 27px;}
		
		a#community {	padding: 8px 30px;}
		
		a#business { padding: 8px 29px;}
		
		a#global { padding: 8px 28px;}
		
		a#youth { padding: 8px 28px;}
		
		a#events { padding: 8px 27px;}
		
		a#news { padding: 8px 27px;}
		
		a#contact {
			background:url(../images/bt-bg.png) 0 0 no-repeat;
			padding: 8px 29px 8px 30px;
			}
		
			
	.solidblockmenu li a:visited{ color: white;}
	
	.solidblockmenu li a:hover, .solidblockmenu li .current {
		color: white;
		background: transparent url(../images/bt-bg.png) right -32px no-repeat;
	}
		
		 .solidblockmenu li a#contact:hover {background: transparent url(../images/bt-bg.png) 0 -32px no-repeat;}
		 
		  */
/* ============================================================================ */		 
/*
#menu{
	height:35px;
	width:955px;	}


#menu-list{
	list-style: none;
	padding:0;
	margin:0;
	position:absolute;
	z-index:10;
	font-size:11px;
	float: left;
	display:inline;
	font: bold 1em "Century Gothic", Verdana, Geneva, sans-serif;
	width: 955px;

}

#menu-list li { 
	display: inline;
	float:left;
	}

#menu-list li a{
		color: white;
		text-decoration: none;
		background:url(../images/bt-bg.png) right top no-repeat;
		text-transform:uppercase;
		padding: 8px 26px;
		float:left;
	}
	
#menu-list li a:hover, #menu-list li .current {
		color: white;
		background: transparent url(../images/bt-bg.png) right -32px no-repeat;
	}


#menu-list ul{
	list-style: none;
	font-weight: bold;
	margin: 0;
}

#menu-list a{
	display: block;
}

#menu-list a:hover{

}

#menu-list ul li a{
	background-color:#FF0000;
	height:20px;
	background-image:none!important;
}

#menu-list li{
	float: left;
	padding: 0;
	margin:0;
	
}

	

#menu-list li ul{
	position: absolute;
	z-index:11;
	left: -999em;
	height: auto;
	width: auto;
	font-weight: normal;
	border-width: 0px;
	padding:0;
	margin: 0;
	top:30px;

}

#menu-list li ul li{
	display:block!important;
	line-height:normal;
	float:none!important;
	}
	
#menu-list li ul li a{
	display:block;
	float:none;
	}

#menu-list li:hover ul{
	left: auto;
}



 ================ */

/* ================ */




/* ================================================================================ */

		 

#banner {
	background:#fff;
	border-top:10px solid #e6f2fa;
	padding:0 5px 5px;
	width:945px;
}

#contentwrapper {
	width:955px;
	background:#fff;}

	#mainContent_home{
		float:left;
		padding-left:0px;
		width:723px;
		}

	#mainContent {
		float:left;
		padding-left:20px;
		width:683px;
		}
	
		#briefNfo {

			padding-bottom:20px;
		
		}
		
		#briefNfo ul{
			list-style:none;
			margin:0;
			padding:0;
			}
		
			.nfoBox { 
				background:url(../images/space-nfobox.png) right 50% no-repeat;
				padding:0 10px;
				width:158px;
				margin-right:1px;
				float:left;
				position:relative;
				height:170px;
				}
				

			
				.nfoBox.last {background:none;}
				
				.itemTitle {
					color:#155ba3;
					font:bold 1em "Century Gothic", Verdana, Geneva, sans-serif
				}
				
				.itemImage {}
				
				.subNfo { margin-left:16px;}
				
					.subNfo ul li {
						font-size:.75em;
						list-style-image: url(../images/bullet.png);
						}
						
				.more {
					background:url(../images/bt-combo.png) 0 0 no-repeat;
					height:10px;
					width:48px;
					display:block;
					float:right;
					text-indent:-9999px;
					padding-top:8px;
					overflow:hidden;
					position:absolute;
					bottom:0;
					right:5px;
				}
			
	#sidebar { 
		float:right;
		width:227px;
		background:url(../images/bg-sidebar.png) 0 36px repeat-x;
		height:100%;
		min-height:400px;
		height:auto; !important
		}
		
		#vids { margin-bottom:15px;}
		
			#vidstitle {
				background:url(../images/vidstitle.jpg) 0 0 no-repeat;
				height:36px;
				width:227px;
				text-indent:-9999px;
			}
			
				#vidsblock {
					background:url(../images/bg-vids.png) center 0 no-repeat;
					padding:7px 18px;
				}
				
#footer { 
	background:#c4e9fa;
	text-align:center;
	padding:15px 15px 30px;
	margin:25px auto 0px auto;
	width:955px;
	height:46px;
	}
	
	#footer li { 
		display:inline;
		padding:10px 0;
		font-size:.75em;
		text-transform:uppercase;
		}
	
		#footer li a {
			color:#226cad;
			text-decoration:none;
			border-right:1px solid #226cad;
			padding:0 15px;
		}
		
			#footer li a.last {border:0;}
			

.footeriquantum{
	font-size:10px;
	line-height:45px;
	}
			

.image {
 background-position:center bottom;
 background-repeat:repeat-x;
 background-position:bottom;
margin:0 0 10px 15px;
border:solid 1px  #666666;
display: inline; 
clear:right;

	}
	
	.image_guide {
 background-position:center bottom;
 background-repeat:repeat-x;
 background-position:bottom;
margin:0;
display: inline; 
clear:right;

	}
	

.image_left {
 background-position:center bottom;
 background-repeat:repeat-x;
 background-position:bottom;
margin:0 15px 10px 0;
border:solid 1px  #666666;
display: inline; 
clear:right;
	}
	
#Captcha{
margin-left:200px;
}	
	
form{
	margin:0;
	}
	
form .item{
	margin:0px 0px 5px 0px;
	padding:0px 0px 4px 0px;
	clear:both;
	}
	
form label{
	width:200px;
	float:left;
	display:inline;
	}	

form .cat_button{
	margin-left:199px;

	}


	
	

.login {
margin-top:15px;
text-align:left;
}


.login h3{
margin-left:10px;
}

.loginbox{
text-align:left;
width:220px;
margin: 0 auto 0 auto;
}

.loginbox form{
padding:0;
margin:0;
}

.login form .cat_textbox_small {
width:200px;
border: solid 1px #155BA3;
}

form .item2 {
margin-left:10px;
padding:0;
}

.cat_buttonlogin{
border: solid 1px #155BA3;
width:75px;
}

