/*
Capsicum CSS
World Wide Creative 2008
test change.

===Colours=======
Red: #D20B28


*/

@import url('reset.css');
@import url('text.css');

body{
	
}

#wrapper{
	width: 953px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#background{
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
	margin: 0 auto;
	text-align: center;
}

#left-login{
	background: url(../images/left-login.png) no-repeat;
	width: 5px;
	height: 34px;
	margin-bottom: -4px;
	_margin-bottom: -7px;
	float: left;
	margin-left: 20px;
}

#right-login{
	background: url(../images/right-login.png) no-repeat;
	width: 5px;
	height: 34px;
	margin-bottom: -4px;
	_margin-bottom: -7px;
	float: left;
}

.student-login{
	width: 140px;
	float: left;
	padding-top: 5px;
}
.form-pot {
	display: none;
}
.login{
	float: left;
	height: 34px;
	margin-bottom: -4px;
	_margin-bottom: -7px;
	background-color: #D20B28;
}

.login-form{
	height: 34px;
	margin-bottom: -4px;
	margin-left: 20px;
	width: 0px;
	float: left;
	overflow: hidden;
}

#topbar{
	height: 26px;
	background: url(../images/topbar.png) no-repeat;
	padding-top: 12px;
	width: 953px;
}

#heading{
	height: 125px;
	width: 953px;
	background: url(../images/header.png) no-repeat;
}

#navbar{
	height: 69px;
	width: 922px;
	background: url(../images/navbar-bg.gif) no-repeat;
	padding-left: 18px;
}

#container{
	overflow: hidden;
	_overflow: auto;
	background: url(../images/container-bg.png) repeat-y;
	padding-left: 5px;
	padding-right: 8px;
}

#content{
	width: 623px;
	margin-top: -22px;
	margin-left: 14px;
	float: left;
	background: url(../images/content-bg.gif) no-repeat;
	position: relative;
	z-index: 0;
	padding-top: 20px;
	_margin-left: 5px;
}

#sidebar{
	width: 256px;
	margin-top: -22px;
	padding: 0 15px;
	float: right;
	background: url(../images/sidebar-bg.gif) no-repeat;
}

#footer{
	clear: both;
	height: 42px;
	background: url(../images/footer.png) no-repeat;
	margin-bottom: -165px;
}

p{
	font-family: Arial, sans-serif;
	line-height: 18px;
	margin-bottom: 10px;
}

p.read-more{
	margin: 0;
	text-align: right;
}

p.read-more a{
	color: #D20B28;
	text-decoration: none;
}

p.read-more a:hover{
	text-decoration: underline;
}

/*-----------------------------------------------------Topbar--------*/
#topbar ul{
	float: right;
	height: 26px;
	margin: 0;
}

#topbar li{
	display: inline;
	list-style-type: none;
	padding: 0 8px;
	border-right: 1px solid #000000;
	margin: 0;
	font: 11px Arial, sans-serif;
}

#topbar a{
	color: #000000;
	text-decoration: none;
}

#topbar a:hover{
	text-decoration: underline;
}

li.no-border{
	border: 0px none !important;
}

#topbar img{
	float: right;
	margin-top: -5px;
	margin-left: 10px;
}

form#search{
	float: right;
	width: 135px;
	margin-left: 15px;
	margin-right: 40px;
	*margin-right: 50px;
	_margin-right: 10px;
	height: 26px;
}

form#search input{
	border: 1px solid #BFB8AA;
	color: #D20B28;
	font-weight: bold;
	line-height: 16px;
	width: 150px;
	padding: 4px 4px 2px;
	*padding: 2px 4px 1px;
}

/*---------------------------------------------------------Heading---*/
#heading h1{
	float: left;
	width: 450px;
	margin-left: 15px;
	height: 104px;
}

#heading p{
	color: #262421;
	float: right;
	width: 130px;
	margin: 20px 0px 0 0;
	font: 14px Arial, "Times New Roman", Times, serif;
	height: 10px;
}

.wc-poll ul li{
	list-style: none;
}

.wc-poll .submit{
	border: 0px none;
	width: 82px;
	height: 22px;
	float: right;
}

.poll-alert {
	border: 1px solid #f00;
  background: #fcc;
	padding: 3px;
}

#heading p a{
	color: #262421;
	text-decoration: underline;
}

#heading p a:hover{
	text-decoration: none;
}

