@charset "utf-8";
/* CSS Document */

@import url(font-styles.css);
@import url(ins-menu.css);
@import url(incontext.css);
@import url(google-search.css);

* {
   margin: 0px;
   padding: 0px;
   border: none 0;
   zoom: 1;
}

body {
   background-attachment: fixed;
   background-image: url(../img/global/body-bg.png);
   background-repeat: repeat;
   background-position: center center;
}
a { 
   -webkit-transition: color 0.2s ease;
   -moz-transition: color 0.2s ease;  /* FF3.7+ */
   -o-transition: color 0.2s ease;  /* Opera */
}

.clear { clear: both; }

#seoh1  {
   position: absolute;
   left: 50%;
   top: 51px;
   color: #FFF;
   z-index: 501;
   margin-left: -450px;
   width: 900px;
}
#seoh1 h1 {
   color: #000;
   text-transform: uppercase;
   text-align: right;
   font: normal 18px/58px "myriad-pro-condensed-1","myriad-pro-condensed-2";
   padding-right: 20px;
}
#seoh1 img {
   display: block;
   position: absolute;
   top: -20px;
   left: 10px;
}
#wrapper-shadow {
	background-image: url(../img/global/wrapper-shadow.png);
	width: 900px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
	z-index: 0;
	position: relative;
}
#wrappershoe {
   display: block;
   width: 930px;
   margin: 0 auto 15px auto;
   height: 35px;
   background: url(../img/global/wrapper-shadow-shoe.png) no-repeat left top;
}
#wrapper {
   width: 860px;
   background: #ffffff url(../img/global/header-bg.png) no-repeat top center scroll;
   position: relative;
   z-index: 1;
   padding: 320px 20px 5px 20px;
}
#content {
   width: 614px;
   position: relative;
   border-right: 1px solid #eee;
   min-height: 400px;
}
#content.results {
   width: 860px;
   border-right: none 0
!important;
}

#content.beat { background: url(../img/beat.png) no-repeat scroll right top; }
#content.stripe p:nth-child(2n+1) { 
	background-color: #EEEEEE;
	background-color: rgba(238, 238, 238, 0.5);  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#75EEEEEE',EndColorStr='#75EEEEEE'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#75EEEEEE',EndColorStr='#75EEEEEE')"; /* IE8 */ 
   -webkit-transition: background-color 0.2s ease;
   padding: 0 5px;
}
#content.stripe p:nth-child(2n+1):hover {
	background-color: rgba(235, 235, 235, 0.7);  /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9+ */
	-webkit-transition: background-color 0.2s ease;
   -moz-transition: background-color 0.2s ease;  /* FF3.7+ */
   -o-transition: background-color 0.2s ease;  /* Opera */
}
#content.beat h1 { border-bottom: 0 none transparent; }


#content h1 {
   font-family: "news-gothic-std-1","news-gothic-std-2";
   font-size: 22px;
   line-height: 30px;
   font-weight: normal;
   color: #000;
   text-transform: uppercase;
   border-bottom: 3px solid #650d0e;
}
#content h1 span {
	color: #650d0e;
}
#content p {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   line-height: 20px;
   color: #464646;
   margin: 5px 10px;
   text-align: justify;
}
#content p:first-child { margin: 0px 10px 5px 10px; }

#content hr {
   background: #CCC;
   display: block;
   height: 1px;
   width: 100%;
   margin: 0 auto;
}

#content .mgmt {
   display: inline-block;
   padding: 5px 5px 0px;
   border: 1px solid #333;
   width: 108px;
   background-image: -moz-linear-gradient(top, #ffffff, #000000); /* FF3.6 */
   background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #000000)); /* Saf4+, Chrome */

   filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#000000'); /* IE6,IE7 */
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#000000')"; /* IE8 */
   box-shadow: 0px 0px 5px #333;
   -webkit-box-shadow: 0px 0px 5px #333;
   -moz-box-shadow: 0px 0px 5px #333;
   -o-box-shadow: 0px 0px 5px #333;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -o-border-radius: 3px;
   margin: 20px 40px;
   float: left;
   cursor: pointer;
}

