/* Common CSS: Horsensei */

/* TODO
  xxx OBSOLETE
*/

@import url(nav.css);

/* Defaults --------------------------- */

body {
	width: 750px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image:  url(../images/secondary_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
}

p {
	color: #122159;
	line-height: 16px;
	font-weight: normal;
}

a {
	color: #122159;	
	text-decoration: underline;
}

a:hover {	
	color: #406BCD;
	text-decoration: underline; 
}

li.outside {
	font-size: 11px;
	font-weight: bold;
	/* color: #0251B2; */
	color: #000000;
	background-color: inherit;
	list-style-position: outside;
	list-style-type: square;

}

td {	
	color: #122159;
	background-color: inherit;
}




/* Special declarations -----------------------------*/

/* Standard page contents block. */
#stdpage #content {position: absolute; left: 205px; top: 165px; width: 540px; z-index: 2;}

/* Standard page navigation menu background */
#stdpage #navbgnd {position:absolute; z-index: 1; left: 20px; top: 0px;}

/* Standard page navigation header */
#stdpage #navheader {position:absolute; z-index: 3; left: 183px; top: 105px; width: 540px;}

/* Standard page navigation subheader 
   This goes above the header.
*/
#stdpage #navsubheader {position: absolute; z-index: 5; left: 504px; top: 85px;}

/* Standard page navigation header horse logo */
#stdpage #horselogo {position:absolute; text-align: right; z-index: 7; left: 210px; top: 140px; width: 540px;}

/* Standard page footer navigation menus */
#stdpage #navfooter {
	position: relative; 
	margin-top: 1em;
	z-index: 6; 
	width: 540px;}

/* Standard page navigation footer's address text */
#navfooter #navfooteraddress {
	position: absolute; 
	left: 140px; 
	top: 70px; 
	width: 440px;
	font-weight: normal;
	font-size: 11px;
	color: #122159;
	background-color: inherit;
	line-height: 15px;
}

/* Standard page navigation footer's name text */
#navfooter #navfootername {
	position: absolute; 
	z-index: 8;
	left: 380px; 
	top: 55px; 
	width: 143px; 
	height: 19px;
	font-weight: bold;
	text-align: right;
	font-size: 11px;
	color: #406BCD;
	background-color: inherit;
	line-height: 15px;
}

/* emmy award */
#emmy {
	position: absolute;
	left: 313px;
	top: 156px;
	width: 193px;
	}

/* Section -- block separated by blank horizontal line of text
   and limited to 70% of available width */
.section {margin-top: 1em; margin-right: 3em;}

/* Normal text */
.text {	
	color: #122159;
	background-color: inherit;
	line-height: 18px;

}

/* XXX get rid of this and use "text" instead */
.text2 {	
	color: #122159;
	background-color: inherit;
	line-height: 18px;
}

/* Normal text with a line break above it 
   Used when starting a new block of text. */
.leadingtext {	
	color: #122159;
	background-color: inherit;
	line-height: 18px;
	margin-top: 1em;
}

/* For use as a ruler line (GIF image) below a line of text */
.rulerline {position: relative; height: 1px; top: -1em;}

/* Calendar call to action */
.calendarCTA {
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	color: #406BCD;
	background-color: inherit;
	line-height: 18px;
	margin-top: 1em;
}

/* biography block */
.bio {
	background-image: url(../images/aboutus/blugrad.gif); 
	background-repeat: repeat;
	margin-bottom: 3em;
}

/* biography text on left */
.biotextleft {	
	font-size: 11px;
	color: #122159;
	background-color: inherit;
	line-height: 16px;
	padding-left: 10px;
	margin-top: 2em;
}
/* biography text on right */
.biotextright {
	font-size: 11px;
	color: #122159;
	background-color: inherit;
	line-height: 16px;
	margin-left: 10px;
	margin-top: 2em;
}

/* biography title */
.biotitle {	
	font-size: 11px;
	font-weight: bold;
	color: #406BCD;
	background-color: inherit;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: .3em;
}

/* About us link to biography page */
.biolink  {	
	font-size: 11px;
	color: #406BCD;
	background-color: inherit;
	text-decoration: none;
	margin-top: -.1em;
	margin-left: 1em;
}