#heading img.heading-image{
	float: right;
	width: 130px;
	position: relative;
	top: 8px;
	height: 125px;
	margin-right: 10px;
	*margin-right: 0px;
}


/*--------------------------------------------Suckerfish dropdowns---*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	position: relative;
	z-index: 5;
}



#nav a {
	display: block;
	width: 100px;
}

#nav li { /* all list items */
	float: left;
	margin: 0;
	height: auto;
	position: relative;
	z-index: 4;
	padding-top: 3px;
	padding-bottom: 12px;
	padding-left: 8px;
}

#nav li:hover, #nav li.hover { /*fix to stop dropdowns sticking in IE7 */
    position:static;
    }

#nav li:hover a {
	color: #D20B28 !important;

}

#nav li:hover li:hover a{
	color: #ffffff !important;
}

#nav li a{
	color: #ffffff;
	text-decoration: none;
	padding: 20px 0 15px;
}

#nav li li a{
	padding: 0;
}

html>#nav li a:hover{
	color: #D20B28 !important;
	
}

#nav li.home, #nav li.home a, #nav li.home-active, #nav li.home-active a{
	width: 50px;
}

#nav li.about, #nav li.about a, #nav li.about-active, #nav li.about-active a{
	width: 50px;
}

#nav li.schools, #nav li.schools a, #nav li.schools-active, #nav li.schools-active a{
	width: 63px;	
}

#nav li.courses, #nav li.courses a, #nav li.courses-active, #nav li.courses-active a{
	width: 63px;
}

#nav li.testimonials, #nav li.testimonials a, #nav li.testimonials-active, #nav li.testimonials-active a{
	width: 95px;
}

#nav li.industry, #nav li.industry a, #nav li.industry-active, #nav li.industry-active a{
	width: 95px;
}

#nav li.studentlife, #nav li.studentlife a, #nav li.studentlife-active, #nav li.studentlife-active a{
	width: 90px;
}

#nav li.contactnav, #nav li.contactnav a, #nav li.contactnav-active, #nav li.contactnav-active a{
	width: 67px;
}

#nav li.home:hover, #nav li.home-active{
	background: url(../images/nav-home.gif) no-repeat;
}

#nav li.about:hover, #nav li.about-active{
	background: url(../images/nav-about.gif) no-repeat;
}

#nav li.schools:hover, #nav li.schools-active{
	background: url(../images/nav-schools.gif) no-repeat;
}

#nav li.courses:hover, #nav li.courses-active{
	background: url(../images/nav-courses.gif) no-repeat;
}

#nav li.testimonials:hover, #nav li.testimonials-active{
	background: url(../images/nav-testimonials.gif) no-repeat;
}

#nav li.industry:hover, #nav li.industry-active{
	background: url(../images/nav-industry.gif) no-repeat;
	color: #D20B28;
}

#nav li.studentlife:hover, #nav li.studentlife-active{
	background: url(../images/nav-student-life.gif) no-repeat;
}

#nav li.contactnav:hover, #nav li.contactnav-active{
	background: url(../images/nav-contact.gif) no-repeat;
}

#nav li li:hover, #nav li li li:hover{
	background: none;
}

#nav li.active a, #nav li.home-active a, #nav li.about-active a, #nav li.courses-active a, #nav li.testimonials-active a, #nav li.industry-active a, #nav li.studentlife-active a, #nav li.contactnav-active a, #nav li.schools-active a {
	color: #D20B28;
}

#nav li ul{
	margin-top: 0px;
	margin-left: -13px;
	font-size: 12px;
}

#nav li li{
	float: left;
	margin: 0;
	padding: 0;
	height: auto;
}

#nav li li a{
	width: 107px !important;
	color: #D20B28;
	padding: 5px;
}

#nav li li a:hover{
	background-color: #D20B28;
	color: #ffffff;
}

#nav li li li{
	float: left;
	margin: 0;
	padding: 0;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #F0EBDF;
	width: 117px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -22px 0 0 117px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/*---------------------------------------------------------Tabs------*/
#quick-contact{
	background: url(../images/quick-contact.png) no-repeat;
	width: 36px;
	height: 152px;
	float: right;
	position: absolute;
	right: -28px;
	_right: -27px;
	top: 250px;
}

#life-capsicum{
	height: 165px;
	width: 31px;
	float: left;
	position: relative;
	top: -43px;
	left: -26px;
	background: url(../images/life-at-capsicum.gif) no-repeat;
	_top: -100px;
}

