@charset "utf-8";
/* CSS Document */
body	{
			font-family:Arial, Helvetica, sans-serif;
			font-size:small;
			margin: 0px;
			z-index: 1;
			background-image:url(assets/back.gif);
			} 
h1		{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size: 2em;
			}	
h2		{
			font-family:Georgia, "Times New Roman", Times, serif;
			}		
h3		{
			font-family:Georgia, "Times New Roman", Times, serif;
			}		
h4		{
			font-family:Georgia, "Times New Roman", Times, serif;
			}		
h5		{
			font-family:Georgia, "Times New Roman", Times, serif;
			}		
h6		{
			font-family:Georgia, "Times New Roman", Times, serif;
			}

div#branding h1  {
	display : block;
	height : 100px;
	text-indent : -9999px;
	background: url(assets/one_west_road.gif) no-repeat;
	width: 780px;
	line-height: 0em;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: normal;
	white-space: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
			 }

div#navbar	{
			display : block;
			background-image: url(assets/nav.gif);
			width: 780px;
			height: 1.8em;
			margin-top: 0px;
			margin-right: auto;
			margin-bottom: 0px;
			margin-left: auto;
			}
			
div#MenuBar1	{
			margin-top: 0px;
			margin-right: auto;
			margin-bottom: 0px;
			margin-left: auto;
			}
			
div#footer {
	background-color: #675c47;
	width:770px;
	text-align: center;
	margin: 10px auto 10px auto;
	font-size: 90%;
}

div#footer {
	clear: both;
}


/* content area */

<style type="text/css"> 
 
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 */
}
.thrColAbs #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 777px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: double #867e6b;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for absolutely positioned sidebars:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
*/
.thrColAbs #sidebar1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px; /* 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: ; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 10px 10px; /* padding keeps the content of the div away from the edges */
	border: 1px;
}

.thrColAbs #sidebar1 h3 {
	height : 75px;
	text-indent : -9999px;
	background: url(assets/house.png) no-repeat;
	width: 114px;
}

.thrColAbs #sidebar1 h4 {
	height : 29px;
	text-indent : -9999px;
	background: url(assets/owr_logo_small.png) no-repeat;
	width: 67px;
	border-bottom-width: 4px;
	border-bottom-style: groove;
	border-bottom-color: 867e6b;
}


.thrColAbs #sidebar2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px; /* 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:; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColAbs #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	
}

div#mainContent {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 867e6b;
	border-left-color: 867e6b;
			}
div#mainContent h1{
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #867E6B;
	}
div#mainContent h2{
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #867E6B;
	}
/* map content*/
.thrColAbs #mainContentMap {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	
}

div#mainContentMap {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 867e6b;
	border-left-color: 867e6b;
			}
div#mainContentMap h1{
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #867E6B;
	}
div#mainContentMap h2{
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #867E6B;
	}
	


/* map content end*/
/* Contact area */

.thrColAbs #mainContact {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	
}

div#mainContact {
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 867e6b;
	border-left-color: 867e6b;
			}
div#mainContact h1{
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #867E6B;
	}
div#mainContact h2{
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #867E6B;
	}
/* Contact area end */
/* terms area */
.thrColAbs #mainContentTerms {
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	
}

div#mainContentTerms {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 867e6b;
	border-left-color: 867e6b;
			}
div#mainContentTerms h1{
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #867E6B;
	}
div#mainContentTerms h2{
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #867E6B;
	}

/* terms area end*/
.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;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColAbs #sidebar1 { width: 180px; }
.thrColAbs #sidebar2 {
	width: 175px;
}
</style>
<![endif]
.onewestroad {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
}
.form1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	text-align: right;
}
.onewestroad {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
.thrColAbs #owrmap {
	text-align: center;
}

