﻿/* Cappaert Manufactured Housing Inc., */
/* http://www.cappaerthousing.com */
/* Site Design © 2009 Jan A. Allinder & DIG */
/* Digital Imaging Group http://www.dig.us.com */
/* Last Modified: 22 July, 2009 */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px 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;
	background: #666666;
}
.bullet{
     padding-right:5px;
}
a, a:visited, a:active {
	color: #055f6e;
	background: transparent;
}
a:hover {
	color: #9c0c0c;
	background: transparent;
}

p  {
	line-height:1.5em;
}
.highlight { /* Used for notices & disclaimers */
	color:  #333333;
	font-size: .75em;
	font-style: italic;
	background-color: transparent;
}
.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;
}
.floatright {
float:right;
padding-left:30px;
}
.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;
   line-height: 0px;
}
.divider { /* Used for row divider */
	height: 20px;
	background-color: #078a9f;
	color: #078a9f;
}
/* Begin Page Divisions - Sections */

#wrapper { /* contains entire web page */
	width:  780px;
	background-color: #666666;
	margin:  0 auto; 
	border: 2px solid #454545;  
	color: #333333;
}

table.container {
	width: 780px;  
	margin: 0 auto; 
	text-align: left;
	border-collapse: collapse; 
	background:white;
	color: #333333;
}

#header {
  background: #cfcfcd url(images/head_bg.png) repeat-x;
  height:80px;
  padding:0;
 }
#header h1 { 

	margin: 20px 0 0 20px;
	color: #066675;
	background-color: transparent;
	font: normal normal bold 1.65em "Times New Roman", Times, serif;
}
#menu {
	height: 22px;
	padding: 0 0 0 10px;
	background-color: #078a9f;
	color: #333333;
}
.leftcol {
	width: 223px;
	background-color: #ffffff;
	vertical-align: top;
	padding-top:1px;
	text-align: center;
	border-right:1px solid #9a9a9a;
	color: #333333;
}
.rightcol {
	width: 557px;
	background-color: #FFFFFF;
	padding: 0;
	vertical-align: top;
	color: #333333;
}
#maincontent, .th {
   font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#333333;
	background:#FFFFFF;
	padding: 10px 16px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	vertical-align: top;
}
#maincontent h1 {
	font:1.1em bold Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 6px 0;
}
#maincontent h2 {
	font: bold 1.1em/1 Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0 0 6px 0;
}
#maincontent p {
	font: .9em 1.1 Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 2px 0 8px 0;
}
#footer{
	background-color: #078a9f; 
	font-family: Arial, Verdans, sans-serif;
	color:#FFFFFF;
}	
#footer a:link, #footer a:visited, #footer a:active{
	color: #eeeeee;
	text-decoration: underline;
	background-color: transparent;
}
#footer a:hover{ color: #ffffff; text-decoration: underline; background-color: transparent; }	
#footer .alignrt {
	margin: 2px 10px 2px 0px;
	float: right;
	font-size: x-small;
}
#footer .alignlt {
	margin: 2px 0px 2px 10px;
	float: left;
	font-size: x-small;
}
#footer .alignctr {
	margin: 4px auto 0 auto;
	text-align: center;
	font-size: x-small;
	clear: both;
}

/* Floor plans app */
td.plans {
font-family: Verdana, Arial, Tahoma, sans-serif;
font-size: 12px;
border-right: 1px solid #eeeeee;
text-align: center;
}
th.plans {
background-color: #BBB;
border: 1px outset #BBB;
font-family: Verdana, Arial, Tahoma, sans-serif;
font-size: 12px;
text-align: center;
color:#333333;
}
input.plans {
border: 1px solid #C0C0C0;
font-family: Verdana, Arial, Tahoma, sans-serif;
font-size: 10px;
}
form.plans {
font-family: Verdana, Arial, Tahoma, sans-serif;
font-size: 12px;
}