/*---------------------------------------------------------Sidebar-------------*/
#contact-text{
	height: 95px;
	margin-top: 25px;
	padding: 0 15px;
}

#contact-text h3{
	font-size: 15px;
	font-weight: lighter;
	margin-bottom: 0px;
}

#contact-text p{
	font-size: 11px;
	line-height: 18px;
}

form#contact input, form.accordion-form input{
	font: 11px Arial, sans-serif;
	color: #aac5d1;	
	width: 250px;
	border: 1px solid #999999;
	margin-bottom: 5px;
	height: 18px;
	padding: 2px 2px 0 2px;
}

form.accordion-form input{
	font: 11px Arial, sans-serif;
	color: #878278;	
	width: 235px;
	border: 1px solid #D8D1C3;
	margin-bottom: 5px;
	height: 18px;
	padding: 2px 2px 0 2px;	
}

form#contact textarea{
	width: 254px;
	font: 11px Arial, sans-serif;
	color: #878278;	
	border: 1px solid #D8D1C3;
}

form#contact input#submit, form.accordion-form input#submit{
	border: 0px none;
	width: 82px;
	height: 22px;
	float: right;
}

form.accordion-form{
	overflow: hidden;
}

/*--------accordion----------------*/
.accordion{
	width: 255px;
	clear: both;
	margin-bottom: 5px;
}

.accordion-header{
	height: 43px;
	background: url(../images/accordion-header.gif) no-repeat;
}

.accordion-header h3{
	color: #000000;
	font-size: 14px;
	padding: 11px 0 0 30px;
}

.accordion-header h3.inactive{
	background: url(../images/accordion-arrow-right.gif) no-repeat 13px 16px;
}

.accordion-header h3.active{
	background: url(../images/accordion-arrow-down.gif) no-repeat 13px 19px;
}

.accordion-text{
	margin-top: 5px;
	padding: 0px 5px;
	font: 11px Arial, sans-serif;
	height: 0px;
	overflow: hidden;
}

.accordion form input{
	font: 11px Arial, sans-serif;
	color: #878278;	
	border: 1px solid #D8D1C3;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 18px;
	padding: 2px 2px 0 2px;	
}

/*--------boxes in Sidebar---------*/
.box{
	width: 256px;
	clear: both;
	margin-top: 30px;

}

.box .associations{
	background: url(../images/associations.png) no-repeat;
	height: 29px;
}

.box .community{
	background: url(../images/community.png) no-repeat;
	height: 29px;
}

.box .box-content{
	background: url(../images/sidebar-block-bg.gif) repeat-y;
	width: 256px;
	overflow: hidden;
}

.box .box-footer{
	height: 9px;
	background: url(../images/sidebar-block-footer.png) no-repeat;
}

.box-image{
	float: left;
	background: url(../images/box-bg.gif) no-repeat;
	width: 102px;
	height: 66px;
	margin: 5px 0 0 17px;
	padding: 2px 0 0 0;
	_margin: 5px 0 0 10px;
}

.box-image img{
	display: block;
	margin: 0 auto;

}

/*---------------------------------------------------------Featured Scroller---*/
.featured{
	margin: -13px 5px 5px 5px;
	background: url(../images/featured-bg.gif) repeat-x;
	padding-top: 1px;
	_margin: -13px 0 0 5px;
	
}

#content .featured h2{
	font: lighter 25px Arial, "Times New Roman", Times, serif;
	margin: 5px 0;
	
}

.featured.school-scroller{
	background: url(../images/schools-featured-bg.gif) no-repeat;
	padding-top: 6px;

}

#content .featured.school-scroller h2{
	font: lighter 18px Arial, "Times New Roman", Times, serif;
	margin: 5px 0;
	color: #D20B28;	
}

.featured li{
	margin-left: 5px;
	height: 259px;
	padding-left: 5px;
	_margin-left: 0px;
	_padding-left: 7px;
	_padding-right: 7px;
}

.featured p{
	font-size: 11px;
}

.rightalign{
	float: right;
	margin: 0 0 2px 10px;
}

.featured.school-scroller .rightalign{
	margin-right: 7px;
}

#controls{
	height: 27px;
	background-color: #999999;
	clear: both;
	font: 11px Arial, sans-serif;
	color: #D20B28;
	padding-top: 10px;
}

#controls #arrows{
	margin-left: 140px;
	width: 200px;
	float: left;
}

#controls a{
	color: #D20B28;
	text-decoration: underline;
}

#controls a:hover{
	text-decoration: none;
}

