
/* ============================================================================================== */
/* globals */
/* ============================================================================================== */

* {
	font-family: arial, helvetica, verdana, san-serif; 
}

body {
	margin: 6px 0 0 0;
	background: #b9d697;
	width: 100%; height: 100%;	
}

/* fix to support transparent png in IE6; path relative to loading document, NOT css file */
img { 
	behavior: url("frontpage/iepngfix.htc"); 
	border: 0;
}

/* ============================================================================================== */
/* site & site common */
/* ============================================================================================== */

#main { 
	margin: 0; 
}

#site_container {
	margin: 3px auto 15px auto;
	width: 996px;
}

/* some panels may contain just floats, so ensure all panels don't overflow each other */
#site_container > div {
	clear: both;
} 

/* ============================================================================================== */
/* video related*/
/* ============================================================================================== */

#lightboxBackground {
	position: fixed; display: none; z-index: 998;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: #000;
	opacity:0.7; filter:alpha(opacity=70);
}

#lightbox {
	position: fixed; display: none;	z-index: 999;
	top: 50%; left: 50%;
	height: 510px; width: 640px; 
	margin: -255px 0 0 -320px;
	background: #000;
	padding: 10px;	
}

/* note that error text will display in here, so format font stuff also */
#videoContainer {
	width: 640px; height: 480px;
	display: none;
	color: #fff;
}

#videoClose {
	font-family: verdana;
	position: absolute;
	bottom: 15px; right: 10px;
	color: #fff;
	font-size: 10pt; font-weight: bold;
	display: block;
	vertical-align: middle;
}

/* ============================================================================================== */
/* top banner area */
/* ============================================================================================== */

#banner {
	background-image: url(images/banner-bg.gif);
	background-position: 143px 20px;
	background-repeat: no-repeat;
	width: 996px; height: 105px;
	margin-bottom: 5px;
	position: relative;
}

#banner img {
	position: absolute;
	top: 5px; left: 0;
}

#topnav {
	position: absolute;
	top: 0; right: 0;
	font-size: 12px; font-weight: bold;
}

#topnav a {
	text-decoration: none;
	color: #000;
	padding: 0 4px 0 4px;
}

#topnav a:hover {
	text-decoration: underline;
}

#banner h1 {
	position: absolute;
	color: #fff;
	font-size: 23px;
	letter-spacing: 2.3px;
	top: 23px; left: 315px;
	margin: 0; padding: 0;	
}

#banner h1 span {
	/*font-size: 16px;*/
}

/* ============================================================================================== */
/* main area */
/* ============================================================================================== */

#main {
	position: relative;
	background-image: url(images/res-bg.jpg);
	width: 991px; height: 610px;
	margin-bottom: 8px;
}


#slideshow_wrapper {
	position: absolute;
	left: 505px; top: 31px;
	width: 444px;	height: 355px;
	z-index: 3;
	padding: 0;
}

/* ==================================================== */
/* main panel common */
/* ==================================================== */

.pnl_program {
	position: absolute;
	background-repeat: no-repeat;	
}

.pnl_program a {
	text-decoration: none;
	color: #000;
}

.button {
	width: 90px; height: 26px;
	display: block; position: absolute;
	right: 10px; bottom: 8px;
	margin: 0; padding: 0;
	background-image: url(images/learn-more-button.gif);
	background-repeat: no-repeat;	
}

.button-video {
	right: 110px; 
}

.button a {
	display: block;
	font-size: 11px; font-weight: bold;
	color: #000; text-decoration: none;
	padding: 5px 0 0 8px;
}

.button-video a {
	text-align: center;
	padding: 5px 0 0 0;
}


.button a:hover {
	/*color: #992200;*/
	text-decoration: underline;
}

/* ==================================================== */
/* panel dc */
/* ==================================================== */

#pnl_dc {
	left: 20px; top: 160px;
	width: 445px; height: 204px;
	background-image: url(images/box-dc.gif);
}

