﻿body{
	margin:0;
	padding:0;
	background-color:#f2f2f2;
	color:#333;
	font-family:Georgia, 'Times New Roman', Times, serif;
}
html, body{
	margin:0;
	padding:0;
	height:100%;
	min-height:100%;
}

p, ul {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:9pt; 	
	line-height:14pt;
}
img{
	border:0;
	behavior:url('iepngfix.htc'); /* PNG Transparency */
}
acronym,abbr{
	border:none;
}
h3{
	color:#60f;
	margin:10px 0px 10px 21px;
	font-size:10pt;
	font-weight:bold;
}
h4{
	color:#583131;
	margin:0px 0px 5px 0px;
	font-weight:bold;
	font-size:9pt; 	
}
a{
	outline: none;
	color:#60f;
}
a:hover{
	text-decoration:none;
}
a:visited{
	color:#37037f;
}
blockquote{
	font-style:italic;
	text-align:center;
}
div#shadow{
	background-image:url('images/shadow.gif');
	background-position:top left;
	background-repeat:repeat-y;
	width:979px; /*Width of main container*/
	min-height:100%;
	margin:0 auto; /*Center container on page*/
}
div#maincontainer{
	width:940px; /*Width of main container*/
	margin:0 auto; /*Center container on page*/
	background-color:#f2f2f2;
	color:#333;
}
div#logo-header{
	overflow:hidden;
	background-color:#fff;
	background-image:url('images/concorde-logo.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	width:940px;
	height:124px;
	position:relative;
}
div#banner{
	width:940px;
	height:276px;
	background-image:url('images/index-1.jpg');
	background-position:top left;
	background-repeat:no-repeat;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}
div.horse{
	width:720px;
	clear:both;
	float:left;
	border-top:1px solid #333;
	padding-top:6px;
	margin-left:19px;
	margin-bottom:7px;
	border:1px solid black;
	
}
div.horse div.imageContainer h3{
	padding:0 0 10px 0;
	margin:3px 0 2px 3px;
	float:left;	
}

/* Styles for the "Featured Content" Slider*/
div#featuredContent.sliderwrapper{
	position:relative;
	top:170px;
	left:456px;
	overflow:hidden;
	width:460px;
	height:104px;
}
div.noscript p{
	padding-top:6px;
	padding-left:12px;
	font-size:12px;
}
div#featuredContent div.contentdiv{
	visibility:hidden; /*leave as is*/
	position:absolute; /*leave as is*/
	left:0;  /*leave as is*/
	top:0;  /*leave as is*/
	width:458px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	/*height: 100%;*/
	height:105px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
div#featuredContent div.contentdiv p{
	margin:0;
	padding:0;
	margin-top:10px;
	margin-right:6px;
  	font-family:Arial, Helvetica, sans-serif;
  	font-size: 10pt;
	line-height:normal;
	color:#666;
}
div#featuredContent div.contentdiv img.featuredImage{
	float:left;
	width:183px;
	height:107px;
	margin-right:10px;
}
div.pagination{
	width:277px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	height:16px;
	background-color:#424242;
	border-top:1px solid #ccc;
	position:relative;
	top:145px;
	left:640px;
	z-index:1000;
	padding-top:5px;
	padding-bottom:3px;
}
a:active{  
	outline: none;
}
div.pagination a{
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
  	font-family:Arial, Helvetica, sans-serif;
  	font-size: 9pt;
}
/*---*/
div#title-bar{
	float:left;
	width:940px;
	height:45px;
	position:relative;
	background-image:url('images/title-bar.jpg');
	background-position:top left;
	background-repeat:no-repeat;
}
div#title-bar h2{
	font-family:Georgia, 'Times New Roman', Times, serif;
	margin:10px 0px 10px 21px;
	float:left;
	font-weight:normal;
	color:#593333;
	font-size:18pt;
}
div#contentwrapper{
	float:left;
	width:100%;
	background-color:#f2f2f2;
}
div#contentcolumn{
	margin:0 224px 0 310px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
div#container-content{
	background-color:#f2f2f2;
	width:940px;
}
div#page-content{
	width:713px;
	float:left;
}
div#page-content p{
	margin:10px 20px 10px 21px;
}
div#left-column{
	background-image:url('images/signature.jpg');
	background-repeat:no-repeat;
	background-position:right bottom;
	float:left;
	width:310px;
	padding-bottom:80px;
}
div#left-column p{
	margin:10px 20px 10px 21px;
}
div#right-column{
	float:right;
	padding:0;
	margin:0;
	width:224px; /*Width of right column*/
}
div#right-column p{
	margin:5px 5px 10px 10px;
}
div#footer{
	clear:left;
	background-color:#f2f2f2;
	color:#999999;
	background-image:url('images/footer-line.jpg');
	background-repeat:no-repeat;
	padding-top:20px;
	padding-bottom:10px;
	width:940px;
}
div#footer p{
	margin:0;
	padding:5px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
div#footer a{
	color:#60f;
}
div#footer a:hover{
	text-decoration:none;
}
div#footer ul{
	margin:3px 0 0 0px;
	padding:0;
}
div#footer ul li{
	display:inline;
	padding:0 0px 0 16px;
	background:url('images/footer-sep.jpg') no-repeat 7px 3px;
}
div#footer ul li.first{
	background:none;
}
div#footer ul li a{
	text-decoration:none;
	color:#999;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10pt;
}
div#footer ul li a:hover{
	text-decoration:underline;
	color:#60f;
}
div#logo-header ul{
	margin:90px 0 0 355px;
	padding:0;
}
div#logo-header ul li{
	display:inline;
	padding:0 0px 0 16px;
	background:url('images/footer-seperator.jpg') no-repeat 7px 3px;
}
div#logo-header ul li.first{
	background:none;
}
div#logo-header ul li a{
	text-decoration:none;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	text-transform:uppercase;
}
div#logo-header ul li a.activeLink{
	color:#60f;
}
div#logo-header ul li a:hover{
	text-decoration:underline;
	color:#60f;
}
div.imageContainer{
	height:230px;
	float:left;	
}

/*Updated CSS: Peter Mah March 2, 2009------------*/
#horseNavContainer{	
	width:694px;
	height:23px;
	float:right;
}
#horseNavContainer ul{
	padding:0;
	margin:0;
}
#horseNavContainer ul li{
	list-style-type:none;
	float:right;	
}
#horseNavContainer ul li a{
	display:block;
	width:146px;
	height:23px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	color:#fff;
	background-image:url('images/horsenav-active.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	line-height:21px;
}
#horseNavContainer ul li a:hover{
	background-image:url('images/horsenav-over.jpg');
	background-position:left top;
	background-repeat:no-repeat;
}
/*Updated CSS: Peter Mah March 2, 2009----END--------*/










