/* Whole Container */
 


#container {
	width: 885px;
	margin: 0 auto;
	font-family:  Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: 12px;
	line-height: 21px;
	color: #2F1A15;
	background-image: url(images/content-bothBG.jpg);
	background-repeat: repeat-y;
	background-position: left top;   
}

/* GENERAL */
h1, h2 {
  color: #666666;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  color:#311C17;
  text-decoration: none;
}
a:hover {
  color:#FFF;
  
}
input, .search-form input {
  background-color: #FFF;
  color: #999999;
  font-size: 11px;
  padding: 2px;
  margin: 2px 0px 2px 0px;
}
#search .form-submit {
  padding: 1px 2px 1px 2px;
  margin: 2px 0px 2px 0px;
}
		
/* HEADER ELEMENTS */
#header {
 
	margin: 0px 0;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 263px;
	width: 889px;
}
#header h1 {
  font-size: 32px;
  color: #CC6633;
}
#bottomlogo {
	padding-left:  0px;
}
/* the slogan */
#header p { 
  margin: -17px 0 8px 30px;
  color: #999999;
}
#search {
  float:right;
  margin: -45px 0px 0px 0px;
  font-size: 9px;
}
/* sidebar-left ELEMENTS */
#sidebar-left {
	margin-bottom: 0px;
	padding-left: 45px;
	float: left;
	width: 170px;
	background-image: url(images/leftbar-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: 100%; 
}
#sidebar-left ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	width: 140px;
	
}
#sidebar-left li li a {
  margin: 0px 0px 0px 15px;
  width: 125px;
}
#sidebar-left li li li a {
  margin: 0px 0px 0px 30px;
  width: 110px;
}
#sidebar-left a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	width: 130px;
	color: #311C17;
	font-size: 14px;
	line-height: 16px;
}
.navlist a:visited {
  color: #311C17;
  text-decoration: none;
}
#sidebar-left a:link {
 color: #311C17;
  text-decoration: none;
}
#sidebar-left a:hover {
  color:#006699;
}
/* THE SMALL BOX BELOW NAV */
#sidebar-left p {
  padding: 0px 5px 5px;
 
}
#sidebar-left p img {
	padding: 0px 5px 5px 0px;
	background-position: top; 
}		
/* CONTENT ELEMENTS */
/* admin content layout */
#content.admin {
  width: 590px;
}
#content {
	width: 590px;
	float: right;
	overflow: hidden;
	padding-right: 25px;
	padding-top: 25px;
	margin-top: 0px;
	margin-right: 11px;
	margin-left: 0px;	
}
.breadcrumb {
  text-align: left;
	color: #999999;
  padding: 0px 0px 0px 0px;
}
.breadcrumb a:link, .breadcrumb a:visited {
	color: #999999;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #aaaaaa;
	text-decoration: none;
}
h1.title {
	margin: 5px 0px 5px 0px;
}
#mission {
  padding: 6px 12px 6px 12px;
  background-color: #f9f9f9;
  color: #607080;
}
#content h2 a:link, #content h2 a:visited {
  color: #666666;
}
#content h2 a:hover {
  color: #CC6714;
}
#content p {
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 21px; 
}
div.dashboard-container1 {
	overflow: hidden;
}
div.dashboard-container2 {
	overflow: hidden;
}
div.dashboard-panel-head {
  background-color: #adadad;
  color: #FFFFFF;
  font-weight: bold;
}

/* SIDEBAR-right ELEMENTS */
#sidebar-right {
  float: right;
  width: 175px;
}
#sidebar-right p {
  padding-bottom: 10px;
  border-bottom: 1px solid #DDDDDD;
}

/* calendar ELEMENTS */
#sidebar-left .calendar a, .calendar a  {
	text-decoration: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: inherit;
	border: none;
	text-transform: none;
}
.calendar td, .calendar th {
  padding: 0.4em 0;
  border-color: #888;
}
.calendar .day-today {
  background-color: #ccc;
}
.calendar .day-today a {
  color: #fff;
}
.calendar .day-selected {
  background-color: #ddd;
  color: #fff;
}
.calendar .header-week {
  background-color: #ccc;
}
.calendar .day-blank {
  background-color: #ccc;
}
.calendar .row-week td a:hover {
  background-color: #fff; color: #000;
}

/* FOOTER ELEMENTS */
#footer {
	margin-top: 0px;
	clear: both;
	padding: 0px 5px 0px 5px;
	height: 60px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer p {
  color:#89817f;
  padding: 5px;
}
#footer p a {
  color: #89817f;
  
}
#footer p a:hover {
  color: #FFFFFF;
  background-color:#575352;
}
#homepage-box {
	background-image: url(images/services-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#builder a img {
	 height:157px; width:132px;border: none;
	background-image: url(images/builders_norm.png);
}
a.builders img{
	background-image: url(images/builders_norm.png);
	
}
a.builders:hover img {
background-image: url(images/builders_over.png);
}
#wrapper {
	width: 885px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
}
.testimonials {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 25px;
	color: #527895;
	text-align: right;
}
.bottomsp {
	margin-bottom: 15px;
	margin-top: 15px;
}
.italic-font {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
}
 