#dc_badge {
	position: absolute;
	top: -25px; right: -25px;
}


#pnl_dc h2 {
	font-size: 18px; font-weight: bold;
	margin: 0; padding: 6px 0 6px 10px;
}

#pnl_dc h3 {
	font-size: 12px; font-weight: bold;
	margin: 0; padding: 8px 0 8px 10px;
}

#pnl_dc h3 span {
	padding: 0 5px 0 5px;
}

#pnl_dc img {
	float: left;
	padding: 0; margin: 0 0 0 9px;
}

#pnl_dc p {
	font-size: 12px;
	padding: 0; margin: 2px 15px 0 145px;
	line-height: 17px;
}

/* ==================================================== */
/* panel others common */
/* ==================================================== */

.pnl_other {
	width: 230px; height: 177px;
	background-image: url(images/box-other.gif);
	top: 405px;		
}

.pnl_other h2 {
	font-size: 18px; font-weight: bold;
	margin: 0; padding: 6px 0 6px 10px;
}

.pnl_other h3 {
	font-size: 10px; font-weight: bold;
	margin: 0; padding: 5px 0 8px 10px;
}

.pnl_other img {
	float: left;
	padding: 0; margin: 0 0 0 9px;
}

.pnl_other p {
	font-size: 10px;
	padding: 0; margin: 0px 15px 0 88px;
	line-height: 14px;	
}

/* ==================================================== */
/* panel other programs positioning */
/* ==================================================== */

#pnl_horse {
	left: 20px; 
}

#pnl_lr {
	left: 260px; 
}

#pnl_oe {
	left: 500px; 
}

#pnl_acteeva {
	left: 740px; 
}

/* ============================================================================================== */
/* panel sub nav */
/* ============================================================================================== */

#pnl_subnav {
	background-image: url(images/navbar-bg.gif);
	background-repeat: no-repeat;
	width: 988px; height: 36px;
	font-size: 17px; font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	letter-spacing: 0px;
	margin-bottom: 10px;
}

#pnl_subnav a {
	color: #fff;
	padding: 0 8px 0 8px;
	text-decoration: none;
}

#pnl_subnav a:hover {
	text-decoration: underline;
}

/* ============================================================================================== */
/* panel 3 columns  */
/* ============================================================================================== */

div.pnl_col_container {
	width: 988px;
	margin: 0 0 10px 0;
}

div.pnl_col {
	position: relative;
	background: #7e9a5e url(images/box-subitem2.gif) no-repeat;
	width: 324px; height: 139px;
	margin: 0 0 9px 0;
	float: left;
}

div.pnl_col_container .left {
	margin-right: 8px;
}

div.pnl_col_container .right {
	margin-left: 8px;
}

/*
div.pnl_col .tl, div.pnl_col .tr, div.pnl_col .br, div.pnl_col .bl {
	position: absolute;
	width: 7px; height: 7px;
	background-repeat: no-repeat;
}

div.pnl_col .tl { top: 0; left: 0; background-image: url(http://staff.roughingit.com/sandbox/csstest/img.php?bg=b9d697&fg=7e9a5e&radius=7&side=tl); }
div.pnl_col .tr { top: 0; right: 0; background-image: url(http://staff.roughingit.com/sandbox/csstest/img.php?bg=b9d697&fg=7e9a5e&radius=7&side=tr); }
div.pnl_col .br { bottom: 0; right: 0; background-image: url(http://staff.roughingit.com/sandbox/csstest/img.php?bg=b9d697&fg=7e9a5e&radius=7&side=br); }
div.pnl_col .bl { bottom: 0; left: 0; background-image: url(http://staff.roughingit.com/sandbox/csstest/img.php?bg=b9d697&fg=7e9a5e&radius=7&side=bl); }
*/

/* ==================================================== */
/* column header */
/* ==================================================== */

div.pnl_col h4 {
	position: relative;
	margin: 0 0 8px 0;
	font-size: 16px; font-weight: bold;
	padding: 2px 3px 4px 7px;
	background: #4f6a31 url(images/box-subitem-header.gif) no-repeat;	
}

