@charset "UTF-8";
html {
height: 100%;
}

body {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size:12px;
	background-color:#959595;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
}

img {
border:0;
padding:0;
}

img.blockImg {
border:0;
padding:0;
display:block;
}

img.blockImgFloat {
border:0;
padding:0;
display:block;
float:left;
}

a {
border:0;
}

#container {
	width: 760px;
	background:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height: 100%;
	height: auto !important;
	margin: 0 auto;
}

#container_home {
	width: 760px;
	margin: 0 auto -12px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #ffffff;
	padding-bottom: 5px;
}

body > div#container_home {
	width: 760px;
	margin: 0 auto -12px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #ffffff;
}

#heading {
border: 0;
}

#logo {
width: 278px;
float: left;
}

#main_menu {
width: 481px;
margin-left: 279px;
}

#purple_stripe {
width: 760px;
height: 30px;
background-image:url(../images/menu_bar_bg.gif);
background-repeat:repeat-y;
font-size: 0px;
}

#front_page_content {
width: 760px;
height: 100%;
background-color: #FFFFFF;
}

#upcoming_meetings {
width: 250px;
padding: 0;
margin-bottom:0;
background-color: #363636;
float: left;
height: 432px;
}

#upcoming_meetings_centre {
width: 207px;
padding-right: 5px;
padding-left: 27px;
padding-top: 5px;
background-image:url(../images/upcoming_meetings_left.gif);
background-repeat:repeat-y;
background-color:#FFFFFF;
float: inherit;
padding-bottom:50px;
height: 260px;
}

body > div#upcoming_meetings {
width: 250px;
padding: 0;
margin-bottom:0;
background-color: #363636;
float: left;
}

body > div#upcoming_meetings_centre {
width: 207px;
padding-right: 5px;
padding-left: 27px;
padding-top: 5px;
background-image:url(../images/upcoming_meetings_left.gif);
background-repeat:repeat-y;
background-color:#FFFFFF;
float: inherit;
padding-bottom:50px;
}

#front_page_body {
margin-left: 250px;
width: 510px;
background-color:#f5f7ed;
}

#welcome_header {
font-size:16px;
color:#000066;
font-weight:bold;
padding-top:10px;
padding-left:10px;
}

#welcome_text {
padding-left:10px;
padding-bottom:5px;
}

#bus_link {
	display: block;
	width: 490px;
	margin-left: 3px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 10px;
}

#main_photos {
width: 510px;
padding:0;
border:0;
}

#horse_photo {
float:left;
width:347px;
text-align:right;
display:block;
float:left;
margin-left:3px;
}

#phone_numbers {
display: block;
float:left;
margin-left:1px;
}

#sponsors_box {
width:507px;
margin-left:3px;
padding-bottom:0px;
margin-top:0px;
border:0;
background-color:#f5f7ed;
text-align: center;
}

#sponsors_box_top {
height:21px;
width: 507px;
float:left;
}

#sponsors_box_centre {
width: 467px;
padding:20px;
border:0;
background-image:url(../images/sponsors_box_centre.gif);
background-repeat:repeat-y;
float:left;
text-align:center;
}

#sponsors_box_bottom {
width:21px;
width: 507px;
float:left;
}

#content_body {
width: 740px;
background-color: #FFFFFF;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 50px;
}

#page_heading {
display:block;
width: 735px;
height:20px;
background-color:#000066;
border-top:double;
border-bottom:double;
color:#FFFFFF;
padding-left: 5px;
padding-top: 3px;
margin-top: 5px;
font-size:14px;
}

#left_buttons {
width: 220px;
padding-top: 10px;
float:left;
}

#left_button {
margin-bottom: 10px;
}

#content_text {
margin-left:220px;
}

#block_list {
width:730px;
padding:5px;
font-weight:bold;
display: block;
text-align: center;
margin-top:5px;
}

#footer {
width: 760px;
height:40px;
display:block;
margin: 0 auto;
}

#footer_home {
width: 760px;
height:40px;
display: block;
margin-top: -10px;
margin-left: auto;
margin-right: auto;
margin-bottom: 0px;
padding:0;
border:0;
}

table.venues {
width: 720px;
}

table.venues td {
padding: 5px;
border-left: 1px solid #000000;
}

table.venues td.highlighted {
padding: 5px;
color:#FFFFFF;
background-color:#3366CC;
text-align: center;
border: 0;
}

table.venues td.room {
padding: 5px;
color:#FFFFFF;
background-color:#808080;
text-align: center;
border:0;
}

label {
display:inline-block;
width: 100px;
height: 25px;
vertical-align: top;
}

input.submitImg {
margin-left:100px;
margin-top: 10px;
}
