@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #CCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#mainContent a {
	color: #1d0584;
	text-decoration: underline;
}
a img {
	border: none;
}
h1 {
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #1d0584;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 65px 15px 15px 10px;
}
#sidebar1 #box1 {
	margin: 10px;
	width: 180px;
	background: #d4d2d2 url(images/appointment-bar.jpg) no-repeat;
}
#sidebar1 #box1 a {
	text-decoration: none;
	color: #1d0584;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#sidebar1 #box1 a:hover, #sidebar1 #box1 a:active, #sidebar1 #box1 a:focus {
	color: #333333;
}

#sidebar1 #box1 p {
	font-size: 0.7em;
	padding-left: 10px;
}
h4 {
	padding-left: 15px;
	padding-top: 8px;
	margin-top: 0px;
	color: #FFFFFF;
	font-size: 0.9em;
}
#mainContent {
	margin: 0 230px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent3 {
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent a:hover, #mainContent a:active {
	color: #999;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
input, textarea {
	width: 21em;
	background: #FFFFFF;
	padding-top: 0.2em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
}
textarea {
	margin-left: 0px;
	padding-left: 0px;
	height: 8em;
}
input#submit {
	width: 8em;
	margin-top: 0.8em;
	margin-left: 1.3em;
}
input:focus, textarea:focus {
	background: #E5EBF4;
}
.submit {
	background: #1d0584;
	border: 1px solid #FFFFFF;
	font: 0.8em Helvetica, "Helvetica Neue", Arial;
	color: #FFFFFF;
}
fieldset {
	border-style: none;
	font-size: 0.8em;
	line-height: 1.8em;
	width: 300px;
}
label {
	margin-top: 0.5em;
	display: block;
}
legend {
	color: #134163;
	font-weight: normal;
	font-size: 150%;
	left: 0.2em;
	padding: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.table {
	font-size: 0.9em;
	padding-left: 10px;
}
.parking {
	font-size: 0.85em;
	font-style: italic;
	color: #666;
}
.imgtext {
	background: #d6cee6;
	font-size: 0.8em;
	padding-top: 0px;
}
.imgtext p {
	padding-top: 8px;
}
