/* Welcome column styles for homepage */

/* -----[ welcome ]----- */		
	
#welcome {
	float: left;
	width: 301px;
	padding: 0 0 0 26px;
	margin: 0 0 20px 0;
	}	
	
#welcome h2	{
	font-size: 1.6em;
	color: #902147;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#welcome p.welcome-intro {
	font-size: 1.2em;
	color: #902147;
	}
	
/* -----[ menu box in content area ]----- */		


#welcome  h3.menu-box {
	width: 291px;
	font-size: 1.0em;
	color: #c06600;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	padding: 7px 0 5px 10px;	
	background: url(../img/bg-welcome-box-top.gif) no-repeat 0 0;	
	border-bottom: 1px solid #c2beb6;
	}	

.menu-block {
	float: left;
	margin: 10px 0 0 0;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #e3e3e3;
	}	
	
.menu-block-first {
	float: left;
	border-top: none;
	width: 100%;
	}		
	
.menu-block-img {
	float: left;
	width: 22px;
	}
	
.menu-block-img img {
	padding: 12px 0 0 10px;
	}
		
	
.menu-block-text {
	float: right;
	width: 272px;
	}		
	
#welcome h4 {
	font-size: 1.1em;
	color: #323232;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;		
	}	

#welcome h4 a:link, #welcome h4 a:visited {	
	color: #323232;
	text-decoration: none;
	}
	
#welcome h4 a:hover {	
	color: #7e7e7e;
	text-decoration: none;
	}	

	
#welcome p {		
	margin: 0;
	padding: 5px 0;	
	font-size: 1.1em;
	line-height: 1.4em;
	}			
