* {
    	padding: 0px;
    	margin: 0px;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:18px;
	color:#29180a;
	text-align:center;
	background-color: #d8d5cf;
	background-image:url(images/bknd.jpg);
	background-repeat:repeat-x;
}

a img { border:none; }

a:link, a:visited, a:active {
	color:#29180a;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
hr {
	border: 0;
	width: 100%;
	color: #2a7173;
	background-color: #2a7173;
	height: 1px;
	margin:5px 0 10px 0;
}
.photoborder {
	float:right;
	padding:5px;
	width:260px;
	border: 1px solid #29180a;
	margin-left: 22px;
	margin-bottom:22px;
}

.videoborder {
	float:right;
	padding:5px;
	width:320px;
	border: 1px solid #29180a;
	margin-left: 22px;
	margin-bottom:22px;
}
/****************** wrapper *************/
#wrapper {
	width:910px;
	margin:0 auto;
	text-align:center;
	padding:0px;
}
#logo {
	float:left;
}


/****************** Interiors *************/

#contain {
	margin:0 auto;
	width:910px;
	background-image:url(images/bknd-int.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	text-align:left;
	border:1px solid #004a79;
}
#containbknd {
	background-image:url(images/bknd-leftcol.gif);
	background-repeat:repeat-y;
	background-position:top left;
	margin:14px 24px 22px 14px;
	padding:12px 12px;
	overflow:hidden;
	width:872px;
}

/****************** INTERIOR LEFT *************/
#intleft {
	width:212px;
	float:left;
	color:#e8e7e6;
}
#intleft hr {
	border: 0;
	width: 100%;
	color: #666058;
	background-color: #666058;
	height: 1px;
	margin:20px 0 20px 0;
}
#intleft h2 {
	font-weight:normal;
	font-size:16px;
	color:#e8e7e6;
	margin-top:20px;
	margin-bottom:12px;
	font-size:18px;
}
#intleft p {
	margin-bottom:8px;
}
#intleft a:link, #intleft a:visited, #intleft a:active {
	text-decoration:underline;
	color:#e8e7e6;
	background-image:url(images/arrow-right.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:16px;
}
#intleft a:hover {
	text-decoration:none;
}
/****************** INTERIOR RIGHT *************/
#intright {
	float:left;
	width:575px;
	margin-left:50px;
}
#intright p, #intright td {
	margin-bottom:12px;
	font-size:14px;
	line-height:20px;
}

#intright h1 {
	font-weight:normal;
	font-size:24px;
	line-height:26px;
	color:#29180a;
	margin-top:26px;
	margin-bottom:22px;
}
#intright h2 {
	font-weight:normal;
	font-size:18px;
	color:#29180a;
	margin-bottom:8px;
	margin-top:18px;
	padding-bottom:4px;
	border-bottom:1px solid #29180a;
}
#intright h3 {
	font-weight:normal;
	font-size:16px;
	color:#29180a;
	margin-bottom:4px;
	padding-bottom:4px;
}
#intright ul {
	list-style:square;
	padding-left:30px;
	margin-bottom:8px;
}
#intright ol {
	padding-left:30px;
	margin-bottom:8px;
}
#intright .left {
	float:left;
	width:260px;
	margin-right:30px;
	text-align:left;
}

#intright .right {
	float:left;
	text-align:left;
}

.thmb {
	float:left;
	margin-right:18px;
	border:1px solid #dddddc;
}

/****************** HOMEPAGE HERO *************/

#hero {
	margin:0 auto;
	width:910px;
	overflow:visible;
	background-image:url(images/bknd-hero.gif);
	background-repeat:repeat-x;
	text-align:left;
	height:297px;
}

#mainleft {
	float:left;
	width:280px;
}
#mainright {
	background:url(images/robin-hensley.jpg) 0 0 no-repeat;
	float:left;
	padding-top:80px;
	padding-left:280px;
	height:217px !important;
	color:#e8e7e6;
	overflow:visible;
}

#seo { height:217px;
}
#seo h1 {
	font-weight:normal;
	font-size:24px;
	line-height:26px;
	margin-bottom:10px;
}
#seo p {
	font-weight:normal;
	font-size:15px;
	line-height:19px;
	margin-bottom:10px;
}
#seo a:link, #seo a:visited, #seo a:active {
	color:#e8e7e6;
	text-decoration:underline;
}
#seo a:hover {
	text-decoration:none;
}
/****************** HOMEPAGE CALLOUTS *************/

.calloutcontain {
	color:#e8e7e6;
	text-align:left;
	background-image:url(images/bknd-callouts.gif);
	background-repeat:repeat-x;
	width:300px;
	height:273px;
	margin-top:5px;
	float:left;
}
.spacer {
	float:left;
	width:5px;
}
.pad {
	padding:20px;
}
.thmb {
	float:left;
	margin-right:12px;
	margin-bottom:32px;
}
#callouts {
}
#callouts h2 {
	background-image:url(images/bknd-h2.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	font-weight:normal;
	padding-bottom:4px;
	font-size:20px;
	margin-bottom:10px;
}
#callouts a:link, #callouts a:visited, #callouts a:active {
	color:#e8e7e6;
}
#callouts a:hover {
	text-decoration:none;
}




/****************** footer *************/

#footer {
	padding-top:65px;
	margin:auto;
	font-size:11px;
	line-height:15px;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}


.inputFormButton { 
	font-size:11px; color: #ffffff; background-color:#054c84;
	border:none;
	padding: 6px 18px;
	margin-top:6px;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/****************** navigation *************/
div#nav {
	
	font-family:Georgia, "Georgia", "Times New Roman", Times, serif;
	float:right;
	color:#ffffff;
	margin-top:55px;
	font-size:15px;
	font-weight:bold;
	background-color:#29180a;
	height:33px;
	float:right;
}
div#nav ul {
	margin: 0;
	padding-top:4px;
}
div#nav ul li {
	float: right;
	display: inline;
}
div#nav ul li a {
	background-image:url(images/nav-div.gif);
	background-position:top right;
	background-repeat:no-repeat;
	color:#ffffff;
	display: block;
	padding: 0 16px 4px 13px;
}

div#nav ul li a.last{
	background-image:none;
	color:#ffffff;
	display: block;
	padding: 0 20px 4px 12px;
}

div#nav ul li a:link, div#nav ul li a:visited {text-decoration: none;}
div#nav ul li a:hover {cursor: pointer; color:#dbd7d2;}

div#nav ul li:hover a, div#nav ul li.sfhover a {
	color:#dbd7d2!important;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #29180a;
	z-index: 100;
	width: 200px;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
div#nav ul li ul li {
	background-image: none;
	height: auto;
	float: none;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 16px;
	padding: 7px 10px;
	margin: 0;
	display: block;
	font-weight: normal;
	background-image: none!important;
	border-bottom: 1px solid #c9c5c2;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul a:hover {
	background-color: #004a79;
}
/* Fix for sticky IE drop downs */
div#nav ul li:hover, div#nav ul li.sfhover {position: static;}

