/* Elements */

/* Bigger than usual. */

p { margin: 15px 25px; font-size: 1.7em; }
li { font-size: 1.7em; }
h1, h2, h3 { margin-left: 20px; margin-right: 20px; }
ul, ol, dl, table, div.address, blockquote, pre { margin-left: 35px; margin-right: 35px; }

h1 { color: #336699; font-size: 4em; }
p.subh1 { color: #666666; margin-left: 40px; font-size: 2em; }
h2 { color: #003366; border-bottom: 1px solid #6699cc; font-size: 2.6em; }
h3 { font-size: 2em; }
div.right div, div.left div { margin: 0px 0px 10px; }
img.frame { padding: 3px; border: 1px solid #cccccc; background-color: #ffffff; }
p.caption { font-size: 1.2em; }

p.center { clear: both; }

div.right { padding-left: 1em; padding-bottom: 1em; padding-right: 20px; }
div.left { padding-right: 1em; padding-bottom: 1em; padding-left: 20px; }

form .submit { padding: 0px; text-align: center; }

form legend { font-weight: bold; }

div.fp { width: 485px; height: 250px; float: left; }


/* Body parts */

body {
	margin: 0px;
	padding: 0px;
	background: #d9efff url(../images/background.jpg) repeat-y top center;
	text-align: center;
}

#page {
	width: 980px;

	margin: 0px auto;
	text-align: left;
	position: relative;
}

#header {
	margin: 0px 5px;
	position: relative;
}
	#banner { padding-left: 5px; }
	#appointments {
		height: 75px;

		position: absolute;
		top: 3px;
		right: 10px;
		width: 340px;
		overflow: hidden;
	}
	#appointments p {
		text-align: right;
		font-weight: bold;
		vertical-align: top;
		margin: 0px;
		font-size: 20px;
		color: #000000;
	}
	#appointments p.phone { font-size: 32px; line-height: 38px; }
	#appointments p.phone a.phone { background: transparent url(../images/phone.png) no-repeat left; padding-left: 25px;  }
	#appointments a { color: #000000; }
	#appointments a:hover { color: #3399ff; }

	#view { position: absolute; bottom: 0px; right: 5px; }
	#view p { font-size: 18px; margin: 0px; padding: 5px; }
	#view a { font-weight: bold; text-decoration: none; }
	#view a:hover { text-decoration: underline; }
	#view a.normal { font-size: 20px; color: #000000; line-height: 20px; }
	#view a.large { font-size: 26px; color: #000000; line-height: 26px; }
	#view a.contrast { font-size: 26px; color: #ff00ff; background-color: #000000; padding: 0px 3px; line-height: 26px; }

	#breadcrumbs { margin-left: 5px; }
	#breadcrumbs p { font-size: 18px; margin: 0px; padding: 5px; }
	#breadcrumbs p a.active { font-weight: bold; }

.bar { margin: 0px 5px; clear: both; position: relative; font-family: Arial, Tahoma, Helvetica, sans-serif; }
	.menu { height: 31px; margin: 0px; padding: 0px; clear: left; background-color: #003366; }

	.menu li { margin: 0px; padding: 0px; float: left; list-style-type: none; }

	.menu a, .menu a:visited { display: block; padding: 7px 15px; line-height: 17px; font-size: 17px; text-decoration: none; color: #ffffff; }
	.menu a.active, .bar a.proud { color: #ffffff; background-color: #3399cc; }
	.menu a:hover { color: #003366; background-color: #66ccff; }
	.menu a.active { font-weight: bold; }

	.menu-1 { background-color: #3399cc; }
	
#content {
	margin: 0px 5px;
	padding: 20px 0px 30px;
	background-color: #ffffff;
}

#footer { margin: 0; padding: 10px 0px 20px 300px; position: relative; }
	#footer p { margin: 0px 0px 3px; text-align: center; font-size: 14px; }
	#prospect { position: absolute; top: 20px; left: 40px; }