/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

a:link, a:visited {
	cursor: pointer;
	color: #F858A7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ol, ul {
	list-style: inside;
	line-height: 20px;
	list-style-type: disc;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	padding: 8px 0;
}

h1 {
	font-size: 2em;
	display: none;
}

h2 {
	font: normal 28px Georgia, "Times New Roman", Times, serif;
}

h3 {
	font: italic 22px/150% Georgia, "Times New Roman", Times, serif;
}
	
body {
	background: #d3f1fa url(/images/bg.jpg) repeat-x ;
	line-height: 15px;
	color: #000;
	font: 75%/150% Arial, Helvetica, sans-serif;
	
}

#wrapper {
	width: 950px;
	margin: 0 auto;
}

#header {
	background: url(/images/header.jpg) no-repeat;
	width: 950px;
	height: 187px;
}

#search {
	background: url(/images/bg-search.gif) no-repeat;
	width: 226px;
	height: 28px;
	float: right;
	text-align: center;
	padding-top: 5px;
}

#menu {
	background: #454441 url(/images/bg-menu.gif) repeat-x;
	width: 950px;
	height: 42px;
}

#content {
	background: #fff;
	min-height: 400px;
	_height: 400px;
	padding: 13px;
	overflow: auto;
}

#contentinside {
	background: #fff;
	min-height: 400px;
	_height: 400px;
	padding: 10px 20px;
	overflow: auto;
}

#welcome {
	background: url(/images/bg-welcome.gif) no-repeat;
	width: 651px;
	height: 165px;
	padding: 40px 14px 0;
}

#welcome img {
	float: right;
	margin-left: 10px;
}

#threeicons {
	float: right;
	width: 237px;
}

#threeicons img {
	padding-bottom: 10px;
}

#leadsarea {
	clear: both;
}

#bts {
	background: url(/images/bg-bts.gif) no-repeat;
	width: 271px;
	height: 138px;
	float: left;
	padding: 50px 10px 0 10px;
}

#pdlp {
	background: url(/images/bg-pdlp.gif) no-repeat;
	width: 271px;
	height: 138px;
	float: left;
	padding: 50px 10px 0 10px;
	margin: 0 25px;
}

#atcollege {
	background: url(/images/bg-atcollege.gif) no-repeat;
	width: 271px;
	height: 138px;
	float: left;
	padding: 50px 10px 0 10px;
	float: left;
}

#bts img, #pdlp img, #atcollege img {
	float: right;
}

#stafflogin {
	background: #fff;
}

#footer {
	background: #454441 url(/images/bg-menu.gif) repeat-x;
	width: 930px;
	height: 22px;
	font-size: 0.9em;
	color: #fff;
	padding: 10px;
}

#footer a {
	color: #b6b3b3;
}

#content h1 {
	color: #000;
}

h2.yellow, h3.yellow {
	color: red;
}

h2.pink, h3.pink {
	color: #fc64af;
}

.breadcrumb {
	float:right; 
	margin-top: -30px;
	font-size: 0.85em;
}

#contentcourses {
	width: 700px;
	float: right;
	margin-top: 10px;
}

#menucourses {
	width: 207px;
	float: left;
	background: url(/images/menucourses.gif) no-repeat;
	height: 429px;
	margin-top: 10px;
}

#searchcourse {
	background: url(/images/bg-searchcourse.gif) no-repeat;
	width: 196px;
	height: 33px;
	margin: 10px 0 0 6px;
	text-align: center;
	padding-top: 6px;
}

#searchcourse .atur, #search .atur{
	background: #eeeeed;
	border: none;
	color: #747272;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	text-align: center;
	padding-top: 2px;
}

.courselink {
	background: #fc64af url(/images/triangle.png) no-repeat;
	color: #fff;
	padding-left: 25px;
	font-size: 0.95em;
	font-weight: bold;
	padding-top: 3px;
	cursor: pointer;
}

.courselinkhover {
	background: #fe8ac3 url(/images/triangle.png) no-repeat;
	color: #fff;
	padding-left: 25px;
	margin-bottom: 5px;
	font-size: 0.95em;
	font-weight: bold;
	padding-top: 3px;
	cursor: pointer;
}
.item{margin: 0 0 9px;}
.item p.date, .item .item_date, .item .item_time,.item .item_cost,.item .itemDescription{display:none;}
.item .blueButton{display:none;}
