img {
	border: none;
}
img.noborder {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
hr {
	height: 2px;
	width: 100%;
}
#container {
	width: 777px;
	margin-top: 30px;
	background-color: #333fff;
	background-image: url(images/content.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#banner {
	background-color: #336f26;
	background-image: url(images/banner.gif);
	background-position: right top;
	background-repeat: no-repeat;
	color: #333fff;
	padding: 5px 15px;
	margin: 0px;
}
#utility-nav {
	padding: 0px;
	margin: 0px;
	line-height: 30px;
}
#utility-nav ul {
	float: right;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#utility-nav ul li {
	float: left;
	width: 150px;
	list-style-type: none;
}
#utility-nav ul li a:link, #utility-nav ul li a:visited {
	text-decoration: none;
	color: #282828;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
#utility-nav ul li a:hover {
	text-decoration: none;
	color: #647168;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

#content {
	margin: 0 1.5em;
}


#credit-wrapper {
	background: #fdf9ed;
}
#credit a {
	width: auto;
	height: auto;
	padding: 1em 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin-top: 0px;
	text-decoration: none;
}


/* my new stuff */
/* ===============================================
   Basic Stylings
   These will affect every size of the site.
   =============================================== */

/* Body */

body {
	font: normal normal 0.875em/1.75 Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; /* 20px over 30 */
	background: #47292b;
	color: #fff;
}

/* Special Font (Use keywords like "font" or "font-a, font-b" for templatized sites) */
.font, nav {
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-weight: bold;
}



/* Links */
a {
	color: #09c;
}

a:hover, a.active {
	text-decoration: none;
	color: #beab7c000;
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin: 0.2em 0;
	font-weight: normal;
	color: #fff;
}

h1 {
	font-size: 3.57em; /* 50px */
	font-weight: bold;
}
h2 {
	font-size: 1.43em; /* 20px */
	font-weight: bold;
	text-transform: uppercase;
}

h3 {
	font-size: 1.28em; /* 18px */
	font-weight: bold;
}

h4 {
	font-size: 1.14em; /* 16px */
	font-weight: bold;
}

h5 {
	font-size: 1.077em;
	font-weight: bold;
}

h6 {
	font-size: 0.923em;
	font-weight: bold;
}

/* List Styling */
ul li {
	list-style: disc;
}

/* Form */
#landing-page-form ul li {
	list-style: none;
}
input[type="submit"], input[type="button"] {
    border-radius:9px 9px 9px 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright:9px;
	-webkit-border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	
	-moz-border-radius-bottomleft:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-left-radius:9px;
	-webkit-border-bottom-right-radius:9px;	
	
    cursor: pointer;
    line-height: normal;
}
#landing-page-form input[type="checkbox"] {
	width:10% !important;
}
#landing-page-form span {
	display: inline;
}

/* Header */
#masthead {
	background: #f0e6bf;
}

#masthead a:link, #masthead a:visited {
	color: #000;
}


.logo {
	margin: 0 auto;
	text-align: center;
}
.logo img {
}
.logo a {
	text-decoration:none;
}
.logo h1 {
	color: #333;
	line-height:1em;
}
header {
}
.home header {
	margin-top:0;
}
#hd-locations {
	margin: 0 auto;
	text-align:center;
	color: #333;
}

/* Main Menu */
#main-nav {
	font-weight: bold;
	font-size: 1.125em;
	text-align: center;
	z-index:20 !important;
	clear: both;
	height: auto;
	margin: 0 auto;
	background: #beab7c;
	color: #333;
}

#main-nav a {
	margin: 0;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

#main-nav .trigger {
	background: url(../images/nav/trigger-arrow.png) no-repeat scroll 98% 50% transparent;
	margin: 0px;
	font-size: 1.125em;
}

#main-nav ul li a {
	background: #beab7c;
}
#main-nav ul li a:hover,
#main-nav ul li a.active {
	color:#333;
}
#main-nav ul ul {
	margin: 0;
	background:#f5f8fa;
	box-shadow: 1px 4px 4px rgba(0,0,0,.25);
	-moz-box-shadow: 1px 4px 4px rgba(0,0,0,.25);
	-webkit-box-shadow: 1px 4px 4px rgba(0,0,0,.25);
}

#main-nav ul ul li a {
	margin: 0;
	background: #f5f8fa;
	color:#beab7c;
	text-align: center;
	text-transform: capitalize;
	font-weight: normal;
	padding-left:20px;
	line-height: 8px;
}
#main-nav ul li ul li.first {
	padding-top: 20px;
}
#main-nav ul li ul li.last {
	padding-bottom: 20px;
}


#subnav-outer {
	background: #e1e4e6;
	height:75px;
}
#subnav {
	margin: 0 auto;
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
}
#subnav li {
	display: inline;
	list-style: none;
	line-height:20px;
	
}
#subnav a {
	color: #beab7c000;
	font-size: 10px;
	text-decoration: none;
	text-transform:uppercase;
	margin-right:20px;
	font-weight: bold;
}

/* Utility Navigation */
#utility-nav a {
	text-transform: uppercase;
	color: #333;
}

