@charset "utf-8";
/* CSS Document */
ul.hrzntl,	ul.hrzntl li {
	/* Setting a common base */
	margin: 0;
	padding: 0;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}

ul.hrzntl li {
	display: inline-block;
	vertical-align: bottom;
	/* For IE 7 */
	zoom: 1;
	*display: inline;
}

ul {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}
main {
	display: block;
	vertical-align: top;
}
header {
	line-height:8px;
	display:block;
	padding: 10px 0px 0px;
}
img {
	display:block;
	margin:0px auto;
}
.banner {
	text-align: center;
	display: block;
	background-color: #F90;
	vertical-align: middle;
	min-height: 20px;
	font-weight: normal;
	color: #FFF;
	margin-bottom: 10px;
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0, 0.2);  
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);  

}
.banner a {
	color: #FFF;
}

nav {
	display:inline-block;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	width: 100%;
}
nav ul li {
	list-style:none outside none;
}
nav ul li a {
	display:block;
	text-align:center;
	border-bottom-width:thick;
}
p > a {
	color:#666;
	text-decoration:underline;
	cursor:pointer;
}
p > a:hover{
	color:rgb(45,122,152);
	text-decoration:underline;
	font-weight:bold;
}
li a {
	color:#666;
	border-bottom:thick solid #FFF;
	text-decoration:none;
	cursor:pointer;
}
li a:hover {
	color:rgb(45,122,152);
	text-decoration:none;
	font-weight:bold;
	border-bottom: thick;
	border-bottom-color:#999;
	border-bottom-style:solid;
}	
.noline{
	text-decoration:none;
}
.noline:hover{
	text-decoration:none;
}
a span{
	padding:10px 20px 10px;
	background:#FFF;
	border: medium solid #999;
	color:#999;
	font-family:'Montserrat', sans-serif;
	font-weight:bold;
	text-decoration:none  !important;
}
a span:hover{
	border:#FFF;
	color:#FFF;
	background:#999;
}
.current-page {
	font-weight: bold;
	color: #000;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
.side-nav {
	float:left;
	display:block;
	width:160px;
	padding-bottom: 20px;
}
.side-nav ul li {
	list-style:none outside none;
	margin-right:24px;
}
.side-nav ul li a {
	display:block;
	width:160px;
	text-align:left;
	line-height: 40px;
}
.side-nav ul li ul {
	list-style:none outside none;
	width:132px;
	margin-left:24px;
	margin-right:0px;
	margin-bottom:16px;
	font-size:12px;
}
.side-nav ul li ul li a {
	display:block;
	width:136px;
	text-align:left;
}
.bio-photo {
	margin-left:24px;
	margin-bottom:24px;
	float:right;
	padding: 4px;  
	background-color: #FFFFFF;  
	border: 1px solid #DDDDDD;  
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0, 0.2);  
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);  
}
.client-logo {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:24px;
	padding: 4px;  
	background-color: #FFFFFF;  
	/*border: 1px solid #DDDDDD;  
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0, 0.2);  
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);  
*/}
.photo {
	padding: 4px;  
	width:100%;
	height:auto;
	background-color: #FFFFFF;  
	border: 1px solid #DDDDDD;  
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0, 0.2);  
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);  
}
p {
	margin-bottom: 12px;
	font-size: 14px;
}
.right-side {
	float:right;
	display:block;
	position:relative;
	padding-top:20px;
	padding-bottom: 20px;
}
.full-width {
	display:block;
	vertical-align:top;
	position:relative;
	width:100%;
	padding-top:20px;
	padding-bottom: 20px;
}
footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 24px;
	margin-bottom: -48px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 18px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}