#circles{
	float: right;
	margin-right: 5px;
	margin-top: 2px;
}

#circles a{
	display: block;
	float: left;
	margin-right: 5px;
	background: url(../images/white-circle.gif) no-repeat;
	width: 12px;
	height: 13px;
}

#circles a:active, #circles a:hover,  #circles a.active{
	background: url(../images/red-circle.gif) no-repeat;
}

/*---------------------------------------------------------Content-------------*/
#content-text{
	width: 593px;
	margin: 0 auto;
	overflow: auto;
}

#content-text p{
	font-size: 11px;
}

#content-text a{
	color: #D20B28;
	text-decoration: none;
}

#content-text a:hover{
	text-decoration: underline;
}

#content #content-text h2{
	font-size: 25px;
	font-weight: lighter;
	margin: 0px 0 10px 0;
}

#content h2{
	font-size: 25px;
	font-weight: lighter;
	margin: 0px 0 10px 10px;
}

#content-text h3, #content h3{
	color: #D20B28;
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 10px;
}

#content #content-text h3{
	margin-left: 0px;
}

#content h3{
	margin-left: 10px;
}

#content-text h4{
	margin: 0;
	font: bold 12px Arial, sans-serif;
}

#content-text ul, #content-text ol{
	margin-top: 5px;
	font: 11px Arial, sans-serif;
}

#content-text ul{
	list-style-image: url(../images/bullet-listitem.gif);
}

#content-text li{
	line-height: 18px;
}

#content a:link, #content a:visited{
	color: #D20B28;
	text-decoration: none;
}

#content a:hover{
	text-decoration: underline;
}

.image{
	width: 296px;
}

.image img{
	padding: 3px;
	border: 1px solid #D8D1C3;
}

.image.left{
	float: left;
	margin: 0 10px 5px 0;
}

.image.right{
	float: right;
	margin: 0 0 5px 10px;
}

.image p.caption{
	color: #878174;
	font-size: 10px;
	margin: 0;
	line-height: 18px;
	border-bottom: 1px solid #D8D1C3;
}

/*-------------------------------------------------------------------Forms-----*/
form#login{
	height: 30px;
	padding-top: 5px;
	width: 410px;
}

form#login input{
	border: 0px none;
	margin-left: 5px;
	font: 11px Arial, sans-serif;
	color: #D50B28;
	width: 110px;
}

form#login .login-close{
	margin-left: 40px;
	*margin-left: 20px;

}

form#school, form#category, form#faq, form#month, form#form-gallery, form#recipe{
	float: right;
	margin-top: -10px;
	margin-right: 10px;
	font: 11px Arial, sans-serif;
	color: #D50B28;
	position: relative;
	z-index: 0;
}

form#school input#submit, form#category input#submit, form#faq input#submit, form#month input#submit, form#form-gallery input#submit, form#recipe input#submit{
	position: relative;
	top: 7px;
	*top: -3px;
	_top: -3px;
}

form#school select, form#category select, form#faq select, form#month select, form#form-gallery select, form#recipe select{
	color: #D50B28;
}

form#search-again{
	width: 250px;
	margin: 0 auto;
	color: #D50B28;
	font: bold 11px Arial, sans-serif;
}

form#search-again input{
	border: 1px solid #BFB8AA;
}

form#body{
	width: 270px;
	margin: 0 auto;
}

form#body label{
	display: block;
}

form#body input{
	font: 11px Arial, sans-serif;
	width: 250px;
	border: 1px solid #D8D1C3;
	margin-bottom: 5px;
	height: 18px;
	padding: 2px 2px 0 2px;	
}

form#body textarea{
	width: 254px;
	font: 11px Arial, sans-serif;
	border: 1px solid #D8D1C3;
}

form#body input#submit{
	border: 0px none;
	width: 82px;
	height: 22px;
	float: right;
	margin-right: 12px;
}

/*-----------------------------------------------------------------Courses-----*/
.block-heading{
	background: url(../images/block-heading.gif) no-repeat;
	width: 272px;
	height: 20px;
	color: #D20B28;
	margin-left: 20px;
	padding: 12px 0 0 15px;
	font: bold 11px Arial, sans-serif;
}

.course-button{
	position: relative;
	width: 55px;
	height: 53px;
	float: right;
	top: -12px;
	right: 10px;
	margin-bottom: -20px;
}

.course-button.fulltime, .course-button-detail.fulltime{
	background: url(../images/btn-full-time.png) no-repeat;
}

