


/* -------------------------------------------------------- */
/* ----- SAN JUAN COLLEGE HOME PAGE CSS ------------------- */
/* -------------------------------------------------------- */

.view-all {font-weight:normal;}

#home-content-wrapper {
	margin:15px 0 0 0;	
}
#home-left-column {
	width:241px;
	margin-right:17px;
	float:left;
}
		#audience-nav-wrapper {
			margin-bottom:14px;
			height:257px;
			background:url('/images/system/audience-bg.gif') no-repeat 0 0;
		}
			ul#audience-nav {
				list-style:none;
				margin:0 auto;
				padding:11px 0 0 0;	
                                width:199px;			
			}
				ul#audience-nav li {
					width:199px;
				}
				ul#audience-nav a {
					color:#fff;
					text-decoration:none;
                                        text-transform:uppercase;
                                        font-weight:bold;
					display:block;
					text-align:center;
					width:199px;
                                        padding:7px 0;
				}
                                ul#audience-nav a:hover {
					color:#fcaf17;
				}
		#home-button-area {
			margin:0 0 40px 4px;
			height:144px;
		}
			#home-button-area span {
				position:absolute;
				text-indent:-9999px;
			}
			a#apply-now-button {
				width:236px;
				height:63px;
                                display:block;
                                margin-bottom:17px;
				background:url('/images/system/home-apply-now.jpg') 0 0;
			}
			a#apply-now-button:hover {
				background:url('/images/system/home-apply-now.jpg') 0 -63px;
			}
			a#request-info-button {
				width:108px;
				height:64px;
				display:block;
				float:left;
				margin-right:17px;
				background:url('/images/system/home-request-info.jpg') 0 0;
			}
			a#request-info-button:hover {
				background:url('/images/system/home-request-info.jpg') 0 -64px;
			}
			a#directions-button {
				width:109px;
				height:64px;
				display:block;
				float:left;
				background:url('/images/system/home-maps-directions.jpg') 0 0;
			}
			a#directions-button:hover {
				background:url('/images/system/home-maps-directions.jpg') 0 -64px;
			}
		#home-spotlight {
			width:241px;			
		}
			#home-spotlight h1 {
				padding:0;
			}
			#home-spotlight h2 {
				margin-bottom:0;
				padding:0;
			}
			#home-spotlight h3{
				font-size:10pt;				
                                margin-bottom:5px;
				color:#000;
			}
			#home-spotlight img {
				float:right;
                                margin:0 0 0 5px;
			}


#home-right-column {
	width:660px;
	float:right;
}
	#home-branding-photo {
                margin-bottom:14px;
        }
	#home-featured-area {
		width:617px; /* 655 minus 38 */
		height:133px; /* 167 minus 33 */
		padding:17px 19px;
                margin-bottom:17px;
		background:url('/images/system/home-featured-bg.jpg') no-repeat 0 0;
	}
		#home-featured-area img {
			float:left;
                        margin-right:17px;
		}
	#home-news-box {
		background:url('/images/system/vert-dotted.gif') no-repeat 0 4px;
		padding:0 17px 0 20px; 
		width:330px; /* 367 minus 37 */
                float:left;
	}
		#home-news-box ul, #home-events-box ul {
			list-style:none;
		}
			#home-news-box li, #home-events-box li {
				line-height:1.2;
				padding-bottom:20px;
			}
	#home-events-box {
	        width:270px;
                padding:0 0 0 20px;
                background:url('/images/system/vert-dotted.gif') no-repeat 0 4px;
                float:right;
	}
	.rss-icon {
		margin:2px 0 0 20px;		
		width:16px;
		height:16px;
	}
