/* @override http://www.roodandriddle.com/working/stylesheet.css */

/* Define Tags */
* {margin:0; padding:0;}
html, body {
	height:100%;
	} 

body { 
	margin:0;
	padding:15px;
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:normal;	
	color:#535353;	
	line-height:1.5em;
	} 
	body.bodyProp {
		background:#ffffff url(images/main_bg_rpt.gif) repeat-x;
		padding:0;
		}
	
a, a:visited, a:hover {	
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:normal;	
	color:#155fa9;	
	line-height:1.5em;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}

h1, h2, h3, h4, h5, h6 {
	margin:2px 0 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif; 
	color:#005d00;
	}
h1 {
	font-size:18px;
	color:#a06f1a;
	border-bottom:2px solid #d9d9cf;
	height:30px;
	padding-left:16px;
	text-transform:uppercase;
	}
h2 {
	color:#425f81;
	font-size:14px;
	border-bottom:0;
	}
h3 {
	margin:0px;
	font-size:15px;
	border-bottom:0;
	color:#425f81;
	height:18px;
	padding-left:30px;
	}
h4 {
	font-size:12px;
	color:#a06f1a;
	height:30px;
	}
h5 {
	color:#7b5123;
	font-size:12px;
	border-bottom:0;
	margin:0;
	padding:0;
	}
	
form {
	margin:0;
	padding:2px;
	}

img {
	display:block;
	padding:3px;
	border:1px solid #d9d9cf;
	}

/* Custom Class Names */
p, td, li, .copy, .copySmall, .copyLarge, .form, .button, .error {
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:400;
	color:#535353;	
	line-height:1.5em;
	}
	
.copySmall, a.copySmall, a.copySmall:visited, a.copySmall:hover {	
	font-size:10px;	
	}
	
.copyLarge, a.copyLarge, a.copyLarge:visited, a.copyLarge:hover {	
	font-size:14px;	
	}

.form {
	background-color:#fff;
	}
	
.button { 
	color:#333333; 
	font-weight:bold; 
	background-color:#d9d9cf;
	border:1px solid #333333; 
	cursor:pointer;
	height:20px;
	}
	
.error, a.error, a.error:visited, a.error:hover {	
	color:#900;	
	}

.bold {	
	font-weight:bold;
	}

.clear {
	clear:both;
	}

ul{
	padding-left:10px;
}
/********************************
 *	INLINE LIST STYLES		*
 *	AND CUSTOM STUFF		*
 ********************************/
 
#headerWrapper{
 	margin:0 auto;
	background:url(images/headerBg.jpg) no-repeat top center;
	height:144px;
}
	#header{
		margin:0 auto;
		width:984px;
		height:144px;
	}
		#header ul{
			padding:0;
		}
			#header ul li{
				list-style-type:none;
				display:block;
				float:left;
			}
			#header ul li a {
				display:block;
				overflow:hidden;
				height:38px;
				white-space:nowrap;
			}
				#header ul li a span {
					display:none;
				}
				#header ul li a.aboutUs {
					width:97px;
					background:url(images/newNav.gif) no-repeat top left;
				}
				#header ul li a.aboutUs:hover {
					width:97px;
					background:url(images/newNav.gif) no-repeat 0 -38px;
				}
				#header ul li a.ourFacilities{
					width:103px;
					background:url(images/newNav.gif) no-repeat -97px 0;					
				}
				#header ul li a.ourFacilities:hover{
					width:103px;
					background:url(images/newNav.gif) no-repeat -97px -38px;					
				}
				#header ul li a.staff{
					width:82px;
					background: url(images/newNav.gif) no-repeat -200px 0;
				}
				#header ul li a.staff:hover{
					width:82px;
					background: url(images/newNav.gif) no-repeat -200px -38px;
				}
				#header ul li a.internships{
					width:224px;
					background: url(images/newNav.gif) no-repeat -282px 0;
				}
				#header ul li a.internships:hover{
					width:224px;
					background: url(images/newNav.gif) no-repeat -282px -38px;
				}
				#header ul li a.news{
					width:166px;
					background: url(images/newNav.gif) no-repeat -506px 0;
				}
				#header ul li a.news:hover{
					width:166px;
					background: url(images/newNav.gif) no-repeat -506px -38px;
				}
				#header ul li a.eventCalendar{
					width:151px;
					background: url(images/newNav.gif) no-repeat -672px 0;
				}
				#header ul li a.eventCalendar:hover{
					width:151px;
					background: url(images/newNav.gif) no-repeat -672px -38px;
				}
				#header ul li a.location{
					width:161px;
					background: url(images/newNav.gif) no-repeat -823px 0;
				}
				#header ul li a.location:hover{
					width:161px;
					background: url(images/newNav.gif) no-repeat -823px -38px;
				}
				/*#header ul li a:hover {
					background-position:0 -38px;
				}*/

