@charset "UTF-8";
/* Ontario Modular Homes - Base Framework */

/* HEADERS */

#omhheader {
	width: 765px;
	height: 132px;
	float: left;
}

/* CONTAINERS */

body {
	background-image: url(images/bg-new.png);
	background-repeat: repeat;
	background-color: #000000;
	font-size: 10px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
  }

#bodycontainer {
	background: #FFF;
	padding: 0;
	text-align: center;
	width: 765px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#body_container {
	width: 564px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	float: left;
}

#middlecontainer {
	width: 584px;
	height: auto;
	float: left;
}

#combinedmidsection {
	width: 765px;
	height: auto;
	float: left;
}
  
/* EXTRA CODE-LETS */

.clearfloat { /* 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;
}

/* LEFT SIDEBAR TEXT LINKS */

#leftsidebar {
	width: 167px;
	font-size: 9px;
	float: left;
	padding-bottom: 20px;
	margin-right: 10px;
}

#leftsidebar a:link {
  	color: #0071b5;
  	text-decoration: none;
  	font-weight: bold;
}

#leftsidebar a:visited {
  	color: #44aee2;
}

#leftsidebar a:hover {
  	color: #0071b5;
  	text-decoration: underline;
}

#leftsidebar .txt_nav_list li a:link {
  	font-weight: normal;
}
.sidebarnotes {
	color: #F00;
	font-weight: bold;
}
ul.txt_nav_list {
	line-height: 13pt;
}


/* MAIN PAGE QUOTE */

.quote {
	margin-bottom: 25px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/* MAIN PAGE BODY MIDDLE SECTION */

#main_body {
	padding-bottom: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: right;
	height: auto;
	width: 387px;
}

#main_body p,ul,ol {
  	margin-top: 0px;
}

#main_body a:link {
  	text-decoration: none;
  	color: #0071B5;
}

#main_body a:visited {
  	color: #44aee2;
}

#main_body a:hover {
  	text-decoration: underline;
}

/* Contact Page Increased Font - Description Text */
.contactnote {
	font-size: 14px;
	font-weight: bold;
	color: #F06;
}

.contactbody {
	font-size: 12px;
	color: #333;
}


/* MAIN PAGE BODY MIDDLE SECTION LISTINGS */

#main_body_listing {
	padding-bottom: 40px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	float: right;
	height: auto;
	width: 100%;
}

#main_body_listing p,ul,ol {
  	margin-top: 0px;
}

#main_body_listing a:link {
  	text-decoration: none;
  	color: #0071B5;
}

#main_body_listing a:visited {
  	color: #44aee2;
}

#main_body_listing a:hover {
  	text-decoration: underline;
}

/* RIGHT SIDEBAR SECTION */

#rightsidebar  {
	padding-bottom: 20px;
	width: 181px;
	height: auto;
	float: left;
	text-align: left;
}

#rightsidebar p {
  	margin-top: 0;
  	margin-bottom: 0;
  	padding-top: 4px;
  	padding-bottom: 0;
}

/* NORTHLANDER DESCRIPTIONS */
#parkmodeldescriptionpage {
	background-color: #FFF;
}

/* FOOTER SECTION */

#footer {
	height: 30px;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
}

#footer p {
  	margin-top: 0px;
  	padding-top: 0px;
  	margin-left: 5px;
  	font-size: 0.9em;
}

#footer a {
  	text-decoration: none;
  	color: #999999;
  	margin-right: 5px;
  	margin-left: 5px;
}

#footer a:hover {
  	color: #0071B5;
  	text-decoration: underline;
}

.footer_copyright {
  	margin-left: 5px;
  	color: #cccccc;
}
