/*
	stylesheet by Samuel Lavoie
	samuel.lavoie@tmp.com
*/

#header {
	height: 36px;
	margin: 10px 0;
}
#main {
	background: transparent url(../img/content-top-bgr.gif) repeat-x top center;
}
#footer {
	margin: 25px 0 0 0;
}
.cseries img {
	float:right;	
	padding-right: 10px;
}
h2 {
	color: #494949;
	padding: 10px 10px 10px;
}
h3.calendar {
	padding: 30px 0px 10px 60px;
	background:transparent url(../img/calendar.gif) no-repeat left top;
}
ul {
	list-style: none;
	color:#494949;
	padding:0;
	margin:0 0 10px;
}
.bullet ul li {
	padding-left: 20px;
	background: transparent url(../img/bullet_black.png) no-repeat;
}
ul li:hover {
	color:black;
	background: transparent url(../img/bullet_blue.png) no-repeat;
	cursor: pointer;
}
.right {
	float: right;
}
h3.apply a {
	color:#2AB1FB;
	padding: 5px 5px 5px 25px;
	background: url(../img/page_white_go.png) no-repeat left;
}
h3.apply a.positive:hover {
	background:#ff0;
	color:#494949;
	background: url(../img/page_white_go.png) no-repeat 6px 5px;
}
img {
	border: none;
}
a.noblue {
	color:#494949;
}
a.noblue:hover {
		color:black;
	}