/*
----------------------------------

PIKKLES | pikkles.com

copyright 2009

----------------------------------
*/

#content .left-wrapper {
	float: left;
	width: 700px;
}

#content .right-wrapper {
	float: left;
	width: 210px;
}

#content .left {
	padding: 0 20px 0 0;
}

#content .left h1 {
	color: #00c1f3;
	font-size: 24px;
}

#content .left p {
	margin-top: 7px;
	font-size: 12px;
	line-height: 150%;
}

#content .left ol {
	margin-top: 15px;
}

#content .left ol li {
	float: left;
	width: 215px;
	height: 280px;
}

#content .left ol li.step-2, #content .left ol li.step-5, #content .left ol li.step-3, #content .left ol li.step-6 {
	margin-left: 15px;
}

#content .left ol li .image {
	height: 170px;
}

#content .left ol li.step-1 .image {
	background: url(../images/admissions-application-procedure-step-1-bg.gif) scroll 25px bottom no-repeat;
}

#content .left ol li.step-2 .image {
	background: url(../images/admissions-application-procedure-step-2-bg.gif) scroll 25px bottom no-repeat;
}

#content .left ol li.step-3 .image {
	background: url(../images/admissions-application-procedure-step-3-bg.gif) scroll 25px bottom no-repeat;
}

#content .left ol li.step-4 .image {
	background: url(../images/admissions-application-procedure-step-4-bg.gif) scroll 25px bottom no-repeat;
}

#content .left ol li.step-5 .image {
	background: url(../images/admissions-application-procedure-step-5-bg.gif) scroll 25px bottom no-repeat;
}

#content .left ol li p {
	margin-top: 20px;
	padding: 3px 0 0 25px;
	font-size: 12px;
	line-height: 150%;
}

#content .left ol li.step-1 p {
	background: url(../images/admissions-application-procedure-step-1.gif) scroll left top no-repeat;
}

#content .left ol li.step-2 p {
	background: url(../images/admissions-application-procedure-step-2.gif) scroll left top no-repeat;
}

#content .left ol li.step-3 p {
	background: url(../images/admissions-application-procedure-step-3.gif) scroll left top no-repeat;
}

#content .left ol li.step-4 p {
	background: url(../images/admissions-application-procedure-step-4.gif) scroll left top no-repeat;
}

#content .left ol li.step-5 p {
	background: url(../images/admissions-application-procedure-step-5.gif) scroll left top no-repeat;
}

#content .left ol li.step-6 .box {
	width: 180px;
	height: 98px;
	margin: 45px 0 0 15px;
	background: url(../images/admissions-application-procedure-step-6.gif) scroll left top no-repeat;
}

#content .left ol li.step-6 .box span {
	display: block;
	padding: 20px;
	font-size: 14px;
	line-height: 24px;
}

#content .left ol li.step-6 .box span a, #content .left ol li.step-6 .box span a:visited {
	color: #111111;
	font-weight: bold;
	text-decoration: underline;
}

#content .right {
	padding-left: 10px;
}

#content .right .flower {
	margin: 0 auto;
	width: 64px;
	height: 21px;
}

#content .right .text-wrapper {
	margin: 8px 0;
	border-top: 1px solid #bcbbba;
	border-bottom: 1px solid #bcbbba;
}

#content .right .text {
	margin: 3px 0;
	padding: 10px 0;
	background-color: #f8f4dc;
}

#content .right .text p {
	font-size: 12px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
}

#content .right .text a, #content .right .link a:hover {
	color: #404040;
}

#content .right .link a:hover, #content .right .link a:active {
	text-decoration: underline;
}

#content .right .text a.current, #content .right .link a.current:visited {
	color: #00c1f3;
	text-decoration: underline;
}