/* 
  -----------------------------------
  Equine Media www.equinemedia.co.uk
  2 Column Layout
  -----------------------------------
*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #1b1b1b;
	background-color: #FFFFFF;
	min-width: 930px;
}
#logo {
	background-image: url(img/dj_logo_bg.jpg);
	background-repeat: repeat-x;
}
h1 {margin: 0;}

#tagline {
	margin: 3px 0 30px 20px;
	font-size: 0.65em;
	letter-spacing: .6em;
	font-weight: bold;
}
#wrapper {
	margin: 0 auto;
	width: 930px;
	background-image: url(../p7dejavu/img/dj2_layout.jpg);
	background-repeat: repeat-y;
}
#layoutcrown {
	background-image: url(../p7dejavu/img/dj2_layout_top.jpg);
	background-repeat: no-repeat;
	height: 16px;
	line-height: 0.0;
	font-size: 0;
}
#leftcolumn {
	float: left;
	width: 300px;
	font-size: .75em;
}
#midcolumn {
	float: left;
	width: 615px;
	margin: 0 15px 0 0;
	font-size: 0.8em;
}
#rightcolumn {
	float: left;
	width: 300px;
	font-size: .75em;
}
#layoutbottom {
	clear: both;
	background-image: url(../p7dejavu/img/dj2_bottom.jpg);
	background-repeat: no-repeat;
	height: 16px;
	line-height: 0.0;
	font-size: 0;
}
h2 {
	font-size: 1.5em;
	margin: 1.5em 0 0 0;
}
h2.top {
	margin: 1em 0 0 0;
	font-size: 1.2em;
	letter-spacing: 0.3em;
}
h3 {
	font-size: 1.2em;
	margin: 1.5em 0 0 0;
}
.content {
	background-image: url(../p7ap/images/p7ap_light_gray_bevel.jpg);
	background-repeat: repeat-x;
	margin: 0 1px 0 1px;
	padding: 10px;
}
.content p {
	margin: 6px 0 12px 0;
	line-height: 1.3em;
}
.content ul {
	margin: .75em 0 1em 1.35em;
	padding-left: 1.35em;
}
/*Explicitly set dark blue link colors for IE7 Vista*/
.content a, .p7AB p a, #footer a {
	color: #0000FF;
}
.content a:hover, .p7AB p a:hover, #footer a:hover {
	color: #000000;
}
.note {
	font-size: 0.95em;
	padding: 12px;
	border: 1px dotted #333;
}
#footerbox {
	width: 760px;
	margin: 0 auto;
}
#footer {
	font-size: .7em;
}
#footer p {
	margin: 12px 20px 6px 6px;
}
/*The bottom content - below the Accordion Panel menu*/
.grayed {
	margin: 0;
	font-size: .9em;
	color: #CCCCCC;
	background-color: #666666;
	padding: 4px 12px 4px 16px;
	border-top: 1px solid #7a7a7a;
	border-bottom: 1px solid #333333;
	letter-spacing: .5em;
}
#cancel_background {
	background-image: none;
	margin: 0;
	padding-top: 12px;
}
/*The links inside the Accordion Panel menu*/
.menulist {
	margin: 0 0 12px 0 !important;
	padding: 0 !important;
	list-style-type: none;
	line-height: normal;
	font-size: 1em;
}
.menulist li {margin: 0 0 4px 0;}
.menulist a {
	text-decoration: none;
	display: block;
	padding: 3px 6px;
	border: 1px solid #999;
	color: #333333;
	background-image: url(../p7dejavu/img/dj_linkgradient.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
}
.menulist a:hover {
	color: #333333;
	border-color: #505050;
	background-position: 0px -100px;
	text-decoration: none;
}
/*
The YOU are HERE link assigned by the Accordion Panel script
to mark the current page link
*/
.p7ap_currentmark {
	font-weight: bold;
	border-color: #505050 !important;
	background-position: 0px -200px !important;
	cursor: default;
}
/*Affects only the Accordion Panel component that houses the nav menu. 
We turn off borders, padding, and background color, 
and assign a right margin of 1px to nudge the accordion over
to clear and reveal the column border
*/
#p7ABW1 {
	border: 0;
	padding: 0;
	margin: 0 1px;
	background-color: transparent;
}
.p7ABtrig h3, .p7ABtrig h4 {
	font-size: 1em !important;
}
#p7ABW1 .p7ABtrig a {
	border-bottom: 1px solid #333 !important;
}
#p7ABW1 .p7ABtrig .p7ABtrig_down {
	background-color: #000000 !important;
}
.panel_list {
	margin: 0 0 0 1em;
	padding: 0 0 0 1em;
}

/* Links for content area */

#wrapper #midcolumn .content a:link {color: #000000;
text-decoration: none; }



#wrapper #midcolumn .content a:visited {color: #000000;
text-decoration: none; }



#wrapper #midcolumn .content a:hover {color: #c9990f;
text-decoration: underline; }

