/* Start of CMSMS style sheet 'Layout: Top menu + 2 columns' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
outline: 0
}

#ie6Warning{
background-color:#fff;
width:600px;
font-size:14px;
padding:20px;
margin-left:auto;
margin-right:auto;
border:2px solid red;

}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 1em;
}



/*
set font size for all divs,
this overrides some body rules
*/


/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #18507C;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #385C72;
}

/*****************
basic layout 
*****************/

.margintop {
   position: relative;
   top: 10px;
}

.rightmargin {
   margin-right: 10px;
   margin-bottom: 10px;
   position: relative;
   top: 5px;

}



.homerightimage {
   margin-right: 20px;
   margin-top: 12px;

}


body {
   background-color: #5283C6;
   background-image: url(images/background.jpg);
   background-repeat: repeat-x;
   color: #333;

}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   color: black;
   background-image: url(images/shadow-middle.png);
   background-color: transparent;
   background-repeat: repeat-y;
   width: 966px;
}

div#shadow-top {
   background-image: url(images/shadow-top.png);
   background-color: transparent;
   background-repeat: no-repeat;
   width: 966px;
   height: 10px;
   margin: 0 auto;
   margin-top: 20px;
}

div#shadow-middle{
   background-image: url(images/shadow-middle.png);
   background-color: transparent;
   background-repeat: repeat-y;
   width: 966px;
}

div#shadow-bottom{
   background-image: url(images/shadow-bottom.png);
   background-color: #5283C6;
   background-repeat: no-repeat;
   width: 966px;
   height: 12px;
   margin: 0 auto;
}
#jotformdiv{
     padding-left:90px;
}



/*** header ***
we will hide text and replace it with a image
we need to assign a height for it
*/

div#header {
   height: 180px; /* adjust according your image size */
   background: transparent;           
}

div#header h1 a {
/* you can set your own image here */
   background: transparent url(images/logo.jpg) no-repeat; 
   margin-left:82px;
   position: relative;
   top: 0px;
   display: block; 
   height: 177px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#topright {
   background: #ffffff url(images/topright.jpg) no-repeat; 
   height: 178px;
   width: 380px;
   position: relative;
   left: 563px;
   bottom: 180px;    
   margin-bottom: -170px;
}

div#search {
   float: right;
   width: 27em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 1em 0 1.2em 0; /* CSS short hand rule first value is top then right, bottom and left */
   font-size: 90%;             /* its good to set fontsizes to be relative, this way viewer can change his/her fontsize */
   margin: 0 1em;              /* css shorthand rule will be opened to be "0 1em 0 1em" */
   border-bottom: 1px dotted #000;
}

 
div.breadcrumbs span.lastitem { 
   font-weight:bold; 
 }

div#menu_vert_rightbar {
   height: 58px;
   width: 10px;
   background-color: #FF7519;
   position: relative;
   left: 933px;
   bottom: 50px;
   margin-bottom: -58px;
}



div#content {
   margin: 1.5em auto 0em 0; /* some air above and under menu and content */
}

div#main {
   margin-left: 2%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%; /* and some air on the right */
}

div#main1 {
   margin-left: 2%; /* this will give room for sidebar to be on the left side, make sure this space is bigger   than sidebar width */
   margin-right: 2%; /* and some air on the right */
   clear:both;
  
}

div#innercontent{
    margin-top:5px;
    width:65%;
    position:relative;
    float:left;
}

div#blog{
    margin: 5px 0px 5px 0px;
    padding-left:10px;
    width:310px;
    float:left;
    border-left:1px solid #ccc;
}

#blog td{
padding:5px;
}




div#main-homes {
   margin-left: 2%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 3%; /* and some air on the right */

}


div#main-homes table{
   border-bottom: 1px solid #CCCCCC;
   padding-bottom: 10px;
   margin-bottom: 10px;
}
/********************* SPLIT LEFT ************/
#content-split{
    margin:0px;
    width:100%;
}

div#split-left{
   float:left;
   width: 507px;
   margin-left:18px;
   margin-bottom:5px;
   background-image: url(images/main-left-middle.jpg);
   background-repeat: repeat-y;
}


div#content-left-top{
   background-image: url(images/main-left-top.jpg);
   background-repeat: no-repeat;
   height: 8px;


}


div#content-left{
   background-image: url(images/main-left-middle.jpg);
   background-repeat: repeat-y;
   padding-left: 10px;
   padding-right: 10px;
   width:470px;
}

