@import "services.css";


#navContainer ul {
	font-family: arial;
	font-size: 12px;}
	
html {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	}
	
h1 {
	font-family: Arial Black;
	font-size: 22px;
	color: #1C8F01;
	text-transform: uppercase; 
	margin: 0;
	}
	
h2 {
	font-family: Arial Black;
	font-size: 20px;
	color: #96E982;
	text-transform: uppercase;
	margin: 0;
	}
	
h3 {
	font-family: Arial;
	font-size: 18px;
	color: #1C8F01;
	text-transform: uppercase;
	margin: 0;
	}
	
h4, h4 a:link, h4 a:visited {
	font-family: Arial;
	font-size: 14px;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	}
	
h4 a:hover {
	font-family: Arial;
	font-size: 14px;
	color: black;
	text-transform: uppercase;
	margin: 0;
	text-decoration: underline;
	}
	
h5, h5 a:link, h5 a:visited {
	font-family: Arial;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0;
	}
	
h5 a:hover {
	text-decoration: underline;
	font-family: Arial;
	font-size: 12px;
	color: white;}
	
h6, h6 a:link, h6 a:visited {
	font-family: Arial;
	font-size: 10px;
	color: white;
	text-transform: uppercase;
	margin: 0;
	}
	
h6 a:hover {
	font-family: Arial;
	font-size: 10px;
	color: white;
	text-decoration: underline;}
	
p {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	margin: 0;
	}
	
.normal {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	}
	
/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Universal Settings &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */

a:link {
	font-family: Arial;
	font-size: 13px;
	color: blue;
	text-decoration: none;
	}
	
a:hover {
	font-family: Arial;
	font-size: 13px;
	color: blue;
	text-decoration: none;
	}
	
a:visited {
	font-family: Arial;
	font-size: 13px;
	color: blue;
	text-decoration: none;
	}
		
/* ============================== Main & Top Nav Settings =================================== */

.navItem a:link, .navItem a:visited {
	text-decoration: none;
	font-weight: bold;
	color: black;}
	
.navItem a:hover {
	text-decoration: underline;}
	
#topNav a:link, #topNav a:visited {
	text-decoration: none;
	color: white;}
	
#topNav a:hover {
	text-decoration: underline;}
	
/* =============================== Non-Font Settings =================================== */

img.portfolioImage {
border: 1px solid #000000;}

/* ================================== Testimonials ===================================== */

#testimonials {
	border-left: 1px solid #1C8F01;
	width: 600px;
	float: left;
	padding-left: 8px;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: 50px;}	
	
.testimonialsItem {
	border-bottom: 1px solid #1C8F01;
	padding-bottom: 5px;
	margin-top: 5px;
	font-style: italic;}
	
#testimonialsHeader {
	position: absolute;
	margin-top: -50px;
	margin-left: -32px;}
	
/* ============================== Images =============================================== */

.imageBorderFloatRight {
	border: 1px solid black;
	margin: 20px 10px 10px 25px;
	float: right;}
	
.imageBorderFloatLeft {
	border: 1px solid black;
	margin: 10px 10px 10px 0;
	float: left;}
	
.imageFloatLeft {
	margin: 10px;
	float: left;}
	
.imageFloatRight {
	margin: 10px;
	float: right;}
	
/* ============================== Gallery =============================================== */

#gallerySubContainer {
	width: 500px;
	background: #DDFFD5;
	border: 1px solid #1C8F01;
	margin-bottom: 15px;}
	
#gallerySub {
	margin: 15px auto 15px auto;}
	
#gallerySub li, #gallerySub li a:link, #gallerySub li a:visited {
	float: left;
	color: black;
	width: 225px;
	margin: 0 auto;
	list-style-type: square;}
	
br {
	clear: both;}