/* TJ Edwards Website Stylesheet */
/* Default Version */

body {
	background: url(../images/tj_edwards_background.gif) repeat-y scroll left;
}

body.map {
	text-align: center;
	margin: auto;
	background: none;
}

body.map h1 {
	font: bold 1.25em/100% 'Times New Roman', Times, serif;
	text-transform: uppercase;
	margin: 5px 0 10px 0;
}

body.map img {
	border: 0;
}

body.map a {
	color: #000066;
	font: 0.8em/150% Georgia, 'Times New Roman', Times, serif;
}

body.map a:hover {
	color: #0000ee;
}

#monogram {
	position: absolute;
	top: 0;
	left: 0;
	width: 81px;
	height: 140px;
	clip: rect(0,81,140,0);
}

#watermark {
	position: absolute;
	top: 0;
	left: 150px;
	width: 622px;
	height: 56px;
	clip: rect(0,622,56,0);
	background: url(../images/tj_edwards_watermark.gif) no-repeat scroll left;
}

* html #services {
	position: absolute;
	top: 42px;
	left: 490px;
	font: bold 0.8em/100% 'Times New Roman', Times, serif;
	color: #000066;
}

#services {
	position: absolute;
	top: 28px;
	left: 505px;
	font: bold 0.8em/100% 'Times New Roman', Times, serif;
	color: #000066;
}

#tag {
	position: absolute;
	top: 56px;
	left: 735px;
	width: 20px;
	height: 341px;
	clip: rect(0,20,341,0);
}

* html #container {
	margin: 41px 0 0 84px;
	width: 698px;
}

#container {
	margin: 56px 0 0 84px;
	width: 698px;
}

* html #banner {
	background: url(../images/tj_edwards_banner_background.jpg) repeat-x scroll left;
	width: 677px;
	height: 200px;
	border-right: 1px solid #999999;
	color: #000066;
	margin: 0;
	padding: 0;
}

#banner {
	background: url(../images/tj_edwards_banner_background.jpg) repeat-x scroll left;
	width: 100%;
	height: 200px;
	border-right: 1px solid #999999;
	color: #000066;
}

#banner img {
	margin: 1px 0 1px 0;
	float: left;
}

#title {
	margin: 0 0 0 322px;
	padding: 50px 0 0 0;
}

#title h1 {	
	font: bold 2.25em/100% 'Times New Roman', Times, serif;
	text-transform: uppercase;
	margin: 0;
}

#title h2 {
	font: 1.15em/100% 'Times New Roman', Times, serif;
	margin: 0;
	padding: 20px 0 0 60px;
}

#title h2 .ampersand {
	font: 1.75em/100% 'Times New Roman', Times, serif;
	vertical-align: middle;
	margin-left: 1em;
}

* html #menu {
	position: relative;
	z-index: 5;
	margin-top: -16px;
}

#menu {
	position: relative;
	z-index: 5;
	margin-top: -13px;
}

#menu ul {
	list-style-type: none;	
}

#menu ul li {
	display: inline;
}

#menu img {
	border: 0;
}

#content {
	margin: 0 0 0 80px;
	width: 555px;
}

#content h3 {
	font: bold 1.25em/100% 'Times New Roman', Times, serif;
	color: #000066;
}

#content h4 {
	font: bold 1em/100% 'Times New Roman', Times, serif;
	color: #000066;
	clear: both;
}

#content p {
	font: 0.8em/150% Georgia, 'Times New Roman', Times, serif;
}

#content li {
	font: 0.8em/200% Georgia, 'Times New Roman', Times, serif;
}

#content p#footer {
	font: 0.6em/150% Georgia, 'Times New Roman', Times, serif;
	margin-top: 50px;
	color: #999999;
}

#content p#footer a {
	color: #999999;
}

#content p#footer a:hover {
	color: #000000;
}

#content a:link, #content a:active {
	color: #0000ee;
	text-decoration: underline;
}

#content a:visited {
	color: #999999;
}

#content a:hover {
	color: #000066;
}

#logo {
	display: none;	
}

#printfooter {
	display: none;
}

#content #contact {
	border: 1px solid #999999;
	width: 190px;
	padding: 0 12px;
	background: #f5f5f5;
	float: right;
	margin: 0 10px 10px 10px;
}

#contact h4 {
	font: bold 0.8em/150% Georgia, 'Times New Roman', Times, serif;
	margin: 7px 0 10px 0;
}

#contact  p {
	font: 0.7em/150% Georgia, 'Times New Roman', Times, serif;
}

form {
	padding-top: 20px;
	font: 0.8em/150% Georgia, 'Times New Roman', Times, serif;
}

.row {
	margin-bottom: 10px;
}

.field {
	float: left;
	width: 110px;
}

.button {
	text-align: right;
	margin-right: 20px;
}

.data input, .data textarea {
	background: #f5f5f5;
	border: 1px solid #999999;
	padding: 2px;
	font: 1em/150% Georgia, 'Times New Roman', Times, serif;
}

.maplink {
	text-align: right;
}

.photo {
	float: left;
	margin: 0 10px 25px 0;
}