html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0px;
}
a:active {
	outline: none;
}
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	
}
.container {
	position: relative;
	margin: 0px auto;
	height: 100%;
}
body {
	background: #ffffff url('/public/images/mainBacker.jpg') no-repeat  50% 0% !important;
	font-family: 'lucida grande', 'lucida sans unicode', helvetica, sans-serif;
	color: #353d46;
	overflow-x: hidden;
}
.container a {
	color: #0055a5;
	text-decoration: none;
}
.container a:hover {
	color: #0055a5;
	text-decoration: underline;
}
.goldA{
	color: #827248 !important;
}
.redA{
	color: #b90021 !important;
}
.ltBlueA{
	color: #5aafff !important;
}
.greyA{
	color: #8e8e8e !important;
}
.blackA{
	color: #535353 !important;
	text-decoration:none !important;
}
.blackA:hover{
	color: #8e8e8e !important;
	text-decoration:none !important;
}
.newsA{
	color: #535353 !important;
	text-decoration:none !important;
}
.newsA:hover{
	color: #b90021 !important;
	text-decoration: underline !important;
}

.whiteA{
	color: #ffffff !important;
}
.more{
	font-size: 10px;
	text-decoration:none !important;
}
/*-------------------------------- BEGIN LAYOUT ----------------------------------------- */
#header{
	height: 200px;
	position:relative;
}
#header li{
	display: block;
	float:left;
}
#header h1 a{
	display:block;
	position:absolute;
	width: 398px;
	height: 106px;
	background: transparent url('/public/images/HoR_logo_big.png') no-repeat top left;
	text-indent: -99999px;
	top: 50px;
	left: 17px;
}
#subNav{
	position:absolute;
	top: 145px;
}
#subNav ul{
	font-size: 12px;
	font-weight:bold;
}
#subNav li{
	float: right;
	margin: 0 16px 0 0;
}

#socialTop{
	position:absolute;
	text-align: right;
}
#socialTop li{
	float: right;
	margin: 7px 18px 0 0;
	font-size: 12px;
}
.flickrIcon{
	display:block;
	text-align: left;
	text-indent: -99999px;
	width: 36px;
	height: 11px;
	vertical-align:middle;
	background: transparent url('/public/images/iconFlickrBig.png') no-repeat top left;
}

.twitterIcon{
	display:block;
	text-align: left;
	text-indent: -99999px;
	width: 50px;
	height: 11px;
	vertical-align:middle;
	background: transparent url('/public/images/iconTwitterBig.png') no-repeat top left;
}
.facebookIcon{
	display:block;
	text-align: left;
	text-indent: -99999px;
	width: 53px;
	height: 11px;
	vertical-align:middle;
	background: transparent url('/public/images/iconFacebookBig.png') no-repeat top left;
}
.rssIcon{
	display:block;
	text-align: left;
	text-indent: -99999px;
	width: 28px;
	height: 11px;
	vertical-align:middle;
	background: transparent url('/public/images/iconRSS.png') no-repeat top left;
}
#blueWrapper{
	height: 415px;
	background: transparent url('/public/images/blueBacker.png') no-repeat top left;
}
#searchWrapper{
	position:absolute;
	top: 180px;
	margin-left: 580px;
	color: #0055a5;
	z-index: 10001;
	height: 30px;
	background: transparent url('/public/images/searchBacker.png') no-repeat 58px 0px;
}

#searchWrapper strong{
	display:block;
	float:left;
	padding: 5px 0 0 0;
	font-family: Georgia, serif;
	font-size: 17px;
	font-weight:normal;
	
}
.searchInput{
	border: none;
	border-color: #ffffff;
	font-size: 11px;
	font-family:tahoma, Helvetica, sans-serif;
	color: #8e8e8e;
	padding: 3px;
}

#blueWrapperPad{
	padding: 27px 13px 0 13px;
}
#mainPicBacker{
	background: transparent url('/public/images/black-50.png') no-repeat top left;
	height: 357px;
	width: 670px;
	float:left;
	margin-right: 30px;
}
#happeningWrapper{
	float: left;
	width: 250px;
}

