/*
Theme Name: Out of the Box
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: A nice 2 column theme.  Design by <a href="http://www.demusdesign.com">DemusDesign</a>.  Coded by <a href="http://www.themelab.com">Theme Lab</a>
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/
*
{
padding: 0;
margin: 0;
}

body {
font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 10pt;
background-color:rgb(242, 242, 242); /*light grey-green #fff;*/
text-align:center; /* ie6 fix for centering, 1st half */
}
a {
color: #000;
}
a img {
border: 0;
}
#bodywrapper { 
 margin:0;
	height:auto; 
	width:100%;
	overflow: hidden;
	padding: 0;
	min-width: 992px;
text-align: left; /* ie6 fix for centering, 2nd half */
}
#container {
width:990px;
text-align: left; /* align left to fix the previous IE css bug */
height:auto; 
margin-top: 1px;
background: #fff url("images/full-width-bkgrnd.png") repeat-y 0 0;
}
/*============================================*/
/* ----------------HEADER AREA----------------*/ 
#header {
width: 100%;
height: 54px; /*54px;*/
float: left;
	margin-left:10px /*for 10px border in container div*/
}
#pinkbox1 {
width:970px; /*for 10px border in container div*/
margin-top:2px;
border-top: 2px solid rgb(236, 31, 140);
}

/* ---------- END HEADER AREA----------------*/
/*============================================*/
.centerer {
width: 990px; /* width setting recommended */
margin: 0 auto; /* zero margin top/bottom, auto margin for left/right */
border: 0;
padding:0;
}
.centerer-750 {
width: 750px; /* width setting recommended */
margin: 0 auto; /* zero margin top/bottom, auto margin for left/right */
border: 0;
padding:0;
}
/*=================================*/
/* -----ie clearing bug fix -------*/
.clearfix:after { 
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* -----ie clearing bug fix -------*/
/*=================================*/


#all_columns {
width: 970px;
float: left;
	height:auto;
	margin-left:10px /*for 10px border in container div*/
}

/*============================================*/
/* ---------- MAIN COLUMN BEGIN ----------------*/ 
 #content {
width: 970px;
height:auto;
float: left;
margin-bottom: 25px;
	padding: 0;
}
.centerer-content {
width: 870px; /* width setting recommended */
margin: 0 auto; /* zero margin top/bottom, auto margin for left/right */
border: 0;
padding:0;
}
#logo-area {
text-align:center;
margin-top:30px;
width: 870px;
height:auto;
float: left;
	padding: 0;
}
#logo-area #property-logo {
margin-left:130px;
}
#centercolumn {
width: 550px;
height:auto;
float: left;
}
#centercolumn #textarea {
margin-left:15px;
margin-right: 50px;
margin-top: 10px;
}
#rightcolumn {
width: 320px;
height:auto;
float: left;
}


/*============================================*/
/* ----------------FOOTER AREA----------------*/ 
/*============================================*/
#footer {
width:970px; /*for 10px border in container div*/
margin-left:10px /*for 10px border in container div*/
/*float:left; */
}
*html #footer {
background: rgb(242, 242, 242);
}
#footer #pinkbox2 {
border-top: 5px solid rgb(236, 31, 140);
}
#footer #greenbox {
margin-top:3px;
border-top: 32px solid rgb(103, 153, 103);
}
/* ============== */
/* Footer Menu */
/* ============== */
#footermenu-center-box {
width: 970px; /* width setting recommended */
margin: 0 auto; /* zero margin top/bottom, auto margin for left/right */
border: 0;
padding:0;
}

#footermenu {
background: #ebebeb; /*really light grey*/
height:20px;
margin-top:15px; /*60px*/
/*line-height:16px;*/
/*from cssplay - center unknown width menu 1 level*/
float:left; width:100%; overflow:hidden;
}
#footermenu ul {
	list-style-type: none;
	padding-top:0px;
	/*from cssplay - center unknown width menu 1 level*/
	  float:left;
  position:relative; 
  left:50%;

}
#footermenu li {
	/*display: inline;*/
	margin: 0px;
	padding: 0px;
		/*from cssplay - center unknown width menu 1 level*/
  float:left; position:relative; right:50%
}
#footermenu a {
	padding: 0 10px;
	text-decoration: none;
	width: auto; 
	font-size: 8pt;
	 	color: rgb(0,67,30); /*dark green*/
text-decoration: none;
border-left: 1px solid #fff; 
}
#footermenu .page-item-5 {
 border-right: 1px solid #fff; /*final right hand white border*/
 } 
#footermenu a:hover {

font-size:10pt;
font-weight:bold;
color: #000;
}
#footermenu span { 
	font-size: 6pt;
	color: #202020; /*light grey*/ /*white dividers*/
}
#footer a:hover {
background-color:#808080; /*dark grey*/
	color: #fff; 
}


#copyright {
margin: 0 10px 10px 10px;
width: 960px; 
padding-left:10px; 
color: rgb(153, 153, 153); /*light grey*/
font-size: .8em;
line-height: 20px;
background-color: #fff;
float:left;
}
* html #copyright, /*ie6 hack*/ *:first-child+html #copyright {padding: 0; width: 970px;}  /*ie7 hack*/

#copyright a {
color: rgb(153, 153, 153); /*light grey*/
text-decoration: none;
}

#copyright a:hover {
text-decoration: underline;
color: #000;
}
#copyright #company_name {float:left;}
#copyright #centerer-w100 {width:100px; margin: 0 auto;}
#copyright #aardvark {float: right;}
#copyright #vark {font-style:italic;}
#copyright #phone {width:100px; margin: 0 0 0 200px; float:left;}
/* -----------end of my stuff---------*/ 
/*============================================*/	