a.biotitle:hover  {	
	text-decoration: underline;
}

.links {	
	font-weight: bold;
	color: #122159;
	background-color: inherit;
}

a.links {
	text-decoration: none;
}

a.links:hover {
	color: #406BCD;
	background-color: inherit;
	text-decoration: underline;
}

.title {
	font-size: 11px;
	font-weight: bold;
	color: #406BCD;
	background-color: inherit;
	text-transform: uppercase;
}

.ititle {	
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #406BCD;
	background-color: inherit;
}

a.title {
	text-decoration: none;
}

a.title:hover {
	text-decoration: underline;
}

.title2 {	
	font-size: 13px;
	font-weight: bold;
	color: #406BCD;
	background-color: inherit;
}

.title3 {	
	font-weight: bold;
	color: #224BBF;
	background-color: inherit;
}

.smallblu {	
	font-weight: bold;
	text-align: right;
	font-size: 11px;
	color: #406BCD;
	background-color: inherit;
	line-height: 15px;
}

.subtitle {	
	font-weight: bold;
	font-size: 11px;
	text-transform: none;
	color: #122159;
	background-color: inherit;
	line-height: 15px;
}

.small, a.small {	
	font-size: 11px;
	color: #122159;
	background-color: inherit;
	line-height: 15px;
}

a.small:hover {	
	font-size: 11px;
	color: #000000;
	background-color: inherit;
	line-height: 15px;
	text-decoration: underline;
}

.caption {	
	font-style: italic;
	color: #122159;
	background-color: inherit;
}

.caption2 {	
	font-size:11px;
	color: #122159;
	background-color: inherit;
	line-height: 15px;	
	font-style:italic;
}

a.caption2 {	
	text-decoration:underline;
}

a.caption2:hover {	
	text-decoration:underline;
	color: #666666;
	background-color: inherit;
}

.caps{
	font-size: 11px;
	color: #666666;
	background-color: inherit;
	text-transform: uppercase;
	font-weight: normal;
}

# CSS below inherited from Jane ------------

.subhead {
	font-size: 11px;
	line-height:12px;
	font-weight: bold;
	color: #406BCD;
	background-color: inherit;
	padding-top:15px;
	padding-bottom: 0px;
	text-transform:uppercase;
	margin-bottom:0;
}
/* testimonials block */
.testimonial {
	background-image: url(../images/blugradfull.gif); 
	background-repeat:repeat-x;
	margin-left:75px;
	margin-bottom: 3em;
}


/* testimonial title */
.testtitle {	
	font-size: 11px;
	font-weight: bold;
	color: #406BCD;
	padding-right: 10px;
	background-color: inherit;
	text-transform: uppercase;
	text-decoration: none;
	text-align:right;
}

/* testimonial on right */
.testimonialright {	
	font-size: 11px;
	color: #122159;
	background-color: inherit;
	line-height: 16px;
	padding-right: 10px;
	margin-top: 2em;
	text-align:right;
	font-weight: bold; 
	font-size: 11px; 
	color: #406BCD;
}
/* testimonial on left */
.testimonialleft {	
	font-size: 11px;
	color: #122159;
	background-color: inherit;
	line-height: 16px;
	padding-left: 10px;
	margin-top: 2em;
	text-align:right;
	font-weight: bold; 
	font-size: 11px; 
	color: #406BCD;
}

/* callout block */
.callout {
	background-image: url(../images/blugradfull.gif); 
	background-repeat:repeat-x;
	margin-left:75px;
	margin-bottom: 3em;
}
/* callout title */
.callouttitle {	
	font-size: 11px;
	font-weight: bold;
	color: #406BCD;
	background-color: inherit;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 10px;
}

/* callout text on right */
.calloutright {
	font-size: 11px;
	line-height:12px;
	font-style:italic;
	color: #122159;
	background-color: inherit;
	margin-top: 2em;
	padding-left: 10px;
}

li.detail
 {
	font-size: 12px;
	font-weight: bold;
	color: #406BCD;;
	background-color: inherit;
	list-style-position: outside;
	list-style-type: square;}
	
.plain
{
	font-weight:normal;
	color:#122159;
	}

