﻿/*
	CSS of ASPET | Version 1.0 | Home
	American Society for Pharmacology and Experimental Therapeutics
	---------------------------------------------------------------
	American Technology Services
	CSS/XHTML by Todor Iliev
	
	Note:	1) This CSS file should be included ONLY on the homepage after layout.css.
			2) This CSS file overwrites layout.css properties in order to create the look and feel of the home page.
			3) CSS rocks!
*/


#wrapper {
	background: url(../images/banners/home.aspx) #fff no-repeat center 116px;
	}

a.print-btn, div.font-btn {
	display: none;
	}
	
ul#fontsize  {
	margin: 0 0 0 450px;
	}

/*  -------------- Begin Banner Content Message --------------  */
#banner-content {
	display: block !important;
	width: 405px;
	height: 80px;
	margin: 50px 0 20px 360px;
	padding: 100px 0 0 155px;
	overflow: hidden;
	background: url(../images/welcome-msg.png) no-repeat 0 0;
	}
#banner-content a {
	display: block;
	width: 50%;
	color: #c73a2a;
	font-weight: bold;
	}
#banner-content a:hover {
	color: #d44b3c;
	}
#banner-menu ul.menu-list {
	margin: 10px 10px 0 0;
	visibility: visible;
	}
/*  -------------- Begin Banner Content Message --------------  */


#container {
	padding: 55px 0 30px 0;
	}


/*  -------------- Begin Left Column --------------  */
#left-column {
	padding: 0 0 0 25px;
	}
#left-column #sub-menu {
	display: none;
	}
/*  -------------- End Left Column --------------  */

	
/*  -------------- Begin Content --------------  */
#content-wrapper {
	width: 518px;
	float: left;
	border: 1px solid #d2d2d2;
	}
#content {
	padding: 12px 25px 0 20px;
	}
#content-left-column {
	width: 47%;
	float: left;
	}
#content-right-column {
	width: 47%;
	float: right;
	}
#content h1 {
	color: #968a58;
	font-size: 120%;
	font-weight: bold;
	}
#content h2 {
	color: #504624;
	font-size: 110%;
	font-weight: bold;
	}
#content-left-column a,
#content-right-column a {
	/*color: #c73a2a;*/
	font-weight: bold;
	/*display: block;*/
	}
#content-left-column a.title,
#content-right-column a.title {
	/*color: #c73a2a;
	font-weight: bold;*/
	display: block;
	margin:4px 0px 4px 0px;
	line-height:16px;
	}
#content-left-column a:hover,
#content-right-column a:hover {
	/*color: #d44b3c;*/
	}
/*  -------------- End Content --------------  */


/*  -------------- Begin Right Column --------------  */
#right-column {
	}
#right-column #info-box {
	border-left: none;
	background: url(../images/info-box-home-bg.gif) #fff no-repeat;
	}
#right-column #become-a-member {
	display: none;
	}
.partners {
		border-top:0px solid #d4dee2;
		margin: 12px 0px 0px 20px;
		}
.partners li {
		text-align:center;
		width:160px;height:90px !important
		}
/*  -------------- End Right Column --------------  */