@charset "utf-8";
/* ------------------ layout position styles --------------*/
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #183152;
	height: 20px;
}

.twoColLgSide #container {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColLgSide #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColLgSide #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColLgSide #menu {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColLgSide #menu h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColLgSide #blog01 {
	float:left;
}

.twoColLgSide #leftSidebar {
	float: left; /* 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 */
/*	height: 500px;*/
	padding: 0px 10px 10px 10px;
}

.twoColLgSide #rightSidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
/*	height: 500px;*/
	padding: 0px 10px 10px 10px;
}

.twoColLgSide #mainContent { 
	margin: 0 0 0 220px; /* 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: 0px;  /* this padding will lower or raise the mainConetent */
}

.twoColLgSide #footer {
	padding: 0 10px 0 20px;
} 

.twoColLgSide #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.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: 8px;
}

.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;
}

/* ------------------ presentation styles --------------*/
body {
	background-color: #c4d7ed;
}

#cse {
	width: 175px;
	}
	
.twoColLgSide #header {
	background: transparent url(../images/header.png) no-repeat;
	height: 200px;
	width: 960px;
	margin: 0px;
	padding: 0px;
}

.twoColLgSide #menu {
	height: 35px;
	width: 780px;
	margin: 0px;
	padding: 0px;
}
	
.twoColLgSide #blog01{
	width: 400px;
	height: 470px;
	margin: 0px;
	padding: 0px;
}

.twoColLgSide #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #183152;
	margin: .8em 0 -1em;
	font-weight: normal;
	line-height: 55px;
	padding-left: 0px;
	height: 65px;
}

.twoColLgSide #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 0px;
	font-size: 0.95em;
	margin: 0 .5em;
	color: #183152;
	line-height: 5px;
}

.twoColLgSide #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:200;
	padding-right: 220px;
	font-size: 0.70em;
	color: #183152;
	line-height: 15px;
	text-align:center;
}

.twoColLgSide #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.90em;
	line-height: 1.2em;
	text-align: justify;
	padding-right: 160px;
	padding-left: .6em;
	padding-bottom: 0.2em;
}

.twoColLgSide #mainContent table {
	font-family: "Courier New", Courier, monospace;
	font-size: 0.90em;
}

.twoColLgSide #mainContent price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 2.4em;
	text-align: center;
	padding-right: 0px;
	padding-left: .6em;
	padding-bottom: 0.2em;
	font-stretch:extra-expanded;
}
	
.twoColLgSide #mainContent centerstuff {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 1.0em;
	line-height: 1.3em;
}
	
.twoColLgSide #IE6 a {
	font-size: 0.60em;
	color: #900;
	padding-right: 160px;
}

.twoColLgSide #mainContent ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	line-height: 1.6 em;
	text-align: justify;
	padding-right: .6em;
	padding-left: .6em;
	padding-bottom: 1.6em;
}

.twoColLgSide #links ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1em;
	text-align: justify;
	padding-right: 0.6em;
	padding-left: 0.6em;
	padding-bottom: 0.2em;
}

.links a:link {
	text-decoration: none;
	color: #183152;
	font-size:14px;
}

.twoColLgSide #leftSidebar {
	padding: 10 10 10em 10;
	margin-bottom: 10em;
	background: #c4d7ed; /*sidebar background*/
	color: #183152;  /*sidebar font color*/
	font-size:13px;
}

.twoColLgSide #leftSidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.88em;
	line-height: 1.5em;
	color: #183152;
	margin: 0 10px;
	padding-bottom: 1.2em;
}

.twoColLgSide #leftSidebar h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #183152;
	margin-left: 10px;
}

.twoColLgSide #rightSidebar {
	padding: 10 10 10em 10;
	margin-bottom: 10em;
	background: #c4d7ed; /*sidebar background*/
	color: #829db4;  /*sidebar font color*/
}

.twoColLgSide #rightSidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #183152;
	margin: 0 10px;
}

.twoColLgSide #rightSidebar h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	color: #183152;
	margin-left: 10px;
}

#iframe {
	font-size: 15px;
	text-align: left;
	padding: 0 10px 0 20px;
	background:#c4d7ed;
}

.twoColLgSide #footer {
	padding: 0 10px 0 20px;
	background:#829db4;
}

.twoColLgSide #footer p {
	font-size: .7em;
	color: #183152;
	text-align: left;
	margin-bottom: .5em;
}

.twoColLgSide a:link {
	text-decoration: none;
	color: #183152;
}

.twoColLgSide a:visited {
	text-decoration: none;
	color: #183152;
}

.twoColLgSide a:active {
	text-decoration: none;
}

.twoColLgSide a:hover {
	background:#829db4;
}

.twoColLgSide #button {
	width: 30em;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #c4d7ed;
	color: #829db4;
	}

#slideShow {
  width : 150px;
  height : 150px;
  padding : 10px;
}

/*=========Map layout================*/

#map_canvas {
	width: 610px;
	height: 400px;
	float: left;
}

#pano {
	width: 760px;
	height: 400px;
}

#side_bar {
	background-color:#CCCCCC;
	font:Georgia, "Times New Roman", Times, serif;
	float: left;
	width: 150px;
	height: 400px;
}

.imageleftH {
	float: left;
	width:180px; 
	height:130px;
	border:3px;
	border-color: #DAA520;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.imagerightH {
	float: right;
	width:180px; 
	height:130px;
	border:3px;
	border-color: #DAA520;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.imageleftV {
	float: left;
	height:180px; 
	width:130px;
	border:3px;
	border-color: #DAA520;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.imagerightV {
	float: right;
	height:180px; 
	width:130px;
	border:3px;
	border-color: #DAA520;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.flickr_badge_uber_wrapper {
	float: right;
	border: 0;
	}
