@import "/css/common.css";

#secondary-nav {
/*	position: relative;
	top: -18px;	*/
	text-align: center;
	
	margin-top: -18px;
}

#search {
	position: relative;
	left: -16px;
	height: 50px;
	padding-left: 16px;
	background-image: url("/images/home/search_bg.gif");
	background-position: left top;
	background-repeat: no-repeat;
}

#search form {
	width: 450px;
	background-color: #5FBEBB;
	height: 22px;
	padding: 6px 0;
}

#search label {
	color: #FFF;
	font-size: 14px;
	font-weight: lighter;
	font-variant: normal;
	padding: 0 7px 0 17px;
}

/* Google Custom Search style */
#cse-search-box input {
	background:#FFF;
}

#content-container-top {
	padding: 0 10px;
	
	float: left;
	margin-bottom: 10px;
}

#content-container-top a {
	text-decoration: none;
	float: left;
	clear: both;
}

#content-container-top #content-top-left {
	padding-right: 20px;
	width: 440px;/*width: 350px;*/
	float: left;
}
#content-container-top #content-top-right {
	padding-left: 10px;
	width: 300px;/*width: 360px;*/
	float: left;
}

#content-container-bottom {
	background-color: #EEEEEE;
	
	float: left;
	width: 100%;
}

#content-container-bottom #content-bottom-left {
	width: 240px;
	padding: 15px 5px 0 5px;
	float: left;
}

#content-container-bottom #content-bottom-left #rss {
	position: relative;
	left: -21px;
	height: 50px;
	width: 75px;
	padding-left: 16px;
	background-image: url("/images/home/rss_bg.gif");
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 32px;
}
#content-container-bottom #content-bottom-left #rss a {
	background-color: #FF8400;
	display: block;
	padding: 7px 5px 6px;
}

#content-container-bottom #content-bottom-center {
	padding: 15px 5px 16px 5px;
	width: 350px;
	float: left;
}

#content-container-bottom #content-bottom-right {
	float: left;
	padding: 0 5px 16px;
	width: 200px;
}

#content-container-bottom #content-bottom-right #twitter {
	position: relative;
	font-size: 14px;
	height: 50px;
	width: 206px;
	padding-right: 16px;
	background-image: url("/images/home/twitter_bg.gif");
	background-position: right top;
	background-repeat: no-repeat;
}
#content-container-bottom #content-bottom-right #twitter a {
	background-color: #3FB7DC;
	color: #FFFFFF;
	display: inline-block;
	float: right;
	padding: 4px 0 3px;
	text-align: right;
	text-decoration: none;
	width: 100%;
}
#content-container-bottom #content-bottom-right #twitter a img {
	padding: 0 3px 0 10px;
	vertical-align: middle;
}

#content-container-bottom #content-bottom-right #linkedin {
	position: relative;
	font-size: 14px;
	height: 50px;
	width: 206px;
	padding-right: 16px;
	background-image: url("/images/home/linkedin_bg.gif");
	background-position: right top;
	background-repeat: no-repeat;
}
#content-container-bottom #content-bottom-right #linkedin a {
	background-color: #087BAC;
	color: #FFFFFF;
	display: inline-block;
	float: right;
	padding: 4px 0 3px;
	text-align: right;
	text-decoration: none;
	width: 100%;
}
#content-container-bottom #content-bottom-right #linkedin a img {
	padding: 0 3px 0 10px;
	vertical-align: middle;
}
