/* CSS Document */

p, th, h1, h2, h3, label, td, li, ol, ul, link, a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #333333;
	margin-left: 5px;
	margin-right: 5px;
	padding: 2px 5px 0 5px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
	padding-top:3px;
}
.sideBarText {
	font-size:14px;
	font-weight:bold;
}
h2, th, a, td {
	font-size:11px;
	font-weight: bold;
}
.headerText {
	font-size: 12px;
}

a {
	color: #0000CC;
}
a span {
	display: none;
}

.textLeft {
	margin-left: 155px;
}
.textRight {
	margin-left: 275px;
}

p span {
	font-weight: bold;
}

#contactButton, #homeButton {
	background-repeat:no-repeat;
	margin-left: 20px;
	float: left;
	width: 180px;
	height: 25px;
	clear: both;
}
#contactButton {
	background-image:url(Images/contact.gif);
}
#homeButton {
	background-image:url(Images/home.gif);
}
.phoneLine {
	height: 12px;
}
/* head, body, footer */
#header{
}
#headerImage {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
#tagLine {
	font-weight: bold;
	font-size: 18px;
	text-align:left;
	margin-top: 20px;
	margin-left: 20px;
}

body {
	width: 100%;
	position: relative;
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	height: 500px;
	padding-left: 20px;
	padding-right: 20px; 
}
/* End of head, body */
#holdingDiv {
	background-image: url(Images/background.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment:fixed;
	clear: both;
}
#sideBar {
	float: left;
	width: 150px;
	clear: right;
}

#thanks {
	padding: 50px;
	padding-bottom: 250px;
}
/* Bottom of the page */
#ACWD {
	left:22px;
	top:550px;
	width:694px;
	height:40px;
	text-align:center;
}