div#content-left-bottom {
   background-image: url(images/main-left-bottom.jpg);
   background-repeat: no-repeat;
   height: 8px;


}

/***************************END***********************/

/****************************SPLIT RIGHT **************/

div#split-right{
   float:left;
   width: 415px;
   background-image: url(images/main-right-middle.jpg);
   background-repeat: repeat-y;
  margin-left:7px;
   margin-bottom:5px;
}

div#content-right-top{
   background-image: url(images/main-right-top.jpg);
   background-repeat: no-repeat;
   height: 8px;

} 


div#content-right{
   background-image: url(images/main-right-middle.jpg);
   background-repeat: repeat-y;
   padding-left: 10px;
   padding-right: 10px;
  



}


div#content-right-bottom{
   background-image: url(images/main-right-bottom.jpg);
   background-repeat: no-repeat;
   height: 8px;
}

/************************** SPLIT RIGHT  LOWER ******************/

div#split-right-lower{
   width: 44%;
   float:right;
   margin-right:8px;
   margin-top: -102px;
   background-image: url(images/main-right-middle.jpg);
   background-repeat: repeat-y;

}

div#content-right-lower-top{
   background-image: url(images/main-right-top.jpg);
   background-repeat: no-repeat;
   height: 8px;

} 


div#content-right-lower{
   background-image: url(images/main-right-middle.jpg);
   background-repeat: repeat-y;
   padding-left: 10px;
   padding-right: 10px;
   height: 68px;

}


div#content-right-lower-bottom{
   background-image: url(images/main-right-bottom.jpg);
   background-repeat: no-repeat;
   height: 8px;
}


/*********** END *********/

div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 26%;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1%;
   width: 24%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#bottom-image {
   height: 160px;
   width: 190px;
   background-color: white;
   position: relative;
   left: 100px;
   bottom: -84px;
   margin-top: -83px;

}

/*CSS for grey footer*/

div#footer {
   color: #fff;
   background-color: #333333;
   background-image: url(images/footerback.jpg);
   background-repeat: repeat-x;
   width: 100%;
   margin-top: 20px;
   font-size:12px;
   height:120px;
}

p.datacompliant{
   text-align:center;
   padding:5px 0 0 0 ;
  
}

div#footer-content {
   width: 940px;
   margin: 0 auto;
   color:#cdcdcd;
}

p.footerright{
   width:140px;
   float:left;
   margin-left:60px;
}

p.footermenu{
   width:600px;
   margin-left:60px;
   float:left;
}

p.footermenu span{
   color:#fff;
   font-weight:bold;
}

p.footermenu a:link{
   color:#cdcdcd;
   line-height:16px;
   text-decoration:none;
}

p.footermenu a:hover{
   text-decoration:underline;
}

#footerimage{
  padding-top:2px;
}



/*CSS for orange footer*/

div#main-footer {
   height: 80px;
   background-color: #FF6600;
   width: 950px;
   margin: 0 auto;
}

div#main-footer div{
  margin-left: auto;
  margin-right: auto;
  width: 670px;
  height: 80px;
  margin-left: 280px;
}

div#main-footer p{

   font-style: italic;
   color: white;
   font-size: 1.5em;
   font-weight: normal;
   text-align: center; 
   padding-top: 25px;
}

div#main-footer div p span.open{
   background: url(../images/quote1.jpg) 30% 30% no-repeat;
   padding-left:30px;
   padding-top:10px;
   margin-left:20px;
}

div#main-footer div p span.close{
  background-image: url(../images/quote2.jpg);
  padding-bottom:10px;
  padding-left:30px;
}



div#footer p {
   font-size: 0.8em; 
   margin-top:1px;
   height: 100%;
}



/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
   font-family: Lucida Sans Unicode;
}
div#content h2 {
   color: #083579; 
   font-size: 1.8em; 
   text-align: left; 
   padding-bottom: 1px;
   line-height: 1.2em;
   margin: 0 0 0.2em 0;
   font-family: Lucida Sans Unicode;
font-weight: lighter;
}

div#content h3 {
   color: #083579; 
   font-size: 1.8em; 
   text-align: left; 
   line-height: 1.2em;
   padding-left: 40px;
   padding-top: 5px;
   margin: 0 0 0.5em 0;
   background-image: url(images/h3icon.jpg);
   background-position: top left;
   background-repeat: no-repeat;
   height: 30px;
   font-family: Lucida Sans Unicode;
font-weight: lighter;
}

