/* Import main stylesheet */

@import url(site.css);

/* Home page styles */

#upperMenu a.homeLink {
	color: #0E6AAD;
}



#topLeft {
	margin-top: 20px;

}

#rightSidebarHome .source {
	font-size: 0.689em;
	text-align: right;
	padding-right: 20px;
}

#rightSidebarHome p {
	padding: 10px 20px 0px 30px;
	font-size: 0.75em;
}

#bgContainer #rightSidebarHome ul {
	padding-left: 50px;
	padding-bottom: 3px;
	font-size: 1.2em;
}

#bgContainer #rightSidebarHome li.apps {
	line-height: .5em !important;
}

#rightSidebarHome p.astro {
	font-size: .9em;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 5px;
}

#rightSidebarHome img {
	padding-left: 30px;
}

#container {
	margin-left: 20px;
	float: left;
	width: 670px;
	padding-right:25px;
}

#middleSearch {
	float: right;
	padding-bottom: 20px;
	width: 700px;
	overflow: auto;
}

#rightSidebarHome {
	width: 245px;
	margin-left: 715px;
	margin-top: 20px;
	background-image: url(../img/astro_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	overflow: auto;
}

#bottomLeft {
	float: left;
	width: 300px;
	margin-right: 25px;
}

#bottomRight {
	float: right;
	width: 335px;
}


#bottomRight #bhatnagar {
	width: 100px;
	margin-right: 20px;
	float: left;
	margin-top: 15px;
}

.picturewrap {
	float: left;
	margin: 0px 15px 0px 0px;
}

#topLeft .intro {
	font-size: 0.750em;
	line-height: 1.6em;
}

.signature {
	margin-left: 500px;
}

#disclaimer {
	float: left;
	padding-top: 20px;
	padding-bottom: 15px;
	font-size: 0.9em;
}

#disclaimer p {	
	color: #838383;
}



#abcNews {
	width: 180px;
	height: 200px;
	float: left;

}

#bottomLeft #rhino img {
	height: 76px;
	width: 100px;
	float: left;

}

#bottomLeft #rhino #rhinoText {
	float: left;
	width: 180px;
	height: 76px;
	font-size: .7em;
	color: #4a4a4a;
	padding-left: 10px;
	vertical-align: text-bottom;
	margin-bottom: 10px;

}

#topLeft #abcNews img {
	margin-bottom: -7px;
}