/*
CSS Styling for Old Tiger Stables
*/

body {
	padding: 0;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #730000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
	padding-top: 10px;
	padding-bottom: 5px;	
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	color: #730000;
}

a:hover {
	text-decoration: none;
}

img {
  display : none; 
}

/* The wrapper contains the entire site */

#wrapper {
	width: 100%;
	border: 0;
	
}

/* Headers with image variation*/

#header {
  display : none; 
}

#header2 {
  display : none; 
}

#header3 {
  display : none; 
}

#header4 {
  display : none; 
}

#header5 {
  display : none; 
}


/* topbar - holds bedouin legend */

#topbar {
  display : none; 
}


/* Contact div holds bar in bottom of banner with contact details in it */

#contact {
  display : none; 
}


/* Content - contains left and right-hand column divs*/

#content {
	width: 100%;
}

/* Left column - contains navigation links and image below */

#leftcol {
  display : none; 
}

/* Right column - contains information on page */

#rightcol {
	width: 100%;
	padding: 10px 10px 20px 10px;
	Margin: 0;
}

/* Footer */

#footer {
  display : none; 
}

	
/* Contact Form */

.formcontainer {
	width: 480px;
	background-color: #c6cece;
	border: thin solid #730000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#otscontact p {
	margin: 0px;
	padding: 5px 0px 0px;
	clear: left;
}

#otscontact p label {
	float: left;
	width: 15%;
	font-weight: bold;	
}

.widelable {
	height: 30px;
}

.widelable label {
	float: left;
	width: 35%;
	font-weight: bold;

}

.widelable hr {
	border: 3px inset #777;
	width: 80%;
	height: 6px;
	margin: 10px auto 0 0;
	text-align: left;
	}

/* Table */

.listholder{

	width: 480px;
	background-color: #c6cece;
	border: thin solid #730000;
	border-collapse: collapse;	
	padding: 0 0 0 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.listholder a:link, .listholder a:hover, .listholder a:visited, .listholder a:active {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}


.listholder td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.listholder th {
	text-align: left;
	background-color: #ffffff;
	border-top: thin solid #730000;
	border-bottom: thin solid #730000;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/* Google Map holder */

#map {
	border: thin solid #730000;
	margin-bottom: 10px;	
}