ul.subMenu {
	padding:3px;
	margin:15px 30px;
	border:1px solid #ccc;
	text-align:center;
	}
	ul.subMenu li {
		padding:2px;
		margin:0;
		list-style-type:none;
		display:inline;
		background-color:#ccc;
		color:#333;
		font-size:14px;
		}
		ul.subMenu li a, ul.subMenu li a:visited, ul.subMenu li a:hover {
			padding:3px 20px;
			margin:0;
			background-color:#3d5131;
			color:#fff;
			font-weight:bold;
			border:1px solid #0d5031;
			font-size:14px;
			text-decoration:none;
			}
		ul.subMenu li a:hover {
			background-color:#4d6240;
			}

.sublinkBox {
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	padding-top:4px;
	padding-left:10px;
	/*height:23px;*/
	border:1px solid #F1F1ED;
	background:#ECECDD url(images/sublink_bk_off.gif) left bottom repeat-x;
	color:#626052;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}


.sublink a, .sublink a:visited, .sublink a:active, .sublink a:hover {
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	padding-top:4px;
	padding-left:10px;
	width:200px;
	height:23px;
	border:1px solid #CBCAB9;
	background-image:url(images/sublink_bk_off.gif);
	background-repeat:repeat-x;
	color:#626052;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

.sublink a:hover {
	display:block;
	margin-right:10px;
	margin-bottom:5px;
	padding-top:4px;
	padding-left:10px;
	width:200px;
	height:23px;
	border:1px solid #E1E1DA;
	vertical-align:middle;
	background-image:url(images/sublink_bk_on.gif);
	background-repeat:repeat-x;
	color:#626052;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}

#content{	
	margin:0 auto;
	width:984px;
	padding-top:25px;
}

#member-leftSide { width:210px; float:left; }
#member-leftSide .subNav { margin-bottom:30px; }
#member-leftSide .subNav a, #member-leftSide .subNav a:visited, #member-leftSide .subNav a:hover { display:block; background:#d4d4d2; color:#656565; padding:8px 8px 8px 17px; text-decoration:none; margin-bottom:1px; font-family:Trebuchet MS, Verdana, Arial; font-size:12px; }
#member-leftSide .subNav a:hover { background:#858585; color:#fff; }
#member-leftSide .subNav a.currentPage { background:#858585; color:#fff; }
#member-rightSide { margin-left:24px; width:750px; float:left;}

#contentMiddle{
	clear:both;
	margin:0 auto;
	width:984px;
	height:359px;
}
	#official{
		display:block;
		margin:0 auto;
		background:url(images/the-official-equine-hospita.jpg) no-repeat top center;
		width:321px;
		height:141px;
	}
	
#contentBottom{
	margin:0 auto;
	width:984px;
	padding-top:21px;
}
	#leftContent{
		width:661px;
		float:left;
	}
	#sponsorLogos{
		float:right;
		width:288px;
		height:79px;
	}

#footer{
	clear:both;
	text-align:center;
	color:#748b74;
	font-size:11px;	
	font-family:Verdana,Arial,Helvetica; 
	font-weight:normal;
	line-height:1.5em;
	padding-top:30px;
}
	#footer a, #footer a:hover, #footer a:visited{
		color:#748b74;
		text-decoration:none;
		font-size:10px;
	}
	#footer a:hover{
		text-decoration:underline;
	}

/*
NEWS & HORSE HEALTH ARTICLE STYLES
*/
#articleContainer{
	width: 373px;
	margin-right: 10px;
	float: left;
	}
#newsletterContainer{
	margin-top: 20px;
	width: 180px;
	float: left;
	height: 200px;
	}
	#newsletterContainer img {
		padding: 0;
		margin: 0;
		border: 0;
		}
