body {
	font-size: 100%;
	line-height: 1.125em;
	text-align: center;
	height: 100%;
	width: 100%;
}
#container {
	width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	text-align: left;
	float: left;
	width: 1000px;
	border: 1px solid #CCC;
}
#header {
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 1000px;
}
#tel {
	text-align: left;
	float: left;
	width: 1000px;
	background-image: url(../images/telbg.jpg);
	background-repeat: repeat;
}

#nav {
	float: left;
	width: 1000px;
	margin-top: 155px;
	padding-bottom: 50px;
}
#nav ul {
	float: left;
	padding: 0px;
	margin-left: 355px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline;
}
#nav ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	display: inline;
	padding-left: 30px;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-right: 30px;
}
#nav ul li a {
	color: #999;
	text-decoration: none;
}
#nav ul li a:hover {
	color: #333333;
	text-decoration: none;
}
#nav ul li a#active {
	color: #333333;
	text-decoration: none;
}
#text {
	background-image: url(../images/homebg.jpg);
	background-repeat: repeat;
	float: left;
	width: 1000px;
}
#text2 {
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat;
	float: left;
	width: 1000px;
	display: inline;
}
#text3 {
	background-image: url(../images/pagebg2.jpg);
	background-repeat: repeat;
	float: left;
	width: 1000px;
	display: inline;
}
#footer {
	float: left;
	width: 1000px;
	padding-bottom: 8px;
}

#col1 {
	float: left;
	width: 346px;
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline;
}

#col2 {
	float: left;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline;
}
#col2 ul {
	list-style-type: square;
	color: #00595e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 16px;
	line-height: 1.85em;
}
a {
	color: #993366;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	margin-top: 0px;
	margin-bottom: 8px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #666;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.90em;
	font-weight: normal;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 3px;
}
h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.65em;
	font-weight: normal;
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pad {
	margin-left: 20px;
}
.dkblue {
	color: #00595e;
}
.grey {
	color: #666;
}
.dkgrey {
	color: #333;
}
.white {
	color: #FFF;
}
.whiteline {
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