#happeningWrapper h3{
	font-size: 16px;
	font-family: Georgia, serif;
	color: #5aafff;
	margin-bottom: 7px;
}
#happeningWrapper ul{
	margin-bottom: 15px;
	margin-left: 14px;
}
#happeningWrapper li{
	margin-bottom: 5px;
	font-size: 10px;
	list-style: square;
	color: #5aafff;
	text-transform:capitalize !important;
}
#happeningWrapper a{
	color: #ffffff;
}
#happeningWrapper a:hover{
	color: #ffb800;
}

#happeningWrapperInside{
	float: left;
	width: 168px;
}

#happeningWrapperInside h3{
	font-size: 14px !important;
	font-family: Georgia, serif;
	color: #5aafff;
	margin-bottom: 7px;
}
#happeningWrapperInside ul{
	margin-bottom: 15px;
	margin-left: 14px;
}
#happeningWrapperInside li{
	margin-bottom: 5px;
	font-size: 10px;
	list-style: square;
	color: #5aafff;
	text-transform:capitalize !important;
}
#happeningWrapperInside a{
	color: #535353;
	text-decoration:none;
}
#happeningWrapperInside a:hover{
	color: #b90021;
	text-decoration: underline;
}
.panel-wrapper h5{
	font-size: 18px;
	font-family: Georgia, serif;
	color: #5aafff;
	margin-bottom: 0px;
	margin-top: 5px;
}
.panel-wrapper p{
	display:block;
	font-size: 11px;
	color: #ffffff;
	line-height: 135%;
	margin-top: 5px;
	width: 520px;
}
#contentWrapper{
	margin: 13px 0;
	color: #353d46;
}
#contentWrapper h2{
	font-family: Georgia, serif;
	font-size: 26px;
	color: #0055a5;
	text-transform:capitalize;
	margin-bottom: 5px;
}
#contentWrapper h3{
	font-family: Georgia, serif;
	font-size: 20px;
	color: #0055a5;
	text-transform:capitalize;
}
#findWrapper h3, #myRep h3{
	color: #a53a00;
}
#welcomeText h2{
	color: #2a2a2a;
}

#column1 {
	background: transparent url('/public/images/dotties.png') no-repeat bottom right; 
	font-size: 10px;
}
#column2{
	font-size: 12px;
}
#column3{
	background: transparent url('/public/images/dotties.png') no-repeat bottom left; 
	font-size: 12px;
}
#mediaWrapper{
	margin-bottom: 30px;
	overflow:hidden;
}
#mediaHeader{
	margin-bottom: 10px;
	padding-left: 48px;
	background: transparent url('/public/images/iconMedia.png') no-repeat left bottom;	
}
#mediaTabs{
	overflow:hidden;
}
#mediaTabs li{
	display:inline;
	float:left;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #cbccce;
}
#mediaTabs li:hover{
	border-left: 1px solid #ffffff;
	background: #babbbd;
}

#mediaTabs li:first-child{
	border-left: none;
}

#mediaTabs a{
	display:block;
	padding: 10px 0 7px 0;
	width: 71px;
	text-align:center;
	font-family: Georgia, serif;
	font-size: 11px !important;
	color: #7e7e7e;
}
.mediaTabsActive{
	border-bottom: 1px solid #dbe6f4 !important;
}

.mediaTabsActive a{
	color: #2a2a2a !important;
	background: #dbe6f4 !important;
}

#mediaTabs a:hover{
	color: #2a2a2a !important;
	text-decoration:none !important;
}

#mediaItems{
	background: #dbe6f4 url('/public/images/mediaBacker.png') no-repeat bottom center;
	padding: 0 6px 20px 6px;
	position:relative;
	height: 200px;
}
#mediaItems ul{
	padding-top: 6px;
	width: 210px;
}
#mediaItems li{
	display:block;
	width: 205px;
	
}
#mediaItems li a{
	display: block;
	padding: 7px 10px 0 50px;
	margin-top: 6px;
	height: 43px;
	width: 140px;
}
#mediaItems li a:hover{
	color: #2a2a2a !important;
	text-decoration:none !important;
}

.videoTabber{
	background: transparent url('/public/images/videoTabber.png') no-repeat top left;
	margin: 0 5px;
}
.audioTabber{
	background: transparent url('/public/images/audioTabber.png') no-repeat top left;
	margin: 0 5px;	
}
.photoTabber{
	background: transparent url('/public/images/photoTabber.png') no-repeat top left;
	margin: 0 5px;
}