div#content h4 {
   background: transparent url(images/h3icon.jpg) no-repeat; 
   color: #083579; 
   font-size: 1.4em; 
   text-align: left;
   text-indent:40px;
   height:30px; 
   padding-bottom: 1px;
   line-height: 1.2em;
   margin: 0 0 0.2em 0;
   font-family: Lucida Sans Unicode;
font-weight: lighter;
}

.heading{
   font-size: 1.4em;
   line-height: 1.2em;
   margin: 0 0 0.2em 0;
   font-family: Lucida Sans Unicode;
   font-weight: lighter;
   color: #083579;
}

div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 0.8em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}


pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.0em;
   line-height:1.4em;
   margin: 0 0 1em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}

div#main-homes li{
    font-size:1.1em;
    margin-left:30px;
    color:#083579;
    margin-bottom:0.5em;
}

div#main ul.sitemaplist li{
    margin-top:-10px;
    margin-bottom:10px;
}

/* END LISTS */


/***Form styles***/							


/* form elements */

.formbuilderform { 
empty-cells: show ; 
border-collapse: collapse;
height:auto;


} 

.formbuilderform{

margin-left:auto;
margin-right:auto;

}
.formbuilderform td {

	font-family: Verdana, Arial, Helvetica, sans-serif;
        text-align: left;
        width: 150px;
	color: #000000;
        line-height: 1.3em; 
	padding: 5px 20px 5px 0px;

	border-bottom: 1px solid #E5E5E5;

}

.formbuilderform tr {
        width:300px;
	border-bottom: 1px solid #E5E5E5;

}


.formbuilderform tr td table {
border-bottom: 0px;

}
.formbuilderform tr td table tr td{
border-bottom: 0px;

}

input#m3fbrp__124_0 {
   width:10px;

}

input#m3fbrp__124_1 {
   width:10px;

}

input#m3fbrp__125_0 {
   width:10px;

}

input#m3fbrp__125_1 {
   width:10px;

}


.formbuilderform td p{

   color: black; 
   font-size: 1em; 
   line-height: 1.2em;
   margin: 0 0 0.5em 0; 
   font-weight: bold;

}

td p{

   font-size: 1em;
   margin: 0 0 1.5em 0;  
   line-height:1.4em;
   padding: 0;
   color: #333;

}

td img{
   padding:5px;
   border: 1px solid #cccccc;

}


input {

	font-family: Verdana, Arial, Helvetica, sans-serif;


	color: #000000;


	margin: 0px;

}

textarea {

	font-family: Verdana, Arial, Helvetica, sans-serif;



	color: #000000;

	width: 300px;
        height: 100px;

	margin: 0px;

}

select {

	font-family: Verdana, Arial, Helvetica, sans-serif;



	color: #000000;

	width: 300px;

	margin: 0px;

}

.auto {

	width: 150px;

}

.radio {

	width: auto;

	margin: 0px 20px 0px 0px;

}

/************HOME PAGE FORM STYLES***********************/

#form{
clear:both;
margin-bottom:17px;
}

#formtop{
   background-image: url(images/tabletop.png);
   background-repeat: no-repeat;
   margin-left:auto;
   margin-right:auto;
   width:920px;
   height:10px;
}

#form-content{
 width:920px;
 background-image: url(images/tablemid.png);
 background-repeat:repeat-y;
 margin-left:auto;
 margin-right:auto;
 
padding:5px 0 0 0;
}

#formbottom{
   background-image: url(images/tablebott.png);
   background-repeat: no-repeat;
   height:10px;
   width:920px;
   margin-left:auto;
   margin-right:auto;
}

.fullname{
width:150px;
margin-left:100px;


}

#m50e3dfbrp__126{
float:left;
width:197px;
}

.email{
width:150px;
margin-left:100px;
margin-top:5px;
margin-bottom:20px;
}

.contact{
width:150px;
margin-left:500px;
margin-top:-85px;

}

#m50e3dfbrp__128{
width:200px;
}

.submit{
margin-left:500px;
margin-top:15px;
margin-bottom:20px;
}

.error_message{
margin-left:50px;
margin-bottom:20px;
color:red;
}

email.fb_invalid{
margin-left:50px;
}

/* CSS for Table on Available Homes */

.homestable{
 width:600px;
 margin-left:auto;
 margin-right:auto;
 margin-top:10px;
}

.homestable td.image{
 width:200px;
 text-align:center;
 padding:5px 10px 5px 0px;
}

.homestable ul li{
 line-height:1em;
 margin:0;
}



/***********************************************end********************************************/


/* End of 'Layout: Top menu + 2 columns' */