.course-button.fun, .course-button-detail.fun{
	background: url(../images/btn-fun.png) no-repeat;
}

.course-button.parttime, .course-button-detail.parttime{
	background: url(../images/btn-part-time.png) no-repeat;
}

.course-button.dayrelease, .course-button-detail.dayrelease{
	background: url(../images/btn-day-release.png) no-repeat;
}

.course-name{
	background: url(../images/course-name-bg.gif) no-repeat;
	width: 620px;
	height: 39px;
	*margin-top: -37px;
}

.course-name h3{
	color: #ffffff !important;
	font-size: 18px;
	font-weight: lighter;
	margin-left: 10px;
	padding-top: 2px;
}

.course{
	background: url(../images/course-bg.gif) repeat-y;
	width: 620px;
}

.course .item, #course-detail .item{
	height: 25px;
	float: left;
	margin-left: 13px;
	padding-top: 5px;
	border-bottom: 2px solid #ffffff;
	font: 11px Arial, sans-serif;
	_margin-left: 10px;
}

.course .item.left, #course-detail .item.left{
	width: 225px;

}

.course .item.middle, #course-detail .item.middle{
	width: 185px;
	margin-left: 0px;
}

.course .item.right, #course-detail .item.right{
	width: 160px;
}

.course .item label, #course-detail .item label{
	background: url(../images/course-red-circle.png) no-repeat left center;
	padding-left: 18px;
	font-size: 13px;
	font-weight: bold;
	color: #D20B28;
}

.course p{
	font-size: 11px;
	margin: 5px 15px 0 15px;
}

.course-footer{
	background: url(../images/course-footer.gif) no-repeat;
	width: 620px;
	height: 25px;
	margin-bottom: 20px;
	text-align: right;
	padding-top: 8px;
}

.course-footer a, .block-footer a, .job-footer a, .faq-footer a, .recipe-footer a{
	color: #ffffff !important;
	text-decoration: none;
}

.course-footer a:hover, .block-footer a:hover, .job-footer a:hover, .faq-footer a:hover, .recipe-footer a:hover{
	text-decoration: underline;
}

.course-footer ul li, .block-footer ul li, .job-footer ul li, .faq-footer ul li, .recipe-footer ul li{
	display: inline;
	padding: 0 10px 0 15px;
	margin-left: 10px;
	background: url(../images/course-footer-bullet.gif) no-repeat left center;
}

/*------new course css--*/
.course ul{
	margin: -5px 0 0 10px;
	clear: both;
}

#course-detail ul{
	margin: 5px 0 0 10px;
	clear: both;
}

.course ul li, #course-detail ul li{
	display: block;
	margin: 5px;
	font: 11px Arial, sans-serif;
	float: left;
	background: url(../images/course-red-circle.png) no-repeat 0 2px;
	border-bottom: 2px solid #ffffff;
	padding-left: 15px;
	padding-bottom: 3px;
}

.course ul li span, #course-detail ul li span{
	font-size: 13px;
	font-weight: bold;
	color: #D20B28;
	margin-right: 5px;
}

.course li.left, #course-detail li.left{
	width: 210px;

}

.course li.middle, #course-detail li.middle{
	width: 172px;
}

.course li.right, #course-detail li.right{
	width: 145px;
}

/*------end new course css --*/

/*-----------------------------------------------Course Details----------------*/
#course-detail{
	background: url(../images/job-detail-bg.png) no-repeat;
	height: 123px;
	padding-top: 10px;
	
}

.course-button-detail{
	width: 55px;
	height: 53px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

#course-heading{
	float: left;
}

#content #course-heading h3{
	margin-top: 0px;
	margin-bottom: 0px;
	width: 420px;
}

#content #course-heading h2{
	width: 545px;
	margin-left: 75px;
	margin-top: 7px;
}

.enquire-now{
	float: right;
	width: 190px;
	height: 43px;
}

/*-----------------------------------------------Testimonials------------------*/
.testimonial{
	background: url(../images/testimonial-bg.gif) no-repeat;
	width: 620px;
	height: 219px;
	margin-bottom: 20px;
}

.testimonial img.testimonial-image{
	float: left;
	width: 240px;
	height: 158px;
	margin-left: 8px;
	margin-top: -3px;
}

#content .testimonial h3{
	color: #ffffff;
	font-size: 18px;
	font-weight: lighter;
	margin: 5px 0 4px 10px;
	float: left;
}