#newsList .newsItem, #educationList .educationItem {
	margin-bottom: 10px;
	padding: 5px;
	}
	.newsItem em.newsDate, .educationItem em.educationDate {
		color: #777;
		}
	.newsItem a.newsLink, .newsItem a.newsLink:visited, .newsItem a.newsLink:hover,
	.educationItem a.educationLink, .educationItem a.educationLink:visited, .educationItem a.educationLink:hover {
		font-weight: bold;
		}
	#newsList a.prevPage, #newsList a.prevPage:visited, #newsList a.prevPage:hover,
	#newsList a.nextPage, #newsList a.nextPage:visited, #newsList a.nextPage:hover,
	#educationList a.prevPage, #educationList a.prevPage:visited, #educationList a.prevPage:hover,
	#educationList a.nextPage, #educationList a.nextPage:visited, #educationList a.nextPage:hover {
		display: block;
		padding: 3px;
		float: right;
		}
	#newsList a.prevPage, #newsList a.prevPage:visited, #newsList a.prevPage:hover,
	#educationList a.prevPage, #educationList a.prevPage:visited, #educationList a.prevPage:hover{
		float: left;
		}
		#newsList a.prevPage span, #newsList a.prevPage:visited span, #newsList a.prevPage:hover span,
		#newsList a.nextPage span, #newsList a.nextPage:visited span, #newsList a.nextPage:hover span,
		#educationList a.prevPage span, #educationList a.prevPage:visited span, #educationList a.prevPage:hover span,
		#educationList a.nextPage span, #educationList a.nextPage:visited span, #educationList a.nextPage:hover span {
			color: #ccc;
			}
		#newsList a.prevPage:hover, #newsList a.nextPage:hover, #educationList a.prevPage:hover, #educationList a.nextPage:hover {
			text-decoration: none;
			}
		#newsList a.prevPage:hover span, #newsList a.nextPage:hover span, #educationList a.prevPage:hover span, #educationList a.nextPage:hover span {
			color: #155fa9;
			}
#newsList .borderBottom, #educationList .borderBottom {
	border-bottom: 1px solid #ddd;
	}

/* Slide-out Menu 
#menus { display:none; }*/
.slideoutMenu div ul, .slideoutMenu div {
	padding:0;
	margin:0;
	border-top:1px solid #E7E7D2 ;
	}
	.slideoutMenu div ul li {
		list-style-type:none;
		}
		.slideoutMenu div ul li a, .slideoutMenu div ul li a:visited, .slideoutMenu div ul li a:hover,
		.slideoutMenu div a, .slideoutMenu div a:visited, .slideoutMenu div a:hover {
			display:block;
			padding:5px;
			font-size:10px;	
			font-family:Verdana,Arial,Helvetica; 
			color:#005C31;
			text-decoration:none;
			border-right:1px solid #E7E7D2;
			background-color:#DDDDB9;
			border-left:1px solid #E7E7D2;
			border-bottom:1px solid #E7E7D2;
			line-height:normal;
			}
			.slideoutMenu div ul li a:hover, .slideoutMenu div a:hover {
				color:#fff;
				background-color:#005C31;
				}

/* =============
	Forms
============== */
.box_border { border: 4px solid #BCBCBC; background:#fff; width:100%; margin:10px auto; }
.rr_form1 { margin: 10px auto 0 auto; }
.rr_form1 label { clear: both;width: 200px; text-align:right; float:left; margin-right:10px; font-size:13px;}
.rr_form1 input, .rr_form1 select, .rr_form1 textarea { float:left; margin-bottom: 5px; border:solid 1px #bcbcbc; padding:4px; width:200px; font-size:12px; }
.rr_form1 .button { width:150px; height:35px; background:#2F7B57; border:1px solid #015C31; color:#fff; }
.rr_form1 .box_border { width:100%; padding:20px 30px 20px 30px; float:left; }
.rr_form1 input:focus { background:#DBEBD3; }
.rr_form1 .button:hover { background:#DBEBD3; color:#2F7B57; }

.infoWrapper { clear:both; width:690px; padding:5px;}
	.infoName { float:left; width:70%; text-align:left; font-weight:bold; }
	.infoValue { float:right; text-align:right; padding-right:20px;}
.infoWrapper:hover { background:#eee; }

.alert { background:#FBECEC; border:1px solid #990000; color: #320304; width:90%; margin:10px auto; padding:20px; text-align:center; }

#payOnline_bt { display:block; width:211px; height:92px; background:url(images/payOnline_bt.gif); }
#payOnline_bt:hover { background-position: 0 -92px; }

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size:11pt;
	line-height:1.2em;
	margin-bottom:8px;
	text-transform:uppercase;
	background:url(images/cross.gif) no-repeat 0 4px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size:14pt;
	line-height:1.2em;
	margin:0;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	font-size:14pt;
	line-height:1.4em;
	margin:0px;
	text-transform:uppercase;
	background:url(images/back_arrow.gif) no-repeat 0 4px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	font-size:6pt;
	line-height:.5em;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}



#H1WithFaceBook{
    float:left;
	width:533px;
}
#H1FacebookImg{
    float:right;
	border:none;
}