#content .mgmt img { 
   display: block;
   box-shadow: 0px 0px 5px #333;
   -webkit-box-shadow: 0px 0px 5px #333;
   -moz-box-shadow: 0px 0px 5px #333;
   }

#content .mgmt p
{
   color: #FFF;
   font: 14px/18px "myriad-pro-condensed-1","myriad-pro-condensed-2";
   text-align: center;
   display: block;
}
#content .mgmt span p{
   color: #FFF;
   font: 14px/18px "myriad-pro-condensed-1","myriad-pro-condensed-2";
   text-align: center;
   display: block;
   width: 88px;
}
#content .mgmt p a:link , #content .mgmt p a:visited{
   color: #eee !important;
   font-size: 12px;
}
#content .mgmt p a:hover, #content .mgmt p a:active { color: #ACAC57 !important; }

#content p span.larger {
   font: 15px/28px "news-gothic-std-1","news-gothic-std-2";
   text-align: left;
   display: block;
   width: 100%;
   text-transform: uppercase;
   color: #650d0e;
   text-shadow: 0px 0px 1px #ccc;
}
#content p span.map {
   font: 12px/18px "news-gothic-std-1","news-gothic-std-2";
   text-align: right;
   display: block;
   width: 100%;
   text-transform: uppercase;
}
#content p span.year {
   text-align: left;
   display: block;
   width: 100%;
   font: 28px/40px "news-gothic-std-1","news-gothic-std-2";
   text-shadow: -1px 1px 1px #999;
}

#content p span.year.special { font-size: 20px; }
#content blockquote {
	background-image: url(../img/global/block-quote.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	padding-left: 35px;
	padding-top: 5px;
	margin-left: 30px;
	margin-right: 30px;
	padding-right: 15px;
	background-color: #eee;
	padding-bottom: 5px;
	text-align: justify;
}

#content p.list-header {
	color: #650d0e;
	margin-bottom: 0px;
	font-weight: bold;
}
#content p a {
	text-decoration: none;
	border-bottom: dotted 1px #CECE9D;
	color: #650d0e;
	cursor: pointer;
}
#content p a:link , #content p a:visited {
	text-decoration: none;
	border-bottom: dotted 1px #CECE9D;
	color: #650d0e;
}
#content p a:hover, #content p a:active { 
	color: #ACAC57;
}
#content ul li a:link, #content ul li a:visited {
   border-bottom: dotted 1px #CECE9D;
   color: #650d0e;
   text-decoration: none;
}
#content ul li a:hover, #content ul li a:active { color: #ACAC57; }

#content ul {
	display: block;
	width: 614px;
}
#content ul li {
   list-style-position: outside;
   list-style-type: none;
   padding-left: 12px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 14px;
   line-height: 18px;
   color: #464646;
   width: 285px;
   float: left;
   display: inline-block;
   background: url(../img/global/bullet.png) no-repeat 0px 7px;
   margin-top: 5px;
   margin-bottom: 5px;
   padding-right: 10px;
   clear: none;
}
#content .twocol {
   column-width: 287px;
   column-gap: 20px;
   column-rule: solid 1px #ccc;
   -moz-column-width: 287px;
   -webkit-column-width: 287px;
   -o-column-width: 287px;
   -moz-column-gap: 20px;
   -webkit-column-gap: 20px;
   -o-column-gap: 20px;
   -moz-column-rule: solid 1px #ccc;
   -webkit-column-rule: solid 1px #ccc;
   -o-column-rule: solid 1px #ccc;
   font-variant: normal;
   padding: 10px 0;
}
#content #right-images {
   position: absolute;
   top: 36px;
   left: 646px;
   width: 210px;
   z-index: 50;
}
#content #right-images img{
   margin-bottom: 20px;
   border: solid 1px #525252;
   opacity: 0.95;
   -webkit-transition: opacity 0.2s linear;
   -moz-transition: opacity 0.2s linear;  /* FF3.7+ */
   -o-transition: opacity 0.2s linear;  /* Opera */
   -webkit-box-shadow: 0px 0px 10px #999;
   -moz-box-shadow: 0px 0px 10px #999;
   -o-box-shadow: 0px 0px 10px #999;
}
#content #right-images img:hover {
   opacity: 1.0;
   -webkit-transition: opacity 0.2s linear;
   -moz-transition: opacity 0.2s linear;  /* FF3.7+ */
   -o-transition: opacity 0.2s linear;  /* Opera */
}
#header {
	display: block;
	position: absolute;
	top: 31px;
	left: 50%;
	width: 820px;
	margin-left: -450px;
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
	z-index: 50;
}
#header #ert {
	float: right;
}