/* Content */
#content {
	padding-bottom: 2em;
}
.home #content {
	width:1000px; 
	padding:0;
	margin:0 0 0 0;
	display: inline;
}
#home-photo,
#office-photo {
	margin-top: 1.5em;
	width:100%;
}
.contact-map {
	display: inline;
	float: left;
	margin-right: 2em;
	
	 border-radius:9px 9px 9px 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright:9px;
	-webkit-border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	
	-moz-border-radius-bottomleft:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-left-radius:9px;
	-webkit-border-bottom-right-radius:9px;	
}

.back-to-top {
	width:107px;
	height:32px;
	background:#b58739;

    border-radius:9px 9px 9px 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright:9px;
	-webkit-border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	
	-moz-border-radius-bottomleft:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-left-radius:9px;
	-webkit-border-bottom-right-radius:9px;	
}
.back-to-top a {
	color:#fff;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.contact-us p{
	margin-bottom: 3em;
}
.nda-copy {font-style: italic;}


/* Slideshow, Callouts & Tagline */
.nda-photo {
	float:left;
	padding:1em 0 1em 1em;
}
.dr-photo {
	margin:0;
	float:left;
	display:inline;
	padding: 0 1em 0.5em 0;
}
.photo-clear {
	clear:both;
}
#wordmark {
	clear: both;
	margin: 0 0 1em 1.4em;
}
#wordmark h2 {
	color:#b58739;
	font-style:italic;
	text-align:center;
}




/* Footer */
#foot-wrapper {
	background: #b58739;
	color: #333;
}
#ft {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
}

#ft h3 {
	color: #fff;
	font-size: 36px;
	font-weight: bold;
}
#left-foot, #right-foot {
	display: inline;
	float: left;
	margin-bottom:2em;
	margin-left: 1em;
}
#right-foot {
	float:left;
}
.ft-map {
	display: inline-block;
	max-height:120px;
	float: left;
	margin-bottom: 2em;
	overflow:hidden;
	
    border-radius:9px 9px 9px 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright:9px;
	-webkit-border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	
	-moz-border-radius-bottomleft:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-left-radius:9px;
	-webkit-border-bottom-right-radius:9px;	
}
.right-ft-locale {
	float: left;
	display: inline;
	padding: 1em;
	font-weight: nomral;
}

#ft-nav {
	list-style: none;
	background:#fdf9ed;
	width:230px;
	height:140px;
	margin:0;
	padding: 1em;
	
	border-radius:9px 9px 9px 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright:9px;
	-webkit-border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	
	-moz-border-radius-bottomleft:9px;
	-moz-border-radius-bottomright:9px;
	-webkit-border-bottom-left-radius:9px;
	-webkit-border-bottom-right-radius:9px;
}
#ft-nav li {
	width:auto;
	list-style: none;
	margin: 0;
	padding: 0;
	}
#ft-nav a {
	font-size: 12px;
	color: #333;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
}
#ft-nav a:hover {
	text-decoration: underline;
}