#newsWrapper li{
	margin: 7px 0;
}
#prWrapper li{
	margin: 7px 0;
}
#speakerWrapper{
	margin-bottom: 50px;
	overflow:hidden;
}
#speakerPhoto{
	float: left;
	margin-right: 10px;
	width: 150px;
}
#speakerText{
	float: left;
	width: 252px;
}
#infoPhoto{
	float: left;
	margin-right: 10px;
	width: 90px;
}

#infoText{
	float: left;
	width: 300px;
	margin-top: -4px;
}

.findRep{
	background:transparent url('/public/images/findBacker.png') no-repeat bottom center;
	height: 222px;
	font-size: 10px;
	position:relative;
}
#myRep{
	font-size: 10px;
}

#findWrapper{
	font-size: 10px;	
}
#findWrapper h4 a, #myRep h4 a{
	display:block;
	text-indent: -9999px;
	position:absolute;
	top: 63px;
	left: 8px;
	width: 173px;
	height: 141px;
	background: transparent url('/public/images/btnLaunchMap.png') no-repeat top left;
}
#findWrapper h6, #myRep h6{
	display:block;
	position:absolute;
	top: 127px;
	left: 175px;
	font-family: Georgia, serif;
	color: #a48875;
	font-size: 22px;
}
#findWrapper form{
	display: block;
	position:absolute;
	top: 90px;
	left: 235px;
}
#findWrapper strong, #myRep strong{
	display:block;
	margin-bottom: 5px;
	font-family:Georgia, serif;
	color: #ffffff;
	font-size: 12px;
	font-weight:normal;
}
.textInputFind{
	/* Do rounding (native in Firefox and Safari)*/ 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border: 2px solid #f3ead9;
	padding: 7px 4px 6px 4px;
	vertical-align:middle;
	margin-bottom: 5px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #8e8e8e;
}
.textInput{
	/* Do rounding (native in Firefox and Safari)*/ 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border: 2px solid #a2a2a2;
	padding: 7px 4px 6px 4px;
	vertical-align:middle;
	margin-bottom: 5px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #8e8e8e;
}

#advanced_search select, #advanced_search input{
	/* Do rounding (native in Firefox and Safari)*/ 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border: 1px solid #a2a2a2;
	padding: 4px;
	vertical-align:middle;
	margin-bottom: 5px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #8e8e8e;
}
#advanced_search label{
	width: 100px;
	display:block;
	float:left;
	padding-top: 4px;
}


#findMore{
	margin-top: 13px; text-align:right;
}
/** This is height hack for Webkit based browsers only **/
@media screen and (-webkit-min-device-pixel-ratio:0){
	#findMore{
	margin-top: 9px; text-align:right;
	}
}
#footerWrapper{
	background: transparent url('/public/images/footerBacker.png') no-repeat top center;
	min-height: 150px;
	font-size: 10px;
	color: #353d46;
}
#footerWrapper li{
	display: inline;
	float: left;
	margin-right: 25px;
	font-family: Georgia, serif;
	font-size: 16px;
}
#legalFooter li{
	font-size: 11px !important;
	font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif !important;
	float:right;
	margin: 7px 0 0 15px;
}
#socialFooter li{
	font-size: 11px !important;
	font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif !important;
	float:left;
	margin: 0 15px 0 0;
}
#wwwDot{
	text-align:right;
	font-family:Georgia, serif; 
	font-size: 19px; 
	margin: -60px 0 7px 0
}
#greatSeal{
	margin-bottom: 40px;
}
#homepagePromos{
	margin-top: 40px;
}
.internalPromo{
	margin-bottom: 15px;
}
#flex{
	margin-top: 40px;
	text-align:right;
}
.topFlourish{
	 top: 154px;
	 .top: 153px;
}

.insideBacker{
	background: transparent url('/public/images/insideBacker.png') no-repeat top left;
	margin-top: 0 !important;
}
#insidePad{
	padding: 40px 0 0 0;
}
#insideSearch{

}
#breadcrumbs{
	margin-bottom: 25px;
	font-size: 10px;
}

#bodyText{
	line-height: 145%;
	font-size: 13px;
	padding-bottom: 50px;
}
#bodyText h2{
	color: #2a2a2a;
	margin-bottom: 13px;
	line-height: 105%;
}

