/* Created By Lisa Merriman for Unlimited Webdesign */
/* NOTES: Netscape 4 bug: can't apply table padding using css. Must use html for that. */
/************ GLOBAL RESET STUFF **************/
* { padding: 0; margin: 0; }
p, pre, blockquote, form, label, ol, dl, fieldset, address { margin: 20px 0; }
h1, h2, h3, h4, h5, h6 { margin: 0.2em 0; }
dd, blockquote { margin-left: 40px; margin-bottom: 0.9em;} 
fieldset { padding: 10px; }
p {
	margin-top: 0em;
	margin-bottom: 1em;
	line-height: 1.2em;
}

sup {
	line-height: 0;
	vertical-align: text-top;
}


/************ APPEARANCE TAGS **************/
TABLE {	border-collapse: collapse; empty-cells: show; }

td { vertical-align: top; }

A:link, A:visited { color: #ab0534; }
A:hover { color: #3F95D3; }

h1 { font-size: 14pt; font-weight: normal; color: #ab0534;
	text-align: center;
/*	border: 1px solid red; */
}
h2 {  font-size: 11pt; font-weight: bold; color: #ab0534; } 
h3 {  font-size: 10pt; font-weight: bold; color: #000000; } 
h4 {  font-size: 10pt; font-weight: bold; color: #000000; } 

UL {
	padding-left: 1.5em;
	margin-left: 2em;
	margin-top: 1em;
}

UL LI {
	padding-left: 0em;
	margin-bottom: 0.5em;
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

/**************************/
body {
	background: #7d7862 url(images/bg-brown2grey.gif) repeat-x top left; /* was 7c7a65 */
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: "Trebuchet MS", Arial, sans-serif; */
	font-size: 11pt;
	margin: 0;
}

.container_outer {
	position: relative;
	background: white url(images/bg-cvr-main.gif) repeat-y top center;
	width: 760px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.container_inner {
	position: relative;
	background: url(images/bg-maintop.gif) no-repeat top center;
/*	background: #7c7a65 url(images/CAP-rbc-splash-2.jpg) no-repeat top right; */
	/*
	width: 700px;
	margin-left: 40px;
	border: 1px solid blue; 
	*/
}

.main_table {
	position: relative;
	width: 760px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.main_table TD {
	padding: 0;
}

.left_cell {
	width: 170px;
	padding-left: 10px;
}

.header {
	position: relative;
	height: 395px;
	margin-bottom: 0px;
/*	border: 1px solid blue; */
}

.cvr_logoarea {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 162px;
	height: 166px;
}

.photo_area {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 560px;
	height: 330px;
}

.title_area {
	position: absolute;
	top: 365px;
	right: 25px;
	width: 204px;
	height: 24px;
}

.maincontent {
	position: relative;
	padding: 0.5em 25px 0px 10px;
/*	border: 1px solid red;  */
	margin: 0;
}

/********************/

.footer {
	position: relative;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
	height: 28px;
	background: url(images/bg-mainarea-end.gif) no-repeat bottom left;
	color: #696969;
	font-size: 9pt;
	text-align: center;
}

/********** MENU ***********************/
.vertical_menu {
	position: relative;
	width: 150px;
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
}
.vertical_menu UL {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.vertical_menu UL LI {
	list-style: none;
	padding: 0;
	margin: 0;
/*	border-bottom: 1px dotted #C9E0F1; */
}
.vertical_menu A:link, .vertical_menu A:visited {
	display: block; 
	height: 17px;
	padding-top: 3px;
	color: #666;
	text-decoration: none;
}
.vertical_menu A:hover {
	color: #ab0534; 
	text-decoration: none;
	background: url(images/bg-menulit.gif) no-repeat center center;
}

.vertical_menu A.special:link, .vertical_menu A.special:visited {
	display: block; 
	height: 17px;
	padding-top: 3px;
	color: #ab0534;
	text-transform: uppercase;
	text-decoration: none;
	background: url(images/new-arrows-for-menu-1.gif) no-repeat center center;
}
.vertical_menu A.special:hover {
	color: black; 
	text-decoration: none;
	background: url(images/bg-menulit.gif) no-repeat center center;
}

/********* ILLUSTRATIONS ***************************/
.ill, .ill_left, .ill_right {
	position: relative;
	font-size: 8pt;
	color: #666;
	text-align: center;
	line-height: 1.2em;
}

.ill A, .ill_left A, .ill_right A {
	text-decoration: none;
}

.ill A:hover, .ill_left A:hover, .ill_right A:hover {
	text-decoration: underline;
}

.ill {
	margin-bottom: 1em;
	font-weight: normal;
}

.ill_right {
	float: right;
	margin: 5px 0px 1.5em 1em;
	clear: left;
}

.ill_left {
	float: left;
	margin: 5px 1em 1em 0px;
}

.ill IMG, .ill_left IMG, .ill_right IMG  {
	margin: 0.2em 0;
	border: 1px solid #02294a;
}

.ill_rounded IMG {
	border: none;
}

/*** HORSE AREA ***************************/
.horse_area {
	position: relative; 
	width: 535px;
	margin-bottom: 1em;
	background: #dcdcdc url(images/bg-box555W-end.gif) bottom left no-repeat; 
	padding: 10px; 
	font-size: 10pt;
}

.horse_area H2 {
	position: relative;
	margin: -10px -10px 1em -10px;
	padding-left: 10px;
	padding-top: 5px;
	background: url(images/bg-box555W-top.gif) top left no-repeat;
/*	border: 1px solid blue; */
}

.horse_area TD {
	width: auto;
	padding: 2px 10px 2px 0px;
}

.horse_area .horse_area_photo {
	position: absolute;
	top: 10px;
	right: 10px;
}

.horse_area_photo IMG {
/*	border: 1px solid #333; */
	border: none;
}

/*************** SPECIAL TABLES ********************/
.linedtable TD, .unlinedtable TD {
	padding: 4px 9px; 
	font-size: 9pt;
	vertical-align: top;
}

.gallery_table {
	position: relative;
	width: 100%;
}
.gallery_table TD {
	width: 50%;
	text-align: center;
	padding-bottom: 1em;
	font-size: 10pt;
}
.gallery_table IMG {
	margin: 0.2em 0;
	border: 1px solid #666;
	/*
	border: 2px solid #666;
	padding: 5px;
	background-color: #e0e0e0;
	*/
}