.ft-design-credit {
	color: #333;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10px;
	margin: 3em auto;
}
.ft-design-credit a {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
.ft-design-credit a:hover,
.ft-address a:hover,
#ft-nav1 a:hover {
	color: #bccbd3;
}
a.back-to-top {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top:1em;
	margin-bottom: 3em;
}
a.back-to-top:hover {
	color: #beab7c000;
}
#ft-navigation,
#ft-credit {
	margin-left: 0;
}






	
/* Generic Classes */
.columns {
	display: inline;
	float: left;
}
.genie {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.genie:hover {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
.uppercase {text-transform: uppercase;}
hr {
    color: #b2afaa;
    background-color: #b2afaa;
    border: none;
    height: 1px;
    clear: both;
}
hr.hr-short {width: 330px;}

.bold {
	font-weight: bold;
}


/* ===============================================
   Small Tablet/Large Phone Stylings (Optional)
   Supports 30em (480px) to 47.9375em (767px)
   ------
   Useful for making minor adjustments between
   awkward sizes.
   =============================================== */
@media only screen and (min-width: 30em) and (max-width: 47.9375em) {
	
}

/* ===============================================
   Tablet / Desktop Stylings
   Supports 48em (768px) and up
   =============================================== */
@media only screen and (min-width: 48em) {
	/* Parent Elements */
.row > .col {
    border: 0px solid rgba(0,0,0,0);
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    background-clip: padding-box !important;
    margin-left: 5%;
  }
    
  .row > .col:first-child {
    margin-left: 0%;
  }
  #staff-array .row > .col {margin-left: 0;}
  #staff-array .row > .col:first-child {
    margin-left: 5%;
  }
/* 12 Column Grid */
  .row > .col.span1 {
    width: 3.75%;
  }

  .row > .col.span2 {
    width: 12.5%;
  }

  .row > .col.span3, .row > .col.quarter {
    width: 21.25%;
  }

  .row > .col.span4, .row > .col.third {
    width: 30%;
  }

  .row > .col.span5 {
    width: 38.75%;
  }

  .row > .col.span6, .row > .col.half {
    width: 47.5%;
  }

  .row > .col.span7 {
    width: 56.25%;
  }

  .row > .col.span8 {
    width: 65%;
  }

  .row > .col.span9 {
    width: 73.75%;
  }

  .row > .col.span10 {
    width: 82.5%;
  }

  .row > .col.span11 {
    width: 91.25%;
  }

  .row > .col.span12, .row > .col.full {
    width: 100%;
  }

  .row > .col.offset1 {
    margin-left: 8.75%;
  }

  .row > .col.offset2 {
    margin-left: 17.5%;
  }

  .row > .col.offset3 {
    margin-left: 26.25%;
  }

  .row > .col.offset4 {
    margin-left: 35%;
  }

  .row > .col.offset5 {
    margin-left: 43.75%;
  }

  .row > .col.offset6 {
    margin-left: 52.5%;
  }

  .row > .col.offset7 {
    margin-left: 61.25%;
  }

  .row > .col.offset8 {
    margin-left: 70%;
  }

  .row > .col.offset9 {
    margin-left: 78.75%;
  }

  .row > .col.offset10 {
    margin-left: 87.5%;
  }

  .row > .col.offset11 {
    margin-left: 96.25%;
  }
  #hd-locations {
	margin: 1em 1em 1em 0;
	text-align:left;
	color: #333;
	float:right;
	display: inline;
	}
  #home-photo {
	margin-top: 1.5em;
	width:auto;
	}
	 #content {
	margin: 0 0 0 1.4em;
	min-height:25em;
	}
   #content #left-col {display:none;}
	 #content #right-col {width: auto;  padding: 0px 0px 0px 1em;}
	
   .home #content #left-col {display:inline; width: 46%; padding: 0px 0px 0px 1em;}
	.home #content #right-col {width: 50%; margin-left: 0%; padding: 0px 0px 0px 1em; float:right;}
	
  
  .logo {
	 display: inline;
    float: left;
    margin: 0 0 1em 1.4em;
    text-align: left;
    width: auto;
  }
  
  #main-nav a {
	margin: 0;
  }
 
  
  #left-foot, #right-foot {
	display: inline;
	float: left;
	margin-bottom:2em;
	margin-left:1em;
	}
	#wordmark h2 {
	color:#b58739;
	font-style:italic;
	text-align:left;
	}
	.nda-photo {
	float:right;
	padding:0 0 1em 0.5em;
	}
	.photo-clear {
	clear:none;
	}
  
	
}

/* ===============================================
   Desktop Only Stylings
   Supports 64em (1024px) and up
   =============================================== */
@media only screen and (min-width: 64em) {
	.container {
	max-width:1000px;
	}
	#content {
	margin: 0 0 0 1.4em;
	min-height:25em;
	}
	.logo {
	/*margin: 0 0 0 1.4em;
	text-align: left;*/
	}
	.logo {
	 display: inline;
    float: left;
    margin: 0 0 1em 1.4em;
    text-align: left;
    width: auto;
 	 }
	.logo img {
	max-width:410px;
	}
	#hd-locations {
	margin: 1em 0;
	text-align:left;
	color: #333;
	float:right;
	display: inline;
	}
	#nav-wrapper {
	background: #beab7c;
    height: 77px;
    /*position: absolute;
    top: 242px;
    width: 100%;*/
	}
	#main-nav {
	width:960px;
	margin: 0 auto;
	text-align:center;
	}
	#main-nav ul li {
	margin: 0 3em 0 0;
	text-align:center;
	}
	#main-nav ul li a {
	background: #beab7c;
	display: block;
    /*height: 65px;*/
    margin: 0;
    width: 100%;
	padding: 24px 0;
	}
	#main-nav ul ul {
	margin-top:-1em;
	padding: 0.5em 0;
	background:#E6DFBC;
	box-shadow: 1px 4px 4px rgba(0,0,0,.35);
	-moz-box-shadow: 1px 4px 4px rgba(0,0,0,.35);
	-webkit-box-shadow: 1px 4px 4px rgba(0,0,0,.35);
	}
	
	#main-nav ul ul li a {
	background: none repeat scroll 0 0 #E6DFBC;
	color:#beab7c;
	font-size: 15px;
	font-weight: normal;
    display: block;
    height: auto;
    margin: 0;
    width: auto;
	padding: 0.5em 0 0.5em 20px;
	text-align: left;
	}
	#main-nav ul ul li a:hover {
		background: #b58739;
		color: #333;
	}
	
	#content #left-col {display:none;}
	 #content #right-col {width: auto;  padding: 0px 0px 0px 1em;}
	
    .home #content #left-col {display:inline; width: 48%; padding: 0px 0px 0px 0px;}
	.home #content #right-col {width: auto; margin-left: 0%; padding: 0px 0px 0px 1em; float:right;}
	
	#ft {
		margin:20px 0 0 1.4em
	}
	
	#left-foot, #right-foot {
	display: inline;
	float: left;
	margin-bottom:2em;
	margin-left:0;
	}
	
	#right-foot {
	float:right;
	}
	

	
}