.testimonial-text{
	width: 325px;
	height: 127px;
	font-size: 11px;
	float: right;
	margin: 28px 22px 0 0;
	_margin: 24px 10px 0 0;

}

p.person{
	color: #D20B28;
}

.block-footer{
	float: right;
	margin-top: 4px;
}

/*-----------------------------------------------Full Testimonials-------------*/
#full-testimonial{
	background: url(../images/testimonial-full-bg.gif) no-repeat;
	width: 541px;
	height: 135px;
	padding: 30px 40px 0px 40px;
	margin: 0 0 20px 1px;
}

#full-testimonial p{
	font-size: 11px;
	
}

img.button{
	float: right;
}


/*-----------------------------------------------Content Textblocks------------*/
.textblock-img, .textblock{
	width: 293px;
	float: left;
	margin-top: 10px;
	padding-left: 7px;
}

.textblock-fullimage{
	height: 148px;
}

#content .textblock-img h3, #content .textblock h3, #content .textblock-wide h3{
	color: #ffffff;
	padding-top: 1px;
}

.first{
	margin-left: 0px;
	margin-right: 11px;
	_margin-right: 5px;
}

.textblock-img p, .textblock p, .textblock-wide p {
	font-size: 11px;
	margin-top: 10px;
}

.textblock-img{
	background: url(../images/news-block-heading-with-image.gif) no-repeat;
}

.textblock{
	background: url(../images/news-block-heading.gif) no-repeat;
}

.textblock-wide{
	width: 617px;
	margin-top: 20px;
	background: url(../images/text-block-wide-bg.gif) no-repeat;
}

.textblock-img h3, .textblock h3{
	color: #ffffff;
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 10px;
}

.textblock-img h4, .textblock h4{
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 8px;
}

.textblock-img h4 a, .textblock h4 a{
	color: #D50B28;
	text-decoration: none;
	font-weight: lighter;
}

.textblock-img h4 a:hover, .textblock h4 a:hover{
	text-decoration: underline;
}

.textblock-img img{
	margin-bottom: 10px;
}

/*-------------------------------------------------------------------Jobs------*/
.job{
	background: url(../images/job-heading-bg.gif) no-repeat;
	width: 620px;
}

.job-text{
	background: url(../images/job-text-bg.gif) repeat-y;
	width: 620px;
	*margin-top: -10px;
	
}

.job-footer{
	background: url(../images/job-footer-bg.gif) no-repeat;
	width: 620px;
	height: 30px;
	margin-bottom: 20px;
	padding-top: 13px;
	text-align: right;
}

#content .job h3{
	height: 42px;
	color: #ffffff;
	padding-top: 10px;
}

#content .job-text p{
	font-size: 11px;
	margin: -10px 15px 0;
	*margin: 0px 15px 0;
}

/*-----------------------------------------------Full Jobs---------------------*/
#full-job{
	background: url(../images/job-detail-bg.png) no-repeat;
	width: 541px;
	/*height: 135px;*/
	padding: 30px 40px 0px 40px;
	margin: 0 0 20px 1px;
}

#full-job p{
	font-size: 11px;
	
}

/*---------------------------------------------------------Accreditation------*/
.accreditation{
	width: 230px;
	height: 153px;
	background: url(../images/image-bg-accrediation.gif) no-repeat;
	padding: 8px 8px 0 8px;
}

.left{
	float: left;
	margin: 0 10px 10px 0px;
}

/*---------------------------------------------------------Contact-------------*/
.contact-block{
	width: 272px;
	background: url(../images/contact-bg.gif) no-repeat;
	float: left;
	margin: 10px 5px 10px 4px;
	padding: 10px 15px 0;
	_margin: 10px 5px 10px 0px;
}

#content .contact-block h3{
	margin-left: 0;
}

.contact-block p{
	font-size: 11px;
}

.contact-block a{
	color: #D20B28;
	text-decoration: none;
}

.contact-block a:hover{
	text-decoration: underline;
}

.contact-map{
	float: right;
	font: 11px Arial, sans-serif;
	text-align: center;
}

.contact-map img{
	border: 1px solid #D8D1C3;
	display: block;
}

/*----------------------------------------------------------------------FAQ---*/
.faq{
	background: url(../images/faq-heading-bg.gif) no-repeat;
	width: 620px;
}

.faq-text{
	background: url(../images/job-text-bg.gif) repeat-y;
	width: 620px;
	*margin-top: -10px;
	overflow: hidden;
	height:0px;

}

