body {
	margin: 0;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 80%;
	line-height: 1.6em;
	color: #111;
background:#ffffff;
}

/* General set-up */
a {
	color: #e6eded;
	text-decoration: underline;
	outline: none;
}
a:visited {
	color: #7d193c;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #036;
}

/* Headings */
h1 {
	font-size: 200%;
	margin: 0 0 12px 0;
	font-family: arial, verdana, times, serif;
}
h2 {
	font-size: 170%;
	margin: 0 0 12px 0;
}
h3 {
	font-size: 150%;
	margin: 0 0 12px 0;
}
h4 {
	font-size: 130%;
	margin: 0 0 12px 0;
}
h5 {
	font-size: 110%;
	margin: 0 0 12px 0;
}

/* Page headings */
#deptheadings {
	padding: 54px 6px 6px 6px;
}
#deptheadings h1 {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 170%;
	font-weight: normal;
}
#deptheadings h2 {
	color: #6799CC;
	margin: 0;
	padding: 0;
	font-size: 120%;
}


/* Lists */
li {
	list-style: disc;
	margin: 0 0 0 3em;
	padding: 0 0 0.5em 0;
}

#skiplinks {
	display: none;
}

#htmlwrap {
	width: 760px;
	background: #006a53;
	color:#ffffff;
	margin-left: auto; 
	margin-right: auto;
	text-align: left;
}

/* Ruskin page header */
#pageheaderruskin {
	background: #fff;
	background: url('../../medianew/images/equine/angliaruskinbg.gif') repeat-x;
	min-height: 102px;
}

/* Ruskin logo */
#logoruskin {
	float: right;
	width: 270px;
	height: 102px;
}
#logoruskin img {
	border: 0;
}

/* Ruskin left curve */
#leftcurveruskin {
	float: left;
	background: url('../../medianew/images/equine/angliaruskinbgleft.gif') no-repeat;
	width: 14px;
	height: 102px;
}

/*
#footerouter {
	clear: both;
	width: 760px;
	background: #e6eded;
	background-image: url('../..medianew/images/equine/footercurveright.gif'); 
    background-repeat: no-repeat;
	background-position: top right;
}
#leftcurvefooter {
	float: left;
	background-image: url('../..medianew/images/equine/footercurveleft.gif'); 
    background-repeat: no-repeat;
	width: 16px;
	height: 12px;
}
*/

#footer {
	clear: both;
	padding: 14px 14px;
	font-size: 80%;
	line-height: 1.25em;
	color: #e6eded;
	text-align: center;
	background: url('../../medianew/images/equine/bgfooter.gif') transparent bottom no-repeat;
}


#footer a, #footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	color: #e6eded;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}


/* Nav panels */
#navouter {
	background:#479787;
	padding: 0;
	margin: 0px 0 0 0;

	
}

/* Navigation panel at the top of the page */
#nav {
	/*position: relative; */
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;

}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;

}
#nav li {
	list-style: none;
	float: left;
	margin: 0;
	
padding: 3px 9px 2px 9px;
}
#nav li a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color:#ffffff;
}
#nav li a:hover {
	color: #000;;
	background:transparent;
}
.navactive {
	color: #000;
	background: #006a53;
}
.navactive a {
	color: #000;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.graphicalheader {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

#content {
	min-height: 240px;
	padding: 40px;
/*background: url('../../medianew/images/equine/background.jpg')*/
/*background: url('../../medianew/images/equine/background.jpg') no-repeat;*/
}
#content p {
	margin: 0 0 0.8em 0;
}	

#bottomnav {
	clear: both;
	background: #e6eded;
	text-align: center;
}

/* Talking heads */
.talkingheads {
	text-align: center;
	margin: 24px 0 24px 24px;
}
.talkingheads img {
	margin: 0 10px;
	border: 6px solid #006a53;
}

/* Our students say... */
.testimonial {
	clear: both;
}
.testimonial img {
	float: left;
	border: 0;
	margin: 0 0 24px 0;
}
.testtext {
	margin: 0 0 0 220px;
}

/* Videos */
.video {
	clear: both;
	text-align: center;
	margin: 24px 0 24px 0;
}
.videotext {
	text-align: left;
	margin: 24px 0 0 0;
}

/* Google maps */
.ruskinmap {
	text-align: center;
	width: 640px;
	height: 480px
}
.legend {
	margin: 24px 0 0 0;
}

/* Features */
.feature {
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	padding: 24px;
	background: #b0bfdd;
}
.indent {
	margin: 0 0 0 3em;
}

/* Form layout */ 
.formFormat fieldset { 
	padding: 1em; 
	border:1px solid #fff;
}
.formFormat label { 
	clear:both;
	float:left; 
	width:25%; 
	margin-right:0.5em; 
	padding-top:0.2em; 
	text-align:right; 
	font-weight:bold; 
}
.formFormat legend { 
	padding: 0.1em 0.5em; 
	text-align:right; 
	color: #265A73; 
	font-weight: bold;
	font-size: 120%;
}
.formFormat input, textarea {
	margin-bottom: 1em;
}
.formFormat submit {
	margin-top: 1em;
}
.hideme {
	visibility: hidden;
}
.nobold {
	font-weight: normal;
}
.HLRed {
	color: #900000;
}

/* Image popup css */
#showimage {
	position:absolute;
	visibility:hidden;
	border: 1px solid #000;
	cursor: hand;
	cursor: pointer;
}
#dragbar {
	cursor: hand;
	cursor: pointer;
	background-color: #092869;
	color: #fff;
	min-width: 100px; /*NS6 style to overcome bug*/
}
#dragbar a {
	color: #fff;
}

/* Communiqué styles */
.featureText {
	padding: 20px;
	margin: 1em 0 1em 0;
	background: #F0F7FA;
	border: 1px solid #ddd;
}
.featureText h4 {
	margin: 0px 0px 1em 0px;
}
.featureText ul {
	margin-bottom: 0px;
}
.featureText pre {
	margin: 0;
}
.featureText form {
	margin: 0 0 0.5em 0;
}

/* CQ images */
.tiImageLeft {
	float: left;
	margin: 1em 1em 1em 0;
}
.tiImageRight {
	float: right;
	margin: 1em 0 1em 1em;
}
.tiImageCenter {
	/*clear: both;*/
	margin: 1em 0 1em 1em;
	text-align: center;
}
/* .tiImageBanner {
	margin: 1em 1em 1em 0;
} */
.imageCaption {
	background: #E4F1F7;
}

.equinetag1 {
	/*border:1px solid red;*/
	margin:0px 20px 0px 340px !important;
padding:80px 10px 10px 10px;
	font-family: Tahoma, Verdana,  sans-serif;
	font-size:2.7em;
font-stretch:ultra-condensed;
line-height:35px;
color:#7fb3a9;
}

.equinetag2 {
	/*border:1px solid red;*/
	margin:0px 20px 10px 340px !important;
	font-family: Tahoma, Verdana,  sans-serif;
	font-size:1.4em;
padding:0 10px;
font-weight:normal;
}
.bg{
background: url('../../medianew/images/equine/background.jpg');
height: 416px;
	padding:0 ;
margin:  -40px;
width: 760px;
}

