@charset "utf-8";
body {	
    max-width: 955px;
	font-family: Times;
color: black; 
font-size: 1.25em;
font-weight: normal; 
background-color: #f15e3c;
}

#box2 { color: black; 
font-size: 1em; text-align:left;}

#homesforsalebox2 { color: black; 
font-size: 1.25em; text-align:center;
font-weight: bold;}

 #lowermenu { color: black; 
font-size: .8em;
font-weight: bold;
text-align:center;}

#div13 { color: black; 
font-size: 1em; text-align:center;
font-weight: bold;}

#signupbutton { color: white; 
font-size: 1.25em;
font-weight: bold;}

#signuptext { color: white; 
font-size: 1em;
font-weight: bold;}

/*VIDEOS for CSS*/


.videocontainer {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.videocontainer iframe, .videocontainer object, .videocontainer embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 90%;
}



/*NEW VIDEO DIV*/

.iframecontainer{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframecontainer iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframecontainer2{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframecontainer2 iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*VIDEOS for CSS*/

#mainpagetextbox {
	 text-align: center;
	font-family: Times;
font-size: 1.25em;
font-weight: normal;
}

#titlebar {
   text-align: center;
	font-family: Times;
font-size: 1.5em;
font-weight: bold;
}
#emailbox {
   text-align: center;
	font-family: Times;
font-size: 1em;
font-weight: bold; 
}
#signuptext  {
   text-align: center;
	font-family: Times;
font-size: 1em;
font-weight: bold; 
}
#contactinfo1 {
   text-align: center;
	font-family: Times;
font-size: 1em;
font-weight: bold; 
}

	
	 /*P or IMAGE CENTER CSS markup*/	
	
.align_left {
    float: left; 
    margin-right: 1.25em;
    margin-bottom: 1.25em;
}
 
.align_right {
    float: right; 
    margin-left: 1.25em;
    margin-bottom: 1.25em;
}
 
.align_center {
    display: block; 
    margin-left: auto; 
    margin-right: auto;
}

/* unvisited link */
a:link {
    color: black ;
	text-align: center;
}

/* visited link */
a:visited {
    color: black;
	text-align: center;
}

/* mouse over link */
a:hover {
    color: black ;
	text-align: center;
}

/* selected link */
a:active {
    color: black;
	text-align: center;
}