#wrapper #rightcolumn #p7ABW1 #p7ABw1_2 #p7ABc1_2 .panel_list a:link {color: #000000;
text-decoration: none; }
#wrapper #rightcolumn #p7ABW1 #p7ABw1_2 #p7ABc1_2 .panel_list a:visited {color: #000000;
text-decoration: none; }
#wrapper #rightcolumn #p7ABW1 #p7ABw1_2 #p7ABc1_2 .panel_list a:hover {color: #c9990f;
text-decoration: underline; }

.imgfloatleft {float:left; margin-right:5px; padding:2px;}

/* Panells DIV using ul & list elements */

#panels {float:left; border-bottom: 3px solid #000; margin-bottom:10px;}
#panels ul {
	list-style-type:none;
	width: 100%;
	margin:0;
	padding:0;
	border-top: 20px solid #000000;
	
}

#panels li {
	position:relative;
	float:left;
	width: 197px;
	padding: 5px 0;
}

#panels h3 {
	margin: 0 10px;
	padding:0.5em 0 0;
}
#panels h3 img  {
	float:left;
}

.smalltext {font-size: 0.80em;}

/* Contact Form div */

#form {
	margin:0;
	border-top: 1px solid #000;
	border-bottom:1px solid #000;
	padding-bottom:10px;
	padding-top:10px;
}

/* ---------------- */

/* Misc style classes */
.imgborder {
	border: 2px solid #666;
	padding: 2px;
}

.imgfloatright { float:right; border:2px solid #666; padding:2px; margin-left:5px;}

.logoright {
	height:110px;
	background:url(../equine_media_images/equine_media_logo_250w.jpg) no-repeat;
	background-position: top right;
}

/* --------------------------*/

/*links table styles*/

#links_table {border-top: 1px solid #000; border-bottom:1px solid #000;margin-top:10px;}
#wrapper #midcolumn .content #links_table h4 {
	font-size:1.2em;
	color:#000000;
	text-align:left;
	letter-spacing:0.15em;
}

#wrapper #midcolumn .content #links_table table ul {list-style-type:none; margin:0; padding:0; font-size:1em;}
#wrapper #midcolumn .content #links_table table a {
	text-decoration: none;
	display: block;
	padding: 2px 6px;
	border: 1px solid #999;
	color: #333333;
}
#wrapper #midcolumn .content #links_table table li {
	margin: 0 0 2px 0; letter-spacing:0.15em;
}
#wrapper #midcolumn .content #links_table table a:hover {
	display:block;
	border-color: #505050;
	text-decoration: none;
	color:#fff;
	background-color:#1E3044;	
	
}
.nohover {background-color:#fff;}

#wrapper #midcolumn .content caption
{
	text-align            : left;
	font-size             : 160%;
	padding               : 10px 0;
	color                 : #666;
text-transform: uppercase;
letter-spacing: .2em; }

#wrapper #midcolumn .content thead th
{
	background            : #cccccc url(equine_media_images/th_bg.png);
  	color                 : #666;  
	padding               : 5px 10px;
	text-align: left;
 
}

#wrapper #midcolumn .content tfoot td, tfoot th
{
 	padding               : 5px 10px;
  	background            : #cccccc url(images/th_bg.png);
  	color                 : #666;
	 border-top            : 1px solid #ccc;
}
#wrapper #midcolumn .content tfoot {
	font-size:.85em;
}

#wrapper #midcolumn .content tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #ccc;
  text-align            : left;
  font-weight           : bold;
font-family: Times, "Times New Roman", serif; }

#wrapper #midcolumn .content tbody tr td
{
	padding               : 10px;
  	color                 : #666;
	font-size:	.90em;
	 border-top            : 1px solid #ccc;
}
.borderbottom {border-bottom: 1px solid #ccc;}

/* emd of links_tables styles in equine_media_links_page.htm */

/* Paypal table */

#paypal caption
{
	text-align            : left;
	font-size             : 1.2em;
	padding               : 3px 0;
	color                 : #666;
text-transform: uppercase;
letter-spacing: .2em; }

#paypal thead th
{
	background            : #cccccc url(equine_media_images/th_bg.png);
  	color                 : #666;  
	padding               : 3px 3px;
	text-align: left;
 
}

#paypal tfoot td, tfoot th
{
 	padding               : 3px 5px;
  	background            : #cccccc url(images/th_bg.png);
  	color                 : #666;
	 border-top            : 1px solid #ccc;
}
#paypal tfoot {
	font-size:.95em;
	padding: 3px;
}

#paypal tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #ccc;
  text-align            : left;
  font-weight           : bold;
font-family: Times, "Times New Roman", serif; }

#paypal tbody tr td
{
	padding               : 3px;
  	color                 : #666;
	font-size:	.85em;
	 border-top            : 1px solid #ccc;
}
.borderbottom {border-bottom: 1px solid #ccc;}

/* emd of links_tables styles in equine_media_links_page.htm */
.redtext {
	color:#F00;	
}
