/* CSS Document */

/* Business Styles */
#business h1 {
	color:#CE0E25;
}
#business h1.shadow  { position:relative; display:block; color:#CE0E25; }
#business h2 {
	color:#CE0E25;
}
#business ul {
	list-style-image:url(images/red-bullet.gif);
}
#business #content a {
	color:#CE0E25;
	text-decoration:none;
}
#business #content a:hover {
	color:#333333;
	text-decoration:underline;
}
#business .top {
	background: transparent url(images/red-bullet.gif) left center no-repeat;
	padding-left:15px;
}


/* Education Styles */
#education h1 {
	color:#2E0ECE;
}
#education h1.shadow  { position:relative; display:block; color:#2E0ECE; }
#education h2 {
	color:#2E0ECE;
}
#education ul {
	list-style-image:url(images/blue-bullet.gif);
}
#education #content a {
	color:#2E0ECE;
	text-decoration:none;
}
#education #content a:hover {
	color:#333333;
	text-decoration:underline;
}
#education .top {
	background: transparent url(images/blue-bullet.gif) left center no-repeat;
	padding-left:15px;
}



/* Charity Styles */
#charity h1 {
	color:#CE0EAC;
}
#charity h1.shadow  { position:relative; display:block; color:#CE0EAC; }
#charity h2 {
	color:#CE0EAC;
}
#charity ul {
	list-style-image:url(images/pink-bullet.gif);
}
#charity #content a {
	color:#CE0EAC;
	text-decoration:none;
}
#charity #content a:hover {
	color:#333333;
	text-decoration:underline;
}
#charity .top {
	background: transparent url(images/pink-bullet.gif) left center no-repeat;
	padding-left:15px;
}




/* Personal Styles */
#personal h1 {
	color:#910ECE;
}
#personal h1.shadow  { position:relative; display:block; color:#910ECE; }
#personal h2 {
	color:#910ECE;
}
#personal ul {
	list-style-image:url(images/purple-bullet.gif);
}
#personal #content a {
	color:#910ECE;
	text-decoration:none;
}
#personal #content a:hover {
	color:#333333;
	text-decoration:underline;
}
#personal .top {
	background: transparent url(images/purple-bullet.gif) left center no-repeat;
	padding-left:15px;
}



/* Creative Styles */
#creative h1 {
	color:#10AEDC;
}
#creative h1.shadow  { position:relative; display:block; color:#10AEDC; }
#creative h2 {
	color:#10AEDC;
}
#creative ul {
	list-style-image:url(images/red-bullet.gif);
}
#creative #content a {
	color:#10AEDC;
	text-decoration:none;
}
#creative #content a:hover {
	color:#333333;
	text-decoration:underline;
}
#creative .top {
	background: transparent url(images/red-bullet.gif) left center no-repeat;
	padding-left:15px;
}