/*
----------------------------------

PIKKLES | pikkles.com

copyright 2009

----------------------------------
*/



#visual .left {
	float: left;
	width: 640px;
	height: 320px;
}

#slideshow {
	width: 620px;
	height: 320px;
}

#visual .right {
	float: left;
	width: 270px;
}

#visual .right .flower {
	margin: 0 auto;
	width: 64px;
	height: 21px;
}

#visual .right .text-wrapper {
	margin: 8px 0;
	border-top: 1px solid #bcbbba;
	border-bottom: 1px solid #bcbbba;
}

#visual .right .text {
	margin: 3px 0;
	padding: 10px;
	background-color: #f8f4dc;
}

#visual .right .text p {
	font-size: 12px;
	line-height: 160%;
}

#visual .right .text .link {
	padding-top: 5px;
	text-align: right;
}

#visual .right .text .link a, #visual .right .text .link a:hover {
	color: #ed1c24;
	text-transform: uppercase;
}

#visual .right .text .link a:hover, #visual .right .text .link a:active {
	text-decoration: underline;
}

#main .left-wrapper {
	float: left;
	width: 380px;
}

#main .right-wrapper {
	float: left;
	width: 529px;
	border-left: 1px solid #e9e9e9;
}

#main .left {
	padding-right: 10px;
}

#main .right {
	padding-left: 10px;
}

#admissions, #login {
	float: left;
	width: 185px;
}

#admissions .padding {
	padding: 0 10px 10px 0;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

#login .padding {
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #e9e9e9;
}

#admissions h3, #login h3 {
	text-indent: -9999px;
}

#admissions h3 {
	width: 146px;
	height: 30px;
	background: url(../images/top-admissions-bg.jpg) scroll left center no-repeat;
}

#login h3 {
	width: 145px;
	height: 30px;
	text-indent: -9999px;
	background: url(../images/top-login-bg.jpg) scroll left center no-repeat;
}

#admissions p, #login p {
	margin: 10px 0;
	font-size: 12px;
	line-height: 16px;
}

#admissions a, #admissions a:visited, #login a, #login a:visited {
	display: block;
	margin-top: 10px;
	padding: 5px 7px;
	font-size: 12px;
	color: #ed1c24;
	background-color: #f8f4dc;
}

#newsweek {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e9e9e9;
}

#newsweek h3 {
	width: 195px;
	height: 29px;
	background: url(../images/newsweek.jpg) scroll left center no-repeat;
	text-indent: -9999px;
}

#newsweek p {
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #d53e00;
}

#newsweek a, #newsweek a:visited {
	display: block;
	font-size: 12px;
	color: #ed1c24;
	text-transform: uppercase;
}

#news .item {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
}

#news .item .image {
	float: left;
	width: 220px;
}

#news .item .text {
	float: left;
	width: 299px;
}

#news h2 {
	color: #00c1f3;
	font-size: 20px;
}

#news h3 {
	font-size: 14px;
	font-weight: bold;
}

#news p {
	margin-top: 10px;
	font-size: 12px;
	line-height: 16px;
}

#news p.date {
	margin-top: 5px;
	font-weight: bold;
}

#news-archive {
	margin-top: 10px;
	text-align: right;
}

#news-archive a, #news-archive a:visited {
	font-size: 12px;
	color: #ed1c24;
	text-transform: uppercase;
}