body {
	background: #222;
	color: #432321;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size:16px;
}

.border{
	display:block;
	position:relative;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(0, 0, 0, 0.125);
	min-width:960px;
	max-width:1280px;
	width:65%;
	margin: 0 auto;
	margin-top:16px;
	box-shadow: 0px 0px 512px rgba(0, 0, 0, 0.5), 0px 0px 16px rgba(0, 0, 0, 0.25);
}

.container {
	display:block;
	position:relative;
	background: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.25);
	width:98%;
	height: auto;
	margin-left:.9%;
	margin-right:1%;
	margin-top:1%;
	margin-bottom:1%;
}

.header {
	display:block;
	position:relative;
	width:100%;
	min-width:768px;
	max-width:1140px;
	height: 128px;
}

.logo {
	display:block;
	position:relative;
	height: 100%;
	width:1%;
	float:left;
	padding:6px;
	padding-left:8px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.contact {
	display:block;
	position:relative;
	height: 100%;
	float:right;
	padding:16px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
}

.contact ul {
	height:96px;
	display:block;
	postition:relative;
	list-style-type: none;
	margin-top:-8px;
	padding-right:16px;
}

.contact li {
	height:32px;
	padding-top:10px;
	padding-left:36px;
	margin-bottom:-6px;
}

.slideshow {
	display:block;
	position:relative;
	background:#000;
	width:100%;
	clear:both;
}

.slideshow img {
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  z-index: -1;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
  }

.navigation {
	display:block;
	position:relative;
	width:100%;
	height: 256px;
	clear:both;
	height: 64px;
	background:#8CBAD4;
	text-transform:uppercase;
	text-align:center;
}

.navigation a {
	font-family: 'Pathway Gothic One', sans-serif;
	display:inline-block;
	position:relative;
	margin-top:12px;
	padding-left:4%;
	padding-right:4%;
	font-size:36px;
	color: #222;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 0;
}

.navigation a:hover {
	color:#FFF;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25), 0px 0px 2px #000;
}

.edgelinks {
position:absolute;
width:136px;
right:-16px;
margin-top:-56px;
height:48px;
}

.edgelinks a {
	display:inline-block;
	margin-left:4px;
	margin-right:4px;
	padding:0;
	background:#3C8ACA;
	border: 1px solid rgba(0, 0, 0, 0.25);
	opacity:0.75;
height:48px;
width:48px;
}

.edgelinks a:hover {
	opacity:1;
	box-shadow: 0px 0px 1px #000;
}

.content {
}

p {
	padding-bottom:16px;
}

.leftcol{
	width:33%;
	background:#432321;
	color:#FFF;
    display: table-cell;
	padding:16px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.rightcol{
	width:66%;
    display: table-cell;
	padding:16px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align:justify;
}

.footer{
	display:block;
	position:absolute;
	text-align:center;
	width:100%;
	color:#CCC;
	padding-top:16px;
	padding-bottom:16px;
	margin-left:-1px;
	text-shadow: 0px 0px 16px #222;
}

.footer a {
color: #CCC;
font-weight: bold;
border-bottom: 1px #CCC dotted;
text-decoration: none;
}

h1 {
	font-weight:bold;
	padding-bottom:4px;
}


.rightcol h2 {
	text-align: center;
}

h2 {
	font-size:32px;
	padding-bottom:16px;
	text-transform:uppercase;
	font-family: 'Pathway Gothic One', sans-serif;
}

ul {
	list-style-type: disc;
	margin-left:16px;
	margin-bottom:8px;
}

ul ul {
	list-style-type: circle;
	margin-left:16px;
}

table {
	border-collapse:collapse;
}

.col1, .col3, .col5, .col7, .col9 {
	background:rgba(169, 147, 146, .2);
}

.col2, .col4, .col6, .col8, .col10 {

}

td,th{
	border:1px solid rgba(255, 255, 255, .5);
	padding:8px 16px 8px 16px;
}



.rslides {
  position: relative;
  display:inline-block;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img, .rslides a {
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  z-index: -1;
  display: table-cell;
  vertical-align: middle;
  }

.rslides img {
  }

a {
color: #444;
font-weight: bold;
border-bottom: 1px #444 dotted;
text-decoration: none;
}

img.paddedleft { margin-right: 16px;margin-bottom: 16px; }
img.paddedright { margin-left: 16px;margin-bottom: 16px; }
.paddedright { margin-left: 16px;margin-bottom: 16px;height:400px;width:200px; }

.attorney img { width:150px; height:auto; }

.content img {
border: 1px solid rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; }

/* Glyph, by Harry Roberts */
		
hr {
    padding: 0;
    border: none;
    border-top: medium double #333;
    color: #333;
    text-align: center;
}

.attorney { padding:12px;margin: 0px;background:rgba(214, 214, 214, .5);border: 1px solid rgba(214, 147, 146, .5); }

iframe { border: 1px solid rgba(214, 147, 146, .5); background:rgba(214, 214, 214, .5); }