.faq-text ul, .textblock-wide ul{
	font: 11px Arial, sans-serif;
	margin-bottom: 0px !important;
	margin: 0 5px;
	list-style-image: url(../images/bullet-listitem.gif);
}

.faq-text ul li, .textblock-wide ul li{
	margin-bottom: 4px;
	line-height: 18px;
}

.faq-text-header{
	background: url(../images/faq-text-header.gif) no-repeat;
	width: 620px;
	height: 0px;
}

.faq-text-footer{
	background: url(../images/faq-text-footer.gif) no-repeat;
	width: 620px;
	height: 0px;	
}

.faq-footer{
	background: url(../images/faq-footer-bg.gif) no-repeat;
	width: 620px;
	height: 31px;
	margin-bottom: 20px;
	padding-top: 6px;
	text-align: right;
}

#content .faq h3{
	height: 50px;
	color: #ffffff;
	padding-top: 5px;
	line-height: 22px;

}

#content .faq-text p{
	font-size: 11px;
	margin: 0px 15px 0;
	*margin: 0px 15px 0;
	*height: 0px;
	overflow: hidden;
}

.faq-text-hide{
	display: none;
}

.faq-text-over{
	height: 10px;
	background-color: #D20B28;
	width: 620px;
	position: relative;
	z-index: 10;
	margin-top: -16px;
	margin-bottom: -10px;
}

/*-----------------------------------------------------------------Events------*/
#event{
	background: url(../images/job-detail-bg.png) no-repeat;
	width: 541px;
	height: 135px;
	padding: 30px 40px 0px 40px;
	margin: 0 0 -80px 1px;	
}

span.meta, span.metafirst{
	color: #D20B28;
	font: bold 13px Arial, "Times New Roman", Times, serif;

}

span.metafirst{
	_margin-left: -9px;
}

.back-link{
	float: right;
	margin: -10px 10px 0 0;
	font: 11px Arial, sans-serif;
}

.back-link a:link, .back-link a:visited{
	color: #D20B28;
	text-decoration: none;
}

.back-link a:hover{
	text-decoration: underline;
}

.back-link img{
	position: relative;
	top: 1px;
	right: 3px;
}

#event-pagination{
	margin: 0 auto;
	text-align: center;
	width: 210px;
}

#event-pagination h3{
	float: left;
}

#event-pagination img{
	float: left;
	margin-top: 5px;
	margin-left: 10px;	
}

#hor-minimalist-b
{
	background: transparent;
	margin: 0px;
	width: 580px;
	border-collapse: collapse;
	text-align: left;
	font: 11px Arial, sans-serif;
}
#hor-minimalist-b th
{
	color: #D20B28;
	padding: 10px 8px;
	border-bottom: 2px solid #EFEDE8;
	font: normal 13px Arial, "Times New Roman", Times, serif;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #EFEDE8;
	color: #000000;
	padding: 6px 8px;
}

/*---------------------------------------------------------Search Results------*/
#search-box{
	background: url(../images/job-detail-bg.png) no-repeat;
	width: 541px;
	height: 135px;
	padding: 30px 40px 0px 40px;
	margin: 0 0 -80px 1px;	
}

.search-results{
	float: left;
}

.pagination{
	float: right;
}

.pagination p{
	color: #D20B28;
	font-weight: bold;
	font-size: 11px;
}

.pagination a{
	padding: 3px 5px;
	color: #D20B28;
	text-decoration: none;
}

.pagination a:hover{
	text-decoration: underline;
}

.pagination a.active{
	background-color: #ffffff;
}

.result{
	border-bottom: 2px solid #EFEDE8;
	margin: 5px 0;
}

.result p.view{
	text-align: right;
}

/*---------------------------------------------------------Gallery-------------*/
#content h3.gallery-cnt{
	font: 11px Arial, sans-serif;
	color: #000000;
	margin-top: -10px;
}

/*-----------------------------------------------------------Recipes-----------*/
.recipe-category{
	float: left;
}

.recipe-meta{
	float: right;
	color: #D20B28;
	width: 300px;
	height: 20px;
	font: 11px Arial, sans-serif;
	padding-top: 12px;
	text-align: right;
	margin-right: 5px;
}

.recipe{
	clear: both;
	width: 620px;
	background: url(../images/recipe-header.gif) no-repeat;
	margin-bottom: 0;
}

#content .recipe h3{
	color: #ffffff;
	padding-top: 2px;
	line-height: 20px;
	margin-bottom: 0;
}

