/* GLOBAL SETTINGS */
* {
	margin: 0px;
	padding: 0px;
}

/* BASIC ELEMENTS */

body, html {
	width: 100%;
	height: 100%;
 	text-align: center;
 	background-color: #ffffff;
 	color: #4e4a44;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 12px;
	line-height: 16px;
}

a {
	font-family: "trebuchet ms", Arial, Verdana, Helvetica, sans-serif;
	color: #cc0000; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: "trebuchet ms", Arial, Verdana, Helvetica, sans-serif;
	color: #cc0000;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	line-height: 26px;
	color: #802a32;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 26px;
	font-weight: bold;
}

h2 {
	color: #802a32;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 16px;
	font-weight: bold;
}

h5 {
	color: #000000;
  font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
  font-size: 12px;
	font-weight: bold;
}

ul {
	padding: 5px 15px;
	list-style-type: disc;
	list-style-position: outside;
	font-size: 10px;
}

li { font-size: 12px; }
li.singleTab { margin: 0px 0px 0px 20px; }

img {	border:1px solid #802a32; }
img.floatRight { float:right;	margin:2px 0px 10px 10px; }
img.floatLeft {	float:left;	margin:2px 10px 10px 0px; }
img.headerImg {	border:none; }
img.starImg {	border:none; }

/* LAYOUT DIVS - Alphabetically sorted */
#content {
	margin: 30px auto 30px auto;
	width: 760px;
	text-align: left;
}

#clearfooter{ clear:both; height:19px; }/*needed to make room for footer*/

#footer {
	position:absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 19px;
	padding: 4px 0px 4px 0px;
	background: url('/media/images/bg_main_footerBg.gif') repeat-x;
	font-size: 11px;
	color: #aeaa9f;
}

#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #aeaa9f;
}

#footer a:hover {
	text-decoration: underline;
	color: #802a32;
}

#header {
	width: 100%;
	height: 236px;
	background: url('/media/images/bg_main_headerBg.gif') repeat-x;
	overflow:hidden;
}

#main {
  width: 100%;
	min-height: 100%;
  text-align: center;
	position:relative;
}
* html #main{height:100%} 

#navigation {
	width: 100%;
	height: 28px;
	padding: 6px 0px 6px 0px;
	background: url('/media/images/bg_main_navigationBg.gif') repeat-x;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	display: inline;
	margin: 0px 24px 0px 24px;
}

#navigation a {
	color: #802a32;
	font-weight: bold;
	text-decoration: none;
}

#navigation a:hover {
	text-decoration: underline;
}

#table_bulls {
	width:100%;
	border: 1px solid #802a32;
	margin-left:auto;
	margin-right:auto;
	
}
#table_bulls td {
	vertical-align:top;
	padding:5px;
}

#table_paddock {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}
#table_paddock td {
	border: 1px solid #802a32;
	vertical-align:middle;
	text-align:center;
	padding:5px;
}
#table_paddock th {
	background-color:#F1E8C9;
	font-size:16px;
	font-weight:bold;
	border: 1px solid #802a32;
	vertical-align:middle;
	text-align:center;
	padding:5px;
}

#table_contact {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border:none;
	border-collapse:collapse;	
}
#table_contact td {
	border:none;
	vertical-align:top;
	text-align:left;
	padding:5px;
}
#table_contact th {
	vertical-align:top;
	text-align:left;
	padding:5px;
	font-size:16px;
	font-weight:bold;
}

#table_form {
	border:1px solid #802a32;
	clear:both;
	border-collapse:collapse;	
}
#table_form td {
	border:none;
	vertical-align:top;
	text-align:left;
	padding:2px 5px 2px 5px;
}


/* Classes */

.floatLeft {
	float: left;
}

.hr {
	overflow: hidden;
	height: 1px;
	border-top: 1px solid #cccccc;
}

.inline {
	float: left;
	display: inline;
}

.centered {
	text-align: center;
}

.formButton {
	padding: 3px 5px 3px 5px;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;	
	font-size: 11px; 
	border: outset 1; 
	color: #444444; 
	background-color: #EFEFEF;
	height: auto;
	width: auto;
}
.formButtonOver {
	padding: 3px 5px 3px 5px;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CDCDCD;
	border: outset 1;
	color: #444444;
	height: auto;
	width: auto;
}
.formField {
	width: 200px;
	overflow:auto;
	font-family: "trebuchet ms", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #666666;
	background-image: url(/media/images/shadeform.gif);	
}

.borderBottomDotted {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.borderBottomGrey {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.textGrey {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.textWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}