/* WEBSITE BACKGROUND */

#brighton_body {
background: #DEDEDE
}

/* FOOTER BACKGROUND */

#brighton_footer {
background: transparent!important;
}

/* CONTAINER */

#brighton_container {
padding-top:0px;
}

/* CheckList Styling */

/* Styling the unvisited links */
#checklist {
	clear:left;
	float:left;
	width:630px;
	list-style:none;
	padding-bottom:10px;
}
#checklist li {
	clear:left;
	float:left;
	width:100%;
}
#checklist a {
	display:block;
	float:left;
	width:100%;
	padding:10px 0 10px 0;
	text-decoration:none;
	color:#666;
	background-repeat:no-repeat;
	background-position:0 50%;
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	border-radius:.3em;
}
#checklist a b {
	display:block;
	color:#000;
	padding:0 5px 0 45px;
}
#checklist a i {
	display:block;
	padding:0 5px 0 45px;
}

/* Hovered websites */
#checklist a:hover {
	background-color:#e7fcff;
	background-repeat:no-repeat;
	background-position:right;
}

/* Visited websites */
#checklist a:visited {
	background-image:url(http://www.mintek.com/userfiles/images/misc/checkmark-cmms-article.gif);
	background-repeat:no-repeat;
	background-position:left;
}
