/* CSS Document */

/*=layout */

body {
	margin: 0;
	padding: 0;
	background: #756D61;
	font: 0.8em/1.2em Arial, Helvetica, sans-serif;
 	}
	
#wrapper1 {
	background: url(images/left-bg.gif) 12% 0;
	}
#wrapper2 {
	background: url(images/right-bg.gif) 88% 0;
	}
#wrapleft {
	float: left;
	width: 88%;
	}
#center {
	float: right;
	width: 86%;
	}
	
#center-in {padding: 2% 4%}	

.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
	}
/* Hides from IE-mac \*/
* html .clearfix,
* html .clearfix * {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*=nav */

#navcontainer {
	margin: 0 auto;
	width: 529px;
	padding: 0;
}

#nav {
   	background: url(http://www.matthewsdevelop.com/images/nav.gif) no-repeat;
	height: 15px;
	padding: 0;
    position: relative;
	margin: 0;
}

  #nav li {
  position: absolute; 
  top: 0px; 
  margin: 0; 
  padding: 0; 
  list-style: none; 
  }
  
  #nav li, #nav a { 
  height: 15px; 
  display: block; 
  text-decoration: none; 
  text-indent: -9999px;
  }
  
  
#port {left: 0px; width: 81px;}
#con {left: 98px; width: 85px;}
#dev  {left: 212px; width: 95px;}
#sale {left: 336px; width: 125px;}
#home {left: 481px; width: 48px;}

  #port a:hover, body#portfolio #port {background: transparent url(http://www.matthewsdevelop.com/images/nav.gif) 0 -20px no-repeat;}
  #con a:hover, body#consulting #con  {background: transparent url(http://www.matthewsdevelop.com/images/nav.gif) -98px -20px no-repeat;}
  #dev a:hover, body#development #dev {background: transparent url(http://www.matthewsdevelop.com/images/nav.gif) -212px -20px no-repeat;}
  #sale a:hover, body#forsale #sale {background: transparent url(http://www.matthewsdevelop.com/images/nav.gif) -336px -20px no-repeat;}
  #home a:hover,body#index #home  {background: transparent url(http://www.matthewsdevelop.com/images/nav.gif) -481px -20px no-repeat;}	

#right {
	float: right;
	margin: 0 0 0 30px;
	width: 300px;
}

/* footer */


#footer {
	clear: both;
	border-top: 1px solid #BAB79A;
	padding: 0.2em 1em;
	text-align: center;
	background: #FFFFFF;
	margin-top: 30px;
}

#footer ul{
padding: 0;
margin: 0;
list-style-type: none;
white-space: nowrap;
}

#footer li { 
display: inline; 
margin-right: 1.5em;

}

#footer li a {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666699;
text-decoration: none;
}

#footer li a:hover {
color: #3D725F;
text-decoration: underline;
}

#footer li a.last {border-right: none}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003366;
	line-height: 1.2em;
	font-size: 150%;
}

h2 {font-size: 130%; color: #3D725F}
h2 a {text-decoration:none}
h2 a:hover {text-decoration:underline}

.clear {clear: both;}	

hr { color: #BAB79A; background: #BAB79A; border: 0; height: 1px; }

a, .small a {color: #3D725F}

.small {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}


h3 {
	font: italic bold 100% Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	color: #3D725F;
	letter-spacing: 3px;
	margin: 1em 0;
}


.imgb {border: 1px solid #BAB79A;}

/* list */

 ul.main {
 margin: 0 0 0 10px;
   padding-left: 0;
   padding-bottom: 0;
   margin-bottom: 0;
   list-style: none;}
	
ul.main li {
  padding-left: 15px;
  background-image: url(images/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0 .5em;	
}

table ul.main {
 margin: 0;
   padding-left: 0;
   padding-bottom: 0;
   margin-bottom: 0;
   list-style: none;}

  
#flashcontent {
		margin: 0 auto;
		width: 100%;
		text-align: center;
		}
/* Hides from IE-mac \*/
* html .myfix,
* html .myfix * {height: 300px;}
/* End hide from IE-mac */
	
table {
      background: #fff;
      margin:1em 0;
      font-size:85%;
	  border-left: 1px solid #ba9;
	  border-top: 1px solid #ba9;
      }
    th, td {
      border-bottom:1px solid #ba9;
      padding:5px 10px;
      text-align:left;
      color:#643;
      vertical-align:top;
      }
	table.outer {
	margin: 0px;
	padding: 0px;
	}
	 td.outer { padding: 0}
	 table.inner, td.inner {border: none; font-size: 100%}
	  
	 td {border-right: 1px solid #ba9;}

    th {
      background:#fff;
      color:#432;
      }
    .head th {
      background:#AAA088 url(images/bg_table2.jpg) repeat-x 0 0;
      padding:8px 10px;
      border-bottom-width:0;
      color:#fff;
      }	

.imgR {
	margin: 0px 10px 0px 0px;
	float: right;
	border: 1px solid #000;
}
.imgL {
	margin: 0px 10px 0px 0px;
	float: left;
	border: 1px solid #000;
}

.nb {border: none}

 .thumbnail {
float: left;
width: 200px;
margin: 0 25px 25px 0;
padding: 15px;
}
.drw, .drw a {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#FFFFFF;
	padding: 1.5em auto;
	text-align: center;
	}