#bodyText h3{
	font-size: 20px;
	color: #a29061;
	margin-bottom: 5px;
}
#bodyText hr{
	height: 1px;
	border: none;
	background: #d8d8d8;
	margin: 20px 0;
}
#bodyText li{
	list-style: disc;
	margin-left: 30px;
	margin-bottom: 7px;
}
#bodyText strong, .bodyText b{
	font-weight:bold !important;
}
#bodyText em, .bodyText i{
	font-style:italic !important;
}

/* BEGIN SUCKERFISH NAV */
#mainNav{
	position:absolute;
	top: 170px;
	left: 13px;
	width: 954px;
	/*height: 44px;*/
	background: #dfdfdf;
	border: 3px solid #ffffff;
	z-index: 9999 !important;
}
#mainNav li{
	margin-left: 20px;
	font-family: Georgia, serif;
	font-size: 17px;
	padding: 12px 0 10px 0;
	width: auto; /* width needed or else Opera goes nuts */
}
#mainNav li:first-child{
	margin-left: 10px;
}
#mainNav a, #mainNav a:hover{
	text-decoration:none !important;
}
.mainNav a, .mainNav a:hover{
	text-decoration:none !important;
}

#mainNav li ul { /* second-level lists */
	color: #ffffff;
	position: absolute;
	font-size: 11px;
	width: 211px;
	left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-left: 0px;
	border-top: 1px solid #ffffff;
	background: transparent url('/public/images/dropBacker.png') no-repeat top left;
	top: 35px;
	z-index: 9999 !important;
}
#mainNav li:hover ul, #mainNav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#mainNav li ul li{
	margin: 0 0 0 0;
	z-index: 9999 !important;
	padding: 0;
	display:block;
}
#mainNav li ul li:first-child{
	margin-left: 0px;
}
#mainNav li ul li:hover{
	background:transparent url('/public/images/blue-93.png') no-repeat top left;
	z-index: 9999 !important;
}
#mainNav li ul li a{
	display:block;
	padding: 5px 17px 5px 5px;
	margin-left: 27px;
	.margin-top: 0;
	.margin-bottom: 0;
	font-size: 11px;
	font-family: 'lucida grande', 'lucida sans unicode', helvetica, sans-serif;
	text-transform: capitalize;
	z-index: 9999;
	background: #0055a5;
	width: 160px;
	color: #85b8e9;
	border: 1px solid #ffffff;
}
#mainNav li ul li a:hover{
	color: #ffffff;
	background: #4080bc url('/public/images/dropStar.png') no-repeat 5px 6px;
	padding: 5px 0 5px 22px;	
}
/* END SUCKERFISH NAV */

/* JQUERY TABS */
.ui-tabs-nav li{
	list-style: none !important;
}
.ui-tabs .ui-tabs-hide {
    position: absolute !important;
    left: -10000px !important;
}
/* END JQUERY TABS */

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

/* CALENDAR */
h2.fc-header-title{
	font-size: 15px !important;
	font-weight: bold;
}

.fc-event {
	background: #fff;
	border: none;
}
.fc-agenda .fc-event-time {
	background: #fff;
	color: #353d46;
	border: none;
}
.fc-event a {
	background: #dbe6f4;
	padding: 0 0 0 2px;
	font-size: 9px;
	border: 1px solid #aec3da !important;
	border-left: 3px solid #aec3da !important;
	margin-bottom: 5px;
	line-height: 13px;
	width: 96%;
	/* Do rounding (native in Firefox and Safari)*/ 
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.fc-event a:hover {
	background: #a4d3ff;
	border: 1px solid #0055a5 !important;
	border-left: 3px solid #0055a5 !important;
	text-decoration:none;
}
.fc-today{
	background: #f4e7db !important;
}
.qtip{
	font-size: 10px;
	margin-top: -3px;
	margin-left: 4px;
}
.qtip a{
	color: #d2e6ff !important;
}
/* END CALENDAR */

/* BEGIN JQUERY TAB STYLES*/
.ui-state-default,.ui-tabs-selected,.ui-state-active,.ui-state-hover{
	margin: 0px 3px -1px 0 !important;
}
/* END JQUERY TAB STYLES*/