.recipe-footer{
	background: url(../images/recipe-footer.gif) no-repeat;
	width: 620px;
	height: 23px;
	margin-bottom: 20px;
	text-align: right;
	padding-top: 6px;
}

/*-----------------------------------------------------------------------------*/
#student-corner{
	background: url(../images/job-detail-bg.png) no-repeat;
	width: 581px;
	height: 200px;
	padding: 30px 20px 0px 20px;
	margin: 0 0 20px 1px;

}

#student-corner p{
	font-size: 11px;
	
}

#student-corner h3{
	margin-left: 0px;
}

#student-corner #text{
	float: left;
	width: 360px;
}

#student-corner #images{
	float: right;
	width: 210px;
	margin: -25px auto 0;

}


/*---------------------------------------------------------Image Scroller------*/
#image-heading{
	clear: both;
	width: 290px;
	height: 48px;
	margin: 10px 0 0 -5px;
	_margin-bottom: -5px;
	background: url(../images/photo-gallery-heading.gif) no-repeat;
}

#spacer{ /* thanks IE6 */
	clear: both;
	width: 290px;
	height: 48px;
	margin: 10px 0 0 -5px;
	_margin-bottom: -5px;
}

#image-heading h5{
	color: #ffffff;
	text-align: right;
	padding-top: 20px;
	margin-right: 20px;
	font: bold 11px Arial, sans-serif;
}

#image-scroller{
	height: 141px;
	background-color: #999999;
	clear: both;
	padding-top: 25px;
}

#image-scroller .gallery, #image-scroller .scroll{
	_height: 100px !important;
}

.scroll-left{
	float: left;
	width: 22px;
	margin: 38px 5px 0 10px;
}

.scroll-right{
	float: right;
	width: 22px;
	margin-top: 38px;
	margin-right: 10px;
}

.scroll{
	width: 850px !important;
	float: left;
	_width: 800px;
}

.scroll li, .gallery li{
	margin-left: 22px;
}

.scroll img, .gallery img{
	padding: 4px;
	background-color: #999999;
	border: 1px solid #999999;
}

p#more-photos{
	text-align: right;
	font-size: 11px;
	font-weight: lighter;
	margin-right: 15px;
	padding-top: 5px;

}

p#more-photos a{
	color: #D20B28;
	text-decoration: none;
}

p#more-photos a:hover{
	text-decoration: underline;
}

.gallery{
	width: 540px !important;
	float: left;
}

.gallery-image{
	margin-top: 20px;
	text-align: center;
}

.gallery-image img{
	border: 1px solid #999999;
	padding: 5px;
}

.gallery-image p{
	font-size: 11px;
}

/*---------------------------------------------------------Footer------*/
#footer-links{
	clear: both;
	height: 20px;
	font-size: 10px;
	margin-left: 15px;
	margin-right: 15px;
	color: #D20B28;
	
}

#footer-links p.left{
	float: left;
}

#footer-links p.right{
	float: right;
}


#footer-links a{
	color: #D20B28;
	text-decoration: none;
}

#footer-links a:hover{
	text-decoration: underline;
}

/*-------------------selectbox-----*/
div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:white;
  border:1px solid #ccc;
  padding:0px;
  font-size:1em;
  text-align:left;
  max-height:200px;
  overflow:auto;
  top: 27px;
  left: 100px;
  _left: 105px;
}
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
div.selectbox-wrapper ul li.selected { 
  background-color: #E5E5E5;
}
div.selectbox-wrapper ul li.current { 
  background-color: #C9C9C9;
}
div.selectbox-wrapper ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

.search-label{
	float: left;
	margin: 10px 10px 0 0;
}

.selectbox /* look&fell of  select box*/
{
  margin: 8px 5px 10px 0px;
  padding-left:2px;
  font-family:Arial, Geneva, Arial, Helvetica, sans-serif;
  font-size:1em;
  width : 10em; 
  text-align:left; 
  background: url(../images/bg_select.png) right;
  /*height:18px;*/
  cursor: pointer;
  border:1px solid #D1E4F6;
  color:#333;
}

select {
	background: url(../images/bg_select.png) right;
}

/*----------------------------------------------------------*/

/* PNG HACK */
* html .png{
/*position:relative; */
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "../images/x.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

.layout{
	zoom: 1;
	position: relative;
	z-index: 1;
}

#visit-blog
{
	margin: 0 18px 25px 22px; 
	float: right;
}
