body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#60c991;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
		font-size:85%;
	}
	a {
	color:#4B4A96;
	}
	a:hover {
		color:#fff;
		text-decoration:none;
	}
	h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	}
	p {
	margin:.4em 0 .8em 0;
	padding:0;
	font-size: 12pt;
	line-height: 16pt;
	padding-top: 3px;
	}
p.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	display: block;
	padding-bottom: 6px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
p.linksbold {
	font-size: 9pt;
	line-height: 7pt;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: -2pt;
}
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
	#header {
	clear:both;
	width:90%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #fff;
	background-image: url(../images/bucksmap.jpg);
	}
	
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	
	


	#links {
	float: left;
	margin-left: 100px;
	margin-top: 20px;
	width:500px;
	}
	
	#links a{
	color: #4B4A96;
	}
	
	#links a:hover{
	color: #666;
	}
	
	#navbar {
	clear:both;
	height: 40px;
	width: 865px;
	margin-left: auto;
	margin-right: auto;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	overflow:hidden;
	background-image: url(../images/bluebar.gif);
	background-repeat: no-repeat;
	background-position: center center;
	}
	#navbar ul {
		
		list-style:none;
		margin-top:15px;
		padding:0;
		position:relative;
	
		text-align:center;
		margin-bottom:35px;
	}
	#navbar ul li {
		display:inline;
		
		list-style:none;
		margin:0;
		padding:0;
		position:relative;
		
	}
	
	#navbar ul li a {
		display:inline;
		margin-top:40px;
		padding-top:.8em;
		padding-left: 10px;
		padding-right: 10px;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
		
		line-height:1.3em;
	}
	
	#navbar ul li.active a {
		color:#FFFF99;
		font-weight:bold;
	}
	
	
	#navbar ul li a:hover {
	font-weight:bold;
	color:#000;
	}
	
	#navbar ul li a span {
		display:block;
	}

	
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	
	/* column container */
	
	.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:90%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	margin-left:auto;
	margin-right:auto;
	margin-top:30px
	background: fff;
	
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	
	.colmid
	{
	top:20px; /* moves down the content of all 3 columns */
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#fff;		/* right column background colour */
	}
threecol_padded {
	padding: 40px;
	background: #fff;
	position: relative;
}
	.threecol .colmid {
		right:25%;			/* width of the right column */
		background:#fff;		/* center column background colour */
	}
	.threecol .colleft {
		right:50%;			/* width of the middle column */
		background:#ffffff;	/* left column background colour */
	}
	
	.threecol .colleft1 {
		right:50%;			/* width of the middle column */
		background:#fff;	/* left column background colour */
	}
	.threecol .col1 {
		width:46%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
threecol .col1_wider {
	width: 56%;
}
	.threecol .col2 {
		width:21%;			/* Width of left column content (column width minus padding on either side) */
		left:31%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:21%;			/* Width of right column content (column width minus padding on either side) */
		left:85%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	/* ----------paragraph styles-------------- */
	p.sixpoint {
	font-size: 9pt;
	color: #333333;
	margin:.4em 0 .8em 0;
	padding:0;
	font-family: verdana;
	line-height: 12pt;
	}
	
	p.tenpoint {
	font-size: 11pt;
	color: #333333;
	margin:.4em 0 .8em 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 14pt;
	}
	
	.greenbackground {
	color: #333333;
	margin:.4em 0 .8em;
	padding:4pt;
	background-color: #00FFCC;
	}
	/* ----------image styles-------------- */
	
	img.floatleft {
	margin:10px 0 5px;
	float: left;
	}
.imgfloatleft {
	
}

#floatleft {
	padding-bottom: 7px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-right: 12px;
	float: left;
}
#floatleft img {
	float: left;
	border: 1;
	border-color: #339966;
}
#floatleft p {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: italic;
	bottom: 0px;
	line-height: 9pt;
	text-indent: 5px;
	font-weight: bold;
	color: #00442D;
}
	
	/* ----------list styles-------------- */
	li.sixpoint {
	font-size: 6/16pt;
	color: #333333;
	margin:.4em 0 .8em 0;
	padding:0;
	font-family: verdana;
	}
	
	li.tenpoint {
	font-size: 18/24pt;
	color: #333333;
	margin:.4em 0 .8em 0;
	padding:0;
	font-family: verdana;
	}
	
	/* ------------Footer styles--------------- */
	#footer {
		clear:both;
		float:left;
		width:100%;
	}
	#footer p {
	padding:10px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	}
	/*  */
	</style>
.colmask threecol .colmid .colleft .col1 #AppointmentRequest_Cool_Default .Cool_Default #Appointment_request .formList .formItem .formGroup .lineGroup .fullColumnGroup .sublabel {
	width: 60%;
}
.colmask threecol .colmid .colleft .col1 #AppointmentRequest_Cool_Default .Cool_Default #Appointment_request .formList .formItem .formGroup .lineGroup .fullColumnGroup {
	width: 200px;
}
.testimonials {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #666666;
	padding-bottom: 5px;
	margin-bottom: -10px;
}
.testimonial_credit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-position: right;
	padding-bottom: 12px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: right;
	text-indent: 15px;
}
.col3 p {
	font-family: verdana;
	font-size: 9pt;
	line-height: 14pt;
	color: #004E82;
}
.col1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 2.4em;
	color: #003399;
	margin-bottom: 4px;
	margin-top: 2px;
}
.floatleft {
	float: left;
	display: block;
	width: 100px;
	z-index: 100;
	margin-right: 50px;
	padding-right: 20px;
}

