@charset "utf-8";
/* CSS Document */

/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : 
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
margin: 0;
padding: 0;
}	
html{
height: 100%;
font-size: 75%;
}	
body{

}

/* ----- IDS ----- */

#container{
  width : 900px;
  margin:0 auto;
  text-align:center;
}	
#header{
  position:relative;
  top:0px;
  height:134px;
}
#navigation{
}
#contentsWrapper{
	clear:both;
/* 	height:500px; */
	position:relative;
/*	width:860px;*/
	margin:0;
	padding:0;
	top:0px;
}
#primaryContent{
	position:relative;
	width:600px;
	float:right;
}	
#secondaryContent{
	position:relative;
	width:240px;
	float:left;
}
#footer{

}

#Mansion{
  background-image : url(../assets/images/img_apart.gif);
  background-repeat : no-repeat;
}
#Detached{
  background-image : url(../assets/images/img_house.gif);
  background-repeat : no-repeat;
  margin-right : 10px;
}

/* ----- CLASSES ----- */

/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

#header .logo{
}

#primaryContent .primaryBlock{
}
#primaryContent .primaryBlock .mainPanel{
}

#secondaryContent .secondaryBlock{
}

#footer .footerBlock{
}

.planQuote{
  height : 80px;
  text-align : center;
  display : none;
}
.homeType{
  width : 280px;
  height : 160px;
  position : relative;
}
.checkMark{
  display : none;
  z-index : 10;
}
.checkBox{
  cursor: pointer;
}
.pref{
  cursor: pointer;
}
.quoteMansion{
  display : none;
}
.quoteDetached{
  display : none;
}
.planSample{
  display : none;
}
.privacyAgreement{
  height : 200px;
  border : 1px solid #000000;
  overflow : auto;
}

.hide{
  display : none;
}
.show{
  display : block;
}

.cfFM{
/*  border : 1px solid #A9A9A9; */
  padding : 12px;
}
.cfFM_error{
  color : #ff0000;
  font-weight : bold;
}
.require{
  color : red;
}
.button{
  margin-top : 20px;
  text-align : center;
}
.submit{
  margin-top : 20px;
  padding : 0px 150px;
}
/* ----- HEADINGS ----- */

h1{
	

}
h1 span{
	display:none;
}
h2{
}
.sitemap h2{
  font-size:120%;
  padding:10px 0px;
}
h3{
}
h3.selectTerms{
font-size:120%;
margin:25px 0 5px;
background-color:#eeeeee;
line-height:180%;
}
h4{
}

#primaryContent .overview h4{
  padding:5px 5px 5px 20px;
  background-image : url(../assets/images/list_circle_orange.gif);
  background-position: left; 
  background-repeat : no-repeat;
  margin : 5px 0 ;
  position : relative;
}
#primaryContent .cfFM h4{
  background-image : url(../assets/images/list_circle_orange.gif);
  background-position: left; 
  background-repeat : no-repeat;
  border-bottom:none;
  margin : 20px 0 5px ;
  padding:5px 5px 5px 25px;
  position : relative;
}
#primaryContent h4.prefNavi{
  background-image : url(../assets/images/list_circle_orange.gif);
  background-position: left; 
  background-repeat : no-repeat;
  margin : 20px 0 15px ;
  padding : 5px 5px 5px 25px;
  font-size : 160%;
  position : relative;
}
#primaryContent .faq h4{
  padding-left : 35px;
  text-indent : -35px;
}

/* ----- PARAGRAPHS ----- */

p{
	font-size:120%;
	line-height:1.4em;
}


#primaryContent p{
}
#primaryContent p strong{
	color:#7D7D7D;
}
#primaryContent .overview p{
font-size:110%;
}
#primaryContent p.sampleCaution{
font-size:90%;
margin: 0px 15px;
text-indent: -1.2em;
}

#secondaryContent p{
}
p.cfFM_error{
  padding : 0;
}

/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}


#navigation ol{
}

#navigation ol li{
}

#primaryContent ul{
}
#primaryContent ul li{
}