div.pnl_col h4 a {
	text-decoration: none;
}

/* ==================================================== */
/* column content */
/* ==================================================== */

div.pnl_col .content {
	padding: 8px 8px 0 10px;
	color: #fff;
}

div.pnl_col p, div#events  {
	margin: 0 0 4px 80px;
	font-size: 12px;
}

div.pnl_col img {
	float: left;
}

div.pnl_col a {
	color: #fff;
}

/* events container */
div#events {
	overflow-y: auto;
	overflow-x: hidden;
	height: 90px;
	width: 225px;	
}

/* event item */
div#events div {
	clear: both;
	width: 215px;
}	

/* event item - date box */
div#events h5 {
	float: left;
	width: 27px;
	margin: 0 0 4px 0;
	font-size: 10px;
	background: #4f6a31 url(images/date-bg.gif) no-repeat;
	text-align: center;
	padding: 2px;
	position: relative;
	clear: both;
}

div#events h5 span {
	font-size: 13px;
}

/* event item - description */
div#events p {
	margin: 0 0 4px 45px;
	padding: 2px;
	font-size: 11px;
}

div#events a {
	text-decoration: none;
}

div#events a:hover {
	text-decoration: underline;
}

/* more events link */
div#events p#more_events {
	font-size: 10px;
	margin: 0;
	
}

#more_events a {
	text-decoration: none;
}

#more_events a:hover {
	text-decoration: underline;
}

/* ============================================================================================== */
/* panel contact info */
/* ============================================================================================== */

#pnl_info {
	background-image: url(images/info-bg.gif);
	background-repeat: no-repeat;
	width: 989px; height: 71px;	
	color: #fff;
	margin-bottom: 12px;
}

#pnl_info a {
	color: #fff;
	text-decoration: none;
}

#pnl_info div {
	float: left;
	color: #fff;
	margin: 7px 5px 0 10px;
}

#pnl_info img {
	float: right;
	margin: 7px 15px 0 0;
}

#pnl_info div.contact h4 {
	margin: 0; padding: 0;
	font-size: 28px;
}

#pnl_info div.contact h5 {
	margin: 0; padding: 0;
	font-size: 16px;
}

#pnl_info div.office, #pnl_info div.mailing {
	font-size: 15px;
	font-weight: bold;
}

#pnl_info div.contact, #pnl_info div.office {
	background-image: url(images/info-separator.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 22px;
}

/* ============================================================================================== */
/* panel cities served */
/* ============================================================================================== */

#pnl_cities_served {
	font-size: 11px; font-weight: bold;
	color: #353;
	text-align: center;
	line-height: 16px;
	padding: 0 10px 0 30px;
	margin-bottom: 12px;
	background-image:url(../images/bus-icon-small.gif);
	background-repeat:no-repeat;
	background-position: 0 10px
}

/* ============================================================================================== */
/* panel caboodle */
/* ============================================================================================== */

#pnl_caboodle {
	font-size: 13px; font-weight: bold;
	padding-bottom: 12px;
	border-bottom: 1px solid #797;	
	margin-bottom: 12px;	
	text-align: center;
}

#pnl_caboodle a {
	color: #000;
}


/* ============================================================================================== */
/* panel contact info */
/* ============================================================================================== */

#pnl_bottom_links {
	text-align: center;
	margin: 0 0px 10px 0px;
	padding: 12px 0 0 0;
	border-top: 1px solid #797;
	color: #353;	
	font-size: 11px; font-weight: bold;
}

#pnl_bottom_links a {
	color: #353;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

/* ============================================================================================== */
/* copyright */
/* ============================================================================================== */

#pnl_copyright {
	text-align: center;
	margin: 0 0px 10px 0px;
	padding: 12px 0 0 0;
	border-top: 1px solid #797;
	color: #353;	
	font-size: 11px; font-weight: bold;	
}