@charset "utf-8";
body  {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	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;
}
body, html {
	height:101%;
}
* {
	margin:0;
	padding:0;
}
.twoColFixLt #container { 
	max-width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(../images/header_bk.jpg) top left no-repeat;
	margin: 20px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #86b2ef;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;
}
#header img {
	margin: 20px 0 5px 50px;
}
#header .phone {
	text-align: right;
	margin-right: 20px;
	font-variant: normal;
	text-transform: none;
	font-style: italic;
	font-weight: normal;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 15px 0px;
}
#menu {
	padding-left:30px;
	padding-top:25px;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left 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: 20px;
} 
#mainContent p {
	margin-bottom: 15px;
}
h3 {
	font-size: 100%;
	margin-top: 5px;
	color: #6295CC;
}
h1 {
	font-size: 150%;
	margin-top: 5px;
	color: #6295CC;
}
#menu_back {
	background-image: url(../images/menu_bk2.jpg);
	border: 3px solid #CCC;
	text-align: center;
	padding: 0 50px;
	min-height: 350px;
	h/eight:300px;
}
#menu_back .note {
	font-weight: normal;
	text-transform: uppercase;
	text-align:;
}
#menu_back p {
	margin-top: 6px;
	text-transform: uppercase;
}
#menu_back p.norm {
	margin-top: 6px;
	text-transform: none;
}
h1.menu {
		text-align:center;
}
h2 {
	font-size: 120%;
	margin-top: 20px;
	color: #6295CC;
}
.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;
	border:1px solid #69F;
	padding:10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border:1px solid #69F;
	padding: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;
}
#footer {
	height: 60px;
	background-image: url(../images/footer_bk.png);
	background-position: bottom;
}
#footer p a {
	color: #000;
	text-decoration: none;
}
#footer p a:hover {
	color: #000;
	text-decoration: underline;
}
#footer p {
	font-size: 85%;
	margin-left: 20px;
	padding-top: 20px;
	text-align: center;
}
.small {
	text-transform:lowercase;
}
hr {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
div.pic {
	float:left;
	margin:0 20px 40px;
	border:1px solid #69F;
	padding:10px;
}
#mainContent p.panorama {
	text-align:center;
	border:1px solid #69F;
	padding:20px 0;
}