@charset "UTF-8";
/* CSS Document */

html {
	font-family: Arial;
	font-size: .8em;
	color: white;}
	
h1 {
	margin: 0 0 5px 0;}
	
h2, h3, h4, h5, h6 {
	margin: 10px 0 5px 0;}

h1, h3, h5 {
	text-transform: uppercase;}
	
h2, h4, h6 {
	color: #CCCCCC;
	font-weight: normal;}
	
h2 {
	margin-top: 15px;}
	
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: white;}
	
a:hover {
	text-decoration: underline;}
	
a:hover {
	text-decoration: underline;}

p {
	margin: 0 0 5px 0;
	padding: 0;}
	
#contactInfo {
	color: black;}

#navContent ul {
	margin: 0;
	padding: 0;
	height: 28px;
	list-style-type: none;}

	#navContent ul li {
		display: inline;
		border-right: 1px solid #822a29;
		height: 28px;
		padding: 0 10px 0 10px;}
		
		#navContent ul li a:link, #navContent ul li a:visited {
			color: white;}
		
.subNav {
	padding: 0;}
		
	.subNav li {
		list-style-type: none;
		text-align: left;
		padding: 5px 0 5px 0;
		margin: 0;
		border-bottom: 1px dashed #404040;}
		
	.subNav li a:link, .subNav li a:visited, .subNav li {
		text-transform: uppercase;
		color: white;}
		
.map {
	margin: 15px 0 10px 40px;}
	
.imgRight, .imgLeft {
	padding: 2px;
	border: 1px solid #404040;}
	
	.imgRight {
		margin: 10px 0 10px 10px;
		float: right;}
		
	.imgLeft {
		margin: 10px 10px 10px 0;
		float: left;}
		
.moreInfo {
	font-size: 11px;
	font-style:italic;
	font-weight: normal;}
	
/* ===== Web Design & Development Table ===== */

#services {
	margin: 10px 0 0 0;}	

	#services td {
		border: 1px solid #404040;}
		
		.heading td {
			font-weight: bold;
			text-transform: uppercase;
			border-top: none;
			background: #404040;}
			
br {
	clear: both;}
