#home {
  height: 550px;
}

.yui-b, #bd {
	min-height: 450px;
}


#home .section {
	padding: 3px;
	margin-bottom: 15px;
}

#home .panel {
	border: 2px solid #ccc;
	background: url(/images/backgrounds/panel_bg_grey.png) repeat-x scroll 0 0;
	padding: 5px;
}

#home .panel h3 {
	
}

#welcomeWrapper.panel {
	height: 334px;
	background: url(/images/backgrounds/home_main_bg.png) no-repeat scroll 0 0;
}

#welcomeWrapper p {
	margin-bottom: 10px;
}

#welcomeTextWrapper {
	padding-left: 10px;
}


#loginWrapper {
	margin-bottom: 10px;
	height: 150px;
}

#loginWrapper.panel .content {
	padding-left: 35px;
}


#quickContactWrapper {
	height: 160px;
}

#quickContactWrapper .iconList li {
	margin-bottom: 5px;
	padding-left: 5px;
}

#quickContactWrapper .iconList .text {
	font-weight: bold;
	padding-left: 3px;
	position: relative;
	top: -10px;
}

#home fieldset {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#login_submit {
	position: relative;
	left: 10px;
	top: -5px;
}