#footer .footerBlock ul {
}
#footer .footerBlock ul li{
}
#primaryContent .planQuote ul{
}
#primaryContent .planQuote ul li{
  width :  600px;
  height : 71px;
  margin : 0;
  padding : 0;
  list-style : none outside none;
}
#primaryContent ul.prefSelect{
  margin : 20px 0 10px 0;
}
#primaryContent ul.prefSelect li{
  display : inline-block;
  margin : 0;
  padding : 0 0 0 8px;
  list-style : none outside none;
  float : left;
}

#primaryContent .primaryBlock ol.listAlph li{
  list-style : lower-alpha outside none;
  margin-right : 0px;
  font-size : 90%;
}
#primaryContent ol.listAlph li ul{
}
#primaryContent .primaryBlock ol.listAlph li ul li{
  list-style : none;
  margin : 0px 0px 0px 20px;
  font-size : 100%;
}

#primaryContent .overview dl dd ol li{
  margin : 0px 0px 0px 20px;
}
#primaryContent .overview dl dd ol li ul li{
  list-style : circle outside none;
  font-size : 90%;
}

/* ----- IMAGES ----- */

img{
	border:none;
}
img a{
	border:none;
}
img a:hover{
	border:none;
}

.homeType img{
  position : absolute;
  top : 97px;
  left : 17px;
  cursor : pointer;
}

img.car{
  padding: 5px 15px 5px 5px;
}


/* ----- BREAK ----- */

hr{
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}

/* ----- LINKS ----- */

a{
}
a:hover{
}
a:visited, a:active, a:focus{
}
a:visited{
}
a:active{
}
a:focus{
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr .alt{
}
th{
}
td{
}
table.corpProfile{
  border-spacing: 0px 0px;
  border: 3px solid #E5E5E5;
  border-collapse: collapse;
  color: #434343;
  font-size: 100%;
  margin: 40px 0px 30px 40px;
  table-layout: fixed;
  width: 500px;
}
table.corpProfile th{
  background-color: moccasin;
  color: #5D2002;
  font-size: 110%;
  padding: 10px;
  text-align: left;
  text-indent: 1em;
  width: 35%;
  border-bottom: 1px dotted #ffffff;
}
table.corpProfile td{
  border-bottom: 1px dotted #FA783A;
  padding: 10px;
}

table.tbl_overview thead{
  background-color : Moccasin;
}
table.tbl_overview{
  border : 1px solid #A9A9A9;
  margin : 10px 0px 20px 10px;
}
table.tbl_overview th{
  border : 1px solid #A9A9A9;
  padding : 8px 10px;
  text-align : center;
  font-weight : bold;
  white-space : nowrap;
}
table.tbl_overview td{
  border : 1px solid #A9A9A9;
  padding : 8px 10px;
}

.cfFM table{
  border-left: 1px solid #CCC;
  border-top: 1px solid #CCC;
  width: 100%;
}
.cfFM table th{
  background-color: moccasin;
  padding : 10px 8px;
  vertical-align : top;
/*  font-weight : bold; */
  font-size : 100%;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.cfFM table th.title{
  background-color: #A0522D;
  color: #FFFFFF;
  padding: 5px 8px;
  text-align: center;
}
.cfFM table td{
  padding : 10px 8px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
}
.cfFM table td.button{
  padding-left : 20px;  
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
input{
 vertical-align: middle;
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}
.submit form{
  margin-right : 20px;
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}
dd p{
  padding:0px;
}
#primaryContent .primaryArea .overview dl{
margin:10px 0 20px;
}
#primaryContent .primaryArea .overview dl dt{
  font-size : 110%;
  padding : 12px 5px 0px 5px;
}

#primaryContent .primaryArea .overview dl.optionDetail{
margin:10px 0;
font-size : 100%;
}
#primaryContent .primaryArea .overview dl.optionDetail dt{
font-size : 100%;
padding : 5px 0 0 0;
color:#3d3d3d;
}
#primaryContent .primaryArea .overview dl.optionDetail dt span{
color:#8b0000;
}
#primaryContent .primaryArea .overview dl.optionDetail dd{
color:#626262;
}



.ssl_siteseal td {
    padding: 0.5em;
}
