body, body * {
	margin: 0;
	padding: 0;
	}
	
body {
	color: #333;
	background: #f7f7f7;
	font-size: .8em;
	line-height: 1.65em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
p {
	margin: 1em 0;
	}	
	
a:link {
	color: #5a86bf;
	}	
a:visited {
	color: #036;
	}
a:hover, a:active {
	color: #369;
	}

h2 {
	font-size: 140%;
	color: #919191;
	margin: 1em 0;
	}
	
.sideContent h2 {
	color: #666;
	border-bottom: 1px solid #cf0311;
	font-size: 130%;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	}
	
h3 {
	font-size: 120%;
	}
	
/* container divs */	
#mainContainer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
	
#navigationBar {
	background: url(../images/menuRepeat.gif) repeat-x;
	height: 45px;
	}

#contactInfo {
	background: #e0e2e3;
	width: 799px;
	height: 53px;
	border-bottom: 1px solid #e0e2e3;
	padding-left: 1px;
	}	

#content {
	margin: 22px 0;
	border: 1px solid #e0e2e3;
	width: 798px;
	background: white url(../images/gradientBlue2.jpg) 100% 100% no-repeat;
	}	

.textContent {
	float: left;
	width:478px;
	padding: 0 15px 14px 15px;
	}
	
.sideContent {
	width: 255px;
	padding: 27px 16px 14px 16px;
	float: right;
	}
	
#footerBox {
	padding-bottom: 10px;
	}
/* end containers */	
	
#navigationList, #navigationList li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
	}
#navigationList li {
	display: block;
	height: 45px;
	}
	
.headerImage {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	}
	
.contactImg {
	margin-top: 16px;
	margin-left: 4px;
	}

.sideContent p, .sideContent li {
	font-size: 88%;
	line-height: 1.75em;
	margin: 0; padding: 0;
	}
.sideContent ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.sideContent li {
	display: block;
	clear: both;
	}
	
.title {
	margin-top: 27px;
	}
	
.copyright {
	background: #666;
	color: #ccc;
	font-size: 80%;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: normal;
	}
	
#textNav {
	margin: 0;
	padding: 0;
	list-style-type: none;	
  	display:table;
	}
#textNav li {
	float: left;
	display: table-cell;
	margin: 0 6px;
	font-size: 88%;
	font-weight: bold;
	padding: 2px 0 8px 0;
	}
#textNav a:link, #textNav a:visited {
	color: #959ca1;
	}
#textNav a:hover, #textNav a:active {
	color: #369;
	}
	
/* contact information labels */
.hourLabel, .phoneLabel, .emailLabel, .phoneLabel2 {
	float: left;
	}
.hourLabel {
	width: 75px;
	}
.phoneLabel {
	/* width: 153px;  old phone width */
	width: 120px;
	}
.phoneLabel2 {
	width: 45px;
	}
.emailLabel {
	width: 100px;
	}	
	
.textContent p, .textContent li {
	font-weight: bold;
	}
.textContent p strong {
	font-size: 115%;
	}
.textContent li {
	list-style-position:inside;
	color: #5a86bf;
	}
.textContent li span {
	color: #333;
	}
	
.formList {
	list-style-type: none;
	background: url(../images/gradientBlue.jpg) 100% 100% repeat-x;
	padding: 5px;
	}
.formTable td {
	color: #333;
	font-weight: normal;
	padding: 4px;
	}
.formTable label {
	margin: 0;
	display: block;
	float: left;
	}
	
.alert, .formList li .alert {
	color: #c00;
	font-weight: bold;
	}
	
label.col1 {
	width: 60px;
	}
label.col2 {
	width: 30px;
	}
label.col3 {
	width: 80px;
	}
label.col4 {
	width: 90px;
	}
label.clearColumns {
	width: auto;
	float: none;
	display: inline;
	}