/* CSS Document */
/* All Code and Scripting is copyright Patrick Jungers and Digital Solutions unless otherwise
specified and cannot be used without written permission from the copyright holder */
body	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 14px;
	}

a:link {
	color: #006BBA;
	text-decoration: none;
	}
a:visited { 
	color: #006BBA;
	text-decoration: none;
	}
a:hover { 
	color: #F6B340;
	text-decoration: none;
	}
a:active { 
	color: #F6B340;
	text-decoration: none;
	}
		
#container {
	width: 700px;
	padding: 20px;
	margin-left: 50px;
	background-color: #FFF;
	height: 650px;
	}

#header	{
	width: 700px;
	height: 100px;
	}

#logo	{
	float: left;
	}

#appt	{
	text-align: right;
	vertical-align: bottom;
	padding-top: 43px;
	}

#appt a	{
	text-decoration: none;
	color: #FFF;
	}

#nav	{
	color: #006BBA;
	}

#nav ul	{
	list-style-image: url("list.gif");
	text-align: right;
	margin-right: 30px;
	}

#nav ul li	{
	padding-left: 2px;
	display: inline;
	}

#image	{
	text-align: left;
	background-image: url("images/home.png");
	background-repeat: no-repeat;
	margin-left: 120px;
	height: 211px;
	}

#aboutimage	{
	text-align: left;
	background-image: url("images/about.png");
	background-repeat: no-repeat;
	margin-left: 120px;
	height: 211px;
	}

#contactimage	{
	text-align: left;
	background-image: url("images/contact.png");
	background-repeat: no-repeat;
	margin-left: 120px;
	height: 211px;
	}

#servicesimage	{
	text-align: left;
	background-image: url("images/services.png");
	background-repeat: no-repeat;
	margin-left: 120px;
	height: 211px;
	}

#imagetext	{
	float: right;
	text-align: left;
	width: 210px;
	margin-top: 70px;
	margin-right: 5px;
	}

#bottom	{
	height: 300px;
	}

#pagename	{
	position: absolute;
	left: 10px;
	top: 412px;
	width: 280px;
	text-align: right;
	}

#text1	{
	position: absolute;
	left: 290px;
	top: 412px;
	width: 210px;
	text-align: left;
	border-left: solid #006BBA;
	padding-left: 20px;
	padding-right: 20px;
	}

#text2	{
	width: 210px;
	text-align: left;
	position: absolute;
	left: 520px;
	top: 412px;
	padding-left: 20px;
	}

#footer	{
	width: 100%;
	text-align: right;
	}

#disclaimer	{
	margin: 10px;
	text-align: left;
	}