#footer-bg {
   display: block;
   width: 100%;
   height: 53px;
   background-image: url(../img/footer/footer-bg-whiteless.png);
   background-repeat: repeat-x;
   background-position: center top;
   position: fixed;
   bottom: 0px;
   left: 0px;
   overflow: hidden;
}

#footer-bg #content {
   width: 860px;
   padding: 23px 20px 0 20px;
   display: block;
   margin: 0 auto;
   background: transparent url(none);
   position: relative;
   border-width: 0px;
   border-style: none;
   min-height: 26px;
   cursor: pointer;
}
#footer-bg #content p {
   font-size: 12px;
   color: #ccc;
   text-align: center;
   line-height: 23px;
   padding: 0px;
   margin: 3px 0 0 0;
}
#footer-bg #content p span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}
#footer-bg #content #toggle{
	background-image: url(../img/footer/arrows.gif);
	height: 15px;
	width: 16px;
	display: block;
	position: absolute;
	right: 10px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: -1px -14px;
	bottom: 5px;
	z-index: 10000;
}
#footer-bg #bottom-links {
	display: block;
	width: 860px;
	margin: 15px auto 0 auto;
}
#footer-bg #bottom-links .links {
	background-image: url(../img/footer/white-divider.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	float: left;
	width: 142px;
	padding-right: 15px;
	padding-left: 15px;
	height: 115px;
}
#footer-bg #bottom-links .links.nobg {
	background-image: url(none);
}
#footer-bg #bottom-links .links img {
   display: block;
   margin: 20px auto 0 auto;
   opacity: 0.5;
   -webkit-transition: opacity 0.2s linear;
   -moz-transition: opacity 0.2s linear;  /* FF3.7+ */
   -o-transition: opacity 0.2s linear;  /* Opera */
}
#footer-bg #bottom-links .links img:hover {
   opacity: 1.0;
   -webkit-transition: opacity 0.2s linear;
   -moz-transition: opacity 0.2s linear;  /* FF3.7+ */
   -o-transition: opacity 0.2s linear;  /* Opera */
}
#footer-bg #bottom-links .links img.kh-logo {
   margin-top: 15px;
}

#footer-bg #bottom-links .links ul li {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: none;
	line-height: 16px;
	margin: 0;
	padding: 0;
	width: auto;
}

#footer-bg #bottom-links .links ul li a:link, #footer-bg #bottom-links .links ul li a:visited {
	color: #8B6969;
	text-decoration: none;
	width: auto;
}

#footer-bg #bottom-links div.links:hover > ul li a {
	color: #CFC0C0;
}
#footer-bg #bottom-links .links ul li a:hover, #footer-bg #bottom-links .links ul li a:active {
	color: #FFF !important;
}
#footer-bg #bottom-links .links ul li a strong {
	font-family: "Lucida Grande", Tahoma, Georgia, Arial;
	font-size: 10px;
	font-weight: bold;
}

