@charset "utf-8";
/* CSS Document */

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

/* Fix PNG Images 
img { behavior: url(/global/css/resources/iepngfix.htc) }*/

.png { behavior: url(/global/css/resources/iepngfix.htc) }

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* 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. */
}
.oneColFixCtrHdr #header {
	background: #fff; 
	padding:0;  /* 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. */
	height:400px;
}
.oneColFixCtrHdr #header h1 {
	position:relative;
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width:213px;
	height:120px;
	left:373px;
	text-indent:-5000px;
	background:url(/images/logos/breese-ranch-logo.png) no-repeat;
	cursor:pointer;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logos/breese-ranch-logo.png',sizingMethod='crop');
}
.oneColFixCtrHdr #header h1 a {
	width:213px;
	height:120px;
}
#branding {
	width:960px;
	height:120px;
	background:url(/images/hdr-bkg-home.jpg);
	padding:15px 0;
}

.oneColFixCtrHdr #mainContent {
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	clear:both;
	height:166px;
	background:url(/images/t/content-bkg-home.jpg) no-repeat;
}

#frame {
	margin:0;
	padding:0;
	background-color:transparent;
	position:absolute;
	top:151px;
	z-index:25;
	width:960px;
	height:250px;
}
#frame object {
	margin:0;
	padding:0;
}
#frame-top {
	position:absolute;
	z-index:500;
	top:151px;
	width:960px;
	height:30px;
	background:url(/images/t/top_black_bar.png) no-repeat;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/t/top_black_bar.png',sizingMethod='crop');
}

#frame-bottom {
	position:absolute;
	z-index:500;
	top:371px;
	width:960px;
	height:30px;
	background:url(/images/t/bottom_black_bar_home.png) no-repeat;
	*background:none;
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/t/bottom_black_bar_home.png',sizingMethod='crop');
}
.oneColFixCtrHdr #footer {
	padding: 4px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#914100;
	font-size:.65em;
	color:#fff;
	height:12px;
	line-height:12px;
}
.oneColFixCtrHdr #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:0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	float:left;
}

#toolbar {
	margin:0;
	padding:0;
	float:right;
}
#toolbar li {
	list-style:none;
	float:left;
}
#toolbar li a {
	display:block;
	border-right:1px solid #fff;
	padding:0 5px;
	color:#fff;
	text-decoration:none;
}
#toolbar li a.last {border:none;}
#toolbar li a:hover {
	text-decoration:underline;
}
#legal {
	font-size:.65em;
	background-color:#000;
	color:#999;
	text-align:center;
	padding:10px;
}
#legal a {
	color:#999;
}

a.portal {
	text-align:center;
	padding-top:40px;
	width:240px;
	display:block;
	float:left;
	height:126px;
}
a.bblogo {
	padding-top:30px;
}
a.breesegals-logo {
	padding-top:60px;
}