#title {
	display: none;
}

body {
	background-color: #F1F1F1;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin-top: 0px;
}

h1 {
	background: #F1F1F1;
	color: #535353;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 3px 0px;
	text-transform: uppercase;
}

h1 span {
	background-color: #FFF;
	border-left: 2px solid #FB7B00;
	border-right: 2px solid #FB7B00;
	padding: 2px 5px;
}

h2 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

h3 {
	color: #555;
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0 0 0;
}

.leadership {
	float: left;
	margin-top: 14px;
	margin-right: 25px;
	text-align: center;
	width: 175px;
	font-size: 11px;
}

.leadership.first {
	margin-top: 0;
}

.double_border {
	border-bottom: 3px double #999;
	margin: 0;
	clear: both;
}

ul {
	margin-top: 0;
}

.employee, 
.services {
	padding-right: 25px;
}

/*** Box Styles ***/

.home {
	width: 286px;
}

.contact {
	width: 315px;
}

.box_content,
.box_content_orange {
	border-top: 1px solid #fff;
	padding: 10px 15px 10px 15px;
}

.box_header,
.box_header_orange {
	background-repeat: repeat-x;
	color: #fff;
	font-size: 14px;
	font-weight: 695;
	letter-spacing: .05em;
	padding: 6px 15px 6px 15px;
}

.box_content {
	background-color: #E6E6E6;
}

.box_header {
	background-image: url(../images/box_header_bckgrnd.jpg);
	background-color: #666666;
}

.box_content_orange {
	background-color: #FFE6C9;
}

.box_header_orange {
	background-image: url(../images/box_header_bckgrnd_orange.jpg);
	background-color: #CD4204;
}

.box_content_orange_home {
	background-color: #FFE6C9;
	color: #555555;
	font-size: 12px;
	font-weight: bold;
	padding: 6px 15px 6px 15px;
	border:solid #ffc785 1px;
}
	
	
/*** Image and Float Styles ***/

.float_rt {
	float: right;
}

/*** Link Styles ***/

a:link, 
a:visited,
a:active {
	color: #C73F03;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/*** Contact Form Styles ***/

.contact_form th,
.contact_form td {
	padding-bottom: 10px;
	text-align: left;
	vertical-align: top;
}

.contact_form th {
	color: #555;
	font-size: 11px;
	padding-right: 8px; 
}

.contact_form td.last {
	padding-bottom: 0;
}

.form_errors {
	color: #800A13;
}

form {
	margin-bottom: 15px;
	padding: 0;
}

/*** Clients and Projects ***/

ul.projects {
	font-size: 14px;
	list-style-type: none;
	margin-top:15px;
	padding:0;
	line-height:15px;
}

ul.projects li {
	background-image:url(../images/buttons/projects-button-bkgd.png);
	background-repeat:repeat-x;
	background-color:#F3B684;
	float: left;
	border:#C04200 solid 1px;
	margin: 0 16px 0 0;
	width:284px;
	text-align:center;
	text-transform:uppercase;
}

ul.projects li.last {
	margin: 0;
}

ul.projects li a:link,
ul.projects li a:visited,
ul.projects li a:active {
	color: #fff;
	display: block;
	line-height:20px;
	padding: 10px 10px 0 10px;
	height:50px;
}

ul.projects li a:hover {
	background-image:url(../images/buttons/projects-button-bkgd-hover.png);
	background-repeat:repeat-x;
	text-decoration:none;
	color:#fff;
}

.small-text,
.small-text a:link,
.small-text a:visited,
.small-text a:active {
	font-size:11px;	
}

.photo {
	padding: 4px;
	border: 1px solid #CCC;
}

#home-callout {
	 margin-left: 20px;
	 margin-bottom: 0px; 
	 margin-top: 5px; 
	 width: 241px;
}

/** Basic Styles **/

li {
	list-style-image:url(../images/layoutslice/arrow.gif);
}