#footer-bg #bottom-links #footnotes {
	display: block;
	clear: both;
	padding-top: 15px;
}
#footer-bg #bottom-links #footnotes p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
}
#footer-bg #bottom-links #footnotes a:link ,#footer-bg #bottom-links #footnotes a:visited{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#footer-bg #bottom-links #footnotes a:hover,#footer-bg #bottom-links #footnotes a:active{
	color: #ccc;
}

#flash {
   position: absolute;
   top: 137px;
   left: 50%;
   margin-left: -430px;
   border-top: solid 1px #ebe1e1;
   z-index: 50;
   background-attachment: scroll;
   background-image: url(../img/index/flash-shadow.png);
   background-repeat: repeat-x;
   background-position: center bottom;
   padding-bottom: 21px;
}

#search {
   display: block;
   height: 31px;
   background-color: #231F20;
   width: 900px;
   margin-left: -450px;
   position: absolute;
   left: 50%;
   top: 0px;
   z-index: 500;
}
#search #date {
   color: #FFF;
   text-align: left;
   float: none;
   position: absolute;
   left: 15px;
   top: 8px;
   font: 14px "myriad-pro-condensed-1","myriad-pro-condensed-2";
}


#search h1 {
	font-size: 14px;
	color: #FFF;
	font-family: "myriad-pro-condensed-1","myriad-pro-condensed-2";
	line-height: 31px;
	padding-left: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

#search img {
	float: right;
}

#search form {
   width: 230px;
   margin-top: 5px;
   display: block;
   position: absolute;
   top: 0px;
   right: 80px;
}

#search form span {
	padding-left: 9px;
	display: block;
	float: left;
	height: 22px;
	background: url(../img/global/search-left-bg.png) no-repeat left top;
	width: 158px;
}

#search form span input {
	float: left;
	background: url(../img/global/search-bg.png) no-repeat top right;
	background-color: transparent;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-right: 11px;
	width: 147px;
    outline: none;
}

#search form input.button {
   height: 22px;
   width: 52px;
   overflow: hidden;
   background-color: transparent;
   background: url(../img/global/search.png) no-repeat left top;
   margin-left: 11px;
   padding-top: 22px;
}
.mgmtabout {
   z-index: 10000;
   margin-left: -250px;
   background: #686868;
   border: 2px solid #fff;
   padding: 10px;
   display: none;
   width: 330px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -o-border-radius: 3px;
   -ms-border-radisu: 3px;
   border-radius: 3px;
   -webkit-box-shadow: 0 0 15px #333;
   -moz-box-shadow: 0 0 15px #333;
   -o-box-shadow: 0 0 15px #333;
   -ms-box-shadow: 0 0 15px #333;
   box-shadow: 0 0 15px #333;
   position: absolute;
   top: 500px;
}
.mgmtabout p {
   color: #fff !important;
   margin: 5px 0px;
   font: normal 12px/16px Arial, Helvetica, sans-serif;
   text-align: left;
}
.mgmtabout p:first-child { margin-top: 0px; }
.mgmtabout p:last-child { margin-bottom: 0px; }

.mgmtabout .close {
   display: block;
   width: 24px;
   height: 24px;
   position: absolute;
   top: -15px;
   right: -15px;
   cursor: pointer;
   background: transparent url(../img/close-x.png) no-repeat left top;
}
.mgmtabout .close p {
   font: bold 10px/24px Tahoma, Geneva, sans-serif;
   text-transform: uppercase;
   color: #FFF;
   background: transparent;
   text-align: center;
   margin: 0px;
   padding: 0px;
}


div#googlemap {
   margin: 0 auto;
   display: block;
   width: 600px;
   background: url(../img/map-shadow.png) right bottom;
   padding-right: 10px;
   padding-bottom: 10px;
}

div#googlemap iframe {
   border-top: 1px solid #CCC;
   border-left: 1px solid #999;
}

