
/* *** stylesheet.css for cls-skilledlabor.com *** */

BODY { 
	margin:				0; 
	margin-top:			10px;
	padding:			0; 
	background-color: 	#FFFFFF;
	background-image: 	url(images/bgw.jpg);
	background-repeat: 	repeat-y;
} 
 
#header {
	margin: 			0px;
	padding: 			0px;
}

.side-menu {
	text-align:			left;
	color:				black;
	font-family:		"Comic Sans MS", verdana, arial, sans-serif;
	font-size:			medium;
	font-weight:		normal;
}

.page-title {
	text-align:			center; 
	margin:				0px;
	color:				black;
	font-size: 			x-large;
	font-weight:		bold;
	font-family:		"Comic Sans MS", verdana, arial, sans-serif;
}

.footer {
	text-align:			center; 
	padding:			5px;
	font-family:		verdana, trebuchet, arial, sans-serif;
	font-size:			x-small;
	font-weight:		normal;
	color:				#473F37;
	line-height:		16px;
}

hr {
	margin:				0;
	border: 			0;
	width: 				100%;
	height: 			5px;
	color:				#9C1800;
	background-color: 	#9C1800;
}

.caption { 
	text-align:			center;
	color: 				black; 
	font-family:		verdana, arial, helvetica;
	font-size:			small;
	font-weight:		normal;
	font-style:			normal;
}

.content { 
	padding:			5px;
	text-align:			justify;
	font-family: 		palatino, georgia, times new roman, serif;
	font-size:			small;
	font-weight:		normal;
	color:				black;
	line-height:		16px;
	margin-left: 		15px;
	margin-right: 		15px;
}

.services { 
	padding:			5px;
	text-align:			justify;
	font-family: 		palatino, georgia, times new roman, serif;
	font-size:			small;
	font-weight:		normal;
	color:				black;
	line-height:		16px;
	margin-left: 		15px;
	margin-right: 		15px;
	border-top:			dashed black 1px;
}

A.std:link, A.std:visited, A.std:active	{ 
	color: 				#000000; 
	text-decoration: 	none; 
	font-weight: 		normal; 
}
A.std:hover { 
	color: 				blue; 
}

A.alt:link, A.alt:visited, A.alt:active	{ 
	color: 				#00846B; 
	text-decoration: 	none; 
	font-weight: 		normal; 
}
A.alt:hover { 
	color: 				#FF5A00; 
	text-decoration: 	underline; 
	font-weight: 		normal; 
}

A.hdr:link, A.hdr:visited, A.hdr:active { 
	color: 				#9C1800; 
	text-decoration: 	underline; 
	font-family:		verdana, arial, helvetica;
	font-size:			small;
	font-weight:		normal;
	font-style:			normal;
}
A.hdr:hover { 
	color: 				blue;  
}

#header p {
 	text-align:			right;
	margin: 			0;
	font-size: 			medium;
	font-weight: 		bold; 
	color:				#9C1800;
}

/* *** used by menu.php *** */

A:active 	{text-decoration: none; font-weight: bold; color: white;}
A:link 		{text-decoration: none; font-weight: bold; color: white;}
A:visited 	{text-decoration: none; font-weight: bold; color: white;}
A:hover 	{text-decoration: none;}

/* *** used by newsletter.php *** */

.archives { 
	padding:			5px;
	text-align:			left;
	font-family:		verdana, trebuchet, arial, sans-serif;
	font-size:			small;
	font-weight:		normal;
	color:				black;
	line-height:		16px;
	border-top:			dashed black 1px;
}
A.arc:active 	{text-decoration: underline; font-weight: normal; color: black; padding-left: 15px;}
A.arc:link 		{text-decoration: underline; font-weight: normal; color: black; padding-left: 15px;}
A.arc:visited 	{text-decoration: underline; font-weight: normal; color: #999999; padding-left: 15px; background: url(images/visitedLink.gif) left no-repeat }
A.arc:hover 	{text-decoration: underline; font-weight: normal; color: #9C1800; padding-left: 15px;}







