/*---------- Content Presentation Stylesheet ------------ */
/*          Created By Ben Stewart - April 2010             */

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px; /* keeps a vertical scrollbar on all pages */
}
body {
	background: #fff;
	font-size:12px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #000;
	width:600px;
}
h1, h2, h3 {
	font-weight:bold;
	color: #000;
	margin: 0;
	text-transform:uppercase;
	padding:5px 0 15px 0;
}
h1 {
	font-size:24px;
	text-transform:none;
}
h2 {
	font-size:18px;
	padding:5px 0 10px 0;
}
h3 {
	font-size:16px;
}
ul {
	margin: 0 10px 15px 20px;
}
li {
	margin:0px;
	list-style: none;
	background:url(images/BYB_menu_point.gif) no-repeat  top left;
	padding:0 15px 5px 25px;
}
p {
	margin: 0 0 15px 0;
}
a {
	border:none;
	color: #000;
	text-decoration: none;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
hr {
	height:1px;
	background-color: #fff;
	border: 1px solid #fff;
	margin-bottom: 10px;
}
img {
	border:0;
}
img.Image_left {
	float: left;
	margin: 0px 5px 10px 0px;
}
img.Image_right {
	float: right;
	margin: 0px 0px 10px 5px;
}
img.Image_centre {
	margin: 0 auto 15px auto;
}
body {
	background: #a4d4f2 url(images/BYB_bg.jpg) no-repeat center top fixed;
	margin: 0px auto;
	width:100%;
}
#header {
	height:155px;
	margin:0;
	background:url(images/BYB_header.png) no-repeat;
}
#header .logo {
	margin:0;
	float:left;
}
#menu {
	width:780px;
	height:30px;
	clear:both;
	padding: 10px 10px;
	margin:0;
}
#outer_wrap {
	width:100%;
	z-index:-10;
	background: url(images/BYB_houses.png) no-repeat center bottom fixed;
	bottom:0;
}
#container {
	text-align:left;
	width:800px;
	margin:0 auto;
	padding: 0 125px;
	background: url(images/BYB_sun.png) no-repeat right top;
}
#wrapper {
	background:url(images/BYB_content_bg.png);
	padding: 20px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
.clear {
	clear:both;
}
#content {
	float:left;
	width:520px;
	min-height:500px;
	padding-bottom:160px;
	padding-right:20px;
	background: url(images/BYB_divider.png) repeat-y  top right;
}
#navigation {
	background:#B9CAFF;
	float:right;
	width:200px;
}
#right_column {
	float:right;
	width:170px;
	color:#666;
	margin-top:30px;
	font-size:26px;
	font-family:serif;
	font-weight: 300;
	padding: 7px 0px 0 20px;
	background: url(images/BYB_quote_top.png) top left no-repeat;
}
#right_column p.quote {
	background: url(images/BYB_quote_bottom.png) bottom right no-repeat;
	line-height:30px;
	font-style: italic;
	padding-bottom:0;
	margin:0;
}
#footer {
	clear:both;
	font-size:10px;
	width:100%;
	background: url(images/BYB_fence.png) repeat-x center top ;
	height:175px;
	position: fixed;
	bottom:0;
	color: #000;
	text-align:center;
	overflow:hidden;
}
#footer p {
	margin: 145px 0 0 0;
	padding:5px 10px;
}
.ddsmoothmenu {
	font: bold 12px Verdana;
	width: 100%;
}
.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding: 0;
}
/*Top level list items*/
.ddsmoothmenu ul li {
	position: relative;
	background-image:none;
	display: inline;
	float: left;
	margin: 0;
	margin-right:5px;
	padding: 0;
	list-style-type: none;
}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	display: block;
	padding: 6px 10px;
	color: #010101;
	text-decoration: none;
}
* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
	color: #010101;
}
.ddsmoothmenu ul li a.selected,
.ddsmoothmenu ul li.active a { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: url(images/BYB_menu_bg.png);
	color: #010101;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ddsmoothmenu ul li a:hover {
	background: url(images/BYB_menu_bg.png);
	color: #010101;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ddsmoothmenu ul li.hasChild a:hover  {
	background: url(images/BYB_menu_bg.png);
	color: #010101;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
}
/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	margin-top:-3px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	background:  url(images/BYB_menu_bg.png) ;
}
.ddsmoothmenu ul li ul li.first {
	padding: 8px 0 0 0;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}
.ddsmoothmenu ul li ul li.last {
	padding: 0 0 5px 0;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	font: bold 11px Verdana;
	width: 180px; /*width of sub menus*/
	padding: 6px;
	margin: 0;
}
/* Sub level menu links style */
.ddsmoothmenu ul li.hasChild ul li.active a,
.ddsmoothmenu ul li ul li a:hover,
.ddsmoothmenu ul li.hasChild ul li a:hover {
	font: bold 11px Verdana;
	width: 180px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
	background: #eae4e4;
	border:1px solid #d5cfd0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
/*------------- Contact Form --------------*/

div.contactForm {
	width:365px;
	padding: 0px;
	margin: 30px;
}
div.row {
	clear: both;
	padding-top: 5px;
	vertical-align: middle;
}
div.row span.label {
	float: left;
	width: 140px;
	text-align: right;
	padding:0px 10px 0px 0px;
}
div.row span.formw {
	float: right;
	width: 210px;
	text-align: left;
}
input, textarea, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 210px;
	border: 1px solid #E9CE7D;
	background: #fff;
	padding-left: 3px;
}
input {
	width:143px;
}
div.row span.formw textarea {
	height:60px;
}
div.spacer {
	clear: both;
}
.button{
  width:75px;
  cursor:pointer;
}
